CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edmStreamStallGrapher.Point Class Reference

Public Member Functions

def __init__ (self, x_, y_)
 
def __repr__ (self)
 
def __str__ (self)
 

Public Attributes

 x
 
 y
 

Detailed Description

Definition at line 461 of file edmStreamStallGrapher.py.

Constructor & Destructor Documentation

◆ __init__()

def edmStreamStallGrapher.Point.__init__ (   self,
  x_,
  y_ 
)

Definition at line 462 of file edmStreamStallGrapher.py.

462  def __init__(self, x_, y_):
463  self.x = x_
464  self.y = y_
465 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Function Documentation

◆ __repr__()

def edmStreamStallGrapher.Point.__repr__ (   self)

◆ __str__()

def edmStreamStallGrapher.Point.__str__ (   self)

Definition at line 466 of file edmStreamStallGrapher.py.

References reco::MuonGEMHitMatch.x, reco::MuonRPCHitMatch.x, RPFlatParams::EP.x, reco::PixelClusterProperties.x, BeamSpotPOD.x, stAPVGain.x, TkLayerMap::XYbin.x, TwoBodyDecayParameters.x, reco::MuonChamberMatch.x, SimplePixel.x, online::BeamSpot_v1.x, CTPPSRPAlignment.x, LHCInterpolatedOpticalFunctionsSet::Kinematics.x, reco::MuonSegmentMatch.x, SiPixelCluster::Pixel.x, PhiInterval.x, VertexType.x, Pixinfo.x, Hit.x, CPEBranch.x, Clust.x, MonitorTrackResidualsBase< pixel_or_strip >::HistoXY.x, PixelBaryCentreAnalyzer::SimplePoint.x, PixelUnpackingRegions::Module.x, Rechit.x, PixelModule.x, hit.x, BeamSpotDipServer.x, l1t::emtf::AMC13Header.x, MuonGeometryArrange::MGACollection.x, BeamSpotOnlineRaw_v4.x, hgcal_conditions::positions::HeterogeneousHGCalPositionsMapping.x, edmStreamStallGrapher.Point.x, svgfig.Plot.x, svgfig.Frame.x, svgfig.Text.x, svgfig.TextGlobal.x, svgfig.VLine.x, RPFlatParams::EP.y, BeamSpotPOD.y, reco::PixelClusterProperties.y, stAPVGain.y, TkLayerMap::XYbin.y, TwoBodyDecayParameters.y, reco::MuonChamberMatch.y, CTPPSRPAlignment.y, SimplePixel.y, online::BeamSpot_v1.y, LHCInterpolatedOpticalFunctionsSet::Kinematics.y, reco::MuonSegmentMatch.y, PhiInterval.y, SiPixelCluster::Pixel.y, VertexType.y, Pixinfo.y, CPEBranch.y, Hit.y, Clust.y, MonitorTrackResidualsBase< pixel_or_strip >::HistoXY.y, PixelBaryCentreAnalyzer::SimplePoint.y, PixelUnpackingRegions::Module.y, Rechit.y, PixelModule.y, hit.y, BeamSpotDipServer.y, MuonGeometryArrange::MGACollection.y, BeamSpotOnlineRaw_v4.y, hgcal_conditions::positions::HeterogeneousHGCalPositionsMapping.y, edmStreamStallGrapher.Point.y, svgfig.Plot.y, svgfig.Frame.y, svgfig.Curve.Sample.y, svgfig.Text.y, svgfig.TextGlobal.y, and svgfig.HLine.y.

Referenced by edmStreamStallGrapher.Point.__repr__().

466  def __str__(self):
467  return "(x: {}, y: {})".format(self.x,self.y)
468 

Member Data Documentation

◆ x

edmStreamStallGrapher.Point.x

◆ y

edmStreamStallGrapher.Point.y