Skip to content

Commit 2ada00c

Browse files
author
Sunanda
committed
Correct DDHGCalMixRotatedCassette code by eliminating anunwanted statement in the DDD and Dd4hep versions
1 parent d0c9676 commit 2ada00c

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)