CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Chi2ChargeMeasurementEstimatorESProducer_cfi.py
Go to the documentation of this file.
2 
4 
5 Chi2ChargeMeasurementEstimator = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer",
6  ComponentName = cms.string('Chi2Charge'),
7  nSigma = cms.double(3.0),
8  MaxChi2 = cms.double(30.0),
9  clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutTight')),
10  pTChargeCutThreshold = cms.double(-1.)
11 )
12 
13