34 int main(
int argc, 
char **argv)
 
   48     JParser<> zap(
"Auxiliary program to convert format of detector files.");
 
   52     zap[
'V'] = 
make_field(variant, 
"\"\" maintains version")   = getDetectorVersions<string>(), 
"";
 
   53     zap[
'q'] = 
make_field(squash, 
"squash meta data");
 
   58   catch(
const exception &error) {
 
   59     FATAL(error.what() << endl);
 
Data structure for detector geometry and calibration.
 
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 command line options.
 
void load(const std::string &file_name, JDetector &detector)
Load detector from input file.
 
void store(const std::string &file_name, const JDetector &detector)
Store detector to output file.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).