Skip to content

Commit

Permalink
Update DQM/L1TMonitor/python/L1TStage2uGTTiming_cfi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisatul authored and mmusich committed Aug 28, 2024
1 parent 824cf20 commit 3b2497d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions DQM/L1TMonitor/python/L1TStage2uGTTiming_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@
"L1_ETT1600"
)

unprescaledAlgoList_2024 = unprescaledAlgoList
unprescaledAlgoList_2024.append("L1_AXO_Nominal")
unprescaledAlgoList_2024.append("L1_AXO_VTight")
unprescaledAlgoList_2024.append("L1_CICADA_Medium")
unprescaledAlgoList_2024.append("L1_CICADA_VTight")
prescaledAlgoList_2024 = prescaledAlgoList
prescaledAlgoList_2024.remove("L1_ETT1600")
unprescaledAlgoList_2024 = cms.untracked.vstring(unprescaledAlgoList)
unprescaledAlgoList_2024.extend([
"L1_AXO_Nominal",
"L1_AXO_VTight",
"L1_CICADA_Medium",
"L1_CICADA_VTight"
])

prescaledAlgoList_2024 = cms.untracked.vstring(prescaledAlgoList)
if "L1_ETT1600" in prescaledAlgoList_2024:
prescaledAlgoList_2024.remove("L1_ETT1600")

l1tStage2uGTTiming = DQMEDAnalyzer('L1TStage2uGTTiming',
l1tStage2uGtSource = cms.InputTag("gtStage2Digis"),
Expand Down

0 comments on commit 3b2497d

Please sign in to comment.