Skip to content

UTDet: minor technical cleanup

Gerhard Raven requested to merge fix-double-promotion into master
  • avoid (some) float->double promotion(s) (flagged by -Wdouble-promotion, see gaudi/Gaudi!983)
  • throw std::out_of_range exception when given invalid input
  • pass small (4 and 8 byte size) PODs by value instead of reference
  • assert that versionstring for UT is neither "DC06" nor "DC07", and remove special cases for those versions
  • prefer std::to_string over boost::lexical_cast<std::string>
Edited by Marco Cattaneo

Merge request reports