CMS 3D CMS Logo

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

Variables

tuple globalPixelMasksForElectrons
 
tuple globalPixelTrackCandidates
 
tuple globalPixelTrackCandidatesForElectrons
 
tuple globalPixelTrackCandidatesForPhotons
 
tuple globalPixelTracking
 
tuple globalPixelWithMaterialTracks
 
tuple globalPixelWithMaterialTracksForElectrons
 
tuple globalPixelWithMaterialTracksForPhotons
 

Variable Documentation

tuple GlobalPixelTracking_cff.globalPixelMasksForElectrons
Initial value:
1 = FastSimulation.Tracking.FastTrackerRecHitMaskProducer_cfi.fastTrackerRecHitMaskProducer.clone(
2  trajectories = cms.InputTag("globalPixelWithMaterialTracks")
3  )

Definition at line 36 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelTrackCandidates
Initial value:
1 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
2  src = cms.InputTag("globalPixelSeeds")
3  )

Definition at line 13 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelTrackCandidatesForElectrons
Initial value:
1 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
2  src = cms.InputTag("globalPixelSeedsForElectrons"),
3  hitMasks = cms.InputTag("globalPixelMasksForElectrons")
4  )

Definition at line 46 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelTrackCandidatesForPhotons
Initial value:
1 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
2  src = cms.InputTag("globalPixelSeedsForPhotons"),
3  hitMasks = cms.InputTag("globalPixelMasksForElectrons")
4  )

Definition at line 69 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelTracking
Initial value:
1 = cms.Sequence(globalPixelSeeds*
2  globalPixelTrackCandidates*
3  globalPixelWithMaterialTracks*
4  globalPixelMasksForElectrons*
5  globalPixelSeedsForElectrons*
6  globalPixelTrackCandidatesForElectrons*
7  globalPixelWithMaterialTracksForElectrons*
8  globalPixelSeedsForPhotons*
9  globalPixelTrackCandidatesForPhotons*
10  globalPixelWithMaterialTracksForPhotons)

Definition at line 86 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelWithMaterialTracks
Initial value:
1 = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone(
2  src = 'globalPixelTrackCandidates',
3  TTRHBuilder = 'WithoutRefit',
4  Fitter = 'KFFittingSmootherWithOutlierRejection',
5  Propagator = 'PropagatorWithMaterial',
6  TrajectoryInEvent = cms.bool(True),
7  )

Definition at line 19 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelWithMaterialTracksForElectrons
Initial value:
1 = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone(
2  src = 'globalPixelTrackCandidatesForElectrons',
3  TTRHBuilder = 'WithoutRefit',
4  Fitter = 'KFFittingSmootherWithOutlierRejection',
5  Propagator = 'PropagatorWithMaterial',
6  TrajectoryInEvent = cms.bool(True)
7  )

Definition at line 52 of file GlobalPixelTracking_cff.py.

tuple GlobalPixelTracking_cff.globalPixelWithMaterialTracksForPhotons
Initial value:
1 = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone(
2  src = 'globalPixelTrackCandidatesForPhotons',
3  TTRHBuilder = 'WithoutRefit',
4  Fitter = 'KFFittingSmootherWithOutlierRejection',
5  Propagator = 'PropagatorWithMaterial',
6  TrajectoryInEvent = cms.bool(True)
7 )

Definition at line 75 of file GlobalPixelTracking_cff.py.