CMS 3D CMS Logo

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