CMS 3D CMS Logo

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 #.
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

Definition at line 63 of file PostLS1_PixelLessStep_cff.py.

Definition at line 59 of file PostLS1_PixelLessStep_cff.py.

Definition at line 60 of file PostLS1_PixelLessStep_cff.py.

Definition at line 61 of file PostLS1_PixelLessStep_cff.py.

Definition at line 62 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 cms.Sequence(pixelLessStepClusters*
00002                              pixelLessStepSeedClusters*
00003                              pixelLessStepSeedsA*
00004                              pixelLessStepSeedsB*
00005                              pixelLessStepSeeds*
00006                              pixelLessStepTrackCandidates*
00007                              pixelLessStepTracks*
00008                              pixelLessStepSelector)

Definition at line 225 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone(
00002     ComponentName = cms.string('pixelLessStepChi2Est'),
00003     nSigma = cms.double(3.0),
00004     MaxChi2 = cms.double(9.0)
00005 )

Definition at line 129 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 cms.EDProducer("TrackClusterRemover",
00002     clusterLessSolution = cms.bool(True),
00003     oldClusterRemovalInfo = cms.InputTag("mixedTripletStepClusters"),
00004     trajectories = cms.InputTag("mixedTripletStepTracks"),
00005     overrideTrkQuals = cms.InputTag('mixedTripletStep'),
00006     TrackQuality = cms.string('highPurity'),
00007     minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0),
00008     pixelClusters = cms.InputTag("siPixelClusters"),
00009     stripClusters = cms.InputTag("siStripClusters"),
00010     Common = cms.PSet(
00011         maxChi2 = cms.double(9.0)
00012     )
00013 )

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

Definition at line 7 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 cms.EDProducer("TrackClusterRemover",
00002     clusterLessSolution = cms.bool(True),
00003     oldClusterRemovalInfo = cms.InputTag("mixedTripletStepClusters"),
00004     trajectories = cms.InputTag("mixedTripletStepTracks"),
00005     overrideTrkQuals = cms.InputTag('mixedTripletStep'),
00006     TrackQuality = cms.string('highPurity'),
00007     minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0),
00008     pixelClusters = cms.InputTag("siPixelClusters"),
00009     stripClusters = cms.InputTag("siStripClusters"),
00010     doStripChargeCheck = cms.bool(True),
00011     stripRecHits = cms.string('siStripMatchedRecHits'),
00012     Common = cms.PSet(
00013         maxChi2 = cms.double(9.0),
00014         minGoodStripCharge = cms.double(70.0)
00015     )
00016 )

Definition at line 21 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 cms.ESProducer("SeedingLayersESProducer",
00002     ComponentName = cms.string('pixelLessStepSeedLayersA'),
00003     layerList = cms.vstring('TIB1+TIB2'),
00004     TIB = cms.PSet(
00005         TTRHBuilder = cms.string('WithTrackAngle'),
00006         matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00007         skipClusters = cms.InputTag('pixelLessStepSeedClusters')
00008     )
00009 )

Definition at line 39 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 cms.ESProducer("SeedingLayersESProducer",
00002     ComponentName = cms.string('pixelLessStepSeedLayersB'),
00003     layerList = cms.vstring('TID1_pos+TID2_pos','TID2_pos+TID3_pos',
00004         'TEC1_pos+TEC2_pos','TEC2_pos+TEC3_pos','TEC3_pos+TEC4_pos','TEC3_pos+TEC5_pos','TEC4_pos+TEC5_pos',
00005         'TID1_neg+TID2_neg','TID2_neg+TID3_neg',
00006         'TEC1_neg+TEC2_neg','TEC2_neg+TEC3_neg','TEC3_neg+TEC4_neg','TEC3_neg+TEC5_neg','TEC4_neg+TEC5_neg'),
00007     TID = cms.PSet(
00008         matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00009         skipClusters = cms.InputTag('pixelLessStepSeedClusters'),
00010         useRingSlector = cms.bool(True),
00011         TTRHBuilder = cms.string('WithTrackAngle'),
00012         minRing = cms.int32(1),
00013         maxRing = cms.int32(2)
00014     ),
00015     TEC = cms.PSet(
00016         matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00017         skipClusters = cms.InputTag('pixelLessStepClusters'),
00018         useRingSlector = cms.bool(True),
00019         TTRHBuilder = cms.string('WithTrackAngle'),
00020         minRing = cms.int32(1),
00021         maxRing = cms.int32(2)
00022     )
00023 )

Definition at line 67 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 110 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 51 of file PostLS1_PixelLessStep_cff.py.

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

Definition at line 93 of file PostLS1_PixelLessStep_cff.py.

Definition at line 178 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
00002     src = cms.InputTag('pixelLessStepSeeds'),
00003     ### these two parameters are relevant only for the CachingSeedCleanerBySharedInput
00004     numHitsForSeedCleaner = cms.int32(50),
00005     #onlyPixelHitsForSeedCleaner = cms.bool(True),
00006     TrajectoryBuilder = 'pixelLessStepTrajectoryBuilder'
00007 )

Definition at line 152 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
00002     src = 'pixelLessStepTrackCandidates',
00003     AlgorithmName = cms.string('iter5'),
00004     Fitter = cms.string('FlexibleKFFittingSmoother')
00005     )

Definition at line 171 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilderESProducer_cfi.GroupedCkfTrajectoryBuilder.clone(
00002     ComponentName = 'pixelLessStepTrajectoryBuilder',
00003     MeasurementTrackerName = '',
00004     clustersToSkip = cms.InputTag('pixelLessStepClusters'),
00005     trajectoryFilterName = 'pixelLessStepTrajectoryFilter',
00006     minNrOfHitsForRebuild = 4,
00007     maxCand = 2,
00008     alwaysUseInvalidHits = False,
00009     estimator = cms.string('pixelLessStepChi2Est'),
00010     maxDPhiForLooperReconstruction = cms.double(2.0),
00011     maxPtForLooperReconstruction = cms.double(0.7) 
00012     )

Definition at line 137 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 trajectoryCleanerBySharedHits.clone(
00002     ComponentName = cms.string('pixelLessStepTrajectoryCleanerBySharedHits'),
00003     fractionShared = cms.double(0.11),
00004     allowSharedFirstHit = cms.bool(True)
00005     )

Definition at line 161 of file PostLS1_PixelLessStep_cff.py.

Initial value:
00001 TrackingTools.TrajectoryFiltering.TrajectoryFilterESProducer_cfi.trajectoryFilterESProducer.clone(
00002     ComponentName = 'pixelLessStepTrajectoryFilter',
00003     filterPset = TrackingTools.TrajectoryFiltering.TrajectoryFilterESProducer_cfi.trajectoryFilterESProducer.filterPset.clone(
00004     maxLostHits = 0,
00005     minimumNumberOfHits = 4,
00006     minPt = 0.1
00007     )
00008     )

Definition at line 119 of file PostLS1_PixelLessStep_cff.py.