CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SimpleMultiRecHitCollector_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 # Chi2MeasurementEstimatorESProducer
5 RelaxedChi2Simple = Chi2MeasurementEstimator.clone(
6  ComponentName = 'RelaxedChi2Simple',
7  MaxChi2 = 100.
8 )
9 #replace RelaxedChi2.nSigma = 3.
10 # PropagatorWithMaterialESProducer
12 # PropagatorWithMaterialESProducer
14 # MeasurementTracker
16 # MultiRecHitUpdator
18 #MultiRecHitCollector
20 
Chi2MeasurementEstimator * clone() const override