Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
GsfTracking
python
CkfElectronCandidatesChi2_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# Looser chi2 estimator for electron trajectory building
5
# (definition should be moved?)
6
#
7
electronChi2 = cms.ESProducer(
"Chi2MeasurementEstimatorESProducer"
,
8
ComponentName = cms.string(
'electronChi2'
),
9
nSigma = cms.double(3.0),
10
MaxChi2 = cms.double(100.0)
11
)
12
13
Config
Generated for CMSSW Reference Manual by
1.8.5