CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
PostLS1_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 pixelLessStepSeedClusters
 
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 PostLS1_PixelLessStep_cff.ClusterShapeHitFilterName = cms.string('ClusterShapeHitFilter')

Definition at line 62 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 58 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_PixelLessStep_cff.FilterAtHelixStage = cms.bool(True)

Definition at line 59 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_PixelLessStep_cff.FilterPixelHits = cms.bool(False)

Definition at line 60 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_PixelLessStep_cff.FilterStripHits = cms.bool(True)

Definition at line 61 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 223 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 127 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 7 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_PixelLessStep_cff.pixelLessStepSeedClusters
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  doStripChargeCheck = cms.bool(True),
11  stripRecHits = cms.string('siStripMatchedRecHits'),
12  Common = cms.PSet(
13  maxChi2 = cms.double(9.0),
14  minGoodStripCharge = cms.double(70.0)
15  )
16 )

Definition at line 21 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_PixelLessStep_cff.pixelLessStepSeedLayersA
Initial value:
1 = cms.EDProducer("SeedingLayersEDProducer",
2  layerList = cms.vstring('TIB1+TIB2'),
3  TIB = cms.PSet(
4  TTRHBuilder = cms.string('WithTrackAngle'),
5  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
6  skipClusters = cms.InputTag('pixelLessStepSeedClusters')
7  )
8 )

Definition at line 39 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 66 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 108 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 50 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 91 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_PixelLessStep_cff.pixelLessStepSelector

Definition at line 176 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 150 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 169 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 135 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 159 of file PostLS1_PixelLessStep_cff.py.

tuple PostLS1_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 117 of file PostLS1_PixelLessStep_cff.py.