]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerZ.h
Renaming LinkDef files (to use the same naming style).
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerZ.h
index 16ce67a42404392fe9115a70ca46b80108a1c173..9d0945efba383205207665d2034168e7ad80e169 100644 (file)
@@ -45,6 +45,7 @@ class AliITSVertexerZ : public AliITSVertexer {
   Float_t GetBinWidthFine() const {return fStepFine;}
   void SetTolerance(Float_t tol = 20./10000.){fTolerance = tol;}
   Float_t GetTolerance() const {return fTolerance;}
+  virtual void MakeTracklet(Double_t * /* pA */, Double_t * /*pB */, Int_t & /* nolines */) {} // implemented in a derived class
 
  protected:
   AliITSVertexerZ(const AliITSVertexerZ& vtxr);
@@ -53,6 +54,7 @@ class AliITSVertexerZ : public AliITSVertexer {
   void VertexZFinder(Int_t evnumber);
   Float_t GetPhiMaxIter(Int_t i) const {return fPhiDiffIter[i];}
 
+
   Int_t fFirstL1;          // first module of the first pixel layer used
   Int_t fLastL1;           // last module of the first pixel layer used
   Int_t fFirstL2;          // first module of the second pixel layer used