]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Stupid CHC made a mistake - fixed
authorhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Jun 2011 14:37:40 +0000 (14:37 +0000)
committerhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Jun 2011 14:37:40 +0000 (14:37 +0000)
PWG2/FORWARD/analysis2/AliCentralMCCorrectionsTask.cxx

index 9a78b74454f3a63e2ebc2412e48523ec95984d50..dcbaf64036b27e8796f16bb31128cd39fed7f910 100644 (file)
@@ -602,7 +602,7 @@ AliCentralMCCorrectionsTask::VtxBin::Finish(const TList* input,
 
   TH2D* h = static_cast<TH2D*>(hits->Clone("bgCorr"));
   h->SetDirectory(0);
-  h->Divide(fPrimary);
+  h->Divide(prim);
 
   map->SetCorrection(iVz, h);