391 |
if ( !dwinput ) dwinput = 1; |
if ( !dwinput ) dwinput = 1; |
392 |
staticp = true; |
staticp = true; |
393 |
autoboot = false; |
autoboot = false; |
394 |
|
pedantic = false; |
395 |
}; |
}; |
396 |
// |
// |
397 |
if ( filerawname == "" && filerootname != "" ){ |
if ( filerawname == "" && filerootname != "" ){ |
571 |
}; |
}; |
572 |
|
|
573 |
} catch (Int_t exc) { |
} catch (Int_t exc) { |
574 |
signal = exc; |
// signal = exc; |
575 |
|
signal = 1; |
576 |
switch(exc){ |
switch(exc){ |
577 |
case -1: message += " DB connection failure"; break; |
case -1: message += " DB connection failure"; break; |
578 |
case -2: message += " Connection failure"; break; |
case -2: message += " Connection failure"; break; |
784 |
printf("\n"); |
printf("\n"); |
785 |
printf(" WARNING(s):\n%s\n",message.Data()); |
printf(" WARNING(s):\n%s\n",message.Data()); |
786 |
printf("\n"); |
printf("\n"); |
787 |
if ( !signal ) signal = 1; |
// if ( !signal ) signal = 1; |
788 |
|
if ( !signal ) signal = 255; |
789 |
}; |
}; |
790 |
// |
// |
791 |
//--------------------------------------------------------------------------------------- |
//--------------------------------------------------------------------------------------- |