]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding missing semicolons, better structured if statements
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Apr 2007 15:01:53 +0000 (15:01 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Apr 2007 15:01:53 +0000 (15:01 +0000)
TRD/AliTRDCalibraFit.cxx

index 20df71516e00f39ee6cdce2b06b7e6165eba4571..6bf95201556ba9b1183e88d84ec6245d82b3d964 100644 (file)
@@ -3433,7 +3433,9 @@ void AliTRDCalibraFit::PlotWriteCH()
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
-       if(!fAccCDB) AliInfo(Form("It is not normal because we didn't choose a reference database!"))
+       if(!fAccCDB) {
+         AliInfo(Form("It is not normal because we didn't choose a reference database!"));
+       }
       }
       scale = fScaleFitFactor;
     }
       }
       scale = fScaleFitFactor;
     }
@@ -3460,7 +3462,9 @@ void AliTRDCalibraFit::PlotWriteCH()
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
-       if(!fAccCDB) AliInfo(Form("It is not normal because we didn't choose a reference database!"))
+       if(!fAccCDB) {
+         AliInfo(Form("It is not normal because we didn't choose a reference database!"));
+       }
       }
       scale = fScaleFitFactor;
     }
       }
       scale = fScaleFitFactor;
     }
@@ -3487,7 +3491,9 @@ void AliTRDCalibraFit::PlotWriteCH()
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
-       if(!fAccCDB) AliInfo(Form("It is not normal because we didn't choose a reference database!"))
+       if(!fAccCDB) {
+         AliInfo(Form("It is not normal because we didn't choose a reference database!"));
+       }
       }
       scale = fScaleFitFactor;
     }
       }
       scale = fScaleFitFactor;
     }
@@ -3514,7 +3520,9 @@ void AliTRDCalibraFit::PlotWriteCH()
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
       if(scale != fScaleFitFactor){
        AliInfo(Form("The normalisation is different from a nomalisation to one."));
        AliInfo(Form("For one we have %f and here %f",scale,fScaleFitFactor));
-       if(!fAccCDB) AliInfo(Form("It is not normal because we didn't choose a reference database!"))
+       if(!fAccCDB) {
+         AliInfo(Form("It is not normal because we didn't choose a reference database!"));
+       }
       }
       scale = fScaleFitFactor;
     }
       }
       scale = fScaleFitFactor;
     }