CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
RunI_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
 
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 RunI_PixelLessStep_cff.ClusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache")

Definition at line 63 of file RunI_PixelLessStep_cff.py.

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

Definition at line 62 of file RunI_PixelLessStep_cff.py.

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

Definition at line 58 of file RunI_PixelLessStep_cff.py.

tuple RunI_PixelLessStep_cff.FilterAtHelixStage = cms.bool(True)

Definition at line 59 of file RunI_PixelLessStep_cff.py.

tuple RunI_PixelLessStep_cff.FilterPixelHits = cms.bool(False)

Definition at line 60 of file RunI_PixelLessStep_cff.py.

tuple RunI_PixelLessStep_cff.FilterStripHits = cms.bool(True)

Definition at line 61 of file RunI_PixelLessStep_cff.py.

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

Definition at line 172 of file RunI_PixelLessStep_cff.py.

tuple RunI_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(16.0),
5  clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutNone'))
6 )

Definition at line 75 of file RunI_PixelLessStep_cff.py.

tuple RunI_PixelLessStep_cff.pixelLessStepClusters
Initial value:
1 = trackClusterRemover.clone(
2  maxChi2 = cms.double(9.0),
3  trajectories = cms.InputTag("mixedTripletStepTracks"),
4  pixelClusters = cms.InputTag("siPixelClusters"),
5  stripClusters = cms.InputTag("siStripClusters"),
6  oldClusterRemovalInfo = cms.InputTag("mixedTripletStepClusters"),
7  overrideTrkQuals = cms.InputTag('mixedTripletStep'),
8  TrackQuality = cms.string('highPurity'),
9  minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0),
10 )

Definition at line 8 of file RunI_PixelLessStep_cff.py.

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

Definition at line 20 of file RunI_PixelLessStep_cff.py.

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

Definition at line 51 of file RunI_PixelLessStep_cff.py.

tuple RunI_PixelLessStep_cff.pixelLessStepSelector

Definition at line 124 of file RunI_PixelLessStep_cff.py.

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

Definition at line 97 of file RunI_PixelLessStep_cff.py.

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

Definition at line 117 of file RunI_PixelLessStep_cff.py.

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

Definition at line 84 of file RunI_PixelLessStep_cff.py.

tuple RunI_PixelLessStep_cff.pixelLessStepTrajectoryCleanerBySharedHits
Initial value:
1 = trajectoryCleanerBySharedHits.clone(
2  ComponentName = cms.string('pixelLessStepTrajectoryCleanerBySharedHits'),
3  fractionShared = cms.double(0.19),
4  allowSharedFirstHit = cms.bool(True)
5  )

Definition at line 107 of file RunI_PixelLessStep_cff.py.

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

Definition at line 68 of file RunI_PixelLessStep_cff.py.