Skip to content

Commit

Permalink
Adding the uGT timing sequence back into L1T DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
vukasinmilosevic committed Oct 31, 2022
1 parent c2af242 commit c1999b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 2 additions & 3 deletions DQM/L1TMonitor/python/L1TStage2uGTTiming_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"L1_SingleMu22_BMTF",
"L1_SingleMu22_OMTF",
"L1_SingleMu22_EMTF",
"L1_SingleIsoEG30er1p5",
"L1_SingleIsoEG28er1p5",
"L1_SingleIsoEG32er2p5",
"L1_SingleEG40er2p5",
"L1_SingleEG60",
Expand All @@ -30,13 +30,12 @@
"L1_SingleMu0_OMTF",
"L1_SingleMu0_EMTF",
"L1_SingleEG10er2p5",
"L1_SingleEG15",
"L1_SingleEG15er2p5",
"L1_SingleEG26er2p5",
"L1_SingleLooseIsoEG28er1p5",
"L1_SingleJet60",
"L1_SingleJet60er2p5",
"L1_SingleJet60_FWD3p0",
"L1_SingleJet60_FWD",
"L1_ETMHF100",
"L1_HTT120er",
"L1_ETT1200"
Expand Down
12 changes: 11 additions & 1 deletion DQM/L1TMonitor/python/L1TStage2uGT_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
# sequences
l1tStage2uGTOnlineDQMSeq = cms.Sequence(
l1tStage2uGT +
# l1tStage2uGTTiming +
l1tStage2uGTCaloLayer2Comp +
l1tStage2uGMTOutVsuGTIn
)

_run3_l1tStage2uGTOnlineDQMSeq = cms.Sequence(
l1tStage2uGT +
l1tStage2uGTTiming +
l1tStage2uGTCaloLayer2Comp +
l1tStage2uGMTOutVsuGTIn
)
Expand All @@ -37,3 +43,7 @@
l1tStage2uGTValidationEventOnlineDQMSeq = cms.Sequence(
l1tStage2uGTBoardCompSeq
)


from Configuration.Eras.Modifier_run3_common_cff import run3_common
run3_common.toReplaceWith(l1tStage2uGTOnlineDQMSeq, _run3_l1tStage2uGTOnlineDQMSeq)

0 comments on commit c1999b6

Please sign in to comment.