icecube.daq.domcal
Class QuadraticFit

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

public class QuadraticFit
extends java.lang.Object


Constructor Summary
QuadraticFit(float c0, float c1, float c2, float rSquared)
           
 
Method Summary
 float getParameter(int idx)
           
 float getRSquared()
           
static QuadraticFit parseQuadraticFit(java.nio.ByteBuffer bb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadraticFit

public QuadraticFit(float c0,
                    float c1,
                    float c2,
                    float rSquared)
Method Detail

getParameter

public float getParameter(int idx)

getRSquared

public float getRSquared()

parseQuadraticFit

public static QuadraticFit parseQuadraticFit(java.nio.ByteBuffer bb)


Copyright © 2006 IceCube Collaboration. All Rights Reserved.