Skip to content

Commit

Permalink
Merge pull request #43252 from bsunanda/Phase2-hgx349A
Browse files Browse the repository at this point in the history
Phase2-hgx349A Correct DDHGCalMixRotatedCassette code by eliminating an unwanted statement in the DDD and Dd4hep versions
  • Loading branch information
cmsbuild authored Nov 14, 2023
2 parents 98fd036 + 2ada00c commit b8e3f2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ void DDHGCalMixRotatedCassette::positionMix(const DDLogicalPart& glog,
#endif
}
++copyNumberCoverTop_;
zpos += hthickl;
}

// Make the bottom part next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ struct HGCalMixRotatedCassette {
#endif
}
++copyNumberCoverTop_;
zpos += hthickl;
}

// Make the bottom part next
Expand Down

0 comments on commit b8e3f2c

Please sign in to comment.