Fork me on GitHub

Changeset a4b3685 in git for modules/StatusPidFilter.cc


Ignore:
Timestamp:
May 16, 2018, 8:26:56 AM (7 years ago)
Author:
Basil Schneider <basil.schneider@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bfe749b
Parents:
cdcceb7 (diff), 3fa0357 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/StatusPidFilter.cc

    rcdcceb7 ra4b3685  
    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.