19int main(
int argc,
char* argv[])
31 JParser<> zap(
"Auxiliary program to determine number of signal events for given background and number of standard deviations.");
40 catch(
const exception &error) {
52 const double P = getP(stdev);
64 const double x = pow(10.0, h1.GetXaxis()->GetBinCenter(
ix));
66 const size_t n = getNs(x, P);
67 const double f = getFs(x, P, precision);
70 <<
" n = " <<
FIXED(7,3) << n - x
71 <<
" f = " <<
FIXED(7,3) << f - x <<
endl);
73 h0.SetBinContent(
ix, n - x);
74 h1.SetBinContent(
ix, f - x);
Auxiliary methods for mathematics.
#define DEBUG(A)
Message macros.
int main(int argc, char *argv[])
Auxiliary program to determine number of signal events for given background and number of standard de...
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.
Auxiliary data structure for floating point format specification.