30int main(
int argc,
char **argv)
46 JParser<> zap(
"Auxiliary program to download default detector from database.");
59 catch(
const exception &error) {
89 for (
const auto& key : { TCAL, PCAL, RCAL, ACAL, CCAL, SCAL }) {
92 FATAL(
"Missing " << key <<
" calibration." <<
endl);
98 *(JDB::get()->DetX)(
id.c_str(),
105 getDetectorVersion(variant)) >>
detector;
109 catch(
const exception& error) {
int main(int argc, char **argv)
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
I/O formatting auxiliaries.
#define MAKE_STRING(A)
Make string.
JSon definitions and auxiliaries.
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).
Wrapper class for server name.
Auxiliary data structure for correspondence between nick and full name of calibration types.
const std::string & getNickname(const std::string &type) const
Get calibration type.