CMS 3D CMS Logo

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

Variables

tuple dtTriggerLutMonitor
 

Variable Documentation

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

Definition at line 3 of file dtTriggerLutTask_cfi.py.