CMS 3D CMS Logo

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

Variables

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 pixelLessStepSeedLayers
 
tuple pixelLessStepSeeds = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()
 
tuple pixelLessStepSelector
 
tuple pixelLessStepTrackCandidates
 
tuple pixelLessStepTracks
 
tuple pixelLessStepTrajectoryBuilder
 
tuple pixelLessStepTrajectoryCleanerBySharedHits
 
tuple pixelLessStepTrajectoryFilter
 

Variable Documentation

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

Definition at line 67 of file PixelLessStep_cff.py.

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

Definition at line 63 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.FilterAtHelixStage = cms.bool(True)

Definition at line 64 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.FilterPixelHits = cms.bool(False)

Definition at line 65 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.FilterStripHits = cms.bool(True)

Definition at line 66 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.PixelLessStep
Initial value:
1 = cms.Sequence(pixelLessStepClusters*
2  pixelLessStepSeeds*
3  pixelLessStepTrackCandidates*
4  pixelLessStepTracks*
5  pixelLessStepSelector)

Definition at line 180 of file PixelLessStep_cff.py.

tuple 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 82 of file PixelLessStep_cff.py.

tuple 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 PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSeedLayers
Initial value:
1 = cms.ESProducer("SeedingLayersESProducer",
2  ComponentName = cms.string('pixelLessStepSeedLayers'),
3  layerList = cms.vstring('TIB1+TIB2',
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 PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSeeds = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()

Definition at line 55 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepSelector

Definition at line 131 of file PixelLessStep_cff.py.

tuple 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  TrajectoryBuilder = 'pixelLessStepTrajectoryBuilder'
7 )

Definition at line 105 of file PixelLessStep_cff.py.

tuple 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 124 of file PixelLessStep_cff.py.

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

Definition at line 90 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 114 of file PixelLessStep_cff.py.

tuple PixelLessStep_cff.pixelLessStepTrajectoryFilter
Initial value:
1 = TrackingTools.TrajectoryFiltering.TrajectoryFilterESProducer_cfi.trajectoryFilterESProducer.clone(
2  ComponentName = 'pixelLessStepTrajectoryFilter',
3  filterPset = TrackingTools.TrajectoryFiltering.TrajectoryFilterESProducer_cfi.trajectoryFilterESProducer.filterPset.clone(
4  maxLostHits = 0,
5  minimumNumberOfHits = 4,
6  minPt = 0.1
7  )
8  )

Definition at line 72 of file PixelLessStep_cff.py.