CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibMuon/DTCalibration/python/dtVDriftSegmentWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dtVDriftSegmentWriter = cms.EDAnalyzer("DTVDriftWriter",
00004     vDriftAlgo = cms.string('DTVDriftSegment'),
00005     vDriftAlgoConfig = cms.PSet(
00006         rootFileName = cms.string(''),
00007         nSigmasFitRange = cms.untracked.uint32(1),
00008         debug = cms.untracked.bool(False)
00009     )
00010 )