]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/TPCLoader.h
Remove EVE/Reve/ sub-module.
[u/mrichter/AliRoot.git] / EVE / Alieve / TPCLoader.h
index 702aa612767bb656705c12d196880f4a7d3b0832..f9996fa6ea2b7339d34c84fca355ca4c17d84bf2 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef ALIEVE_TPCLoader_H
 #define ALIEVE_TPCLoader_H
 
-#include <Reve/RenderElement.h>
+#include <TEveElement.h>
 #include <vector>
 
 class AliRawReaderRoot;
@@ -14,7 +14,7 @@ class TPCData;
 class TPCSector2D;
 class TPCSector3D;
 
-class TPCLoader : public Reve::RenderElementList
+class TPCLoader : public TEveElementList
 {
   friend class TPCLoaderEditor;
 
@@ -43,7 +43,7 @@ public:
   TPCLoader(const Text_t* n="TPCLoader", const Text_t* t=0);
   virtual ~TPCLoader();
 
-  virtual void RemoveElementLocal(Reve::RenderElement* el);
+  virtual void RemoveElementLocal(TEveElement* el);
   virtual void RemoveElementsLocal();
 
   void SetFile(const Text_t* f) { fFile = f; }