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
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.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.TArray |
getN |
rootIOVersion
public static final int rootIOVersion
- See Also:
- Constant Field Values
rootCheckSum
public static final int rootCheckSum
- See Also:
- Constant Field Values
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)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.