Skip to content

Commit

Permalink
Merge pull request #45033 from abdoulline/fix_HcalZDCDetId_14_1_X
Browse files Browse the repository at this point in the history
HcalZDCDetId fix for Run3
  • Loading branch information
cmsbuild committed May 28, 2024
2 parents 74eac92 + 2c86f71 commit 488c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/HcalDetId/interface/HcalZDCDetId.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class HcalZDCDetId : public DetId {
public:
static constexpr uint32_t kZDCChannelMask1 = 0xF;
static constexpr uint32_t kZDCChannelMask2 = 0x7F;
static constexpr uint32_t kZDCChannelMask2 = 0x3F;
static constexpr uint32_t kZDCSectionMask = 0x3;
static constexpr uint32_t kZDCSectionOffset = 4;
static constexpr uint32_t kZDCZsideMask = 0x40;
Expand Down

0 comments on commit 488c782

Please sign in to comment.