Changeset 1392 in svn for trunk/modules/PileUpMerger.cc
- Timestamp:
- May 6, 2014, 11:22:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/PileUpMerger.cc
r1352 r1392 119 119 while((candidate = static_cast<Candidate*>(fItInputArray->Next()))) 120 120 { 121 candidate->Position.SetXYZT(x, y, z+dz, t+dt); 121 candidate->Position.SetZ(z + dz); 122 candidate->Position.SetT(t + dt); 122 123 fParticleOutputArray->Add(candidate); 123 124 }
Note:
See TracChangeset
for help on using the changeset viewer.