]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/AliCentralCorrSecondaryMap.cxx
corrected obvious typo. which value to chose between 0.045 and 0.050 is a bit matter...
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / AliCentralCorrSecondaryMap.cxx
index 8ae0672f667f442bd37f6715ecd8fbb1217237de..f309c966b338d94e9fd3352be1be6597e919e6fa 100644 (file)
@@ -163,13 +163,16 @@ AliCentralCorrSecondaryMap::SetCorrection(UShort_t b, TH2D*  h)
     return false;
   }
   h->SetName(Form("SPD_vtxbin%03d", b));
-  h->SetTitle(Form("SecondaryMap correction for SPD "
-                  "in vertex bin %d [%+8.4f,%+8.4f]", 
-                  b, fVertexAxis.GetBinLowEdge(b), 
+  h->SetTitle(Form("Secondary 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}");
+  h->SetYTitle("#varphi [radians]");
+  h->SetZTitle("dN_{ch}/d#eta / #sum_{i} N_{ch,i}");
   h->SetFillStyle(3001);
+  h->SetFillColor(kRed+1);
+  h->SetMarkerStyle(20);
+  h->SetMarkerColor(kRed+1);
   h->SetDirectory(0);
   h->SetStats(0);
   fArray.AddAtAndExpand(h, b-1);