hep.aida.ref.histogram
Class HistUtils
java.lang.Object
hep.aida.ref.histogram.HistUtils
public abstract class HistUtils
- extends java.lang.Object
Method Summary |
static double |
histogramNormalization(hep.aida.IHistogram1D h1)
|
static boolean |
isValidDouble(double d)
|
static hep.aida.IHistogram1D |
toShowableHistogram(hep.aida.ICloud1D cloud,
int nBins,
double lowerEdge,
double upperEdge)
Create an IHistogram1D and fill it from an ICloud1D. |
static hep.aida.IHistogram2D |
toShowableHistogram(hep.aida.ICloud2D cloud,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY)
Create an IHistogram2D and fill it from an ICloud2D. |
static hep.aida.IHistogram3D |
toShowableHistogram(hep.aida.ICloud3D cloud,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY,
int nBinsZ,
double lowerEdgeZ,
double upperEdgeZ)
Create an IHistogram3D and fill it from an ICloud3D. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistUtils
public HistUtils()
toShowableHistogram
public static hep.aida.IHistogram1D toShowableHistogram(hep.aida.ICloud1D cloud,
int nBins,
double lowerEdge,
double upperEdge)
- Create an IHistogram1D and fill it from an ICloud1D.
toShowableHistogram
public static hep.aida.IHistogram2D toShowableHistogram(hep.aida.ICloud2D cloud,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY)
- Create an IHistogram2D and fill it from an ICloud2D.
toShowableHistogram
public static hep.aida.IHistogram3D toShowableHistogram(hep.aida.ICloud3D cloud,
int nBinsX,
double lowerEdgeX,
double upperEdgeX,
int nBinsY,
double lowerEdgeY,
double upperEdgeY,
int nBinsZ,
double lowerEdgeZ,
double upperEdgeZ)
- Create an IHistogram3D and fill it from an ICloud3D.
histogramNormalization
public static double histogramNormalization(hep.aida.IHistogram1D h1)
isValidDouble
public static boolean isValidDouble(double d)
jHepWork 2.8 (©) S.Chekanov