Fork me on GitHub

Changeset cbc56c5 in git for modules


Ignore:
Timestamp:
May 13, 2018, 6:45:16 PM (6 years ago)
Author:
Basil Schneider <basil.schneider@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f0caf50
Parents:
1db31ab
Message:

Store all truth SUSY particles by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/StatusPidFilter.cc

    r1db31ab rcbc56c5  
    177177    pass = kFALSE;
    178178
     179    // Store all SUSY particles
     180    if(pdgCode >= 1000001 && pdgCode <= 1000039) pass = kTRUE;
     181
    179182    // hard scattering particles (first condition for Py6, second for Py8)
    180183    if(status == 3) pass = kTRUE;
Note: See TracChangeset for help on using the changeset viewer.