Defined in file: hzNumexp.h
Derivative of: hzNumexpTerm
The hzNumexpValue class is a value of any legal HadronZoo type
Constructors/Detructors
| hzNumexpValue* | hzNumexpValue | (void) | |
| void | ~hzNumexpValue | (void) |
Public Methods:
| double | Evaluate | (void) | |
| void | SetUnaryOp | (hzUnary eUOP) |
Overloaded operators:
| void | operator= | (double v) |
Member Variables:
| double | m_Atom | Result of term eveluation | |
| hzUnary | m_eUnary | Unary operator to apply to the result (if applicable) |