18int main(
int argc,
char **argv)
35 catch(
const exception &error) {
42 TH2D h2(
"h2",
NULL, 1000, 0.0, 8.0, 1000, 0.0, 1000.0);
47 const double x = h2.GetXaxis()->GetBinCenter(
ix);
48 const double y = h2.GetYaxis()->GetBinCenter(
iy);
50 const double E = pow(10.0, x);
54 const double z = getThetaMCS(E, y);
56 h2.SetBinContent(
ix,
iy, z);
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
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).