]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCVertexFinderComponent.h
Imported files from the existing L3 code directories (../src, ../comp,
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCVertexFinderComponent.h
index 5ebe5d4db3a900b8bcc1ec6fb71e9ca161f5c178..d9cbd1203f59e3e6d32c4a2ca72b474b82a92cf4 100644 (file)
@@ -12,7 +12,7 @@
 #include "AliHLTProcessor.h"
 #include "AliHLTTPCDefinitions.h"
 
-class AliL3VertexFinder;
+class AliHLTTPCVertexFinder;
 
 class AliHLTTPCVertexFinderComponent : public AliHLTProcessor
     {
@@ -43,7 +43,7 @@ class AliHLTTPCVertexFinderComponent : public AliHLTProcessor
        
     private:
 
-       AliL3VertexFinder* fVertexFinder;
+       AliHLTTPCVertexFinder* fVertexFinder;
 
        ClassDef(AliHLTTPCVertexFinderComponent, 0)