23 int main(
int argc,
char **argv)
33 JParser<> zap(
"Example program to plot NOAA functions.");
40 catch(
const exception &error) {
41 FATAL(error.what() << endl);
50 for (Int_t ix = 1; ix <= h1.GetXaxis()->GetNbins(); ++ix) {
52 const double x = h1.GetBinCenter(ix);
56 h1.SetBinContent(ix, y1);
57 h2.SetBinContent(ix, y2);
General purpose messaging.
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
static JARCAMagneticDeclination getARCAMagneticDeclination
Function object for magnetic declination at ARCA site.
static JORCAMagneticDeclination getORCAMagneticDeclination
Function object for magnetic declination at ORCA site.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).