|
RAIDA
1.7.0
|
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 |
This class holds the values to be filled into a n-tuple.
1.8.6