1 #ifndef DETECTOR_DESCRIPTION_DDCMS_DDUTILS_H 2 #define DETECTOR_DESCRIPTION_DDCMS_DDUTILS_H 3 #include "DD4hep/DD4hepUnits.h" 6 template <
class NumType>
7 inline constexpr NumType
convert2mm(NumType length) {
8 return (length / dd4hep::mm);
constexpr NumType convert2mm(NumType length)
Namespace of DDCMS conversion namespace.