18 int main(
int argc, 
char **argv)
 
   27     JParser<> zap(
"Auxiliary program to print name space.");
 
   33   catch(
const exception &error) {
 
   34     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
 
Jpp environment information.
 
Utility class to parse command line options.
 
int main(int argc, char **argv)
 
std::string getNamespace(const std::string &type_name)
Get name space, i.e. part before JEEP::TYPENAME_SEPARATOR.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).