665 |
} |
} |
666 |
// |
// |
667 |
switch(DVSGN){ // change message with printf!! |
switch(DVSGN){ // change message with printf!! |
668 |
case 16: message += " No tracker in the acquisition\n"; break; |
case 16: printf(" No tracker in the acquisition\n"); |
669 |
case 17: message += " No ToF in the acquisition\n"; break; |
case 17: printf(" No ToF in the acquisition\n"); |
670 |
case 18: message += " No calorimeter in the acquisition\n"; break; |
case 18: printf(" No calorimeter in the acquisition\n"); |
671 |
case 19: message += " No anticounters in the acquisition\n"; break; |
case 19: printf(" No anticounters in the acquisition\n"); |
672 |
case 20: message += " No S4 in the acquisition\n"; break; |
case 20: printf(" No S4 in the acquisition\n"); |
673 |
case 21: message += " No neutron detector in the acquisition\n"; break; |
case 21: printf(" No neutron detector in the acquisition\n"); |
674 |
}; |
}; |
675 |
// |
// |
676 |
// switch(RUNSGN){ |
// switch(RUNSGN){ |
677 |
// }; |
// }; |
678 |
switch(CALSGN){ |
switch(CALSGN){ |
679 |
case 100: printf("\n WARNING CALORIMETER - Data with no associated calibration\n"); break; |
case 100: printf("\n WARNING CALORIMETER - Data with no associated calibration\n"); |
680 |
case 101: printf("\n WARNING CALORIMETER - No tracks or good events in this run\n"); break; |
case 101: printf("\n WARNING CALORIMETER - No tracks or good events in this run\n"); |
681 |
}; |
}; |
682 |
// |
// |
683 |
// Close the DB connection |
// Close the DB connection |