25 int main(
int argc,
char **argv)
37 JParser<> zap(
"Auxiliary program to print DAQ header data.");
39 zap[
'f'] =
make_field(inputFile,
"input file.");
45 catch(
const exception &error) {
46 FATAL(error.what() << endl);
51 int numberOfErrors = 0;
65 for (JMultipleFileScanner_t::const_iterator i = inputFile.begin(); i != inputFile.end(); ++i) {
79 if (numberOfErrors != 0) {
80 FATAL(
"Number of errors/counts " << numberOfErrors <<
"/" << counter << endl);
84 cout << header << endl;
General purpose messaging.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
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.
Auxiliary class for multiplexing object iterators.
virtual bool hasNext() override
Check availability of next element.
Utility class to parse command line options.
General purpose class for object reading from a list of file names.
int getDetectorID() const
Get detector identifier.
int getRunNumber() const
Get run number.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Long64_t counter_type
Type definition for counter.
KM3NeT DAQ data structures and auxiliaries.