File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 4141 "L1_CICADA_Medium" ,
4242 "L1_CICADA_VTight"
4343])
44-
44+
45+ unprescaledAlgoList_PbPb = cms .untracked .vstring (unprescaledAlgoList )
46+ unprescaledAlgoList_PbPb .remove ("L1_SingleIsoEG28er1p5" )
47+ unprescaledAlgoList_PbPb .remove ("L1_SingleTau120er2p1" )
48+ unprescaledAlgoList_PbPb .remove ("L1_ETMHF130" )
49+
4550prescaledAlgoList_2024 = cms .untracked .vstring (prescaledAlgoList )
4651if "L1_ETT1600" in prescaledAlgoList_2024 :
4752 prescaledAlgoList_2024 .remove ("L1_ETT1600" )
4853
54+ prescaledAlgoList_PbPb = cms .untracked .vstring (prescaledAlgoList )
55+ prescaledAlgoList_PbPb .remove ("L1_SingleLooseIsoEG28er1p5" )
56+ prescaledAlgoList_PbPb .remove ("L1_SingleJet35_FWD2p5" )
57+ prescaledAlgoList_PbPb .remove ("L1_ETT1600" )
58+
4959l1tStage2uGTTiming = DQMEDAnalyzer ('L1TStage2uGTTiming' ,
5060 l1tStage2uGtSource = cms .InputTag ("gtStage2Digis" ),
5161 monitorDir = cms .untracked .string ("L1T/L1TStage2uGT/timing_aux" ),
6373 unprescaledAlgoShortList = unprescaledAlgoList_2024 ,
6474 prescaledAlgoShortList = prescaledAlgoList_2024
6575)
76+
77+ from Configuration .Eras .Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
78+ from Configuration .Eras .Modifier_run3_upc_cff import run3_upc
79+ (pp_on_PbPb_run3 | run3_upc ).toModify (l1tStage2uGTTiming ,
80+ unprescaledAlgoShortList = unprescaledAlgoList_PbPb ,
81+ prescaledAlgoShortList = prescaledAlgoList_PbPb )
You can’t perform that action at this time.
0 commit comments