24int main(
int argc,
char **argv)
34 JParser<> zap(
"Example program to test module mapping.");
42 catch(
const exception& error) {
43 FATAL(error.what() << endl);
66 for (
int i = 1; i <= h1.GetNbinsX(); ++i) {
68 const double x = h1.GetBinCenter(i);
Data structure for detector geometry and calibration.
General purpose messaging.
int main(int argc, char **argv)
Map of associated modules in detector.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
const container_type & getList(const JObjectID &id) const
Get list with module data matching given module.
void configure(JMatch_t match)
Configure this module mapper.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class to match modules according maximal distance.