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  + exoHLTPhotonmonitoring
15  + exoHLTHTmonitoring
16 # + exoHLTMETplusTrackMonitoring # disabled pending the review of METplusTrackMonitor.cc
17  + exoHLTMuonmonitoring
18  + exoHLTDisplacedJetmonitoring
19 )