We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf6b07 commit 4f8c283Copy full SHA for 4f8c283
Geometry/VeryForwardGeometryBuilder/src/DetGeomDesc.cc
@@ -80,10 +80,10 @@ DetGeomDesc::DetGeomDesc(const PDetGeomDesc::Item& item)
80
: m_name(item.name_),
81
m_copy(item.copy_),
82
m_isDD4hep(true),
83
- m_params(item.params_), // default unit from DD4hep (cm)
+ m_params(item.params_), // default unit from DD4hep
84
m_sensorType(item.sensorType_),
85
m_geographicalID(item.geographicalID_),
86
- m_z(item.z_) // converted from cm (DD4hep) to mm
+ m_z(item.z_) // converted from DD4hep to mm
87
{
88
Translation trans(item.dx_, item.dy_, item.dz_);
89
m_trans = trans;
0 commit comments