]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changes from xzhu
authormcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Jun 2012 13:44:37 +0000 (13:44 +0000)
committermcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Jun 2012 13:44:37 +0000 (13:44 +0000)
PWGGA/EMCALTasks/AliAnalysisTaskEMCALCaloTrackCorr.cxx

index 0dab5244c87d01b57c65a09b3fd6fab724339f74..3e9fee8c397ee8488063a5a78e43d728e4a51698 100644 (file)
@@ -915,7 +915,7 @@ void AliAnalysisTaskEMCALCaloTrackCorr::UserExec(Option_t *)
     if(feventplane<0)feventplane+=TMath::Pi();
     if(feventplane>TMath::Pi())feventplane-=TMath::Pi();
 
-    replane = Int_t(10*feventplane)/TMath::Pi();
+    replane = Int_t((10*feventplane)/TMath::Pi());
     if(replane>9) replane =9;
    }
    else{