Changeset a670493 in git
- Timestamp:
- Apr 10, 2018, 1:57:16 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8c3ac78, 9666d3b
- Parents:
- a027b5e (diff), f3598d0 (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@…> (04/10/18 13:57:16)
- git-committer:
- GitHub <noreply@…> (04/10/18 13:57:16)
- 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.