]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCVertexFinder.h
After playing, Andrew needs to cleanup :-)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCVertexFinder.h
index 6d61723f69bd1ce4d2473611707475de5c3f1477..b257068fedcd946a2fa06695fe4516c7fddb60a4 100644 (file)
@@ -1,5 +1,5 @@
 // @(#) $Id$
-// Original: AliL3VertexFinder.h,v 1.7 2004/06/18 10:55:26 loizides 
+// Original: AliHLTVertexFinder.h,v 1.7 2004/06/18 10:55:26 loizides 
 
 #ifndef AliHLTTPCVERTEXFINDER_H
 #define AliHLTTPCVERTEXFINDER_H
@@ -25,7 +25,7 @@ class AliHLTTPCVertexFinder:public AliHLTTPCVertexArray {
 
  public:
   AliHLTTPCVertexFinder(); 
-  AliHLTTPCVertexFinder(AliHLTTPCVertexFinder &vf) : AliHLTTPCVertexArray(vf){;}
+  AliHLTTPCVertexFinder(AliHLTTPCVertexFinder &vf);
   virtual ~AliHLTTPCVertexFinder();
 
   void Reset();
@@ -52,6 +52,6 @@ class AliHLTTPCVertexFinder:public AliHLTTPCVertexArray {
 
   void SetXYWeight(Double_t f) {fMWxy = f;}
  
-  ClassDef(AliHLTTPCVertexFinder,1)  // Vertex finder class
+  ClassDef(AliHLTTPCVertexFinder,0)  // Vertex finder class
 };
 #endif