CMS 3D CMS Logo

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

Variables

tuple _displacedGeneralStepTrajectoryFilterBase
 
tuple displacedGeneralStep
 
tuple DisplacedGeneralStep = cms.Sequence(DisplacedGeneralStepTask)
 
tuple displacedGeneralStepChi2Est
 
tuple displacedGeneralStepClassifier1
 
tuple displacedGeneralStepClassifier2
 
tuple displacedGeneralStepClusters = _cfg.clusterRemoverForIter("DisplacedGeneralStep")
 
tuple displacedGeneralStepClusterShapeHitFilter
 
tuple displacedGeneralStepFitterSmoother
 
tuple displacedGeneralStepHitDoublets
 
tuple displacedGeneralStepHitTriplets
 
tuple displacedGeneralStepRKTrajectoryFitter
 
tuple displacedGeneralStepRKTrajectorySmoother
 
tuple displacedGeneralStepSeedLayers = RecoTracker.TkSeedingLayers.DisplacedGeneralLayerTriplet_cfi.DisplacedGeneralLayerTriplet.clone()
 
tuple displacedGeneralStepSeeds
 
tuple DisplacedGeneralStepTask
 
tuple displacedGeneralStepTrackCandidates
 
tuple displacedGeneralStepTrackingRegions
 
tuple displacedGeneralStepTracks
 
tuple displacedGeneralStepTrajectoryBuilder
 
tuple displacedGeneralStepTrajectoryCleanerBySharedHits
 
tuple displacedGeneralStepTrajectoryFilter
 
tuple displacedGeneralStepTrajectoryFilterInOut = displacedGeneralStepTrajectoryFilter.clone()
 
tuple generalDisplacedFlexibleKFFittingSmoother
 
tuple mva = dict(GBRForestLabel = 'MVASelectorTobTecStep_Phase1')
 
list qualityCuts = [-0.6,-0.45,-0.3]
 

Variable Documentation

tuple DisplacedGeneralStep_cff._displacedGeneralStepTrajectoryFilterBase
Initial value:
1 = _TrajectoryFilter_cff.CkfBaseTrajectoryFilter_block.clone(
2  maxLostHits = 1,
3  minimumNumberOfHits = 4,
4  minPt = 1,
5 )

Definition at line 78 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStep
Initial value:
1 = ClassifierMerger.clone(
2  inputClassifiers=['displacedGeneralStepClassifier1','displacedGeneralStepClassifier2']
3 )

Definition at line 203 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.DisplacedGeneralStep = cms.Sequence(DisplacedGeneralStepTask)

Definition at line 226 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepChi2Est
Initial value:
1 = RecoTracker.MeasurementDet.Chi2ChargeMeasurementEstimator_cfi.Chi2ChargeMeasurementEstimator.clone(
2  ComponentName = 'displacedGeneralStepChi2Est',
3  nSigma = 3.0,
4  MaxChi2 = 10.0,
5  clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutTight')),
6 )

Definition at line 92 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepClassifier1
Initial value:
1 = TrackMVAClassifierDetached.clone(
2  src = 'displacedGeneralStepTracks',
3  mva = dict(GBRForestLabel = 'MVASelectorIter6_13TeV'),
4  qualityCuts = [-0.6,-0.45,-0.3]
5 )

Definition at line 191 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepClassifier2
Initial value:
1 = TrackMVAClassifierPrompt.clone(
2 src = 'displacedGeneralStepTracks',
3  mva = dict(GBRForestLabel = 'MVASelectorIter0_13TeV'),
4  qualityCuts = [0.0,0.0,0.0]
5 )

Definition at line 196 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepClusters = _cfg.clusterRemoverForIter("DisplacedGeneralStep")

Definition at line 5 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepClusterShapeHitFilter
Initial value:
1 = _ClusterShapeHitFilterESProducer.clone(
2  ComponentName = 'displacedGeneralStepClusterShapeHitFilter',
3  doStripShapeCut = cms.bool(False),
4  clusterChargeCut = dict(refToPSet_ = 'SiStripClusterChargeCutTight')
5 )

Definition at line 32 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepFitterSmoother
Initial value:
1 = TrackingTools.TrackFitters.RungeKuttaFitters_cff.KFFittingSmootherWithOutliersRejectionAndRK.clone(
2  ComponentName = 'displacedGeneralStepFitterSmoother',
3  EstimateCut = 30,
4  MinNumberOfHits = 8,
5  Fitter = 'displacedGeneralStepRKFitter',
6  Smoother = 'displacedGeneralStepRKSmoother'
7  )

Definition at line 144 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepHitDoublets
Initial value:
1 = _hitPairEDProducer.clone(
2  seedingLayers = "displacedGeneralStepSeedLayers",
3  trackingRegions = "displacedGeneralStepTrackingRegions",
4  maxElement = 50000000,
5  produceIntermediateHitDoublets = True,
6 )

Definition at line 39 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepHitTriplets
Initial value:
1 = _multiHitFromChi2EDProducer.clone(
2  doublets = "displacedGeneralStepHitDoublets",
3  extraPhiKDBox = 0.01,
4 )

Definition at line 47 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepRKTrajectoryFitter
Initial value:
1 = TrackingTools.TrackFitters.RungeKuttaFitters_cff.RKTrajectoryFitter.clone(
2  ComponentName = 'displacedGeneralStepRKFitter',
3  minHits = 8
4 )

