]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVEventHandler.h
Fix for Savannah bug report 59287
[u/mrichter/AliRoot.git] / STEER / AliVEventHandler.h
index 3918363002d9e6f6fbbc415641eaf1f481c5b6b4..1e4cab6309f67a9f1f104957017f959d9bdafbc1 100644 (file)
@@ -20,6 +20,9 @@ class AliVEventHandler : public TNamed {
     AliVEventHandler();
     AliVEventHandler(const char* name, const char* title);
     virtual ~AliVEventHandler();
+    // Handled tree
+    virtual TTree       *GetTree() const { return NULL; }
+    virtual Option_t    *GetDataType() const { return NULL; }
     // Output
     virtual void         SetOutputFileName(const char* fname)   = 0;
     virtual const char*  GetOutputFileName()              = 0;