|
||||
File indexing completed on 2024-04-06 12:31:31
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # 0004 # Looser chi2 estimator for electron trajectory building 0005 # (definition should be moved?) 0006 # 0007 import TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi 0008 electronChi2 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone( 0009 ComponentName = 'electronChi2', 0010 nSigma = 3.0, 0011 MaxChi2 = 100.0 0012 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |