Enumerations
hippodraw::RootData Namespace Reference

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...

Detailed Description

A namespace enclosing enum for ROOT Data types.

Enumeration Type Documentation

enum Type

The type of data on the branch.

Enumerator:
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.


Generated for HippoDraw Class Library by doxygen