Use Gaudi::Units::MeV in Properties
Defining default values of properties using something like 1000.f / Gaudi::Units::GeV
can be confusing and is thus error prone. This is changed to 1000.f * Gaudi::Units::MeV
in the property and the conversion to GeV is handled by the code itself.