icecube.daq.domcal
Class HVHistogram

java.lang.Object
  extended by icecube.daq.domcal.HVHistogram

public class HVHistogram
extends java.lang.Object


Constructor Summary
HVHistogram(short voltage, float[] fitParams, float[] xVals, float[] yVals, boolean convergent, float pv, float noiseRate, boolean isFilled)
           
 
Method Summary
 float[] getFitParams()
           
 float getNoiseRate()
           
static java.lang.String getParameterName(int i)
           
 float getPV()
           
 short getVoltage()
           
 float[] getXVals()
           
 float[] getYVals()
           
 boolean isConvergent()
           
 boolean isFilled()
           
static HVHistogram parseHVHistogram(java.nio.ByteBuffer bb)
           
static HVHistogram parseHVHistogram(org.w3c.dom.Element histo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HVHistogram

public HVHistogram(short voltage,
                   float[] fitParams,
                   float[] xVals,
                   float[] yVals,
                   boolean convergent,
                   float pv,
                   float noiseRate,
                   boolean isFilled)
Method Detail

parseHVHistogram

public static HVHistogram parseHVHistogram(java.nio.ByteBuffer bb)

parseHVHistogram

public static HVHistogram parseHVHistogram(org.w3c.dom.Element histo)

getVoltage

public short getVoltage()

getFitParams

public float[] getFitParams()

getXVals

public float[] getXVals()

getYVals

public float[] getYVals()

isConvergent

public boolean isConvergent()

getPV

public float getPV()

getNoiseRate

public float getNoiseRate()

isFilled

public boolean isFilled()

getParameterName

public static final java.lang.String getParameterName(int i)


Copyright © 2006 IceCube Collaboration. All Rights Reserved.