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;
59 catch(
const exception &error) {
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)
Template definition of a multi-dimensional oscillation probability interpolation table.
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.