- Timestamp:
- May 30, 2016, 4:35:07 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0afc0fc, 7b45ff5
- Parents:
- e628a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
re628a1d r0a836f2 164 164 candidate->Momentum.SetPxPyPzE(px, py, pz, e); 165 165 166 candidate->Position.SetXYZT(x , y, z, 0.0);166 candidate->Position.SetXYZT(x*10.0, y*10.0, z*10.0, 0.0); 167 167 168 168 allParticleOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.