Bayeux  3.4.1
Core Foundation library for SuperNEMO
funbeta.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_FUNBETA_H_
2 #define GENBB_DECAY0_FUNBETA_H_ 1
3 
4 namespace genbb {
5 
6  namespace decay0 {
7 
8  struct parbeta
9  {
10  double Zdtr;
11  double Qbeta;
12  };
13 
14  double decay0_funbeta(double E, void * params);
15 
16  } // end of namespace decay0
17 } // end of namespace genbb
18 
19 #endif // GENBB_DECAY0_FUNBETA_H_
20 //
21 // Local Variables: --
22 // mode: c++ --
23 // End: --
double Qbeta
Definition: funbeta.h:11
double decay0_funbeta(double E, void *params)
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51
double Zdtr
Definition: funbeta.h:10
Definition: funbeta.h:8