18int main(
int argc,
char **argv)
28 JParser<> zap(
"Auxiliary program to print trigger bits.");
34 catch(
const exception &error) {
35 FATAL(error.what() << endl);
38 size_t number_of_trigger_bits = 0;
46 cout << (number_of_trigger_bits == 0 ?
"" :
" ") << buffer;
48 ++number_of_trigger_bits;
52 if (number_of_trigger_bits != 0) {
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
const char * getTriggerName(JTriggerbit_t bit)
Get trigger name.
KM3NeT DAQ data structures and auxiliaries.
static const unsigned int NUMBER_OF_TRIGGER_BITS
Number of trigger bits.