Parallel Colt 0.7.2

hep.aida.tfloat.ref
Class FloatHistogram1DContents

java.lang.Object
  extended by hep.aida.tfloat.ref.FloatHistogram1DContents

public class FloatHistogram1DContents
extends Object


Constructor Summary
FloatHistogram1DContents(int[] entries, float[] heights, float[] errors, int nEntry, float sumWeight, float sumWeightSquared, float mean, float rms)
           
 
Method Summary
 int[] getEntries()
           
 float[] getErrors()
           
 float[] getHeights()
           
 float getMean()
           
 int getNentry()
           
 float getRms()
           
 float getSumWeight()
           
 float getSumWeightSquared()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatHistogram1DContents

public FloatHistogram1DContents(int[] entries,
                                float[] heights,
                                float[] errors,
                                int nEntry,
                                float sumWeight,
                                float sumWeightSquared,
                                float mean,
                                float rms)
Method Detail

getEntries

public int[] getEntries()

getHeights

public float[] getHeights()

getErrors

public float[] getErrors()

getNentry

public int getNentry()

getSumWeight

public float getSumWeight()

getSumWeightSquared

public float getSumWeightSquared()

getMean

public float getMean()

getRms

public float getRms()

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage