|
||||
File indexing completed on 2024-04-06 12:24:58
0001 import FWCore.ParameterSet.Config as cms 0002 0003 import TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi 0004 Chi2MeasurementEstimatorForOutIn = TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi.Chi2MeasurementEstimator.clone( 0005 ComponentName = 'Chi2ForOutIn', 0006 MaxChi2 = 500., 0007 nSigma = 3., 0008 MaxDisplacement = 100, 0009 MaxSagitta = -1. 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |