CMS 3D CMS Logo

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

Variable Documentation

Definition at line 67 of file PixelLessStep_cff.py.

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.

Initial value:
00001 cms.Sequence(pixelLessStepClusters*
00002                              pixelLessStepSeeds*
00003                              pixelLessStepTrackCandidates*
00004                              pixelLessStepTracks*
00005                              pixelLessStepSelector)

Definition at line 178 of file 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 82 of file 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 8 of file PixelLessStep_cff.py.

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

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.

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