]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSpidESD.h
Fix of parsing bug related to the reading of the calib header. Added consistency...
[u/mrichter/AliRoot.git] / ITS / AliITSpidESD.h
index 06c0411612ca4fb4dce02cdc9ec31dbe2fe3ba89..4f83faf9c2ec6145e6c2748cf4c9de014fc91262 100644 (file)
@@ -3,6 +3,8 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+
 //-------------------------------------------------------
 //                    ITS PID class
 // Base class:
 //#include <Rtypes.h>
 #include <TObject.h>
 
-class AliESD;
+class TTree;
+class AliESDEvent;
 
 class AliITSpidESD : public TObject {
 public:
   AliITSpidESD();
   virtual ~AliITSpidESD() {}
-  virtual Int_t MakePID(AliESD *event) =0;
+  virtual Int_t MakePID(AliESDEvent *event) = 0;
+  // This method is here because of the AliITSpidESD2 class...
+  virtual Int_t MakePID(TTree *clustersTree, AliESDEvent *event) = 0;
   static Double_t Bethe(Double_t p,Double_t mass);
 private:
   ClassDef(AliITSpidESD,1)   // ITS PID class