Changes between Version 5 and Version 6 of SFS


Ignore:
Timestamp:
Jun 9, 2020, 3:14:52 PM (5 years ago)
Author:
jackaraz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SFS

    v5 v6  
    8484== LHC Recasting with SFS ==
    8585
    86 SFS machinery can be used for LHC recasting 
     86SFS machinery can be used for LHC recasting. Details on how to write an analysis for [http://madanalysis.irmp.ucl.ac.be/wiki/PublicAnalysisDatabase Public Analysis Database] can be found [https://madanalysis.irmp.ucl.ac.be/wiki/WritingAnalyses here]. User should initialize the code with PDGIDs for hadrons and invisible particles as follows;
     87{{{
     88PHYSICS->mcConfig().Reset();
     89PHYSICS->mcConfig().AddHadronicId(<PDG Hadron>);
     90PHYSICS->mcConfig().AddInvisibleId(<PDG Invisible>);
     91}}}
     92a suggested list can be found