]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVEventHandler.h
Creation of vertex constrained track parameters is moved to AliHLTVertexer,
[u/mrichter/AliRoot.git] / STEER / AliVEventHandler.h
index 044c5a2a37f25edea38e2646f8f30fd2ca3f4dcb..1e4cab6309f67a9f1f104957017f959d9bdafbc1 100644 (file)
@@ -22,6 +22,7 @@ class AliVEventHandler : public TNamed {
     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;