CMS 3D CMS Logo

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

Variables

tuple comparitors
 
tuple ComponentName = cms.string('CombinedSeedComparitor')
 
tuple mode = cms.string("and")
 
tuple pixelLessStep = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStep.clone()
 
tuple PixelLessStep
 
tuple pixelLessStepChi2Est
 
tuple pixelLessStepClusters
 
tuple pixelLessStepClusterShapeHitFilter
 
tuple pixelLessStepSeedLayers
 
tuple pixelLessStepSeeds
 
tuple pixelLessStepSelector = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepSelector.clone()
 
tuple pixelLessStepSimTrackIds
 
tuple pixelLessStepTrackCandidates
 
tuple pixelLessStepTracks
 
tuple pixelLessStepTrajectoryBuilder
 
tuple pixelLessStepTrajectoryCleanerBySharedHits
 
tuple pixelLessStepTrajectoryFilter
 

Variable Documentation

tuple PixelLessStep_cff.comparitors
Initial value:
1 = cms.VPSet(
2  cms.PSet(
3  ComponentName = cms.string('PixelClusterShapeSeedComparitor'),
4  FilterAtHelixStage = cms.bool(True),
5  FilterPixelHits = cms.bool(False),
6  FilterStripHits = cms.bool(True),
7  ClusterShapeHitFilterName = cms.string('pixelLessStepClusterShapeHitFilter'),
8  ClusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache") # not really needed here since FilterPixelHits=False
9  ),
10  RecoPixelVertexing.PixelLowPtUtilities.StripSubClusterShapeSeedFilter_cfi.StripSubClusterShapeSeedFilter.clone()
11  )

Definition at line 118 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.ComponentName = cms.string('CombinedSeedComparitor')

Definition at line 116 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.mode = cms.string("and")

Definition at line 117 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.PixelLessStep
Initial value:
1 = cms.Sequence(pixelLessStepSimTrackIds
2  +pixelLessStepSeeds
3  +pixelLessStepTrackCandidates
4  +pixelLessStepTracks
5  +pixelLessStepSelector
6  +pixelLessStep
7  )

Definition at line 55 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepChi2Est
Initial value:
1 = RecoTracker.MeasurementDet.Chi2ChargeMeasurementEstimatorESProducer_cfi.Chi2ChargeMeasurementEstimator.clone(
2  ComponentName = cms.string('pixelLessStepChi2Est'),
3  nSigma = cms.double(3.0),
4  MaxChi2 = cms.double(9.0),
5  clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutTight'))
6 )

Definition at line 140 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepClusters
Initial value:
1 = trackClusterRemover.clone(
2  maxChi2 = cms.double(9.0),
3  trajectories = cms.InputTag("mixedTripletStepTracks"),
4  pixelClusters = cms.InputTag("siPixelClusters"),
5  stripClusters = cms.InputTag("siStripClusters"),
6  oldClusterRemovalInfo = cms.InputTag("mixedTripletStepClusters"),
7  overrideTrkQuals = cms.InputTag('mixedTripletStep'),
8  TrackQuality = cms.string('highPurity'),
9  minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0),
10 )

Definition at line 8 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepClusterShapeHitFilter
Initial value:
1 = RecoPixelVertexing.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi.ClusterShapeHitFilterESProducer.clone(
2  ComponentName = cms.string('pixelLessStepClusterShapeHitFilter'),
3  PixelShapeFile= cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/pixelShape.par'),
4  doStripShapeCut = cms.bool(False),
5  clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutTight'))
6  )

Definition at line 108 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSeedLayers

Definition at line 21 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSeeds
Initial value:
1 = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.clone(
2  simTrackSelection = FastSimulation.Tracking.TrajectorySeedProducer_cfi.trajectorySeedProducer.simTrackSelection.clone(
3  skipSimTrackIds = [
4  cms.InputTag("detachedTripletStepSimTrackIds"),
5  cms.InputTag("lowPtTripletStepSimTrackIds"),
6  cms.InputTag("pixelPairStepSimTrackIds"),
7  cms.InputTag("mixedTripletStepSimTrackIds"),
8  cms.InputTag("pixelLessStepSimTrackIds")],
9  pTMin = 0.3,
10  maxD0 = -1,
11  maxZ0 = -1
12  ),
13  minLayersCrossed = 3,
14  ptMin = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepSeeds.RegionFactoryPSet.RegionPSet.ptMin,
15  originHalfLength = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepSeeds.RegionFactoryPSet.RegionPSet.originHalfLength,
16  originRadius = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepSeeds.RegionFactoryPSet.RegionPSet.originRadius,
17  layerList = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepSeedLayers.layerList.value()
18 )

Definition at line 17 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSelector = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepSelector.clone()

Definition at line 50 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSimTrackIds
Initial value:
1 = FastSimulation.Tracking.SimTrackIdProducer_cfi.simTrackIdProducer.clone(
2  trackCollection = cms.InputTag("mixedTripletStepTracks"),
3  TrackQuality = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepClusters.TrackQuality,
4  maxChi2 = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepClusters.maxChi2,
5  overrideTrkQuals = cms.InputTag('mixedTripletStep')
6 )

Definition at line 8 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepTrackCandidates
Initial value:
1 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
2  src = cms.InputTag("pixelLessStepSeeds"),
3  MinNumberOfCrossedLayers = 6 # ?
4 )

Definition at line 38 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepTracks
Initial value:
1 = RecoTracker.IterativeTracking.PixelLessStep_cff.pixelLessStepTracks.clone(
2  TTRHBuilder = 'WithoutRefit',
3  Fitter = 'KFFittingSmootherFourth',
4  Propagator = 'PropagatorWithMaterial'
5 )

Definition at line 44 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepTrajectoryBuilder
Initial value:
1 = RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilder_cfi.GroupedCkfTrajectoryBuilder.clone(
2  MeasurementTrackerName = '',
3  trajectoryFilter = cms.PSet(refToPSet_ = cms.string('pixelLessStepTrajectoryFilter')),
4  minNrOfHitsForRebuild = 4,
5  maxCand = 2,
6  alwaysUseInvalidHits = False,
7  estimator = cms.string('pixelLessStepChi2Est'),
8  maxDPhiForLooperReconstruction = cms.double(2.0),
9  maxPtForLooperReconstruction = cms.double(0.7)
10  )

Definition at line 149 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepTrajectoryCleanerBySharedHits
Initial value:
1 = trajectoryCleanerBySharedHits.clone(
2  ComponentName = cms.string('pixelLessStepTrajectoryCleanerBySharedHits'),
3  fractionShared = cms.double(0.11),
4  allowSharedFirstHit = cms.bool(True)
5  )

Definition at line 172 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepTrajectoryFilter
Initial value:
1 = TrackingTools.TrajectoryFiltering.TrajectoryFilter_cff.CkfBaseTrajectoryFilter_block.clone(
2  maxLostHits = 0,
3  minimumNumberOfHits = 4,
4  minPt = 0.1
5  )

Definition at line 133 of file PixelLessStep_cff.py.