Base class to get/set some flag informations concerning any data. More...
#include <InfoData.h>
Public Types | |
enum | EData { kKnown = 0, kUnknown = 1, kTentative = 2, kTheo = 3, kAbout = 4 } |
flags that qualify a given data More... | |
Public Member Functions | |
ClassDef (InfoData, 1) | |
rootcint dictionary More... | |
InfoData () | |
InfoData (InfoData::EData info) | |
InfoData (const InfoData &) | |
virtual bool | IsData (UShort_t) const |
to get some information about this data More... | |
virtual void | Set (const char *st) |
to set some information about this data More... | |
virtual void | SetInfo (InfoData::EData) |
to set some information about this data More... | |
virtual | ~InfoData () |
Static Public Member Functions | |
static EData | WhatIs (const char *) |
It deduces from a string the kind of data. More... | |
Protected Attributes | |
UShort_t | fInfo |
Base class to get/set some flag informations concerning any data.
A data is something that can be measured or obtained experimentally and has, through this InfoData class, some qualitative flags. For the moment:
... but it could be extended.
Definition at line 46 of file InfoData.h.