CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoLocalMuon/DTSegment/python/DTAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DTAnalyzer = cms.EDAnalyzer("DTAnalyzer",
00004     LCT_DT = cms.bool(True),
00005     DTLocalTriggerLabel = cms.string('dtunpacker'),
00006     recHits2DLabel = cms.string('dt2DSegments'),
00007     LCT_CSC = cms.bool(False),
00008     LCT_RPC = cms.bool(False),
00009     recHits4DLabel = cms.string('dt4DSegments'),
00010     debug = cms.untracked.bool(False),
00011     rootFileName = cms.untracked.string('DTAnalyzer.root'),
00012     SALabel = cms.string('CosmicMuon'),
00013     isMC = cms.bool(False),
00014     tTrigModeConfig = cms.untracked.PSet(
00015         vPropWire = cms.double(24.4),
00016         doTOFCorrection = cms.bool(False),
00017         kFactor = cms.double(-1.3),
00018         doWirePropCorrection = cms.bool(False),
00019         doT0Correction = cms.bool(True),
00020         debug = cms.untracked.bool(False)
00021     ),
00022     tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'),
00023     recHits1DLabel = cms.string('dt1DRecHits')
00024 )
00025 
00026 
00027