CMS 3D CMS Logo

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

Variables

tuple ClusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache")
 
tuple ClusterShapeHitFilterName = cms.string('ClusterShapeHitFilter')
 
tuple ComponentName = cms.string('PixelClusterShapeSeedComparitor')
 
tuple FilterAtHelixStage = cms.bool(True)
 
tuple FilterPixelHits = cms.bool(False)
 
tuple FilterStripHits = cms.bool(True)
 
tuple PixelLessStep
 
tuple pixelLessStepChi2Est
 
tuple pixelLessStepClusters
 Large impact parameter tracking using TIB/TID/TEC stereo layer seeding #. More...
 
tuple pixelLessStepSeedLayersA
 
tuple pixelLessStepSeedLayersB
 
tuple pixelLessStepSeeds = RecoTracker.TkSeedGenerator.GlobalCombinedSeeds_cfi.globalCombinedSeeds.clone()
 
tuple pixelLessStepSeedsA = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()
 
tuple pixelLessStepSeedsB = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()
 
tuple pixelLessStepSelector
 
tuple pixelLessStepTrackCandidates
 
tuple pixelLessStepTracks
 
tuple pixelLessStepTrajectoryBuilder
 
tuple pixelLessStepTrajectoryCleanerBySharedHits
 
tuple pixelLessStepTrajectoryFilter
 

Variable Documentation

tuple LowPU_PixelLessStep_cff.ClusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache")

Definition at line 68 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.ClusterShapeHitFilterName = cms.string('ClusterShapeHitFilter')

Definition at line 67 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.ComponentName = cms.string('PixelClusterShapeSeedComparitor')

Definition at line 63 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.FilterAtHelixStage = cms.bool(True)

Definition at line 64 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.FilterPixelHits = cms.bool(False)

Definition at line 65 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.FilterStripHits = cms.bool(True)

Definition at line 66 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.PixelLessStep
Initial value:
1 = cms.Sequence(pixelLessStepClusters*
2  pixelLessStepSeedLayersA*
3  pixelLessStepSeedsA*
4  pixelLessStepSeedLayersB*
5  pixelLessStepSeedsB*
6  pixelLessStepSeeds*
7  pixelLessStepTrackCandidates*
8  pixelLessStepTracks*
9  pixelLessStepSelector)

Definition at line 234 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepChi2Est
Initial value:
1 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone(
2  ComponentName = cms.string('pixelLessStepChi2Est'),
3  nSigma = cms.double(3.0),
4  MaxChi2 = cms.double(9.0)
5 )

Definition at line 140 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepClusters
Initial value:
1 = cms.EDProducer("TrackClusterRemover",
2  clusterLessSolution = cms.bool(True),
3  oldClusterRemovalInfo = cms.InputTag("mixedTripletStepClusters"),
4  trajectories = cms.InputTag("mixedTripletStepTracks"),
5  overrideTrkQuals = cms.InputTag('mixedTripletStep'),
6  TrackQuality = cms.string('highPurity'),
7  minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0),
8  pixelClusters = cms.InputTag("siPixelClusters"),
9  stripClusters = cms.InputTag("siStripClusters"),
10  Common = cms.PSet(
11  maxChi2 = cms.double(9.0)
12  )
13 )

Large impact parameter tracking using TIB/TID/TEC stereo layer seeding #.

Definition at line 8 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepSeedLayersA
Initial value:
1 = cms.EDProducer("SeedingLayersEDProducer",
2  layerList = cms.vstring('TIB1+TID1_pos','TIB1+TID1_neg',
3  'TID3_pos+TEC1_pos','TID3_neg+TEC1_neg',
4  'TID1_pos+TID2_pos','TID2_pos+TID3_pos',
5  'TEC1_pos+TEC2_pos','TEC2_pos+TEC3_pos','TEC3_pos+TEC4_pos','TEC3_pos+TEC5_pos','TEC4_pos+TEC5_pos',
6  'TID1_neg+TID2_neg','TID2_neg+TID3_neg',
7  'TEC1_neg+TEC2_neg','TEC2_neg+TEC3_neg','TEC3_neg+TEC4_neg','TEC3_neg+TEC5_neg','TEC4_neg+TEC5_neg'),
8  TIB = cms.PSet(
9  TTRHBuilder = cms.string('WithTrackAngle'),
10  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
11  skipClusters = cms.InputTag('pixelLessStepClusters')
12  ),
13  TID = cms.PSet(
14  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
15  skipClusters = cms.InputTag('pixelLessStepClusters'),
16  useRingSlector = cms.bool(True),
17  TTRHBuilder = cms.string('WithTrackAngle'),
18  minRing = cms.int32(1),
19  maxRing = cms.int32(2)
20  ),
21  TEC = cms.PSet(
22  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
23  skipClusters = cms.InputTag('pixelLessStepClusters'),
24  useRingSlector = cms.bool(True),
25  TTRHBuilder = cms.string('WithTrackAngle'),
26  minRing = cms.int32(1),
27  maxRing = cms.int32(2)
28  )
29 )

Definition at line 23 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepSeedLayersB

Definition at line 71 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepSeeds = RecoTracker.TkSeedGenerator.GlobalCombinedSeeds_cfi.globalCombinedSeeds.clone()

Definition at line 124 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepSeedsA = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()

Definition at line 55 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepSeedsB = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()

Definition at line 108 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepSelector

Definition at line 188 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepTrackCandidates
Initial value:
1 = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
2  src = cms.InputTag('pixelLessStepSeeds'),
3  ### these two parameters are relevant only for the CachingSeedCleanerBySharedInput
4  numHitsForSeedCleaner = cms.int32(50),
5  #onlyPixelHitsForSeedCleaner = cms.bool(True),
6  TrajectoryBuilderPSet = cms.PSet(refToPSet_ = cms.string('pixelLessStepTrajectoryBuilder'))
7 )

Definition at line 162 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_PixelLessStep_cff.pixelLessStepTracks
Initial value:
1 = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
2  src = 'pixelLessStepTrackCandidates',
3  AlgorithmName = cms.string('iter5'),
4  Fitter = cms.string('FlexibleKFFittingSmoother')
5  )

Definition at line 181 of file LowPU_PixelLessStep_cff.py.

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

Definition at line 148 of file LowPU_PixelLessStep_cff.py.

tuple LowPU_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 171 of file LowPU_PixelLessStep_cff.py.

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

Definition at line 133 of file LowPU_PixelLessStep_cff.py.