22 template<
class T,
class JType_t =
void>
25 static const bool has_typedef =
false;
31 static const bool has_typedef =
true;
35#define PRINT(OUT, T) OUT << #T << ": typedef = " << JTypedef<T>::has_typedef << endl;
45int main(
int argc,
char **argv)
53 JParser<> zap(
"Example program to test type defs.");
59 catch(
const exception &error) {
60 FATAL(error.what() << endl);
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
std::vector< event_type > data_type
Data structure for measured coincidence rates of all pairs of PMTs in optical module.
Auxiliary class for void type definition.