Definition at line 155 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepRKTrajectorySmoother
Initial value:
1 = TrackingTools.TrackFitters.RungeKuttaFitters_cff.RKTrajectorySmoother.clone(
2  ComponentName = 'displacedGeneralStepRKSmoother',
3  errorRescaling = 10.0,
4  minHits = 8
5 )

Definition at line 162 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepSeedLayers = RecoTracker.TkSeedingLayers.DisplacedGeneralLayerTriplet_cfi.DisplacedGeneralLayerTriplet.clone()

Definition at line 11 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepSeeds
Initial value:
1 = _seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer.clone(
2  seedingHitSets = "displacedGeneralStepHitTriplets",
3  SeedComparitorPSet = dict(
4  ComponentName = 'CombinedSeedComparitor',
5  mode = cms.string("and"),
6  comparitors = cms.VPSet(
7  cms.PSet(# FIXME: is this defined in any cfi that could be imported instead of copy-paste?
8  ComponentName = cms.string('PixelClusterShapeSeedComparitor'),
9  FilterAtHelixStage = cms.bool(True),
10  FilterPixelHits = cms.bool(False),
11  FilterStripHits = cms.bool(True),
12  ClusterShapeHitFilterName = cms.string('displacedGeneralStepClusterShapeHitFilter'),
13  ClusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache") # not really needed here since FilterPixelHits=False
14  ),
15  _StripSubClusterShapeSeedFilter.clone()
16  )
17  )
18 )

Definition at line 55 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.DisplacedGeneralStepTask
Initial value:
1 = cms.Task(displacedGeneralStepClusters,
2  displacedGeneralStepSeedLayers,
3  displacedGeneralStepTrackingRegions,
4  displacedGeneralStepHitDoublets,
5  displacedGeneralStepHitTriplets,
6  displacedGeneralStepSeeds,
7  displacedGeneralStepTrackCandidates,
8  displacedGeneralStepTracks,
9  displacedGeneralStepClassifier1,displacedGeneralStepClassifier2,
10  displacedGeneralStep)

Definition at line 215 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTrackCandidates
Initial value:
1 = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
2  src = 'displacedGeneralStepSeeds',
3  TrajectoryCleaner = 'displacedGeneralStepTrajectoryCleanerBySharedHits',
4  ### these two parameters are relevant only for the CachingSeedCleanerBySharedInput
5  numHitsForSeedCleaner = cms.int32(50),
6  onlyPixelHitsForSeedCleaner = cms.bool(False),
7 
8  TrajectoryBuilderPSet = cms.PSet(refToPSet_ = cms.string('displacedGeneralStepTrajectoryBuilder')),
9  clustersToSkip = cms.InputTag('displacedGeneralStepClusters'),
10  doSeedingRegionRebuilding = True,
11  useHitsSplitting = True,
12  cleanTrajectoryAfterInOut = True
13 )

Definition at line 117 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTrackingRegions
Initial value:
1 = _globalTrackingRegion.clone(
2  RegionPSet = dict(
3  precise = True,
4  useMultipleScattering = True,
5  originHalfLength = 55,
6  originRadius = 10,
7  ptMin = 1
8  )
9 )

Definition at line 16 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTracks
Initial value:
1 = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
2  src = 'displacedGeneralStepTrackCandidates',
3  AlgorithmName = 'displacedGeneralStep',
4  Fitter = 'generalDisplacedFlexibleKFFittingSmoother',
5  )

Definition at line 180 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTrajectoryBuilder
Initial value:
1 = RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilder_cfi.GroupedCkfTrajectoryBuilder.clone(
2  MeasurementTrackerName = '',
3  trajectoryFilter = cms.PSet(refToPSet_ = cms.string('displacedGeneralStepTrajectoryFilter')),
4  inOutTrajectoryFilter = cms.PSet(refToPSet_ = cms.string('displacedGeneralStepTrajectoryFilterInOut')),
5  useSameTrajFilter = False,
6  minNrOfHitsForRebuild = 4,
7  maxCand = 2,
8  estimator = 'displacedGeneralStepChi2Est'
9  )

Definition at line 103 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTrajectoryCleanerBySharedHits
Initial value:
1 = trajectoryCleanerBySharedHits.clone(
2  ComponentName = 'displacedGeneralStepTrajectoryCleanerBySharedHits',
3  fractionShared = 0.25,
4  allowSharedFirstHit = True
5 )

Definition at line 132 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTrajectoryFilter
Initial value:
1 = _displacedGeneralStepTrajectoryFilterBase.clone(
2  seedPairPenalty = 1,
3 )

Definition at line 84 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.displacedGeneralStepTrajectoryFilterInOut = displacedGeneralStepTrajectoryFilter.clone()

Definition at line 89 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.generalDisplacedFlexibleKFFittingSmoother
Initial value:
1 = TrackingTools.TrackFitters.FlexibleKFFittingSmoother_cfi.FlexibleKFFittingSmoother.clone(
2  ComponentName = 'generalDisplacedFlexibleKFFittingSmoother',
3  standardFitter = 'displacedGeneralStepFitterSmoother',
4 )

Definition at line 171 of file DisplacedGeneralStep_cff.py.

tuple DisplacedGeneralStep_cff.mva = dict(GBRForestLabel = 'MVASelectorTobTecStep_Phase1')

Definition at line 209 of file DisplacedGeneralStep_cff.py.

list DisplacedGeneralStep_cff.qualityCuts = [-0.6,-0.45,-0.3]

Definition at line 210 of file DisplacedGeneralStep_cff.py.