Go to the documentation of this file.
7 #include "JTrigger/JTriggerDictionary.hh"
22 int main(
int argc,
char **argv)
27 JMultipleFileScanner<JTriggerParameters> inputFile;
33 JParser<> zap(
"Auxiliary program to print trigger parameters.");
41 catch(
const exception& error) {
42 FATAL(error.what() << endl);
45 while (inputFile.hasNext()) {
48 cout << *inputFile.next();
T & getInstance(const T &object)
Get static instance from temporary object.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int main(int argc, char **argv)
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
void print(const TH1 &h1, std::ostream &out)
Print histogram parameters.