DetectorDescription
DDCMS
interface
DDutils.h
Go to the documentation of this file.
1
#ifndef DETECTOR_DESCRIPTION_DDCMS_DDUTILS_H
2
#define DETECTOR_DESCRIPTION_DDCMS_DDUTILS_H
3
#include "DD4hep/DD4hepUnits.h"
4
5
namespace
cms
{
6
template
<
class
NumType>
7
inline
constexpr NumType
convert2mm
(NumType length) {
8
return
(length / dd4hep::mm);
9
}
10
}
// namespace cms
11
#endif
cms::convert2mm
constexpr NumType convert2mm(NumType length)
Definition:
DDutils.h:7
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Generated for CMSSW Reference Manual by
1.8.16