halo.normalization
Class CorrectionFactors

java.lang.Object
  extended by halo.normalization.CorrectionFactors

public class CorrectionFactors
extends java.lang.Object

Class for managing the correction factors needed for half-life calculation

Author:
Stefanie Kaufmann

Constructor Summary
CorrectionFactors()
          Constructor setting the factors to the default value UNDEF = -1
CorrectionFactors(double c_lu)
          Constructor setting only the factor c_lu
CorrectionFactors(double c_l, double c_u)
          Constructor setting only the factors c_l and c_u
CorrectionFactors(double c_l, double c_u, double c_lu)
          Constructor setting all three correction factors
 
Method Summary
 double getC_l()
          Returns the correction factor c_l
 double getC_lu()
          Returns the correction factor c_lu
 double getC_u()
          Returns the correction factor c_u
 void setC_l(double c_l)
          Sets the correction factor c_l
 void setC_lu(double c_lu)
          Sets the correction factor c_lu
 void setC_u(double c_u)
          Sets the correction factor c_u
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrectionFactors

public CorrectionFactors()
Constructor setting the factors to the default value UNDEF = -1


CorrectionFactors

public CorrectionFactors(double c_l,
                         double c_u)
Constructor setting only the factors c_l and c_u

Parameters:
c_l - The correction factor c_l
c_u - The correction factor c_u

CorrectionFactors

public CorrectionFactors(double c_lu)
Constructor setting only the factor c_lu

Parameters:
c_lu - The correction factor c_lu

CorrectionFactors

public CorrectionFactors(double c_l,
                         double c_u,
                         double c_lu)
Constructor setting all three correction factors

Parameters:
c_l - The correction factor c_l
c_u - The correction factor c_u
c_lu - The correction factor c_lu
Method Detail

setC_l

public void setC_l(double c_l)
Sets the correction factor c_l

Parameters:
c_l - The correction factor c_l

setC_u

public void setC_u(double c_u)
Sets the correction factor c_u

Parameters:
c_u - The correction factor c_u

setC_lu

public void setC_lu(double c_lu)
Sets the correction factor c_lu

Parameters:
c_lu - The correction factor c_lu

getC_l

public double getC_l()
Returns the correction factor c_l

Returns:
The correction factor c_l

getC_u

public double getC_u()
Returns the correction factor c_u

Returns:
The correction factor c_u

getC_lu

public double getC_lu()
Returns the correction factor c_lu

Returns:
The correction factor c_lu