FreeHEP API
Version current

org.freehep.util
Class DoubleWithError

java.lang.Object
  extended byorg.freehep.util.DoubleWithError

public class DoubleWithError
extends Object

A class that encapsulates a value and its error. Primarily for use with ScientificFormat

Version:
$Id: DoubleWithError.java,v 1.2 2004/06/19 23:26:35 tonyj Exp $
Author:
Tony Johnson, Mark Donszelmann
See Also:
ScientificFormat
Source Code:
DoubleWithError.java

Constructor Summary
DoubleWithError(double value, double error)
           
DoubleWithError(double value, double plusError, double minError)
           
 
Method Summary
 double getError()
           
 double getMinError()
           
 double getPlusError()
           
 double getValue()
           
 boolean hasAsymmetricError()
           
 void setError(double error)
           
 void setError(double plusError, double minError)
           
 void setValue(double value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleWithError

public DoubleWithError(double value,
                       double error)

DoubleWithError

public DoubleWithError(double value,
                       double plusError,
                       double minError)
Method Detail

setError

public void setError(double error)

setError

public void setError(double plusError,
                     double minError)

getError

public double getError()

getPlusError

public double getPlusError()

getMinError

public double getMinError()

hasAsymmetricError

public boolean hasAsymmetricError()

setValue

public void setValue(double value)

getValue

public double getValue()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.