19int main(
int argc,
char **argv)
40 catch(
const exception& error) {
45 const JBell bell(0.0, sigma, 1.0, 0.0, alpha);
49 const double xmin = -7.0 * sigma;
50 const double xmax = +7.0 * sigma;
51 const double dx = 1.0e-4 * sigma;
52 const int nx = (
int) ((xmax - xmin) /
dx);
54 TH1D h0(
"h0",
"",
nx, xmin, xmax);
58 const Double_t x = h0.GetXaxis()->GetBinCenter(i);
61 h0.SetBinContent(i, y);
int main(int argc, char **argv)
Example program to plot Bell function.
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).