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
 
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 78 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  Fitter=cms.string('FlexibleKFFittingSmoother')
5  )

Definition at line 123 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletSeedLayers
Initial value:
1 = RecoTracker.TkSeedingLayers.PixelLayerTriplets_cfi.pixellayertriplets.clone(
2  ComponentName = 'hiSecondPixelTripletSeedLayers'
3  )

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('GlobalTrackingRegionWithVerticesProducer'),
4  RegionPSet = cms.PSet(
5  precise = cms.bool(True),
6  beamSpot = cms.InputTag("offlineBeamSpot"),
7  useFixedError = cms.bool(False), #def value True
8  nSigmaZ = cms.double(4.0),
9  sigmaZVertex = cms.double(4.0), #def value 3
10  fixedError = cms.double(0.2),
11  VertexCollection = cms.InputTag("hiSelectedVertex"),
12  ptMin = cms.double(0.4),
13  useFoundVertices = cms.bool(True),
14  originRadius = cms.double(0.02)
15  )
16  )
17 )

Definition at line 38 of file hiSecondPixelTripletStep_cff.py.

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

Definition at line 164 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 133 of file hiSecondPixelTripletStep_cff.py.

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

Definition at line 114 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletTrajectoryBuilder
Initial value:
1 = RecoTracker.CkfPattern.CkfTrajectoryBuilderESProducer_cfi.CkfTrajectoryBuilder.clone(
2  ComponentName = 'hiSecondPixelTripletTrajectoryBuilder',
3  MeasurementTrackerName = '',
4  trajectoryFilterName = 'hiSecondPixelTripletTrajectoryFilter',
5  clustersToSkip = cms.InputTag('hiSecondPixelTripletClusters'),
6  maxCand = 3,
7  estimator = cms.string('hiSecondPixelTripletChi2Est'),
8  maxDPhiForLooperReconstruction = cms.double(2.0),
9  # 0.63 GeV is the maximum pT for a charged particle to loop within the 1.1m radius
10  # of the outermost Tracker barrel layer (with B=3.8T)
11  maxPtForLooperReconstruction = cms.double(0.7)
12  )

Definition at line 99 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletTrajectoryFilter
Initial value:
1 = TrackingTools.TrajectoryFiltering.TrajectoryFilterESProducer_cfi.trajectoryFilterESProducer.clone(
2  ComponentName = 'hiSecondPixelTripletTrajectoryFilter',
3  filterPset = TrackingTools.TrajectoryFiltering.TrajectoryFilterESProducer_cfi.trajectoryFilterESProducer.filterPset.clone(
4  maxLostHits = 1,
5  minimumNumberOfHits = 6,
6  # minPt = 1.0
7  minPt = 0.4
8  )
9  )

Definition at line 67 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 153 of file hiSecondPixelTripletStep_cff.py.