CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
trackingPlots.Iteration Class Reference

Public Member Functions

def __init__
 
def all
 
def building
 
def clusterMasking
 
def fit
 
def modules
 
def name
 
def other
 
def seeding
 
def selection
 

Private Attributes

 _name
 
 _other
 

Detailed Description

Definition at line 1399 of file trackingPlots.py.

Constructor & Destructor Documentation

def trackingPlots.Iteration.__init__ (   self,
  name,
  clusterMasking = None,
  seeding = None,
  building = None,
  fit = None,
  selection = None,
  other = [] 
)

Definition at line 1400 of file trackingPlots.py.

1401  def __init__(self, name, clusterMasking=None, seeding=None, building=None, fit=None, selection=None, other=[]):
1402  self._name = name
1403 
1404  def _set(param, name, modules):
1405  if param is not None:
1406  setattr(self, name, param)
1407  else:
1408  setattr(self, name, modules)
1409 
1410  _set(clusterMasking, "_clusterMasking", [self._name+"Clusters"])
1411  # it's fine to include e.g. quadruplets here also for pair
1412  # steps, as non-existing modules are just ignored
1413  _set(seeding, "_seeding", [self._name+"SeedingLayers", self._name+"TrackingRegions", self._name+"HitDoublets", self._name+"HitTriplets", self._name+"HitQuadruplets", self._name+"Seeds"])
1414  trackCandidates = self._name+"TrackCandidates"
1415  _set(building, "_building", [trackCandidates+"MkFitSeeds", trackCandidates+"MkFit", trackCandidates])
1416  _set(fit, "_fit", [self._name+"Tracks"])
1417  _set(selection, "_selection", [self._name])
1418  self._other = other

Member Function Documentation

def trackingPlots.Iteration.all (   self)

Definition at line 1422 of file trackingPlots.py.

References trackingPlots.Iteration._other.

1423  def all(self):
1424  return self._clusterMasking+self._seeding+self._building+self._fit+self._selection+self._other
def trackingPlots.Iteration.building (   self)

Definition at line 1431 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1432  def building(self):
1433  return self._building
def trackingPlots.Iteration.clusterMasking (   self)

Definition at line 1425 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1426  def clusterMasking(self):
1427  return self._clusterMasking
def trackingPlots.Iteration.fit (   self)

Definition at line 1434 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1435  def fit(self):
1436  return self._fit
def trackingPlots.Iteration.modules (   self)

Definition at line 1443 of file trackingPlots.py.

References trackingPlots.Iteration.building(), trackingPlots.Iteration.clusterMasking(), LinearFit.fit(), reco::SequentialGhostTrackFitter.fit(), TKinFitter.fit(), tauImpactParameter::Chi2VertexFitter.fit(), reco::GhostTrackFitter.fit(), SymmetryFit.fit(), reco::PositiveSideGhostTrackFitter.fit(), ParentParticleFitter.fit(), tmtt::SimpleLR4.fit(), tmtt::TrackFitGeneric.fit(), CollinearFitAtTM.fit(), tmtt::ChiSquaredFitBase.fit(), CSCChamberFitter.fit(), emtf::LossFunction.fit(), tauImpactParameter::LagrangeMultipliersFitter.fit(), LocalTrackFitter.fit(), CandCommonVertexFitterBase.fit(), tauImpactParameter::TrackHelixVertexFitter.fit(), CandKinematicVertexFitter.fit(), CSCCondSegFit.fit(), DTLinearFit.fit(), MuonResidualsAngleFitter.fit(), MuonResidualsBfieldAngleFitter.fit(), MuonResidualsPositionFitter.fit(), MuonResiduals1DOFFitter.fit(), tauImpactParameter::TauA1NuConstrainedFitter.fit(), LagrangeParentParticleFitter.fit(), sistrip::LinearFit.fit(), UnbinnedLikelihoodFit.fit(), TrajectoryFitter.fit(), KinematicConstrainedVertexFitter.fit(), tmtt::KFbase.fit(), CandCommonVertexFitter< Fitter >.fit(), emtf::LeastSquares.fit(), KinematicParticleFitter.fit(), KinematicConstrainedVertexFitterT< nTrk, nConstraint >.fit(), CollinearFitAtTM2.fit(), EcalPerEvtMatacqAnalyzer.fit, KinematicParticleVertexFitter.fit(), presentation.PageLayout.fit(), DTSegmentUpdator.fit(), TtSemiLepKinFitter.fit(), CSCSegFit.fit(), MuonResiduals6DOFrphiFitter.fit(), CosmicMuonSmoother.fit(), reco::GhostTrackFitter::FitterImpl.fit(), TtFullHadKinFitter.fit(), sistrip::MeanAndStdDev.fit(), MuonSegFit.fit(), DAFTrackProducerAlgorithm.fit(), MuonResidualsTwoBin.fit(), PulseShapeFitOOTPileupCorrection.fit(), MuonResiduals5DOFFitter.fit(), dqmTnP::AbstractFitter.fit(), TestHits.fit, TestSmoothHits.fit, VectorHitBuilderAlgorithm.fit(), MuonResiduals6DOFFitter.fit(), emtf::AbsoluteDeviation.fit(), MultiVertexFitter.fit(), EcalMatacqAnalyzer.fit, LA_Filler_Fitter.fit(), GEMCSCSegFit.fit(), emtf::Huber.fit(), MuonResidualsFitter.fit(), SequentialVertexFitter< N >.fit(), AdaptiveVertexFitter.fit(), emtf::PercentErrorSquared.fit(), trklet::Tracklet.fit(), TtFullHadKinFitter::KinFit.fit(), dqmTnP::GaussianPlusLinearFitter.fit(), hitfit::Top_Fit.fit(), hitfit::Base_Constrainer.fit(), hitfit::Chisq_Constrainer.fit(), dqmTnP::VoigtianPlusExponentialFitter.fit(), trackingPlots.Iteration.fit(), TauValidation.other, SubLayerCrossings.other(), trklet::VMStubsTEMemory.other(), TauDecay.other, CkfDebugger.other, trackingPlots.Iteration.other(), trackingPlots.Iteration.seeding(), DDI::Specific.selection(), TreeBranch.selection(), DDSpecifics.selection(), and trackingPlots.Iteration.selection().

