org.dianahep.root4j.interfaces.TProfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of root4j Show documentation
Show all versions of root4j Show documentation
Derived from FreeHEP ROOT IO (http://java.freehep.org/freehep-rootio); modernized and GUI dropped.
/*
* Interface created by InterfaceBuilder. Do not modify.
*
* Created on Mon Aug 18 12:41:52 PDT 2003
*/
package org.dianahep.root4j.interfaces;
public interface TProfile extends org.dianahep.root4j.RootObject, org.dianahep.root4j.interfaces.TH1D
{
/** number of entries per bin */
double[] getBinEntries();
/** Option to compute errors */
int getErrorMode();
/** Lower limit in Y (if set) */
double getYmin();
/** Upper limit in Y (if set) */
double getYmax();
public final static int rootIOVersion=3;
public final static int rootCheckSum=2078824377;
}