Skip to content

Commit

Permalink
mask fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salavat committed May 23, 2024
1 parent 43944b8 commit 2c86f71
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 2c86f71

Please sign in to comment.