File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
L1TriggerConfig/L1TConfigProducers/src Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments