CMS 3D CMS Logo

Variables

DTSegAnalyzer_cfi Namespace Reference

Variables

tuple DTSegAnalyzer

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTSegAnalyzer",
00002     doHits = cms.bool(True),
00003     tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),
00004     recHits2DLabel = cms.string('dt2DSegments'),
00005     doSegs = cms.bool(True),
00006     doSA = cms.bool(True),
00007     recHits4DLabel = cms.string('dt4DSegments'),
00008     rootFileName = cms.untracked.string('DTSegAnalyzer.root'),
00009     debug = cms.untracked.bool(False),
00010     tTrigModeConfig = cms.untracked.PSet(
00011         vPropWire = cms.double(24.4),
00012         doTOFCorrection = cms.bool(False),
00013         tofCorrType = cms.int32(2),
00014         kFactor = cms.double(-1.3),
00015         wirePropCorrType = cms.int32(0),
00016         doWirePropCorrection = cms.bool(False),
00017         doT0Correction = cms.bool(True),
00018         debug = cms.untracked.bool(False)
00019     ),
00020     recHits1DLabel = cms.string('dt1DRecHits')
00021 )

Definition at line 3 of file DTSegAnalyzer_cfi.py.