Go to the documentation of this file.
7 #include "JAAnet/JAAnetDictionary.hh"
22 int main(
int argc,
char **argv)
29 bool print_only_mapped;
34 JParser<> zap(
"Auxiliary program to print sum of Monte Carlo run headers.");
43 catch(
const exception &error) {
44 FATAL(error.what() << endl);
51 if (print_only_mapped)
T & getInstance(const T &object)
Get static instance from temporary object.
std::ostream & print(std::ostream &out) const
Print header to output.
std::ostream & write(std::ostream &out) const
Write header to output.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Head getHeader(const JMultipleFileScanner_t &file_list)
Get Monte Carlo header.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
General purpose class for object reading from a list of file names.
void print(const TH1 &h1, std::ostream &out)
Print histogram parameters.