Skip to content

Commit 20dec10

Browse files
authored
Merge pull request #48793 from asavincms/patch-9
L1T ZS L1Calo and hiZDC, update of CaloParamsHelperO2O.h
2 parents 3f9ce6c + e07cd35 commit 20dec10

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

L1TriggerConfig/L1TConfigProducers/src/CaloParamsHelperO2O.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ namespace l1t {
7070
metHFPhiCalibration = 49,
7171
layer1HCalFBUpper = 50,
7272
layer1HCalFBLower = 51,
73-
layer1ECalZS = 52,
74-
layer1HCalZS = 53,
75-
NUM_CALOPARAMNODES = 54
73+
hiZDC = 52,
74+
layer1ECalZS = 53,
75+
layer1HCalZS = 54,
76+
NUM_CALOPARAMNODES = 55
7677
};
7778

7879
CaloParamsHelperO2O() { pnode_.resize(NUM_CALOPARAMNODES); }
@@ -547,6 +548,11 @@ namespace l1t {
547548
l1t::LUT* q2LUT() { return &pnode_[hiQ2].LUT_; }
548549
void setQ2LUT(const l1t::LUT& lut) { pnode_[hiQ2].LUT_ = lut; }
549550

551+
// HI ZDC
552+
l1t::LUT* zdcLUT() { return &pnode_[hiZDC].LUT_; }
553+
l1t::LUT const* zdcLUT() const { return &pnode_[hiZDC].LUT_; }
554+
void setZDCLUT(const l1t::LUT& lut) { pnode_[hiZDC].LUT_ = lut; }
555+
550556
// HI parameters
551557

552558
// Layer 1 LUT specification

0 commit comments

Comments
 (0)