X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSVertexerFast.h;h=15bdb1aa7ccea7b4073aaa8306801138f423be2d;hb=264b1bb9c6010786c7d61fdcb4593167ee1bbe2c;hp=0a675faf9dcd95236a0d3569185fdcbb688fdefa;hpb=92e7a7bb4a78b34a5161441496bfb3867413cd30;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSVertexerFast.h b/ITS/AliITSVertexerFast.h index 0a675faf9dc..15bdb1aa7cc 100644 --- a/ITS/AliITSVertexerFast.h +++ b/ITS/AliITSVertexerFast.h @@ -20,11 +20,11 @@ class AliITSVertexerFast : public AliITSVertexer { AliITSVertexerFast(); AliITSVertexerFast(Double_t *smear); virtual ~AliITSVertexerFast(); - virtual AliITSVertex* FindVertexForCurrentEvent(Int_t evnumb); - virtual void FindVertices(); + virtual AliESDVertex* FindVertexForCurrentEvent(TTree *itsClusterTree); + virtual void PrintStatus() const; - protected: + private: // copy constructor (NO copy allowed: the constructor is protected // to avoid misuse) @@ -35,7 +35,7 @@ class AliITSVertexerFast : public AliITSVertexer { Double_t *fSmear; // rms of gaussians used for smearing -ClassDef(AliITSVertexerFast,1); +ClassDef(AliITSVertexerFast,2); }; #endif