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;
}
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;
}
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;
}
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;
}