![]() |
Project
|
Functions | |
| float | MassToExpTime (float tofExpMom, float length, float massSquared) |
| Compute the expected time of flight for a given momentum, length and massSquared. | |
| float | TrackTimeToTOFSignal (float tracktime, float exptime) |
| Compute the signal of the time of flight for a given track time and expected time of flight. | |
|
inline |
Compute the expected time of flight for a given momentum, length and massSquared.
| tofExpMom | the expected momentum of the particle in GeV/c |
| length | the track length in cm |
| massSquared | the squared mass of the particle in GeV^2/c^4 |
|
inline |