RAIDA  1.9.0
Public Member Functions | Public Attributes | List of all members
AIDA::LeafPoint Class Reference

This class holds the values to be filled into a n-tuple. More...

#include <LeafPoint.h>

Public Member Functions

 LeafPoint (string type)
 
 LeafPoint (string type, string name)
 
 LeafPoint (const LeafPoint &rhs)
 
void * getValue () const
 
double getDouble () const
 
float getFloat () const
 
int getInt () const
 
short getShort () const
 
long getLong () const
 
char getChar () const
 
bool getBool () const
 
std::string getString () const
 
char getType () const
 
string getTypeLong () const
 
string getName () const
 
string getROOTNameType () const
 
void clear ()
 
bool set (const float v)
 
bool set (const double v)
 
bool set (const int v)
 
bool set (const short v)
 
bool set (const long v)
 
bool set (const char v)
 
bool set (const bool v)
 
bool set (const string v)
 

Public Attributes

char _leafType
 
string _leafName
 
Float_t _f
 
Double_t _d
 
Int_t _i
 
Short_t _s
 
Int_t _l
 
Char_t _c
 
Bool_t _b
 
string _st
 

Detailed Description

This class holds the values to be filled into a n-tuple.

Author
T. Kraemer, DESY
Version
Id:
LeafPoint.h,v 1.2 2006-12-04 17:24:06 tkraemer Exp

The documentation for this class was generated from the following files: