Changeset b23e468 in git
- Timestamp:
- Mar 11, 2016, 4:28:41 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7d551f1d
- Parents:
- 0ccf6fd
- Location:
- classes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesHepMCReader.cc
r0ccf6fd rb23e468 388 388 if(!pdgParticle) return; 389 389 390 if(fStatus == 1 && pdgParticle->Stable())390 if(fStatus == 1) 391 391 { 392 392 stableParticleOutputArray->Add(candidate); -
classes/DelphesLHEFReader.cc
r0ccf6fd rb23e468 265 265 if(!pdgParticle) return; 266 266 267 if(fStatus == 1 && pdgParticle->Stable())267 if(fStatus == 1) 268 268 { 269 269 stableParticleOutputArray->Add(candidate); -
classes/DelphesSTDHEPReader.cc
r0ccf6fd rb23e468 507 507 if(!pdgParticle) continue; 508 508 509 if(status == 1 && pdgParticle->Stable())509 if(status == 1) 510 510 { 511 511 stableParticleOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.