Changeset e2148f0 in git
- Timestamp:
- Jun 6, 2016, 11:43:36 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 099becf, f59a7b6
- Parents:
- 8d601b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PileUpMerger.cc
r8d601b7 re2148f0 184 184 factory = GetFactory(); 185 185 186 cout<<"vertex position"<<endl;187 //cout<<vz<<","<<vt<<endl;188 186 vertex = factory->NewCandidate(); 189 187 vertex->Position.SetXYZT(vx, vy, dz, dt); … … 265 263 vx += candidate->Position.X(); 266 264 vy += candidate->Position.Y(); 267 vz += z+dz;268 vt += t+dt;269 265 270 266 ++numberOfParticles;
Note:
See TracChangeset
for help on using the changeset viewer.