Skip to content

Commit

Permalink
Merge pull request #35744 from drankincms/CMSSW_12_L1TDQM
Browse files Browse the repository at this point in the history
Phase2 L1T DQM
  • Loading branch information
cmsbuild committed Oct 31, 2021
2 parents b35ff2e + c15e0e6 commit 5675cfa
Show file tree
Hide file tree
Showing 11 changed files with 1,872 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DQMOffline/Configuration/python/DQMOffline_SecondStep_cff.py
Expand Up @@ -43,6 +43,8 @@

DQMOffline_SecondStepL1T = cms.Sequence( l1TriggerDqmOfflineClient )

DQMOffline_SecondStepL1TPhase2 = cms.Sequence( Phase2l1TriggerDqmOfflineClient )

DQMOffline_SecondStep_PreDPG = cms.Sequence(
DQMOffline_SecondStepEcal *
DQMOffline_SecondStepTrackerStrip *
Expand Down Expand Up @@ -145,6 +147,8 @@

DQMHarvestL1TMuon = cms.Sequence( l1TriggerMuonDqmOfflineClient )

DQMHarvestL1TPhase2 = cms.Sequence( Phase2l1TriggerDqmOfflineClient )

DQMHarvestCommon = cms.Sequence( DQMMessageLoggerClientSeq *
DQMHarvestTrackerStrip *
DQMHarvestTrack *
Expand Down
2 changes: 2 additions & 0 deletions DQMOffline/Configuration/python/DQMOffline_cff.py
Expand Up @@ -34,6 +34,8 @@

DQMOfflineL1TMuon = cms.Sequence( l1TriggerMuonDqmOffline )

DQMOfflineL1TPhase2 = cms.Sequence( Phase2l1TriggerDqmOffline )

#DPGs
DQMOfflineEcalOnly = cms.Sequence(
ecalOnly_dqm_source_offline +
Expand Down
6 changes: 5 additions & 1 deletion DQMOffline/Configuration/python/autoDQM.py
Expand Up @@ -154,6 +154,10 @@
'PostDQMOffline',
'DQMHarvestL1TMuon'],

'L1TMonPhase2': ['DQMOfflineL1TPhase2',
'PostDQMOffline',
'DQMHarvestL1TPhase2'],

'HLTMon': ['HLTMonitoring',
'PostDQMOffline',
'HLTMonitoringClient'],
Expand Down Expand Up @@ -233,7 +237,7 @@
'DQMNone'],
}

_phase2_allowed = ['trackingOnlyDQM','outerTracker', 'trackerPhase2', 'muon','hcal','hcal2','egamma']
_phase2_allowed = ['trackingOnlyDQM','outerTracker', 'trackerPhase2', 'muon','hcal','hcal2','egamma','L1TMonPhase2']
autoDQM['phase2'] = ['','','']
for i in [0,2]:
autoDQM['phase2'][i] = '+'.join([autoDQM[m][i] for m in _phase2_allowed])
Expand Down
2 changes: 2 additions & 0 deletions DQMOffline/L1Trigger/BuildFile.xml
Expand Up @@ -10,6 +10,8 @@
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/L1TObjects"/>
<use name="L1Trigger/GlobalTriggerAnalyzer"/>
<use name="L1Trigger/Phase2L1ParticleFlow"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="TrackingTools/TransientTrack"/>
<use name="TrackingTools/TrajectoryState"/>
<use name="HLTrigger/HLTcore"/>
Expand Down

0 comments on commit 5675cfa

Please sign in to comment.