CMS 3D CMS Logo

Variables

dtTriggerSynchTask_cfi Namespace Reference

Variables

tuple dtTriggerSynchMonitor

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTLocalTriggerSynchTask",
00002     staticBooking = cms.untracked.bool(True),
00003     # labels of DDU/DCC data and 4D segments
00004     DCCInputTag    = cms.InputTag('dttfDigis'),
00005     DDUInputTag    = cms.InputTag('muonDTDigis'),
00006     SEGInputTag    = cms.InputTag('dt4DSegments'),
00007     bxTimeInterval = cms.double(25),
00008     rangeWithinBX  = cms.bool(True),
00009     nBXHigh        = cms.int32(0),
00010     nBXLow         = cms.int32(1),
00011     angleRange     = cms.double(30.),
00012     minHitsPhi     = cms.int32(7),
00013     baseDir        = cms.string("DT/90-LocalTriggerSynch/"),
00014     tTrigModeConfig = cms.PSet(
00015             vPropWire = cms.double(24.4),
00016             doTOFCorrection = cms.bool(False),
00017             tofCorrType = cms.int32(0),
00018             wirePropCorrType = cms.int32(0),
00019             doWirePropCorrection = cms.bool(False),
00020             doT0Correction = cms.bool(False),
00021             debug = cms.untracked.bool(False),
00022             tTrigLabel = cms.string('')
00023     ),
00024     tTrigMode = cms.string('DTTTrigSyncFromDB')
00025 )

Definition at line 3 of file dtTriggerSynchTask_cfi.py.