23int main(
int argc,
char **argv)
33 JParser<> zap(
"Example program to plot NOAA functions.");
40 catch(
const exception &error) {
47 TH1D h1(
"[ARCA]",
NULL, 1000, getARCAMagneticDeclination.getXmin(), getARCAMagneticDeclination.getXmax());
48 TH1D h2(
"[ORCA]",
NULL, 1000, getARCAMagneticDeclination.getXmin(), getARCAMagneticDeclination.getXmax());
52 const double x = h1.GetBinCenter(
ix);
53 const double y1 = getARCAMagneticDeclination(x);
54 const double y2 = getORCAMagneticDeclination(x);
58 h1.SetBinContent(
ix, y1);
59 h2.SetBinContent(
ix, y2);
General purpose messaging.
#define DEBUG(A)
Message macros.
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
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 data structure for floating point format specification.