Changeset 03b9c0f in git for modules/VertexFinderDA4D.cc
- Timestamp:
- Jan 6, 2020, 10:13:21 PM (5 years ago)
- Branches:
- Timing
- Children:
- 7939c6c
- Parents:
- d4e5b6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexFinderDA4D.cc
rd4e5b6a r03b9c0f 425 425 candidate->ClusterIndex = k; 426 426 candidate->Position.SetXYZT(0.0, 0.0, vtx.z[k] , vtx.t[k]*1E-9*c_light); 427 candidate->InitialPosition.SetXYZT(0.0, 0.0, vtx.z[k] , vtx.t[k]*1E-9*c_light); 427 428 candidate->PositionError.SetXYZT(0.0, 0.0, fVertexZSize , fVertexTSize*1E-9*c_light); 428 429 candidate->SumPT2 = 0;
Note:
See TracChangeset
for help on using the changeset viewer.