Skip to content

Commit

Permalink
HcalZDCDetId fix for Run3, backport of #45033
Browse files Browse the repository at this point in the history
  • Loading branch information
perrotta authored Sep 20, 2024
1 parent 6ec6719 commit 082f082
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 082f082

Please sign in to comment.