1444  def modules(self):
1445  return [("ClusterMask", self.clusterMasking()),
1446  ("Seeding", self.seeding()),
1447  ("Building", self.building()),
1448  ("Fit", self.fit()),
1449  ("Selection", self.selection()),
1450  ("Other", self.other())]
1451 
def trackingPlots.Iteration.name (   self)

Definition at line 1419 of file trackingPlots.py.

References FP420HitsObject._name, TrackerHitsObject._name, PGeometricDet::Item._name, TrackingRecHitAlgorithm._name, Logger._name, hcaldqm::DQModule._name, citk::IsolationConeDefinitionBase._name, DrellYanValidation._name, WValidation._name, hcaldqm::flag::Flag._name, hcaldqm::quantity::Quantity._name, HistoParams< T >._name, CutApplicatorBase._name, HistoParams< TH2F >._name, HistoParams< TProfile2D >._name, SequenceTypes.SequencePlaceholder._name, plotting.Subtract._name, plotting.Transform._name, plotting.FakeDuplicate._name, plotting.CutEfficiency._name, plotting.AggregateBins._name, plotting.AggregateHistos._name, plotting.ROC._name, trackingPlots.Iteration._name, SequenceTypes.TaskPlaceholder._name, plotting.Plot._name, plotting.PlotGroup._name, plotting.PlotterFolder._name, and plotting.PlotterItem._name.

Referenced by config.CFG.__str__(), geometryComparison.GeometryComparison.createScript(), validation.Sample.digest(), primaryVertexResolution.PrimaryVertexResolution.getRepMap(), primaryVertexValidation.PrimaryVertexValidation.getRepMap(), and zMuMuValidation.ZMuMuValidation.getRepMap().

1420  def name(self):
1421  return self._name
def trackingPlots.Iteration.other (   self)

Definition at line 1440 of file trackingPlots.py.

References trackingPlots.Iteration._other.

Referenced by trackingPlots.Iteration.modules().

1441  def other(self):
1442  return self._other
def trackingPlots.Iteration.seeding (   self)

Definition at line 1428 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1429  def seeding(self):
1430  return self._seeding
def trackingPlots.Iteration.selection (   self)

Definition at line 1437 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1438  def selection(self):
1439  return self._selection

Member Data Documentation

trackingPlots.Iteration._name
private

Definition at line 1401 of file trackingPlots.py.

Referenced by trackingPlots.TimePerEventPlot.__str__(), trackingPlots.TimePerTrackPlot.__str__(), trackingPlots.TimePerEventPlot._create(), trackingPlots.TimePerTrackPlot.create(), validation.SimpleSample.name(), and trackingPlots.Iteration.name().

trackingPlots.Iteration._other
private

Definition at line 1417 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.all(), and trackingPlots.Iteration.other().