Skip to content

Commit cf707b2

Browse files
author
Sunanda
committed
Code check
1 parent d844689 commit cf707b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Geometry/HGCalCommonData/plugins/dd4hep/DDHGCalPassive.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 "

0 commit comments

Comments
 (0)