CMS 3D CMS Logo

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

Variables

tuple _pixelTracksTask_lowPU = pixelTracksTask.copy()
 
tuple cuda = _pixelTracksSoA.clone()
 
 idealConditions = True
 
tuple myTTRHBuilderWithoutAngle
 
string pixelRecHitLegacySrc = "siPixelRecHitsPreSplitting"
 
tuple pixelTracks
 
tuple pixelTracksCUDA
 
tuple pixelTracksHitDoublets
 
tuple pixelTracksHitQuadruplets
 
tuple pixelTracksHitTriplets
 
tuple pixelTracksSeedLayers
 
tuple pixelTracksSequence = cms.Sequence(pixelTracksTask)
 
tuple pixelTracksSoA
 
tuple pixelTracksTask
 
tuple pixelTracksTrackingRegions = _globalTrackingRegion.clone()
 
string SeedingHitSets = "pixelTracksHitTriplets"
 

Variable Documentation

tuple PixelTracks_cff._pixelTracksTask_lowPU = pixelTracksTask.copy()

Definition at line 86 of file PixelTracks_cff.py.

tuple PixelTracks_cff.cuda = _pixelTracksSoA.clone()

Definition at line 148 of file PixelTracks_cff.py.

PixelTracks_cff.idealConditions = True

Definition at line 107 of file PixelTracks_cff.py.

tuple PixelTracks_cff.myTTRHBuilderWithoutAngle
Initial value:
1 = RecoTracker.TransientTrackingRecHit.TransientTrackingRecHitBuilder_cfi.ttrhbwr.clone(
2  StripCPE = 'Fake',
3  ComponentName = 'PixelTTRHBuilderWithoutAngle'
4 )

Definition at line 8 of file PixelTracks_cff.py.

string PixelTracks_cff.pixelRecHitLegacySrc = "siPixelRecHitsPreSplitting"

Definition at line 113 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracks
Initial value:
1 = _pixelTracks.clone(
2  SeedingHitSets = "pixelTracksHitQuadruplets"
3 )

Definition at line 56 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksCUDA
Initial value:
1 = _pixelTracksCUDA.clone(
2  pixelRecHitSrc = "siPixelRecHitsPreSplittingCUDA",
3  idealConditions = False,
4  onGPU = True
5 )

Definition at line 134 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksHitDoublets
Initial value:
1 = initialStepHitDoublets.clone(
2  clusterCheck = "",
3  seedingLayers = "pixelTracksSeedLayers",
4  trackingRegions = "pixelTracksTrackingRegions"
5 )

Definition at line 45 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksHitQuadruplets
Initial value:
1 = _initialStepCAHitQuadruplets.clone(
2  doublets = "pixelTracksHitDoublets",
3  SeedComparitorPSet = dict(clusterShapeCacheSrc = 'siPixelClusterShapeCachePreSplitting')
4 )

Definition at line 51 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksHitTriplets
Initial value:
1 = _pixelTripletHLTEDProducer.clone(
2  doublets = "pixelTracksHitDoublets",
3  produceSeedingHitSets = True,
4  SeedComparitorPSet = RecoPixelVertexing.PixelLowPtUtilities.LowPtClusterShapeSeedComparitor_cfi.LowPtClusterShapeSeedComparitor.clone(
5  clusterShapeCacheSrc = "siPixelClusterShapeCachePreSplitting"
6  )
7 )

Definition at line 74 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksSeedLayers
Initial value:
1 = initialStepSeedLayers.clone(
2  BPix = dict(HitProducer = "siPixelRecHitsPreSplitting"),
3  FPix = dict(HitProducer = "siPixelRecHitsPreSplitting")
4 )

Definition at line 40 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksSequence = cms.Sequence(pixelTracksTask)

Definition at line 70 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksSoA
Initial value:
2  # build pixel ntuplets and pixel tracks in SoA format on the CPU
3  cpu = _pixelTracksCUDA.clone(
4  pixelRecHitSrc = "siPixelRecHitsPreSplittingSoA",
5  idealConditions = False,
6  onGPU = False
7  )
8 )

Definition at line 97 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksTask
Initial value:
1 = cms.Task(
2  pixelTracksTrackingRegions,
3  pixelFitterByHelixProjections,
4  pixelTrackFilterByKinematics,
5  pixelTracksSeedLayers,
6  pixelTracksHitDoublets,
7  pixelTracksHitQuadruplets,
8  pixelTracks
9 )

Definition at line 60 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksTrackingRegions = _globalTrackingRegion.clone()

Definition at line 35 of file PixelTracks_cff.py.

string PixelTracks_cff.SeedingHitSets = "pixelTracksHitTriplets"

Definition at line 83 of file PixelTracks_cff.py.