Pan: The Parity Analyzer -- Class Index

Pan classes only
All classes


+
class TaLabelledQuantity
-
#include "TaLabelledQuantity.hh"
Display options:
Show inherited
Show non-public

class TaLabelledQuantity


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.


Function Members (Methods)

public:
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_tGetVal() const
virtual TClass*IsA() const
TaLabelledQuantity&operator=(const TaLabelledQuantity& qty)
voidSetVal(const Double_t qv)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
Bool_tTestFlags(UInt_t mask) const

Data Members

private:
UInt_tfFlagsFlags for the quantity
stringfNameName of the quantity
stringfUnitsUnits for the quantity
Double_tfValValue of the quantity

Class Charts

Inheritance Chart:
TaLabelledQuantity

Function documentation

TaLabelledQuantity& operator=(const TaLabelledQuantity& qty)
virtual ~TaLabelledQuantity()
{}
const string& GetName()
{ return fName; }
Double_t GetVal()
{ return fVal;}
const string& GetUnits()
{ return fUnits; }
Bool_t TestFlags(UInt_t mask)
{ return fFlags & mask; }

Author: R. Holmes , A. Vacheret , R. Michaels , K.Paschke
Last update: pan/src:$Name: $:$Id: TaLabelledQuantity.cc,v 1.5 2003/07/31 16:11:59 rsholmes Exp $

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.