Go to the documentation of this file.
23 int main(
int argc,
char **argv)
33 JParser<> zap(
"Auxiliary program to print UTC start and stop time of data taking run.");
40 catch(
const exception &error) {
41 FATAL(error.what() << endl);
48 cout <<
FIXED(12,1) << UTC.getLowerLimit().getUTCseconds() <<
' '
49 <<
FIXED(12,1) << UTC.getUpperLimit().getUTCseconds() << endl;
JTOOLS::JRange< JDAQUTCExtended > JDAQUTCTimeRange
Type definition for DAQ UTC time range.
Auxiliary data structure for floating point format specification.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JDAQUTCTimeRange getUTCTimeRange(JTreeScanner< T, KM3NETDAQ::JDAQEvaluator > &in)
Get UTC time range.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)