CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
8 # strip monitoring@HLT needs track re-fitting (estimation of the crossing angle through the sensor)
9 # => some ESProducer modules have to be run
10 # one of those (hltESPStripCPEfromTrackAngle) depends on the strip APV gain
11 # and therefore it has different setting in 25ns and 50ns HLT menu
12 # current setting is coherent w/ 50ns menu
13 # DQM.HLTEvF.HLTSiStripMonitoring_cff has to be updated as soon as the 25ns menu will be in production
16 
17 
18 hlt4vector = cms.Path(
19  hltObjectMonitor
20 # * sistripOnlineMonitorHLTsequence # strip cluster monitoring
21  * trackingMonitoringHLTsequence # tracking monitoring
22 )
23 
24 
25 #hlt4vector = cms.Path(onlineOccPlot * hltObjectMonitor)
26 #hlt4vector = cms.Path(onlineOccPlot)