CMS 3D CMS Logo

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

Variables

tuple hiSecondPixelTracks
 
tuple hiSecondPixelTrackSeeds
 
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.hiSecondPixelTracks

Definition at line 35 of file hiSecondPixelTripletStep_cff.py.

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTrackSeeds
Initial value:
1 = RecoPixelVertexing.PixelLowPtUtilities.TrackSeeds_cfi.pixelTrackSeeds.clone(
2  InputCollection = 'hiSecondPixelTracks'
3  )

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

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

Definition at line 5 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('lowPtTripletStep'),
4  Fitter=cms.string('FlexibleKFFittingSmoother')
5  )

Definition at line 179 of file hiSecondPixelTripletStep_cff.py.

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

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

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

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

tuple hiSecondPixelTripletStep_cff.hiSecondPixelTripletTrackCandidates
Initial value:
1 = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
2  src = cms.InputTag('hiSecondPixelTrackSeeds'),
3  ### these two parameters are relevant only for the CachingSeedCleanerBySharedInput
4  numHitsForSeedCleaner = cms.int32(50),
5  onlyPixelHitsForSeedCleaner = cms.bool(True),
6  TrajectoryBuilderPSet = cms.PSet(refToPSet_ = cms.string('hiSecondPixelTripletTrajectoryBuilder')),
7  clustersToSkip = cms.InputTag('hiSecondPixelTripletClusters'),
8  doSeedingRegionRebuilding = True,
9  useHitsSplitting = True
10  )

Definition at line 166 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  maxCand = 3,
5  estimator = cms.string('hiSecondPixelTripletChi2Est'),
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 153 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 = 0.4
5  )

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