30int main(
int argc,
char **argv)
48 JParser<> zap(
"Program to plot PDF of Cherenkov light from muon using interpolation tables.");
57 catch(
const exception &error) {
74 NOTICE(
"loading input from file " << inputFile <<
"... " << flush);
76 function.load(inputFile.c_str());
90 1000, function.intensity.getXmin(), function.intensity.getXmax());
92 for (
int i = 1; i <= h0.GetNbinsX(); ++i) {
94 const double R = h0.GetBinCenter(i);
95 const double y = integral.getNPE(R);
97 h0.SetBinContent(i, y);
int main(int argc, char **argv)
Various implementations of functional maps.
General purpose messaging.
Numbering scheme for PDF types.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
I/O formatting auxiliaries.
Utility class to parse parameter values.
#define gmake_property(A)
macros to convert (template) parameter to JPropertiesElement object
int numberOfBins
number of bins for average CDF integral of optical module
double safetyFactor
safety factor for average CDF integral of optical module
Utility class to parse parameter values.
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).
Empty structure for specification of parser element that is initialised (i.e. does not require input)...