18 int main(
int argc,
char **argv)
27 JParser<> zap(
"Auxiliary program to print number of photo-electrons.");
34 catch(
const exception &error) {
35 FATAL(error.what() << endl);
40 int number_of_hits = 0;
42 for (
int n0 = npe; n0 != 0; ++number_of_hits) {
46 cout << setw(3) << n1 <<
' ' << flush;
52 cout <<
"number of hits " << number_of_hits << endl;
General purpose messaging.
int main(int argc, char **argv)
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 command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
const struct JSIRENE::@64 getNumberOfPhotoElectrons
Auxiliary data structure for determination of number of photo-electrons.