Changeset 44f4a4e in git
- Timestamp:
- Oct 17, 2020, 4:09:38 AM (4 years ago)
- Children:
- 62cc8f5
- Parents:
- 25291dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/IdentificationMap.cc
r25291dd r44f4a4e 167 167 p = formula->Eval(pt, eta, phi, e); 168 168 169 169 170 if(total <= r && r < total + p) 170 171 { 171 172 // change PID of particle 173 candidate = static_cast<Candidate *>(candidate->Clone()); 172 174 if(pdgCodeOut != 0) candidate->PID = charge * pdgCodeOut; 173 175 fOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.