UTDet: minor technical cleanup
- 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
overboost::lexical_cast<std::string>
Edited by Marco Cattaneo