CMS 3D CMS Logo

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

Variables

tuple allPixelTracks
 The base for all steps. More...
 
tuple allPixelTracksFitter
 
tuple allPixelTracksSequence = cms.Sequence(allPixelTracksTask)
 
tuple allPixelTracksTask
 

Variable Documentation

tuple AllPixelTracks_cfi.allPixelTracks

The base for all steps.

Definition at line 10 of file AllPixelTracks_cfi.py.

tuple AllPixelTracks_cfi.allPixelTracksFitter
Initial value:
1 = trackFitter.clone(
2  TTRHBuilder = 'TTRHBuilderWithoutAngle4PixelTriplets'
3 )

Definition at line 55 of file AllPixelTracks_cfi.py.

tuple AllPixelTracks_cfi.allPixelTracksSequence = cms.Sequence(allPixelTracksTask)

Definition at line 64 of file AllPixelTracks_cfi.py.

tuple AllPixelTracks_cfi.allPixelTracksTask
Initial value:
1 = cms.Task(
2  allPixelTracksFitter,
3  clusterShapeTrackFilter,
4  allPixelTracks
5 )

Definition at line 59 of file AllPixelTracks_cfi.py.