]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDReconstructor.cxx
Extended AliESDtrackCuts::GetReferenceMultiplicity(..,etaRange) to (..,etaRange,etaCe...
[u/mrichter/AliRoot.git] / FMD / AliFMDReconstructor.cxx
index 38bf2945ade2ca479d7c0f32854d2571995a3076..d852b6147e5d871cdb317f23e92a961ee89c5643 100644 (file)
@@ -118,7 +118,7 @@ AliFMDReconstructor::Init()
 
   // Initialize the parameters
   AliFMDParameters* param = AliFMDParameters::Instance();
-  if (param->Init() != 0) {
+  if (param->Init(true) != 0) {
     AliError("Failed to initialize parameters, making zombie");
     fZombie = true;
   }
@@ -229,8 +229,8 @@ AliFMDReconstructor::GetVertex(AliESDEvent* esd) const
 
   if (vertex) {
     AliFMDDebug(2, ("Got %s (%s) from ESD: %f", 
-                   vertex->GetName(), vertex->GetTitle(), vertex->GetZv()));
-    fCurrentVertex = vertex->GetZv();
+                   vertex->GetName(), vertex->GetTitle(), vertex->GetZ()));
+    fCurrentVertex = vertex->GetZ();
     fVertexType    = kESDVertex;
     return;
   }