CMS 3D CMS Logo

ExoticaMonitoring_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
11 
12 exoticaMonitorHLT = cms.Sequence(
13  exoHLTMETmonitoring
14  + exoHLTNoBPTXmonitoring
15  + exoHLTdispStaMuonMonitoring
16  + exoHLTPhotonmonitoring
17  + exoHLTHTmonitoring
18  + exoHLTMETplusTrackMonitoring
19  + exoHLTMuonmonitoring
20  + exoHLTDisplacedJetmonitoring
21 )
22 
23 
24 exoHLTDQMSourceExtra = cms.Sequence(
25 )