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