Changeset 1393 in svn for trunk/modules/PileUpMerger.cc
- Timestamp:
- May 6, 2014, 11:29:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/PileUpMerger.cc
r1392 r1393 119 119 while((candidate = static_cast<Candidate*>(fItInputArray->Next()))) 120 120 { 121 z = candidate->Position.Z(); 122 t = candidate->Position.T(); 121 123 candidate->Position.SetZ(z + dz); 122 124 candidate->Position.SetT(t + dt); … … 189 191 candidate->Momentum.RotateZ(dphi); 190 192 191 candidate->Position.SetXYZT(x, y, z +dz, t+dt);193 candidate->Position.SetXYZT(x, y, z + dz, t + dt); 192 194 candidate->Position.RotateZ(dphi); 193 195
Note:
See TracChangeset
for help on using the changeset viewer.