]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSVertexerZ.h
MC labels added for ITS tracks ?\127 ?\127?\127
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSVertexerZ.h
index a59a663157fda8870d2cef8e0af3dd63acfdcbce..9679f165612b01e3fe52eb70d90f497a84359601 100644 (file)
@@ -1,5 +1,8 @@
-#ifndef ALIL3ITSVERTEXERZ_H
-#define ALIL3ITSVERTEXERZ_H
+//-*- Mode: C++ -*-
+// $Id$
+
+#ifndef ALIHLTITSVERTEXERZ_H
+#define ALIHLTITSVERTEXERZ_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -23,22 +26,21 @@ class AliITSgeom;
 class AliHLTITSVertexerZ : public AliITSVertexerZ {
 public:
   AliHLTITSVertexerZ();
-  AliHLTITSVertexerZ(TString filename,Float_t x0=0., Float_t y0=0.);
+  AliHLTITSVertexerZ(Float_t x0, Float_t y0);
   virtual ~AliHLTITSVertexerZ();
 
-  AliESDVertex* FindVertexForCurrentEvent(Int_t evnumb);
   AliESDVertex* FindVertexForCurrentEvent(AliITSgeom *geom,TTree *tR);
 
   void SetBinWidthFine(Float_t bw=0.0005){fStepFine = bw;}
 
- protected:
-  AliHLTITSVertexerZ::AliHLTITSVertexerZ(const AliHLTITSVertexerZ &vtxr);
-  AliHLTITSVertexerZ& AliHLTITSVertexerZ::operator=(const AliHLTITSVertexerZ&  vtxr );
+ private:
+  AliHLTITSVertexerZ(const AliHLTITSVertexerZ &vtxr);
+  AliHLTITSVertexerZ& operator=(const AliHLTITSVertexerZ&  vtxr );
 
   TH1F *fZCombf;           //! histogram with fine z distribution
   Float_t fStepFine;       // bin width for fZCombf histogram
 
-  ClassDef(AliHLTITSVertexerZ,2)   //HLT ITS vertexer
+  ClassDef(AliHLTITSVertexerZ,3)   //HLT ITS vertexer
 };
 
 typedef AliHLTITSVertexerZ AliL3ITSVertexerZ; // for backward compatibility