Changes in readers/DelphesCMSFWLite.cpp [9e08f27:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
r9e08f27 r77e9ae1 217 217 // Prevent duplicated particle. 218 218 if(!isMiniAOD) stableParticleOutputArray->Add(candidate); 219 if (pdgCode == 11 || pdgCode == 13) partonOutputArray->Add(candidate); 220 } 221 //else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 15) 222 else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 11 || pdgCode == 13 || pdgCode == 15) 219 } 220 else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 15) 223 221 { 224 222 partonOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.