Changeset 13331dc in git
- Timestamp:
- Mar 25, 2021, 10:01:39 AM (4 years ago)
- Branches:
- master
- Children:
- 4c9835d, e1e72fd
- Parents:
- cb80e6f (diff), a3261d7 (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:
- Pavel Demin <pavel.demin@…> (03/25/21 10:01:39)
- git-committer:
- GitHub <noreply@…> (03/25/21 10:01:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/IdentificationMap.cc
rcb80e6f r13331dc 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.