StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RootTypesDef.h
1 #ifndef RootTypesDef_h
2 #define RootTypesDef_h 1
3 
4 #ifndef HLTCA_STANDALONE
5 
6 #include "TROOT.h"
7 
8 #else
9 typedef int Int_t;
10 typedef float Float_t;
11 typedef double Double_t;
12 typedef bool Bool_t;
13 
14 class TObject
15 {
16 };
17 #endif
18 
19 #endif // RootTypesDef_h