Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
root
RootDataType.h
Go to the documentation of this file.
1
/* -*- mode:c++ -*- */
2
14
#ifndef _RootDataType_H_
15
#define _RootDataType_H_
16
17
namespace
hippodraw {
18
21
namespace
RootData {
22
25
enum
Type
{
26
Double
,
27
Float
,
28
Int
,
29
UInt
,
30
Long64
,
31
ULong64
,
32
Short
,
33
UShort
34
};
35
}
36
}
37
#endif
Generated for HippoDraw Class Library by