]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSV0Finder.h
Using the updated V0 parameters (Ana)
[u/mrichter/AliRoot.git] / ITS / AliITSV0Finder.h
index e956a67f652ec1b9fe3e97fec161b9d9a692d332..294c1ddf03cad987d383112d4fcc73d13a033cdb 100644 (file)
@@ -24,7 +24,8 @@ public:
   AliITSV0Finder();
   //AliITSV0Finder(const AliITSV0Finder &/*v0Finder*/) {;}
   //AliITSV0Finder & operator=(const AliITSV0Finder &/*v0Finder*/) {;}
-  virtual ~AliITSV0Finder() {;}
+  virtual ~AliITSV0Finder();
 
   //try to find V0
   static void FindV02(AliESDEvent *event,AliITStrackerMI *tracker);  
@@ -32,8 +33,14 @@ public:
   static void RefitV02(const AliESDEvent *event,AliITStrackerMI *tracker);
   //try to update, or reject TPC  V0s
   static void UpdateTPCV0(const AliESDEvent *event,AliITStrackerMI *tracker);  
-private:
 
+  TTreeSRedirector *GetDebugStreamer() {return fDebugStreamer;}
+
+  TTreeSRedirector *fDebugStreamer;      //!debug streamer
+
+private:
   ClassDef(AliITSV0Finder,0)   // on-the-fly V0 finder for AliITStrackerMI
 };
 #endif