CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
dtTriggerLutTask_cfi Namespace Reference

Variables

tuple dtTriggerLutMonitor
 

Variable Documentation

tuple dtTriggerLutTask_cfi.dtTriggerLutMonitor
Initial value:
1 = DQMEDAnalyzer('DTLocalTriggerLutTask',
2  # labels of TM data and 4D segments
3  inputTagTMin = cms.untracked.InputTag('twinMuxStage2Digis:PhIn'),
4  inputTagTMout = cms.untracked.InputTag('twinMuxStage2Digis:PhOut'),
5  inputTagSEG = cms.untracked.InputTag('dt4DSegments'),
6  # set static booking (all the detector)
7  staticBooking = cms.untracked.bool(True),
8  # set outflows to boudaries
9  rebinOutFlowsInGraph = cms.untracked.bool(True),
10  # enable more detailed studies
11  detailedAnalysis = cms.untracked.bool(False),
12  # label of the geometry used to feed DTTrigGeomUtils
13  geomLabel = cms.untracked.string('idealForDigi'),
14  # number of luminosity blocks to reset the histos
15  ResetCycle = cms.untracked.int32(9999)
16 )

Definition at line 4 of file dtTriggerLutTask_cfi.py.