A namespace enclosing enum for ROOT Data types. More...
Enumerations | |
enum | Type { Double, Float, Int, UInt, Long64, ULong64, Short, UShort } |
The type of data on the branch. More... |
A namespace enclosing enum for ROOT Data types.
enum Type |
The type of data on the branch.
Double |
double type. |
Float |
float type. |
Int |
int type. |
UInt |
unsigned int type. |
Long64 |
signed 64 bit long. |
ULong64 |
unsigned 64 bit long. |
Short |
signed 16 bit integer. |
UShort |
unsigned 16 bit integer. |
Definition at line 25 of file RootDataType.h.