data_base.hh

Go to the documentation of this file.
00001 
00014 #ifndef DATA_BASE_HH
00015 #define DATA_BASE_HH
00016 
00017 #include <vector>
00018 #include <limits>
00019 #include <TObject.h>
00020 
00021 #include "decoder_base.hh"
00022 
00027 class data_base : public TObject {
00028 
00029 public:
00030 
00032   data_base() : TObject(){};
00033 
00035   data_base(const data_base &original) 
00036     : TObject(original) 
00037   {};
00038 
00040   virtual ~data_base(){};
00041 
00043   virtual void clear_data(){};
00044 
00046   ClassDef(data_base,2)
00048 
00049 };
00050 
00051 #endif
00052  // end of doxygen group 

Generated on Mon Apr 7 15:35:12 2014 for MyProject by  doxygen 1.4.7