Changes in / [cb80e6f:13331dc] in git
- 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.