]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Clean-up of code to conform with the style used
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Jul 2012 07:29:23 +0000 (07:29 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Jul 2012 07:29:23 +0000 (07:29 +0000)
PWGLF/FORWARD/analysis2/AliForwardQATask.cxx

index efda8b46f2788454e46af98beba04d604534fed9..5b766c84070da089010cc8a66854a9a47097164b 100644 (file)
@@ -277,15 +277,10 @@ AliForwardQATask::InitializeSubs()
   const TAxis* pe = 0;
   const TAxis* pv = 0;
 
-
-
-
-  if (!ReadCorrections(pe,pv)) 
-  { 
-    AliWarning("Used default binning");
-    pv=new TAxis(10,-10, 10);
-    pe=new TAxis(240,-6,6);
-    //return false;
+  if (!ReadCorrections(pe,pv))  { 
+    AliWarning("Using default binning");
+    pv = new TAxis(10,-10, 10);
+    pe = new TAxis(240,-6,6);
   }
 
   fHistos.Init(*pe);