CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTracker/SiTrackerMRHTools/python/SimpleMultiRecHitCollector_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import copy
00004 from TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi import *
00005 # Chi2MeasurementEstimatorESProducer
00006 RelaxedChi2Simple = copy.deepcopy(Chi2MeasurementEstimator)
00007 #replace RelaxedChi2.nSigma = 3.
00008 # PropagatorWithMaterialESProducer
00009 from TrackingTools.MaterialEffects.MaterialPropagator_cfi import *
00010 # PropagatorWithMaterialESProducer
00011 from TrackingTools.MaterialEffects.OppositeMaterialPropagator_cfi import *
00012 # MeasurementTracker
00013 from RecoTracker.MeasurementDet.MeasurementTrackerESProducer_cfi import *
00014 # MultiRecHitUpdator
00015 from RecoTracker.SiTrackerMRHTools.SiTrackerMultiRecHitUpdator_cff import *
00016 #MultiRecHitCollector
00017 from RecoTracker.SiTrackerMRHTools.SimpleMultiRecHitCollector_cfi import *
00018 RelaxedChi2Simple.ComponentName = 'RelaxedChi2Simple'
00019 RelaxedChi2Simple.MaxChi2 = 100.
00020