CMS 3D CMS Logo

dt1DRecHits_ParamDrift_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Module for rechit building of simulated digis using the cell 
00004 # parametrization
00005 # The reconstruction algo and its parameter set
00006 from RecoLocalMuon.DTRecHit.DTParametrizedDriftAlgo_cfi import *
00007 dt1DRecHits = cms.EDProducer("DTRecHitProducer",
00008     # The reconstruction algo and its parameter set
00009     dTParametrizedDriftAlgo,
00010     debug = cms.untracked.bool(False),
00011     dtDigiLabel = cms.InputTag("muonDTDigis")
00012 )
00013 
00014 

Generated on Tue Jun 9 17:43:53 2009 for CMSSW by  doxygen 1.5.4