CMS 3D CMS Logo

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