CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECODTCalibSynchDQM_cff.py
Go to the documentation of this file.
2 
6 
7 dtPreCalibrationTaskAlca = dtPreCalibTask.clone()
8 dtPreCalibrationTaskAlca.SaveFile = False
9 dtPreCalibrationTaskAlca.folderName = 'AlCaReco/DtCalibSynch/01-Calibration'
10 
11 dtAlcaResolutionMonitor = dtResolutionAnalysisMonitor.clone()
12 dtAlcaResolutionMonitor.topHistoFolder = "AlCaReco/DtCalibSynch/01-Calibration"
13 
14 dtTriggerSynchMonitor.baseDir = 'AlCaReco/DtCalibSynch/02-Synchronization'
15 dtTriggerSynchMonitor.SEGInputTag = 'dt4DSegmentsNoWire'
16 dtTriggerSynchMonitor.rangeWithinBX = False
17 dtTriggerSynchMonitor.nBXHigh = 3
18 dtTriggerSynchMonitor.nBXLow = -2
19 
20 from DQM.HLTEvF.HLTMonBitSummary_cfi import hltMonBitSummary
21 from CalibMuon.DTCalibration.ALCARECODtCalib_cff import ALCARECODtCalibHLTFilter
22 ALCARECODtCalibHLTDQM = hltMonBitSummary.clone(
23  directory = 'AlCaReco/DtCalibSynch/HLTSummary',
24  histLabel = 'DtCalibSynch',
25  HLTPaths = ["HLT_.*Mu.*"],
26  eventSetupPathsKey = ALCARECODtCalibHLTFilter.eventSetupPathsKey.value()
27 )
28 
29 ALCARECODTCalibSynchDQM = cms.Sequence( dtPreCalibrationTaskAlca +
30  dtAlcaResolutionMonitor +
31  dtTriggerSynchMonitor +
32  ALCARECODtCalibHLTDQM )
DT calibration.