Changeset d248604 in git for modules/TreeWriter.cc
- Timestamp:
- May 17, 2021, 5:13:37 PM (3 years ago)
- Branches:
- master
- Children:
- a52e99e
- Parents:
- 6216fb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r6216fb2 rd248604 413 413 entry->Z = initialPosition.Z(); 414 414 entry->T = initialPosition.T() * 1.0E-3 / c_light; 415 entry->ErrorT =candidate-> ErrorT * 1.0E-3 / c_light; 415 416 416 417 entry->Particle = particle; … … 568 569 entry->Z = initialPosition.Z(); 569 570 entry->T = initialPosition.T() * 1.0E-3 / c_light; 571 entry->ErrorT = candidate-> ErrorT * 1.0E-3 / c_light; 570 572 571 573 entry->VertexIndex = candidate->ClusterIndex;
Note:
See TracChangeset
for help on using the changeset viewer.