CMS 3D CMS Logo

HLTObjectMonitor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #commented out in 74X
4 #from DQM.HLTEvF.FourVectorHLTOnline_cfi import *
5 #from DQM.HLTEvF.OccupancyPlotter_cfi import *
6 
11 # strip monitoring@HLT needs track re-fitting (estimation of the crossing angle through the sensor)
12 # => some ESProducer modules have to be run
17 
18 
19 hlt4vector = cms.Path(
20  lumiOnlineMonitorHLTsequence # lumi
21  * hltObjectMonitor
22  * hcalOnlineMonitoringSequence # HCAL monitoring
23  * pixelOnlineMonitorHLTsequence # pixel cluster monitoring
24  * sistripOnlineMonitorHLTsequence # strip cluster monitoring
25  * trackingMonitoringHLTsequence # tracking monitoring
26  * egmTrackingMonitorHLTsequence # EGM tracking monitoring
27  * vertexingMonitorHLTsequence # vertexing
28  * hltObjectsMonitor
29 )
30 
31 
32 #hlt4vector = cms.Path(onlineOccPlot * hltObjectMonitor)
33 #hlt4vector = cms.Path(onlineOccPlot)
HLTObjectsMonitor_cfi
HLTPrimaryVertexMonitoring_cff
HLTObjectMonitor_cfi
HLTSiStripMonitoring_cff
HLTLumiMonitoring_cff
HLTTrackingMonitoring_cff
HLTSiPixelMonitoring_cff
HLTHCALMonitoring_cff