28 inline void print(std::ostream& out,
const char* name)
33 out <<
setw(36) << left << name;
46#define PRINT(OUT, T) print<T>(OUT, #T)
64 JParser<> zap(
"Example program to test class inspection.");
70 catch(
const exception &error) {
74 if (
debug >= debug_t) {
int main(int argc, char **argv)
#define PRINT(OUT, T)
Print class parameters.
General purpose messaging.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
void print(const TH1 &h1, std::ostream &out)
Print histogram parameters.
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).
Template class test for abstractness.