Skip to content

Commit 53fb5d0

Browse files
authored
Merge pull request #45052 from iarspider/iarspider-patch-20240527
Fix compilation warning in DDHGCalPassive.cc
2 parents 48a7298 + 3128f99 commit 53fb5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Geometry/HGCalCommonData/plugins/dd4hep/DDHGCalPassive.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct HGCalPassive {
101101
double rinB = HGCalGeomTools::radius(zo, zFrontB, rMinFront, slopeB) + shiftBot;
102102
zim += moduleThick;
103103
for (unsigned int k = 0; k < tagSector.size(); ++k) {
104-
std::string parentName = parentName + tagLayer[j] + tagSector[k];
104+
std::string parentName = args.parentName() + tagLayer[j] + tagSector[k];
105105
double phi1 = phi0 + k * dphi;
106106
double phi2 = phi1 + dphi;
107107
double phi0 = phi1 + 0.5 * dphi;

0 commit comments

Comments
 (0)