Fork me on GitHub

Changeset 07b03c7 in git for modules/StatusPidFilter.cc


Ignore:
Timestamp:
Nov 3, 2016, 12:44:02 PM (8 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
122ab2f
Parents:
c28cfdd
git-author:
Michele Selvaggi <michele.selvaggi@…> (11/03/16 12:44:02)
git-committer:
GitHub <noreply@…> (11/03/16 12:44:02)
Message:

added missing character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/StatusPidFilter.cc

    rc28cfdd r07b03c7  
    105105
    106106    // hard scattering particles (first condition for Py6, second for Py8)
    107     if(status == 3 || (status > 20 && status < 30) pass = kTRUE;
     107    if(status == 3 || (status > 20 && status < 30 )) pass = kTRUE;
    108108
    109109    // electrons, muons, taus and neutrinos
Note: See TracChangeset for help on using the changeset viewer.