hep.physics.yappi
Class Data
java.lang.Object
hep.physics.yappi.Data
- public class Data
- extends Object
- Source Code:
- Data.java
Constructor Summary |
Data(String name)
Constructor, initiates the HashSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Data
public Data(String name)
- Constructor, initiates the HashSet
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
Copyright © 2000-2004 FreeHEP, All Rights Reserved.