CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
trackingPlots.Iteration Class Reference

Public Member Functions

def __init__ (self, name, clusterMasking=None, seeding=None, building=None, fit=None, selection=None, other=[])
 
def all (self)
 
def building (self)
 
def clusterMasking (self)
 
def fit (self)
 
def modules (self)
 
def name (self)
 
def other (self)
 
def seeding (self)
 
def selection (self)
 

Private Attributes

 _name
 
 _other
 

Detailed Description

Definition at line 1363 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 1364 of file trackingPlots.py.

1364  def __init__(self, name, clusterMasking=None, seeding=None, building=None, fit=None, selection=None, other=[]):
1365  self._name = name
1366 
1367  def _set(param, name, modules):
1368  if param is not None:
1369  setattr(self, name, param)
1370  else:
1371  setattr(self, name, modules)
1372 
1373  _set(clusterMasking, "_clusterMasking", [self._name+"Clusters"])
1374  # it's fine to include e.g. quadruplets here also for pair
1375  # steps, as non-existing modules are just ignored
1376  _set(seeding, "_seeding", [self._name+"SeedingLayers", self._name+"TrackingRegions", self._name+"HitDoublets", self._name+"HitTriplets", self._name+"HitQuadruplets", self._name+"Seeds"])
1377  _set(building, "_building", [self._name+"TrackCandidates"])
1378  _set(fit, "_fit", [self._name+"Tracks"])
1379  _set(selection, "_selection", [self._name])
1380  self._other = other
1381 
def __init__(self, name, clusterMasking=None, seeding=None, building=None, fit=None, selection=None, other=[])

Member Function Documentation

def trackingPlots.Iteration.all (   self)

Definition at line 1385 of file trackingPlots.py.

References trackingPlots.Iteration._other, Vispa.Views.WidgetView.WidgetView._selection, Vispa.Views.TreeView.TreeView._selection, and Vispa.Views.TableView.TableView._selection.

1385  def all(self):
1386  return self._clusterMasking+self._seeding+self._building+self._fit+self._selection+self._other
1387 
def trackingPlots.Iteration.building (   self)

Definition at line 1394 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1394  def building(self):
1395  return self._building
1396 
def trackingPlots.Iteration.clusterMasking (   self)

Definition at line 1388 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1388  def clusterMasking(self):
1389  return self._clusterMasking
1390 
def trackingPlots.Iteration.fit (   self)

Definition at line 1397 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1397  def fit(self):
1398  return self._fit
1399 
def trackingPlots.Iteration.modules (   self)

Definition at line 1406 of file trackingPlots.py.

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

1406  def modules(self):
1407  return [("ClusterMask", self.clusterMasking()),
1408  ("Seeding", self.seeding()),
1409  ("Building", self.building()),
1410  ("Fit", self.fit()),
1411  ("Selection", self.selection()),
1412  ("Other", self.other())]
1413 
1414 
def trackingPlots.Iteration.name (   self)

Definition at line 1382 of file trackingPlots.py.

References FP420HitsObject._name, TrackerHitsObject._name, PGeometricDet::Item._name, TrackingRecHitAlgorithm._name, LikelihoodSpecies._name, LikelihoodPdfProduct._name, LikelihoodPdf._name, citk::IsolationConeDefinitionBase._name, Logger._name, hcaldqm::DQModule._name, DrellYanValidation._name, WValidation._name, HistoParams< T >._name, hcaldqm::flag::Flag._name, hcaldqm::quantity::Quantity._name, CutApplicatorBase._name, ElectronMVAEstimatorRun2Phys14NonTrig._name, PhotonMVAEstimatorRun2Spring15NonTrig._name, PhotonMVAEstimatorRun2Phys14NonTrig._name, ElectronMVAEstimatorRun2Spring15Trig._name, GeometricDetExtra._name, ElectronMVAEstimatorRun2Spring15NonTrig._name, HistoParams< TH2F >._name, HistoParams< TProfile2D >._name, Vispa.Views.PropertyView.Property._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__(), and validation.Sample.digest().

1382  def name(self):
1383  return self._name
1384 
def trackingPlots.Iteration.other (   self)

Definition at line 1403 of file trackingPlots.py.

References trackingPlots.Iteration._other.

Referenced by trackingPlots.Iteration.modules().

1403  def other(self):
1404  return self._other
1405 
def trackingPlots.Iteration.seeding (   self)

Definition at line 1391 of file trackingPlots.py.

Referenced by trackingPlots.Iteration.modules().

1391  def seeding(self):
1392  return self._seeding
1393 
def trackingPlots.Iteration.selection (   self)

Member Data Documentation

trackingPlots.Iteration._name
private
trackingPlots.Iteration._other
private