Changes in readers/DelphesCMSFWLite.cpp [0a836f2:cd699d0] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
r0a836f2 rcd699d0 164 164 candidate->Momentum.SetPxPyPzE(px, py, pz, e); 165 165 166 candidate->Position.SetXYZT(x *10.0, y*10.0, z*10.0, 0.0);166 candidate->Position.SetXYZT(x, y, z, 0.0); 167 167 168 168 allParticleOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.