]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Array initialization corrected
authorkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Oct 2013 10:33:52 +0000 (10:33 +0000)
committerkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Oct 2013 10:33:52 +0000 (10:33 +0000)
PWGGA/PHOSTasks/PHOS_pPb/AddTaskPHOSPi0pPbv2.C

index 1c0962aff25e7fcf7448b41ff24e71f47b7a7161..fcd8282c0dd36c0c93daae45380113ef4b80d84c 100644 (file)
@@ -29,7 +29,7 @@ AliAnalysisTaskPi0Flow* AddTaskPHOSPi0pPbv2 (const char* name = "PHOSPi0pPb",
                              50., 55., 60., 65., 70., 75., 80., 85., 90., 95., 100.};
     TArrayD tbin(nbins+1, cbin);
     Int_t    nMixed[nbins] = {20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 
-                             20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20};
+                             20, 20, 20, 20, 20, 20, 20, 20, 20, 20};
     TArrayI tNMixed(nbins, nMixed);
     task->SetCentralityBinning(tbin, tNMixed);
   }