Skip to content

Commit b8e3f2c

Browse files
authored
Merge pull request cms-sw#43252 from bsunanda/Phase2-hgx349A
Phase2-hgx349A Correct DDHGCalMixRotatedCassette code by eliminating an unwanted statement in the DDD and Dd4hep versions
2 parents 98fd036 + 2ada00c commit b8e3f2c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Geometry/HGCalCommonData/plugins/DDHGCalMixRotatedCassette.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ void DDHGCalMixRotatedCassette::positionMix(const DDLogicalPart& glog,
595595
#endif
596596
}
597597
++copyNumberCoverTop_;
598-
zpos += hthickl;
599598
}
600599

601600
// Make the bottom part next

Geometry/HGCalCommonData/plugins/dd4hep/DDHGCalMixRotatedCassette.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ struct HGCalMixRotatedCassette {
528528
#endif
529529
}
530530
++copyNumberCoverTop_;
531-
zpos += hthickl;
532531
}
533532

534533
// Make the bottom part next

0 commit comments

Comments
 (0)