Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EVDObject.h

Go to the documentation of this file.
00001 
00017 #ifndef EVDOBJECT_H
00018 #define EVDOBJECT_H
00019 
00020 #include <TObject.h>
00021 
00022 class EVD;
00023 
00024 class EVDObject : public TObject
00025 {
00026 
00027 public:
00028 
00029     EVDObject();
00030     EVDObject(EVD* mp);
00031     ~EVDObject();
00032 
00033     void AddGfx(const char* gfx_name);
00034 
00035 private:
00036 
00037     EVD* fEVD;
00038     ClassDef(EVDObject,0)
00039 };                              // end of class EVDObject
00040 
00041 #endif  // EVDOBJECT_H

Generated on Mon Feb 15 11:06:39 2010 for loon by  doxygen 1.3.9.1