Changeset a9c67b3a in git for readers/DelphesCMSFWLite.cpp
- Timestamp:
- Jun 4, 2016, 8:10:24 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4dd5358
- Parents:
- 3c46e17 (diff), 7b45ff5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
r3c46e17 ra9c67b3a 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.