8#include "JAAnet/JAAnetDictionary.hh"
27int main(
int argc,
char **argv)
39 JParser<> zap(
"Auxiliary program to print Monte Carlo run headers.");
48 catch(
const exception &error) {
49 FATAL(error.what() << endl);
55 output_type out = (print_as_json ?
56 (output_type)
new JSonObjectOutput <typelist>(cout) :
63 for (MultiHead::const_iterator i = head->begin(); i != head->end(); ++i) {
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Scanning of objects from a single file according a format that follows from the extension of each fil...
ROOT TTree parameter settings of various packages.
Template interface of object output for single data type.
Template implementation of stream output for single data type.
Utility class to parse command line options.
Object reading from a list of files.
virtual bool hasNext() override
Check availability of next element.
virtual const pointer_type & next() override
Get next element.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).