Bayeux  3.4.1
Core Foundation library for SuperNEMO
gauss.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_GAUSS_H_
2 #define GENBB_DECAY0_GAUSS_H_ 1
3 
4 // This project:
6 
7 namespace genbb {
8 
9  class primary_event;
10 
11  namespace decay0 {
12 
14  double decay0_gauss(func_type f, double min, double max, double epsrel,
15  void * params);
16 
17 
18  } // end of namespace decay0
19 } // end of namespace genbb
20 
21 #endif // GENBB_DECAY0_GAUSS_H_
22 //
23 // Local Variables: --
24 // mode: c++ --
25 // End: --
double(* func_type)(double, void *)
Definition: common.h:11
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51
double decay0_gauss(func_type f, double min, double max, double epsrel, void *params)
Gauss quadrature of a function f between min and max.