Fix units of speed of light
Hi,
this MR fixes a bug which was previously introduced assuming that the value of Gaudi::Units::c_light
is 2.99792458e+8
. However, it turned out, that Gaudi::Units::c_light
is in m/s=1e-6
, thus Gaudi::Units::c_light=299.792458
.
Best, Nico