Bayeux  3.4.1
Core Foundation library for SuperNEMO
funbeta2.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_FUNBETA2_H_
2 #define GENBB_DECAY0_FUNBETA2_H_ 1
3 
4 // This project:
6 
7 namespace genbb {
8 
9  namespace decay0 {
10 
11  struct parbeta2 : public parbeta1
12  {
13  int kf;
14  };
15 
16  double decay0_funbeta2(double E_, void * params_);
17 
18  } // end of namespace decay0
19 } // end of namespace genbb
20 
21 #endif // GENBB_DECAY0_FUNBETA2_H_
22 //
23 // Local Variables: --
24 // mode: c++ --
25 // End: --
double decay0_funbeta2(double E_, void *params_)
Definition: funbeta2.h:11
int kf
Definition: funbeta2.h:13
Definition: funbeta1.h:11
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51