FreeHEP API
Version v1.2

hep.physics.yappi
Class Data

java.lang.Object
  |
  +--hep.physics.yappi.Data

public class Data
extends Object


Constructor Summary
Data(String name)
          Constructor, initiates the HashSet
 
Method Summary
 double getConfidenceLevel()
           
 String getName()
           
 double getNegError()
           
 String getNegErrorAsString()
           
 double getPosError()
           
 String getPosErrorAsString()
           
 double getScaleFactor()
           
 String getTexName()
           
 String getUnit()
           
 double getValue()
           
 String getValueAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data(String name)
Constructor, initiates the HashSet

Method Detail

getName

public String getName()
Returns:
Name of the data item

getTexName

public String getTexName()
Returns:
LaTeX2e encoded name of the data item

getValue

public double getValue()
Returns:
double value or NaN

getValueAsString

public String getValueAsString()
Returns:
string value

getUnit

public String getUnit()
Returns:
Unit of the data

getPosError

public double getPosError()
Returns:
positive Error as double

getPosErrorAsString

public String getPosErrorAsString()
Returns:
positive Error as String

getNegError

public double getNegError()
Returns:
negative Error as double

getNegErrorAsString

public String getNegErrorAsString()
Returns:
negative Error as String

getConfidenceLevel

public double getConfidenceLevel()
Returns:
confidence level as double

getScaleFactor

public double getScaleFactor()
Returns:
scale factor as double

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.