35 JParser<> zap(
"Auxiliary program to print UTC start and stop time of data taking run.");
38 zap[
'O'] =
make_field(option,
"print UNIX time as TTimeStamp::AsString(<option>)") =
"";
43 catch(
const exception &error) {
51 cout <<
FIXED(12,1) <<
UTC.getLowerLimit().getUTCseconds() <<
' '
52 <<
FIXED(12,1) <<
UTC.getUpperLimit().getUTCseconds() <<
endl;
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
I/O formatting auxiliaries.
ROOT TTree parameter settings of various packages.
Template definition of a multi-dimensional oscillation probability interpolation table.
int main(int argc, char **argv)
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JDAQUTCTimeRange getUTCTimeRange()
Get UTC time range.
Auxiliary data structure for floating point format specification.