Go to the documentation of this file.
19 int main(
int argc,
char **argv)
30 JParser<> zap(
"Auxiliary program to print module location for a given module iddentifier."
31 "\nInteractive mode in absence of option -M <module>.");
33 zap[
'a'] =
make_field(detectorFile,
"Detector file");
39 catch(
const exception &error) {
40 FATAL(error.what() << endl);
const JModule & getModule(const JObjectID &id) const
Get module parameters.
JLANG::JObjectID JModuleIdentifier
void load(const JString &file_name, JDetector &detector)
Load detector from input file.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class for object identification.
const JModuleLocation & getLocation() const
Get location.
Router for direct addressing of module data in detector data structure.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)