Changeset 4ac0049 in git for modules/TimeSmearing.cc
- Timestamp:
- Jan 24, 2020, 3:51:00 PM (5 years ago)
- Branches:
- Timing
- Children:
- 79a7b3e
- Parents:
- 6049672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeSmearing.cc
r6049672 r4ac0049 125 125 candidate = static_cast<Candidate*>(candidate->Clone()); // I am not sure that we need these lines !!! 126 126 candidate->AddCandidate(mother); 127 candidate->InitialPosition.SetT((100+ti)*1.0E3*c_light); 127 candidate->InitialPosition.SetT((100+ti)*1.0E3*c_light); // Dummy Value, correct value will be computed by VertexFinderDA4D 128 128 candidate->Position.SetT(tf_smeared*1.0E3*c_light); 129 129 candidate->ErrorT = timeResolution*1.0E3*c_light;
Note:
See TracChangeset
for help on using the changeset viewer.