20 int main(
int argc,
char **argv)
36 JParser<> zap(
"Auxiliary program to store AHRS calibration data on local disk.");
49 catch(
const exception &error) {
50 FATAL(error.what() << endl);
58 STATUS(
"Reading AHRS calibration data... " << flush);
66 STATUS(
"Storing AHRS calibration data to " <<
outputFile <<
"... " << flush);
77 catch(
const exception& error) {
78 FATAL(error.what() << endl);
int main(int argc, char **argv)
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
std::vector< JServer > getServernames()
Get list of names of available database servers.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class to map module identifier to AHRS calibration.
Wrapper class for server name.