]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/AddTaskForwarddNdeta.C
Segregated the Landau+Gaus function from the AliForwardUtil dumping ground. Other...
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / AddTaskForwarddNdeta.C
index b5e3fcb03e4ce222f2a8ae3fe975177adb3ecc39..4e84b99ffbb1e789a416e62576f0b965b56bb7aa 100644 (file)
@@ -100,8 +100,8 @@ AddTaskForwarddNdeta(const char* trig     = "INEL",
   // inclusive to b exclusive.  An upper bound of 100 is treated
   // especially, and the upper bound is inclusive in that case .
   if (useCent) {
-    Short_t bins[] = { 0, 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 };
-    task->SetCentralityAxis(11, bins);
+    Short_t bins[] = { 0, 5, 10, 20, 30, 40, 50, 60, 70, 80, 100 };
+    task->SetCentralityAxis(10, bins);
   }
   // Set satellite vertex flag
   task->SetSatelliteVertices(satVtx);