Skip to content

Commit 42de2af

Browse files
author
Sunanda
committed
Code check
1 parent 02022f9 commit 42de2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Geometry/HGCalCommonData/plugins/DDHGCalMixRotatedFineCassette.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ void DDHGCalMixRotatedFineCassette::positionMix(const DDLogicalPart& glog,
624624
#endif
625625
double phi1 = dphi * (fimin - 1);
626626
double phi2 = dphi * (fimax - fimin + 1);
627-
r1 += retract_[layer0 - 1];
628-
r2 += retract_[layer0 - 1];
627+
r1 += retract_[layer0 - 1];
628+
r2 += retract_[layer0 - 1];
629629
#ifdef EDM_ML_DEBUG
630630
double phi = phi1 + 0.5 * phi2;
631631
edm::LogVerbatim("HGCalGeom") << "1Layer " << ly << ":" << ii << ":" << copy << ":" << layer0 << " phi " << phi

0 commit comments

Comments
 (0)