All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dianahep.root4j.interfaces.TProfile Maven / Gradle / Ivy

Go to download

Derived from FreeHEP ROOT IO (http://java.freehep.org/freehep-rootio); modernized and GUI dropped.

There is a newer version: 0.1.6
Show newest version
/*
 * 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy