19int main(
int argc, 
char **argv)
 
   29    JParser<> zap(
"Example program to determine PMT transit time probability.");
 
   36  catch(
const exception &error) {
 
   37    FATAL(error.what() << endl);
 
   44  NOTICE(
"Lower probability "<< Plower << endl);
 
   45  NOTICE(
"Upper probability "<< Pupper << endl);
 
 
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).
 
double getProbability(const double t_ns) const
Get integrated probablity from  to given time.