]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Drop the 80-90% and 90-100% centrality bins and put in 80-100% instead
authorcholm <Christian.Holm.Christensen@cern.ch>
Wed, 29 Jan 2014 15:15:33 +0000 (16:15 +0100)
committercholm <Christian.Holm.Christensen@cern.ch>
Fri, 11 Apr 2014 14:17:24 +0000 (16:17 +0200)
PWGLF/FORWARD/analysis2/AddTaskCentraldNdeta.C
PWGLF/FORWARD/analysis2/AddTaskForwarddNdeta.C

index 49f81643fa94a6b5b2218084fc17490be16e5101..9370d29feacb7a333b9c440f9590b8a5eb40e837 100644 (file)
@@ -92,8 +92,8 @@ AddTaskCentraldNdeta(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);
   }
   task->Connect(0,0);
 
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);