hep.io.root.interfaces
Interface TGraph

All Superinterfaces:
RootObject, TAttFill, TAttLine, TAttMarker, TNamed, TObject

public interface TGraph
extends RootObject, TNamed, TAttLine, TAttFill, TAttMarker


Field Summary
static int rootIOVersion
           
 
Fields inherited from interface hep.io.root.interfaces.TAttLine
rootCheckSum
 
Fields inherited from interface hep.io.root.interfaces.TAttFill
rootCheckSum
 
Method Summary
 TList getFunctions()
          Pointer to list of functions (fits and user)
 TH1F getHistogram()
          Pointer to histogram used for drawing axis
 double getMaximum()
          Maximum value for plotting along y
 double getMinimum()
          Minimum value for plotting along y
 int getNpoints()
          Number of points
 double[] getX()
          [fNpoints] array of X points
 double[] getY()
          [fNpoints] array of Y points
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TAttLine
getLineColor, getLineStyle, getLineWidth
 
Methods inherited from interface hep.io.root.interfaces.TAttFill
getFillColor, getFillStyle
 
Methods inherited from interface hep.io.root.interfaces.TAttMarker
getMarkerColor, getMarkerSize, getMarkerStyle
 

Field Detail

rootIOVersion

static final int rootIOVersion
See Also:
Constant Field Values
Method Detail

getFunctions

TList getFunctions()
Pointer to list of functions (fits and user)


getHistogram

TH1F getHistogram()
Pointer to histogram used for drawing axis


getMaximum

double getMaximum()
Maximum value for plotting along y


getMinimum

double getMinimum()
Minimum value for plotting along y


getNpoints

int getNpoints()
Number of points


getX

double[] getX()
[fNpoints] array of X points


getY

double[] getY()
[fNpoints] array of Y points



Copyright © 2000-2013 FreeHEP. All Rights Reserved.