CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
CkfElectronCandidateMaker_cff Namespace Reference

Variables

tuple ElectronChi2 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone()
 
tuple electronCkfTrackCandidates = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone()
 
tuple electronTrajectoryCleanerBySharedHits
 
tuple TrajectoryBuilderForElectrons = RecoTracker.CkfPattern.CkfTrajectoryBuilder_cfi.CkfTrajectoryBuilder.clone()
 
tuple TrajectoryFilterForElectrons
 

Variable Documentation

Definition at line 5 of file CkfElectronCandidateMaker_cff.py.

tuple CkfElectronCandidateMaker_cff.electronCkfTrackCandidates = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone()

Definition at line 44 of file CkfElectronCandidateMaker_cff.py.

tuple CkfElectronCandidateMaker_cff.electronTrajectoryCleanerBySharedHits
Initial value:
1 = trajectoryCleanerBySharedHits.clone(
2  ComponentName = cms.string('electronTrajectoryCleanerBySharedHits'),
3  ValidHitBonus = cms.double(1000.0),
4  MissingHitPenalty = cms.double(0.0)
5  )

Definition at line 52 of file CkfElectronCandidateMaker_cff.py.

tuple CkfElectronCandidateMaker_cff.TrajectoryBuilderForElectrons = RecoTracker.CkfPattern.CkfTrajectoryBuilder_cfi.CkfTrajectoryBuilder.clone()

Definition at line 25 of file CkfElectronCandidateMaker_cff.py.

tuple CkfElectronCandidateMaker_cff.TrajectoryFilterForElectrons
Initial value:
1 = cms.PSet(
2  chargeSignificance = cms.double(-1.0),
3  minPt = cms.double(2.0),
4  minHitsMinPt = cms.int32(-1),
5  ComponentType = cms.string('CkfBaseTrajectoryFilter'),
6  maxLostHits = cms.int32(1),
7  maxNumberOfHits = cms.int32(-1),
8  maxConsecLostHits = cms.int32(1),
9  nSigmaMinPt = cms.double(5.0),
10  minimumNumberOfHits = cms.int32(5)
11 )

Definition at line 11 of file CkfElectronCandidateMaker_cff.py.