Fork me on GitHub

Changes in / [a027b5e:a670493] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/StatusPidFilter.cc

    ra027b5e ra670493  
    190190    if(pdgCode > 22 && pdgCode < 43) pass = kTRUE;
    191191
     192    //Stable photons
     193    if(pdgCode == 22 && status==1) pass = kTRUE;
     194
    192195    // logic ported from HepPDF: http://lcgapp.cern.ch/project/simu/HepPDT/HepPDT.2.05.02/html/ParticleID_8cc-source.html#l00081
    193196    bool is_b_hadron = hasBottom(pdgCode);
Note: See TracChangeset for help on using the changeset viewer.