19int main(
int argc,
char **argv)
31 JParser<> zap(
"Auxiliary program to print module identifier for a given module location."
32 "\nInteractive mode in absence of option -L <location>.");
41 catch(
const exception &error) {
62 FATAL(
"Missing location " << location <<
endl);
64 cout << getUndefinedObjectID() <<
endl;
73 FATAL(
"Missing location " << location <<
endl);
75 cout << getUndefinedObjectID() <<
endl;
Data structure for detector geometry and calibration.
Direct access to location in detector data structure.
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Router for direct addressing of location data in detector data structure.
bool hasLocation(const JLocation &location) const
Has module.
const JModule & getModule(const JLocation &location) const
Get module parameters.
Logical location of module.
int getID() const
Get identifier.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
int main(int argc, char **argv)
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).