Definition at line 1529 of file svgfig.py.
References svgfig.SVG.t, svgfig.Curve.Sample.t, BeamSpotObj.BeamSpot.X, gen::PdfInfo.x, reco::MuonChamberMatch.x, EnergyDepositUnit.x(), AmplitudeSegmentFP420.x(), SimplePixel.x, reco::PFCandidateElectronExtra.X, TkLayerMap::XYbin.x, SignalPoint.x(), TwoBodyDecayParameters.x, reco::MuonMETCorrectionData.x(), Geom::Polar2Cartesian< T >.x(), SiStripFineDelayTOF.x(), EnergySegmentFP420.x(), HFShowerPhoton.x(), BinomialProbHelper.x(), EcalTBHodoscopeRecInfoAlgo::BeamTrack.x, reco::MuonSegmentMatch.x, SiPixelCluster::Pixel.x, ClusterShape.x, RHStopTracer::StopPoint.x, BeamSpotFakeConditions.x, PGlobalSimHit::Vtx.x, PV2DBase< T, PVType, FrameType >.x(), PV2DBase< float, PointTag, LocalTag >.x(), PV2DBase< T, VectorTag, FrameTag >.x(), PV2DBase< float, VectorTag, GlobalTag >.x(), PV2DBase< T, PointTag, FrameTag >.x(), PV2DBase< double, PointTag, LocalTag >.x(), reco::PFCandidate.X, QcdLowPtDQM::Pixel.x(), TotemTestHistoClass::Hit.x, mathSSE::Rot3< T >.x(), mathSSE::Rot3< Scalar >.x(), mathSSE::Rot3< double >.x(), mathSSE::Rot3< float >.x(), mathSSE::Rot3< align::Scalar >.x(), HcalForwardAnalysis::Photon.x, Geom::Cylindrical2Cartesian< T >.x(), ParabolaFit::Point.x, BeamSpotOnline.x(), TwoTrackMinimumDistanceHelixLine.X, VertexType.x, RooCMSShape.x, PV3DBase< float, PointTag, GlobalTag >.x(), PV3DBase< T, PVType, FrameType >.x(), PV3DBase< align::Scalar, PointTag, GlobalTag >.x(), Pixinfo.x, PV3DBase< float, VectorTag, LocalTag >.x(), PV3DBase< float, PointTag, LocalTag >.x(), PV3DBase< Scalar, VectorTag, GlobalTag >.x(), PV3DBase< Scalar, PointTag, GlobalTag >.x(), PV3DBase< T, PointTag, FrameTag >.x(), PV3DBase< long double, PointTag, GlobalTag >.x(), PV3DBase< T, VectorTag, FrameTag >.x(), PV3DBase< T, PointTag, GlobalTag >.x(), funct::GaussLegendreIntegrator.x, reco::CastorCell.x(), Hit.x, Basic2DVector< double >.x(), Basic2DVector< float >.x(), Basic2DVector< TmpType >.x(), Basic2DVector< T >.x(), python.rootplot.utilities.Hist2D.x, PrimaryVertexAnalyzer::simPrimaryVertex.x, Clust.x, Geom::Spherical2Cartesian< T >.x(), QcdLowPtDQM::Vertex.x(), Basic3DVector< Scalar >.x(), Basic3DVector< long double >.x(), Basic3DVector< float >.x(), Basic3DVector< align::Scalar >.x(), Basic3DVector< T >.x(), SiPixelCluster.x(), Rechit.x, reco::CastorJet.x(), reco::CastorEgamma.x(), DTTracoCand.X(), HcalForwardAnalysis.x, hit.x, reco::CastorTower.x(), stAPVGain.x, Geom::Cartesian2Cartesian3D< T >.x(), reco::Vertex.x(), reco::CastorCluster.x(), DTChambPhSegm.X(), GaussianSumUtilities1D::FinderState.x, PrimaryVertexAnalyzer4PU::simPrimaryVertex.x, DTSectCollPhSegm.X(), VertexClassifier::GeneratedPrimaryVertex.x, funct::GaussIntegrator.x, SiPixelDigitizerAlgorithm::EnergyDepositUnit.x(), XHistogram::position.x, python.rootplot.utilities.Hist.x, MuonGeometryArrange::MGACollection.x, reco::CaloCluster.x(), PrimaryVertexAnalyzer4PU::SimEvent.x, TrackClassifier::GeneratedPrimaryVertex.x, DTBtiTrigData.X(), SiPixelDigitizerAlgorithm::SignalPoint.x(), lhef::HEPEUP::FiveVector.x, DTBtiTrig.X(), BscSD.X, BeamSpotOnlineRaw_v4.x, FP420SD.X, MuScleFitUtils.x, RawParticle.x(), RawParticle.X(), TkRotation< T >.x(), TkRotation< Scalar >.x(), TkRotation< double >.x(), TkRotation< align::Scalar >.x(), TkRotation< float >.x(), DTTracoTrig.X(), perftools::detail::Hist.x, DTTracoTrigData.X(), PDF.x, svgfig.Plot.x, svgfig.Frame.x, python.Vispa.Views.LineDecayView.DecayNode.x(), PMuonSimHit::Vtx.x, PTrackerSimHit::Vtx.x, svgfig.Text.x, svgfig.TextGlobal.x, svgfig.VLine.x, MuonGeometryArrange::MGACollection.y, svgfig.Plot.y, svgfig.Frame.y, svgfig.Curve.Sample.y, and svgfig.Curve.Sample.Y.
1531 t, x, y, X, Y = self.
t, self.x, self.
y, self.X, self.
Y
1532 if t !=
None: t =
"%g" % t
1533 if x !=
None: x =
"%g" % x
1534 if y !=
None: y =
"%g" % y
1535 if X !=
None: X =
"%g" % X
1536 if Y !=
None: Y =
"%g" % Y
1537 return "<Curve.Sample t=%s x=%s y=%s X=%s Y=%s>" % (t, x, y, X, Y)