CMS 3D CMS Logo

ElectronChi2_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ElectronChi2 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
4  ComponentName = cms.string('ElectronChi2'),
5  MaxChi2 = cms.double(2000.0),
6  MaxDisplacement = cms.double(100),
7  MaxSagitta = cms.double(-1),
8  MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
9  MinimalTolerance = cms.double(0.5),
10  appendToDataLabel = cms.string(''),
11  nSigma = cms.double(3)
12 )