Changeset ca55e0b8 in git for modules/ParticlePropagator.cc
- Timestamp:
- Aug 13, 2013, 5:34:45 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1bc4f38
- Parents:
- e26d4d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ParticlePropagator.cc
re26d4d6 rca55e0b8 170 170 candidate = static_cast<Candidate*>(candidate->Clone()); 171 171 172 candidate->Position.SetXYZT(x_t*1.0E3, y_t*1.0E3, z_t*1.0E3, 0.0);172 candidate->Position.SetXYZT(x_t*1.0E3, y_t*1.0E3, z_t*1.0E3, candidatePosition.T() + t); 173 173 174 174 candidate->Momentum = candidateMomentum; … … 264 264 candidate = static_cast<Candidate*>(candidate->Clone()); 265 265 266 candidate->Position.SetXYZT(x_t*1.0E3, y_t*1.0E3, z_t*1.0E3, 0.0);266 candidate->Position.SetXYZT(x_t*1.0E3, y_t*1.0E3, z_t*1.0E3, candidatePosition.T() + t); 267 267 268 268 candidate->Momentum = candidateMomentum;
Note:
See TracChangeset
for help on using the changeset viewer.