File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Geometry/HGCalCommonData/plugins/dd4hep Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ struct HGCalPassive {
118118 ns.addSolidNS (ns.prepend (parentname), solid);
119119 dd4hep::Material matter = ns.material (moduleMaterial);
120120 dd4hep::Volume glogM = dd4hep::Volume (solid.name (), solid, matter);
121- ns.addVolumeNS (glogM);
121+ ns.addVolumeNS (glogM);
122122#ifdef EDM_ML_DEBUG
123123 edm::LogVerbatim (" HGCalGeom" ) << " DDHGCalPassive: " << solid.name () << " extruded polygon made of "
124124 << matter.name () << " z|x|y|s (0) " << zw[0 ] << " :" << zx[0 ] << " :" << zy[0 ]
@@ -141,7 +141,7 @@ struct HGCalPassive {
141141 ns.addSolidNS (ns.prepend (layerName), solid);
142142 matter = ns.material (layerMaterials[i]);
143143 glogs[i] = dd4hep::Volume (solid.name (), solid, matter);
144- ns.addVolumeNS (glogs[i]);
144+ ns.addVolumeNS (glogs[i]);
145145#ifdef EDM_ML_DEBUG
146146 edm::LogVerbatim (" HGCalGeom" )
147147 << " DDHGCalPassive: Layer " << i << " :" << l << " :" << solid.name () << " extruded polygon made of "
You can’t perform that action at this time.
0 commit comments