// converts offline chip key to offline chip coordinates (V. Altini)
if (chipkey>=1200) {
TString errMess = Form("%d is not a valid Chip Key number",chipkey);
- printf(Form(" ERROR : %s\n",errMess.Data()));
+ printf(" ERROR : %s\n", errMess.Data());
return 0;
}
// online Eq, hs and chip from offline chipkey (V. Altini)
if (chipkey>=1200) {
TString errMess = Form("%d is not a valid Chip Key number",chipkey);
- printf(Form("ERROR : %s \n",errMess.Data()));
+ printf("ERROR : %s \n", errMess.Data());
return 0;
}