Changes in / [a670493:a027b5e] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/StatusPidFilter.cc
ra670493 ra027b5e 190 190 if(pdgCode > 22 && pdgCode < 43) pass = kTRUE; 191 191 192 //Stable photons193 if(pdgCode == 22 && status==1) pass = kTRUE;194 195 192 // logic ported from HepPDF: http://lcgapp.cern.ch/project/simu/HepPDT/HepPDT.2.05.02/html/ParticleID_8cc-source.html#l00081 196 193 bool is_b_hadron = hasBottom(pdgCode);
Note:
See TracChangeset
for help on using the changeset viewer.