Fix wrong speed-of-light units in Calo/CellParam.h
In Detector/Calo/include/Calo/CellParam.h
. TMath::C()
is used to calculate the expected time of flight from the interaction point to the CALO cells. However, TMath::C()
returns the speed of light in m/s, while mm/ns are required in this context.
Validated by
-
Core Software -
RTA -
Simulation
Edited by Rosen Matev