CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalMuon/DTSegment/python/DTRefitAndCombineReco4DAlgo_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # this is the RecHit1D algo include!
00004 from RecoLocalMuon.DTRecHit.DTParametrizedDriftAlgo_cfi import *
00005 DTRefitAndCombineReco4DAlgo = cms.PSet(
00006     Reco4DAlgoName = cms.string('DTRefitAndCombineReco4D'),
00007     Reco4DAlgoConfig = cms.PSet(
00008         # Parameters for the updator
00009         # this is the RecHit1D algo!!
00010         DTParametrizedDriftAlgo,
00011         debug = cms.untracked.bool(False),
00012         # Parameters for the cleaner
00013         nSharedHitsMax = cms.int32(2),
00014         MaxChi2forPhi = cms.double(100.0) ##FIX this value!
00015 
00016     )
00017 )
00018