Changeset a3261d7 in git
- Timestamp:
- Jul 22, 2020, 9:10:56 PM (4 years ago)
- Branches:
- master
- Children:
- 13331dc
- Parents:
- 4e5ed02
- git-author:
- Stephen Sekula <stephensekula@…> (07/22/20 21:10:56)
- git-committer:
- GitHub <noreply@…> (07/22/20 21:10:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/IdentificationMap.cc
r4e5ed02 ra3261d7 170 170 { 171 171 // change PID of particle 172 candidate = static_cast<Candidate *>(candidate->Clone()); 172 173 if(pdgCodeOut != 0) candidate->PID = charge * pdgCodeOut; 173 174 fOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.