CMS 3D CMS Logo

Variables

trackerDrivenElectronSeeds_cff Namespace Reference

Variables

tuple CloseComponentsMerger_forPreId
tuple ElectronMaterialEffects_forPreId = TrackingTools.GsfTracking.GsfElectronMaterialEffects_cfi.ElectronMaterialEffects.clone()
tuple GsfTrajectoryFitter_forPreId
tuple GsfTrajectorySmoother_forPreId

Variable Documentation

Initial value:
00001 cms.ESProducer("CloseComponentsMergerESProducer5D",
00002     ComponentName = cms.string('CloseComponentsMerger_forPreId'),
00003     MaxComponents = cms.int32(4),
00004     DistanceMeasure = cms.string('KullbackLeiblerDistance5D')
00005 )

Definition at line 4 of file trackerDrivenElectronSeeds_cff.py.

tuple trackerDrivenElectronSeeds_cff::ElectronMaterialEffects_forPreId = TrackingTools.GsfTracking.GsfElectronMaterialEffects_cfi.ElectronMaterialEffects.clone()

Definition at line 2 of file trackerDrivenElectronSeeds_cff.py.

Initial value:
00001 cms.ESProducer("GsfTrajectoryFitterESProducer",
00002     Merger = cms.string('CloseComponentsMerger_forPreId'),
00003     ComponentName = cms.string('GsfTrajectoryFitter_forPreId'),
00004     MaterialEffectsUpdator = cms.string('ElectronMaterialEffects_forPreId'),
00005     GeometricalPropagator = cms.string('fwdAnalyticalPropagator'),
00006     RecoGeometry = cms.string('GlobalDetLayerGeometry')
00007 )

Definition at line 10 of file trackerDrivenElectronSeeds_cff.py.

Initial value:
00001 cms.ESProducer("GsfTrajectorySmootherESProducer",
00002     Merger = cms.string('CloseComponentsMerger_forPreId'),
00003     ComponentName = cms.string('GsfTrajectorySmoother_forPreId'),
00004     MaterialEffectsUpdator = cms.string('ElectronMaterialEffects_forPreId'),
00005     ErrorRescaling = cms.double(100.0),
00006     GeometricalPropagator = cms.string('bwdAnalyticalPropagator'),
00007     RecoGeometry = cms.string('GlobalDetLayerGeometry')
00008 )

Definition at line 18 of file trackerDrivenElectronSeeds_cff.py.