Bayeux  3.4.1
Core Foundation library for SuperNEMO
funbeta_1fu.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_FUNBETA_1FU_H_
2 #define GENBB_DECAY0_FUNBETA_1FU_H_ 1
3 
4 // This project:
6 
7 namespace genbb {
8 
9  namespace decay0 {
10 
11  struct bj69sl2 : public parbeta1
12  {
13  double sl2[48];
14  };
15 
17  // VIT, 26.10.2006.
18  double decay0_funbeta_1fu(double E_, void * params_);
19 
20  } // end of namespace decay0
21 } // end of namespace genbb
22 
23 #endif // GENBB_DECAY0_FUNBETA_1FU_H_
24 //
25 // Local Variables: --
26 // mode: c++ --
27 // End: --
Definition: funbeta1.h:11
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51
double sl2[48]
Definition: funbeta_1fu.h:13
double decay0_funbeta_1fu(double E_, void *params_)
Function to search the maximum of beta spectrum curve by decay0_tgold subroutine.
Definition: funbeta_1fu.h:11