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