HALL A C++/ROOT Parity Analyzer Pan TaLabelledQuantity.cc (implementation) Author: R. Holmes <http://mep1.phy.syr.edu/~rsholmes>, A. Vacheret <http://www.jlab.org/~vacheret>, R. Michaels <http://www.jlab.org/~rom>, K.Paschke @(#)pan/src:$Name: $:$Id: TaLabelledQuantity.cc,v 1.5 2003/07/31 16:11:59 rsholmes Exp $ A class of quantities with associated labels, units, and flags.
| TaLabelledQuantity(const TaLabelledQuantity& qty) | |
| TaLabelledQuantity(const string& qn = "", const Double_t qv = 0.0, const string& qu = "", const UInt_t qf = 0) | |
| virtual | ~TaLabelledQuantity() |
| static TClass* | Class() |
| const string& | GetName() const |
| const string& | GetUnits() const |
| Double_t | GetVal() const |
| virtual TClass* | IsA() const |
| TaLabelledQuantity& | operator=(const TaLabelledQuantity& qty) |
| void | SetVal(const Double_t qv) |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| Bool_t | TestFlags(UInt_t mask) const |
| Inheritance Chart: | |||||
|