29int main(
int argc,
char **argv)
40 JParser<> zap(
"Auxiliary program to make stack of ROOT histograms.");
42 zap[
'f'] =
make_field(inputFile,
"<input file>:<object name>");
48 catch(
const exception &error) {
62 ERROR(
"File: " << input->getFullFilename() <<
" not opened." <<
endl);
72 const TString tag(key->GetName());
78 if (tag.Contains(
regexp) && isTObject(key)) {
80 TH1* h1 =
dynamic_cast<TH1*
>(key->ReadObj());
General purpose messaging.
#define DEBUG(A)
Message macros.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
I/O formatting auxiliaries.
#define MAKE_CSTRING(A)
Make C-string.
int main(int argc, char **argv)
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).