CMS 3D CMS Logo

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

Variables

tuple _pixelTracksSequence_quad = pixelTracksSequence.copy()
 
tuple _SeedComparitorPSet = dict(SeedComparitorPSet = dict(clusterShapeCacheSrc = "siPixelClusterShapeCachePreSplitting"))
 
tuple _SeedingHitSets = dict(SeedingHitSets = "pixelTracksHitQuadruplets")
 
tuple _seedingLayers = dict(seedingLayers = "PixelLayerTripletsPreSplitting")
 
tuple myTTRHBuilderWithoutAngle
 
tuple pixelTracks = _pixelTracksDefault.clone()
 
tuple pixelTracksHitDoublets
 
tuple pixelTracksHitQuadruplets
 
tuple pixelTracksHitTriplets
 
tuple pixelTracksSequence
 
tuple pixelTracksTrackingRegions = _globalTrackingRegionFromBeamSpot.clone()
 

Variable Documentation

tuple PixelTracks_cff._pixelTracksSequence_quad = pixelTracksSequence.copy()

Definition at line 86 of file PixelTracks_cff.py.

tuple PixelTracks_cff._SeedComparitorPSet = dict(SeedComparitorPSet = dict(clusterShapeCacheSrc = "siPixelClusterShapeCachePreSplitting"))

Definition at line 62 of file PixelTracks_cff.py.

tuple PixelTracks_cff._SeedingHitSets = dict(SeedingHitSets = "pixelTracksHitQuadruplets")

Definition at line 74 of file PixelTracks_cff.py.

tuple PixelTracks_cff._seedingLayers = dict(seedingLayers = "PixelLayerTripletsPreSplitting")

Definition at line 52 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 17 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracks = _pixelTracksDefault.clone()

Definition at line 73 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksHitDoublets
Initial value:
1 = _hitPairEDProducer.clone(
2  clusterCheck = "",
3  seedingLayers = "PixelLayerTriplets",
4  trackingRegions = "pixelTracksTrackingRegions",
5  maxElement = 0,
6  produceIntermediateHitDoublets = True,
7 )

Definition at line 45 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksHitQuadruplets
Initial value:
1 = _pixelQuadrupletMergerEDProducer.clone(
2  triplets = "pixelTracksHitTriplets",
3  layerList = dict(refToPSet_ = cms.string("PixelSeedMergerQuadruplets")),
4 )

Definition at line 67 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 )

Definition at line 57 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksSequence
Initial value:
1 = cms.Sequence(
2  pixelTracksTrackingRegions +
3  pixelTracksHitDoublets +
4  pixelTracksHitTriplets +
5  pixelFitterByHelixProjections +
6  pixelTrackFilterByKinematics +
7  pixelTracks
8 )

Definition at line 78 of file PixelTracks_cff.py.

tuple PixelTracks_cff.pixelTracksTrackingRegions = _globalTrackingRegionFromBeamSpot.clone()

Definition at line 40 of file PixelTracks_cff.py.