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 | Public Attributes
edmStreamStallGrapher.Point Class Reference

Public Member Functions

def __init__
 
def __repr__
 
def __str__
 

Public Attributes

 x
 
 y
 

Detailed Description

Definition at line 437 of file edmStreamStallGrapher.py.

Constructor & Destructor Documentation

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

Member Function Documentation

def edmStreamStallGrapher.Point.__repr__ (   self)

Definition at line 445 of file edmStreamStallGrapher.py.

References TkAlExceptions.AllInOneError.__str__(), GlobalTag.GlobalTagBuilderException.__str__(), MatrixReader.MatrixException.__str__(), errors.ServerNotFoundException.__str__(), errors.NoMoreRetriesException.__str__(), dqmPythonTypes.RunType.__str__(), data_sources.node.__str__(), util.rrapi.RRApiError.__str__(), tier0.ResponseError.__str__(), data_sources.json_file.__str__(), python.Handle.__str__(), cmsHarvester.Usage.__str__(), psClasses.BuildTreeNodeList.__str__(), cmsHarvester.Error.__str__(), data_sources.json_data_node.__str__(), psClasses.BuildTreeNode.__str__(), MatrixUtil.InputInfo.__str__(), svgfig.SVG.__str__(), PixelMapPlotter.Barrel.__str__(), PixelMapPlotter.Forward.__str__(), edmStreamStallGrapher.Point.__str__(), BeautifulSoup.NavigableString.__str__(), BeautifulSoup.CData.__str__(), BeautifulSoup.ProcessingInstruction.__str__(), BeautifulSoup.Comment.__str__(), BeautifulSoup.Declaration.__str__(), BeautifulSoup.Tag.__str__(), and BeautifulSoup.SoupStrainer.__str__().

446  def __repr__(self):
447  return self.__str__()
448 
#--------------------------------------------------------
def edmStreamStallGrapher.Point.__str__ (   self)

Definition at line 442 of file edmStreamStallGrapher.py.

References 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, LHCInterpolatedOpticalFunctionsSet::Kinematics.x, reco::MuonSegmentMatch.x, PhiInterval.x, SiPixelCluster::Pixel.x, VertexType.x, Pixinfo.x, Hit.x, Clust.x, MonitorTrackResidualsBase< pixel_or_strip >::HistoXY.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, reco::PixelClusterProperties.y, BeamSpotPOD.y, stAPVGain.y, TkLayerMap::XYbin.y, TwoBodyDecayParameters.y, reco::MuonChamberMatch.y, online::BeamSpot_v1.y, SimplePixel.y, LHCInterpolatedOpticalFunctionsSet::Kinematics.y, PhiInterval.y, reco::MuonSegmentMatch.y, SiPixelCluster::Pixel.y, VertexType.y, Pixinfo.y, Hit.y, Clust.y, MonitorTrackResidualsBase< pixel_or_strip >::HistoXY.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__().

443  def __str__(self):
444  return "(x: {}, y: {})".format(self.x,self.y)

Member Data Documentation

edmStreamStallGrapher.Point.x

Definition at line 439 of file edmStreamStallGrapher.py.

Referenced by python.rootplot.utilities.Hist.__init_TGraph(), svgfig.Curve.Sample.__repr__(), svgfig.Ellipse.__repr__(), edmStreamStallGrapher.Point.__str__(), python.rootplot.root2matplotlib.Hist._prepare_xaxis(), python.rootplot.root2matplotlib.Hist._prepare_yaxis(), python.rootplot.root2matplotlib.Hist2D.box(), python.rootplot.root2matplotlib.Hist2D.contour(), python.rootplot.root2matplotlib.Hist.errorbar(), python.rootplot.root2matplotlib.Hist.errorbarh(), geometryXMLparser.Alignable.pos(), ntupleDataFormat._HitObject.r(), ntupleDataFormat._HitObject.r3D(), and python.rootplot.utilities.Hist.TGraph().

edmStreamStallGrapher.Point.y

Definition at line 440 of file edmStreamStallGrapher.py.

Referenced by python.rootplot.utilities.Hist.__getitem__(), python.rootplot.utilities.Hist.__init_TGraph(), python.rootplot.utilities.Hist.__iter__(), svgfig.Ellipse.__repr__(), python.rootplot.utilities.Hist.__setitem__(), edmStreamStallGrapher.Point.__str__(), python.rootplot.root2matplotlib.Hist.bar(), python.rootplot.root2matplotlib.Hist.barh(), python.rootplot.root2matplotlib.Hist2D.box(), python.rootplot.root2matplotlib.Hist2D.contour(), python.rootplot.utilities.Hist.divide_wilson(), python.rootplot.root2matplotlib.Hist.errorbar(), python.rootplot.root2matplotlib.Hist.errorbarh(), python.rootplot.root2matplotlib.Hist.hist(), python.rootplot.utilities.Hist.min(), geometryXMLparser.Alignable.pos(), ntupleDataFormat._HitObject.r(), ntupleDataFormat._HitObject.r3D(), python.rootplot.utilities.Hist.scale(), python.rootplot.utilities.Hist.TGraph(), and python.rootplot.utilities.Hist.TH1F().