FreeHEP API
Version current

hep.io.root.interfaces
Interface TProfile

All Superinterfaces:
RootObject, TArray, TArrayD, TAttFill, TAttLine, TAttMarker, TH1, TH1D, TNamed, TObject

public interface TProfile
extends RootObject, TH1D

Source Code:
TProfile.java

Field Summary
static int rootCheckSum
           
static int rootIOVersion
           
 
Method Summary
 double[] getBinEntries()
          number of entries per bin
 int getErrorMode()
          Option to compute errors
 double getYmax()
          Upper limit in Y (if set)
 double getYmin()
          Lower limit in Y (if set)
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TH1
getBarOffset, getBarWidth, getContour, getEntries, getFunctions, getMaximum, getMinimum, getNcells, getNormFactor, getOption, getSumw2, getTsumw, getTsumw2, getTsumwx, getTsumwx2, getXaxis, getYaxis, getZaxis
 
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.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
 
Methods inherited from interface hep.io.root.interfaces.TArrayD
getArray
 
Methods inherited from interface hep.io.root.interfaces.TArray
getN
 

Field Detail

rootIOVersion

public static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

public static final int rootCheckSum
See Also:
Constant Field Values
Method Detail

getBinEntries

public double[] getBinEntries()
number of entries per bin


getErrorMode

public int getErrorMode()
Option to compute errors


getYmin

public double getYmin()
Lower limit in Y (if set)


getYmax

public double getYmax()
Upper limit in Y (if set)


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.