21int main(
int argc,
char **argv)
34 JParser<> zap(
"Auxiliary program to generate spectrum for fast Fourier transformation.");
44 catch(
const exception& error) {
45 FATAL(error.what() << endl);
50 ostream* out = open<ostream>(
outputFile.c_str());
54 const double x = i * binWidth;
55 const double y = sin(x * 2*PI * frequency);
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)
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.