Skip to content

Use Gaudi::Units::MeV in Properties

Andre Gunther requested to merge gunther_propteryUnits into master

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.

Merge request reports