20int main(
int argc,
char **argv)
34 JParser<> zap(
"Program to print PDF support data.");
37 zap[
'k'] =
make_field(key) = get_keys(properties);
44 catch(
const exception &error) {
45 FATAL(error.what() << endl);
48 properties[key]->
write(cout) << endl;
Properties of Antares PMT and deep-sea water.
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse parameter values.
Properties of KM3NeT PMT and deep-sea water.
Utility class to parse parameter values.
std::ostream & write(std::ostream &out) const
Write the current parameter values.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Empty structure for specification of parser element that is initialised (i.e. does not require input)...
Empty structure for specification of parser element that is not initialised (i.e. does require input)...
Auxiliary data structure for complete configuration.
JProperties getProperties()
Get properties.
Manipulator for help output.