29int main(
int argc,
char **argv)
47 JParser<> zap(
"Example program to print run related data from data base.");
57 zap[
'O'] =
make_field(option,
"print UNIX time as TTimeStamp::AsString(<option>)") =
"";
62 catch(
const exception &error) {
81 for (
JRuns parameters; selection >> parameters && rs >> parameters; ) {
83 if (TString(parameters.RUNSETUPNAME.c_str()).Contains(
regexp)) {
87 if (option !=
"" && *i ==
"UNIXJOBSTART")
89 else if (option !=
"" && *i ==
"UNIXJOBEND")
92 JRootPrinter::print(
cout, parameters, *i);
99 catch(
const exception& error) {
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.
Print objects in ASCII format using ROOT dictionary.
int main(int argc, char **argv)
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Wrapper class for server name.
Auxiliary data structure for streaming of STL containers.
Empty structure for specification of parser element that is initialised (i.e. does not require input)...