Skip to content

Commit

Permalink
Merge pull request #46070 from perrotta/patch-1
Browse files Browse the repository at this point in the history
HcalZDCDetId fix for Run3 [CMSSW_14_0_X]
  • Loading branch information
cmsbuild authored Sep 21, 2024
2 parents aa3f7ae + 082f082 commit f9058e3
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 f9058e3

Please sign in to comment.