Changes in modules/TimeOfFlight.cc [5cc021e:a52e99e] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeOfFlight.cc
r5cc021e ra52e99e 164 164 } 165 165 166 167 //ti = ti - t_truth; 168 166 169 p = candidateMomentum.P(); 167 170 … … 187 190 candidate->InitialPosition.SetT(ti * 1.0E3 * c_light); 188 191 189 // update particle mass based on TOF-based PID (commented for now, assume this calculation is done offline)190 //candidate->Momentum.SetVectM(candidateMomentum.Vect(), mass);192 // update particle mass based on TOF-based PID 193 candidate->Momentum.SetVectM(candidateMomentum.Vect(), mass); 191 194 192 195 candidate->AddCandidate(mother);
Note:
See TracChangeset
for help on using the changeset viewer.