32 int main(
int argc,
char **argv)
38 std::string inputFile;
45 JParser<> zap(
"Program to print DAQ value used for sorting entries in ROOT TTree.");
54 catch(
const exception& error) {
55 FATAL(error.what() << endl);
65 while (in.hasNext()) {
71 if (in.getCounter() > 1) {
74 << setw(8) << in.getCounter() <<
' '
int main(int argc, char **argv)
General purpose messaging.
#define DEBUG(A)
Message macros.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
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 getDetectorID() const
Get detector identifier.
int getRunNumber() const
Get run number.
int getFrameIndex() const
Get frame index.
JTriggerCounter_t getCounter() const
Get trigger counter.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
static const JDAQEvaluator getDAQValue
Function object for evaluation of DAQ objects.
Auxiliary data structure for floating point format specification.
Auxiliary class for defining the range of iterations of objects.