![]() |
![]() |
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