]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerIons.h
Splitting of the ITS libraries (M.Masera & E.Crescio)
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerIons.h
index ca74e75567670e2745612b4ad368b5222fdcb12b..24e9bbdba6a85dd75a697e30fcfae87b14e089e2 100644 (file)
@@ -19,7 +19,7 @@
 //                                                                  //       
 //////////////////////////////////////////////////////////////////////
 
-class AliITS;
+
 class TH1F;
 
 class AliITSVertexerIons : public AliITSVertexer {
@@ -39,15 +39,16 @@ class AliITSVertexerIons : public AliITSVertexer {
   Double_t GetMaxDeltaZ() const {return fMaxDeltaPhi;}
   void SetMaxDeltaZ(Double_t dz=0.15) {fMaxDeltaZ=dz;}
   Double_t FindMaxAround(Double_t point, TH1F *h, Double_t distance);
+
  protected:
-  AliITS *fITS;            //! pointer to the AliITS object
+
   Int_t fNpThreshold;      // minimum number of rec points for vertexing
   Double_t fMaxDeltaPhi;   // Maximum phi difference for rec points correlation
   Double_t fMaxDeltaZ;     // Maximum z difference for rec points correlation
   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,3);
+  ClassDef(AliITSVertexerIons,4);
 };
 
 #endif