]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerIons.h
Updated DA from Brigitte. Steerable clock range for pedestal evaluation - default...
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerIons.h
index 24e9bbdba6a85dd75a697e30fcfae87b14e089e2..edd8e816ac92b8e99c3df4f75971f956a3ae1a50 100644 (file)
@@ -26,10 +26,8 @@ class AliITSVertexerIons : public AliITSVertexer {
 
  public:
   AliITSVertexerIons();
-  AliITSVertexerIons(TString fn); 
   virtual ~AliITSVertexerIons(); // destructor
-  virtual AliESDVertex* FindVertexForCurrentEvent(Int_t event);
-  virtual void FindVertices();
+  virtual AliESDVertex* FindVertexForCurrentEvent(TTree *itsClusterTree);
   virtual void PhiFunc(Double_t &x,Double_t &y,Double_t &phi);
   virtual void PrintStatus() const;
   Int_t GetNpThreshold() const {return fNpThreshold;}
@@ -48,7 +46,7 @@ class AliITSVertexerIons : public AliITSVertexer {
   AliITSVertexerIons(const AliITSVertexerIons &source); // copy constructor (NO copy allowed: the constructor is protected to avoid misuse)   
   AliITSVertexerIons& operator=(const AliITSVertexerIons &source); // assignment operator (NO assignment allowed)
 
-  ClassDef(AliITSVertexerIons,4);
+  ClassDef(AliITSVertexerIons,5);
 };
 
 #endif