]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AliCentralCorrAcceptance.cxx
Fix histogram names in central corrections task.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AliCentralCorrAcceptance.cxx
index a55323df852d1767d94927d707d4cad972e8d6ce..6a854f122f4340c2b4f771f101cf8407e1feceee 100644 (file)
@@ -170,10 +170,9 @@ AliCentralCorrAcceptance::SetCorrection(UShort_t b, TH1D*  h)
     return false;
   }
   
-  h->SetName(Form("SPD_vtxbin%03d",  b));
-  h->SetTitle(Form("Acceptance correction for SPD "
-                  "in vertex bin %d [%+8.4f,%+8.4f]", 
-                  b, fVertexAxis.GetBinLowEdge(b), 
+  h->SetName(Form("acc_vtxbin%03d",  b));
+  h->SetTitle(Form("Acceptance correction [%+5.1f<v_{z}<%+5.1f]", 
+                  fVertexAxis.GetBinLowEdge(b), 
                   fVertexAxis.GetBinUpEdge(b)));
   h->SetXTitle("#eta");
   h->SetYTitle("dN_{ch}/d#eta / sum_i N_{ch,i}");