]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUReconstructor.cxx
Added dummy vertexer (meanSPDvertex will be added as a vertex).
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUReconstructor.cxx
index 0fe045cfb3fb0e23436e2fae3eb1dd0758f97c56..c089ea3938c4b1fb6b501536f8ddbbb6f68dcab4 100644 (file)
@@ -36,6 +36,7 @@
 #include "AliITSUDigitPix.h"
 #include "AliITSUClusterizer.h"
 #include "AliITSUClusterPix.h"
+#include "AliITSUVertexer.h"
 #include "AliMagF.h"
 
 ClassImp(AliITSUReconstructor)
@@ -191,10 +192,9 @@ AliVertexer* AliITSUReconstructor::CreateVertexer() const
 {
   // create a ITS vertexer
   // to be implemented for the upgrade
-
-  AliDebug(1,"ITSU vertexer should be initiated here\n");
-  return 0;
-
+  AliInfo("Creating dummy vertexer");
+  //  AliDebug(1,"ITSU vertexer should be initiated here\n");
+  return new AliITSUVertexer();
 }
 
 //_____________________________________________________________________________