CMS 3D CMS Logo

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

Variables

tuple hiFirstStepFilter
 
tuple hiSecondPixelTripletChi2Est
 
tuple hiSecondPixelTripletClusters
 
tuple hiSecondPixelTripletGlobalPrimTracks
 
tuple hiSecondPixelTripletSeedLayers = RecoTracker.TkSeedingLayers.PixelLayerTriplets_cfi.PixelLayerTriplets.clone()
 
tuple hiSecondPixelTripletSeeds
 
tuple hiSecondPixelTripletStep
 
tuple hiSecondPixelTripletStepSelector
 
tuple hiSecondPixelTripletTrackCandidates
 
tuple hiSecondPixelTripletTrajectoryBuilder
 
tuple hiSecondPixelTripletTrajectoryFilter
 
tuple hiSecondQual
 

Variable Documentation

tuple hiSecondPixelTripletStep_cff.hiFirstStepFilter
Initial value:
1 = cms.EDProducer("QualityFilter",
2  TrackQuality = cms.string('highPurity'),
3  recTracks = cms.InputTag("hiSelectedTracks")
4  )

Definition at line 4 of file hiSecondPixelTripletStep_cff.py.

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

Definition at line 66 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletClusters
Initial value:
1 = cms.EDProducer("TrackClusterRemover",
2  clusterLessSolution= cms.bool(True),
3  trajectories = cms.InputTag("hiFirstStepFilter"),
4  TrackQuality = cms.string('highPurity'),
5  pixelClusters = cms.InputTag("siPixelClusters"),
6  stripClusters = cms.InputTag("siStripClusters"),
7  Common = cms.PSet(
8  maxChi2 = cms.double(9.0)
9  ),
10  Strip = cms.PSet(
11  #Yen-Jie's mod to preserve merged clusters
12  maxSize = cms.uint32(2),
13  maxChi2 = cms.double(9.0)
14  )
15  )

Definition at line 10 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletGlobalPrimTracks
Initial value:
1 = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
2  src = 'hiSecondPixelTripletTrackCandidates',
3  AlgorithmName = cms.string('iter1')
4  )

Definition at line 95 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletSeedLayers = RecoTracker.TkSeedingLayers.PixelLayerTriplets_cfi.PixelLayerTriplets.clone()

Definition at line 29 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletSeeds
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 = 4.0,
6  originRadius = 0.005,
7  nSigmaZ = 4.0
8  )
9  )
10 )

Definition at line 36 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletStep
Initial value:
1 = cms.Sequence(hiFirstStepFilter*
2  hiSecondPixelTripletClusters*
3  hiSecondPixelTripletSeedLayers*
4  hiSecondPixelTripletSeeds*
5  hiSecondPixelTripletTrackCandidates*
6  hiSecondPixelTripletGlobalPrimTracks*
7  hiSecondPixelTripletStepSelector
8  *hiSecondQual
9  )

Definition at line 135 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletStepSelector
Initial value:
1 = RecoHI.HiTracking.hiMultiTrackSelector_cfi.hiMultiTrackSelector.clone(
2  src='hiSecondPixelTripletGlobalPrimTracks',
3  trackSelectors= cms.VPSet(
4  RecoHI.HiTracking.hiMultiTrackSelector_cfi.hiLooseMTS.clone(
5  name = 'hiSecondPixelTripletStepLoose',
6  ), #end of pset
7  RecoHI.HiTracking.hiMultiTrackSelector_cfi.hiTightMTS.clone(
8  name = 'hiSecondPixelTripletStepTight',
9  preFilterName = 'hiSecondPixelTripletStepLoose',
10  ),
11  RecoHI.HiTracking.hiMultiTrackSelector_cfi.hiHighpurityMTS.clone(
12  name = 'hiSecondPixelTripletStep',
13  preFilterName = 'hiSecondPixelTripletStepTight',
14  min_nhits = 14
15  ),
16  ) #end of vpset
17  )

Definition at line 104 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletTrackCandidates
Initial value:
1 = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
2  src = cms.InputTag('hiSecondPixelTripletSeeds'),
3  TrajectoryBuilderPSet = cms.PSet(refToPSet_ = cms.string('hiSecondPixelTripletTrajectoryBuilder')),
4  doSeedingRegionRebuilding = True,
5  useHitsSplitting = True
6  )

Definition at line 86 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletTrajectoryBuilder
Initial value:
1 = RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilder_cfi.GroupedCkfTrajectoryBuilder.clone(
2  MeasurementTrackerName = '',
3  trajectoryFilter = cms.PSet(refToPSet_ = cms.string('hiSecondPixelTripletTrajectoryFilter')),
4  clustersToSkip = cms.InputTag('hiSecondPixelTripletClusters'),
5  maxCand = 3,
6  #estimator = cms.string('hiSecondPixelTripletChi2Est')
7  )

Definition at line 75 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletTrajectoryFilter
Initial value:
1 = TrackingTools.TrajectoryFiltering.TrajectoryFilter_cff.CkfBaseTrajectoryFilter_block.clone(
2  maxLostHits = 1,
3  minimumNumberOfHits = 6,
4  minPt = 1.0
5  )

Definition at line 59 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondQual
Initial value:
1 = RecoTracker.FinalTrackSelectors.trackListMerger_cfi.trackListMerger.clone(
2  TrackProducers = cms.VInputTag(cms.InputTag('hiSecondPixelTripletGlobalPrimTracks')),
3  hasSelector=cms.vint32(1),
4  selectedTrackQuals = cms.VInputTag(cms.InputTag("hiSecondPixelTripletStepSelector","hiSecondPixelTripletStep")),
5  copyExtras = True,
6  makeReKeyedSeeds = cms.untracked.bool(False),
7  #writeOnlyTrkQuals = True
8  )

Definition at line 124 of file hiSecondPixelTripletStep_cff.py.