Fork me on GitHub

Changeset f0caf50 in git


Ignore:
Timestamp:
May 14, 2018, 10:15:44 AM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0415b62
Parents:
2886328 (diff), cbc56c5 (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.
git-author:
Michele Selvaggi <michele.selvaggi@…> (05/14/18 10:15:44)
git-committer:
GitHub <noreply@…> (05/14/18 10:15:44)
Message:

Merge pull request #60 from basilschneider/SUSY-particles

Store all truth SUSY particles by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/StatusPidFilter.cc

    r2886328 rf0caf50  
    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.