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 
10 # strip monitoring@HLT needs track re-fitting (estimation of the crossing angle through the sensor)
11 # => some ESProducer modules have to be run
15 
16 
17 hlt4vector = cms.Path(
18  lumiOnlineMonitorHLTsequence # lumi
19  * hltObjectMonitor
20  * pixelOnlineMonitorHLTsequence # pixel cluster monitoring
21  * sistripOnlineMonitorHLTsequence # strip cluster monitoring
22  * trackingMonitoringHLTsequence # tracking monitoring
23  * egmTrackingMonitorHLTsequence # EGM tracking monitoring
24  * vertexingMonitorHLTsequence # vertexing
25 )
26 
27 
28 #hlt4vector = cms.Path(onlineOccPlot * hltObjectMonitor)
29 #hlt4vector = cms.Path(onlineOccPlot)