586 |
// |
// |
587 |
// Start: |
// Start: |
588 |
// |
// |
589 |
printf("\n Welcome to the PAMELA LEVEL2 flight software, version %s \n\n",version.Data()); |
printf("\n Welcome to the PAMELA LEVEL2 flight software, version %s (The Ultimate Warrior)\n\n",version.Data()); |
590 |
if ( run ) printf("\n Processing run number %u \n\n",run); |
if ( run ) printf("\n Processing run number %u \n\n",run); |
591 |
// |
// |
592 |
// Connect to the DB |
// Connect to the DB |
1025 |
case -807: message += " RUNINFO - DB connection problems"; break; |
case -807: message += " RUNINFO - DB connection problems"; break; |
1026 |
// |
// |
1027 |
case -900: message += " OrbitalInfo - no ToF tree"; break; |
case -900: message += " OrbitalInfo - no ToF tree"; break; |
1028 |
|
case -901: message += " OrbitalInfo - Mismatch between tracker and tof tree branches concerning extended tracking algorithm(s)"; break; |
1029 |
// |
// |
1030 |
default: message += "Unidentified error or warning"; break; |
default: message += "Unidentified error or warning"; break; |
1031 |
}; |
}; |