Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
HLTEvF
python
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
7
from
DQM.HLTEvF.HLTObjectMonitor_cfi
import
*
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
14
from
DQM.HLTEvF.HLTSiStripMonitoring_cff
import
*
15
from
DQM.HLTEvF.HLTTrackingMonitoring_cff
import
*
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)
HLTSiStripMonitoring_cff
HLTObjectMonitor_cfi
HLTTrackingMonitoring_cff
Generated for CMSSW Reference Manual by
1.8.5