test
CMS 3D CMS Logo

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

Variables

tuple LowPtQuadStep
 
tuple lowPtQuadStepChi2Est
 
tuple lowPtQuadStepClusters
 
tuple lowPtQuadStepSeedLayers
 
tuple lowPtQuadStepSeeds
 
tuple lowPtQuadStepSelector
 
tuple lowPtQuadStepStandardTrajectoryFilter
 
tuple lowPtQuadStepTrackCandidates
 
tuple lowPtQuadStepTracks
 
tuple lowPtQuadStepTrajectoryBuilder
 
tuple lowPtQuadStepTrajectoryCleanerBySharedHits
 
tuple lowPtQuadStepTrajectoryFilter
 

Variable Documentation

tuple Phase1PU70_LowPtQuadStep_cff.LowPtQuadStep
Initial value:
1 = cms.Sequence(lowPtQuadStepClusters*
2  lowPtQuadStepSeedLayers*
3  lowPtQuadStepSeeds*
4  lowPtQuadStepTrackCandidates*
5  lowPtQuadStepTracks*
6  lowPtQuadStepSelector)

Definition at line 174 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepChi2Est
Initial value:
1 = TrackingTools.KalmanUpdators.Chi2MeasurementEstimatorESProducer_cfi.Chi2MeasurementEstimator.clone(
2  ComponentName = cms.string('lowPtQuadStepChi2Est'),
3  nSigma = cms.double(3.0),
4  MaxChi2 = cms.double(25.0)
5 )

Definition at line 75 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepClusters
Initial value:
1 = trackClusterRemover.clone(
2  maxChi2 = cms.double(9.0),
3  trajectories = cms.InputTag("highPtTripletStepTracks"),
4  pixelClusters = cms.InputTag("siPixelClusters"),
5  stripClusters = cms.InputTag("siStripClusters"),
6  oldClusterRemovalInfo = cms.InputTag("highPtTripletStepClusters"),
7  overrideTrkQuals = cms.InputTag('highPtTripletStepSelector','highPtTripletStep'),
8  TrackQuality = cms.string('highPurity'),
9  minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0),
10 )

Definition at line 5 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepSeedLayers
Initial value:
1 = RecoTracker.TkSeedingLayers.PixelLayerTriplets_cfi.PixelLayerTriplets.clone(
2  layerList = cms.vstring('BPix1+BPix2+BPix3', 'BPix2+BPix3+BPix4',
3  'BPix1+BPix3+BPix4', 'BPix1+BPix2+BPix4',
4  'BPix2+BPix3+FPix1_pos', 'BPix2+BPix3+FPix1_neg',
5  'BPix1+BPix2+FPix1_pos', 'BPix1+BPix2+FPix1_neg',
6  'BPix2+FPix1_pos+FPix2_pos', 'BPix2+FPix1_neg+FPix2_neg',
7  'BPix1+FPix1_pos+FPix2_pos', 'BPix1+FPix1_neg+FPix2_neg',
8  'FPix1_pos+FPix2_pos+FPix3_pos', 'FPix1_neg+FPix2_neg+FPix3_neg')
9  )

Definition at line 18 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepSeeds
Initial value:
1 = RecoTracker.TkSeedGenerator.GlobalSeedsFromTriplets_cff.globalSeedsFromTriplets.clone(
2  RegionFactoryPSet = RegionPsetFomBeamSpotBlock.clone(
3  ComponentName = cms.string('GlobalRegionProducerFromBeamSpot'),
4  RegionPSet = RegionPsetFomBeamSpotBlock.RegionPSet.clone(
5  ptMin = 0.2,
6  originRadius = 0.02,
7  nSigmaZ = 4.0
8  )
9  ),
10  SeedMergerPSet = cms.PSet(
11  layerList = cms.PSet(refToPSet_ = cms.string("PixelSeedMergerQuadruplets")),
12  addRemainingTriplets = cms.bool(False),
13  mergeTriplets = cms.bool(True),
14  ttrhBuilderLabel = cms.string('PixelTTRHBuilderWithoutAngle')
15  )
16 )

Definition at line 34 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepSelector

Definition at line 129 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepStandardTrajectoryFilter
Initial value:
1 = TrackingTools.TrajectoryFiltering.TrajectoryFilter_cff.CkfBaseTrajectoryFilter_block.clone(
2  minimumNumberOfHits = 3,
3  minPt = 0.075
4  )

Definition at line 62 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepTrackCandidates
Initial value:
1 = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
2  src = cms.InputTag('lowPtQuadStepSeeds'),
3  clustersToSkip = cms.InputTag('lowPtQuadStepClusters'),
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('lowPtQuadStepTrajectoryBuilder')),
8  doSeedingRegionRebuilding = True,
9  useHitsSplitting = True
10 )

Definition at line 96 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepTracks
Initial value:
1 = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
2  src = 'lowPtQuadStepTrackCandidates',
3  # Algorithm name changed from lowPtQuadStep (was iter2) to pixelPairStep in order
4  # to keep backward compatibility as detachedQuadStep would be unknown.
5  # In the future, a new enum or alias may be added to support iteration name aliases.
6  AlgorithmName = cms.string('pixelPairStep'),
7  Fitter = cms.string('FlexibleKFFittingSmoother'),
8  TTRHBuilder=cms.string('WithTrackAngle')
9  )

Definition at line 109 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepTrajectoryBuilder
Initial value:
1 = RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilder_cfi.GroupedCkfTrajectoryBuilder.clone(
2  MeasurementTrackerName = '',
3  trajectoryFilter = cms.PSet(refToPSet_ = cms.string('lowPtQuadStepTrajectoryFilter')),
4  maxCand = 4,
5  estimator = cms.string('lowPtQuadStepChi2Est'),
6  maxDPhiForLooperReconstruction = cms.double(2.0),
7  # 0.63 GeV is the maximum pT for a charged particle to loop within the 1.1m radius
8  # of the outermost Tracker barrel layer (with B=3.8T)
9  maxPtForLooperReconstruction = cms.double(0.7)
10  )

Definition at line 83 of file Phase1PU70_LowPtQuadStep_cff.py.

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

Definition at line 120 of file Phase1PU70_LowPtQuadStep_cff.py.

tuple Phase1PU70_LowPtQuadStep_cff.lowPtQuadStepTrajectoryFilter
Initial value:
1 = TrackingTools.TrajectoryFiltering.TrajectoryFilter_cff.CompositeTrajectoryFilter_block.clone(
2  filters = [cms.PSet(refToPSet_ = cms.string('lowPtQuadStepStandardTrajectoryFilter')),
3  cms.PSet(refToPSet_ = cms.string('ClusterShapeTrajectoryFilter'))]
4  )

Definition at line 69 of file Phase1PU70_LowPtQuadStep_cff.py.