RootDataType.h

Go to the documentation of this file.
00001 /* -*- mode:c++ -*- */
00002 
00014 #ifndef _RootDataType_H_
00015 #define _RootDataType_H_
00016 
00017 namespace hippodraw {
00018 
00021   namespace RootData {
00022 
00025     enum Type {
00026       Double, 
00027       Float,  
00028       Int,    
00029       UInt,   
00030       Long64, 
00031       ULong64,
00032       Short,  
00033       UShort  
00034     };
00035   }
00036 }
00037 #endif

Generated for HippoDraw Class Library by doxygen