CMS 3D CMS Logo

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

Variables

tuple DetachedTripletStep
 
tuple detachedTripletStepSimTrackIds
 
tuple detachedTripletStepTrackCandidates
 
tuple detachedTripletStepTracks
 
tuple iterativeDetachedTripletSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()
 

Variable Documentation

tuple IterativeDetachedTripletStep_cff.DetachedTripletStep
Initial value:
1 = cms.Sequence(iterativeDetachedTripletSeeds+
2  detachedTripletStepTrackCandidates+
3  detachedTripletStepTracks+
4  detachedTripletStepSimTrackIds+
5  detachedTripletStepSelector+
6  detachedTripletStep)

Definition at line 55 of file IterativeDetachedTripletStep_cff.py.

tuple IterativeDetachedTripletStep_cff.detachedTripletStepSimTrackIds
Initial value:
1 = cms.EDProducer("SimTrackIdProducer",
2  trackCollection = cms.InputTag("detachedTripletStepTracks"),
3  HitProducer = cms.InputTag("siTrackerGaussianSmearingRecHits","TrackerGSMatchedRecHits")
4  )

Definition at line 45 of file IterativeDetachedTripletStep_cff.py.

tuple IterativeDetachedTripletStep_cff.detachedTripletStepTrackCandidates
Initial value:
1 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
2  SeedProducer = cms.InputTag("iterativeDetachedTripletSeeds",'DetachedPixelTriplets'),
3  MinNumberOfCrossedLayers = 3)

Definition at line 32 of file IterativeDetachedTripletStep_cff.py.

tuple IterativeDetachedTripletStep_cff.detachedTripletStepTracks
Initial value:
1 = detachedTripletStepTracks.clone(
2  Fitter = 'KFFittingSmootherSecond',
3  Propagator = 'PropagatorWithMaterial',
4  TTRHBuilder = 'WithoutRefit'
5 )

Definition at line 38 of file IterativeDetachedTripletStep_cff.py.

tuple IterativeDetachedTripletStep_cff.iterativeDetachedTripletSeeds = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone()

Definition at line 7 of file IterativeDetachedTripletStep_cff.py.