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
import
TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi
8
electronChi2 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone(
9
ComponentName =
'electronChi2'
,
10
nSigma = 3.0,
11
MaxChi2 = 100.0
12
)
Chi2MeasurementEstimator_cfi
Generated for CMSSW Reference Manual by
1.8.14