| 86 | | SFS machinery can be used for LHC recasting |
| | 86 | SFS 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 | {{{ |
| | 88 | PHYSICS->mcConfig().Reset(); |
| | 89 | PHYSICS->mcConfig().AddHadronicId(<PDG Hadron>); |
| | 90 | PHYSICS->mcConfig().AddInvisibleId(<PDG Invisible>); |
| | 91 | }}} |
| | 92 | a suggested list can be found |