30 int main(
int argc,
char **argv)
41 JParser<> zap(
"Auxiliary program to print frame index range of data taking run.");
44 zap[
'C'] =
make_field(selector,
"data type selection.") = getROOTClassSelection<JDAQTypes_t>();
51 catch(
const exception &error) {
52 FATAL(error.what() << endl);
59 zmap[selector]->configure(inputFile);
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.
Utility class to parse command line options.
Template definition for direct access of elements in ROOT TChain.
int main(int argc, char **argv)
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JFrameIndexRange getFrameIndexRange(JTreeScannerInterface< T, KM3NETDAQ::JDAQEvaluator > &in)
Get range of frame indices.
Auxiliary class for a type holder.
Empty structure for specification of parser element that is not initialised (i.e. does require input)...
Auxiliary class to select ROOT class based on class name.
Auxiliary class to select JTreeScanner based on ROOT class name.