Bayeux  3.4.1
Core Foundation library for SuperNEMO
plog69.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_PLOG69_H_
2 #define GENBB_DECAY0_PLOG69_H_ 1
3 
4 namespace genbb {
5 
6  namespace decay0 {
7 
8  // Values of natural logarithm of the standard values of momentum
9  // (in units m_e*c) from:
10  // H.Behrens, J.Janecke, "Numerical tables for beta-decay and
11  // electron capture", Berlin, Springer-Verlag, 1969.
12  // Range of momenta correspond to kinetic energy range from 2.55 keV to 25.0 MeV.
13  struct BJ69 {
14  static const double plog69[48];
15  };
16 
17  } // end of namespace decay0
18 } // end of namespace genbb
19 
20 #endif // GENBB_DECAY0_PLOG69_H_
21 //
22 // Local Variables: --
23 // mode: c++ --
24 // End: --
Definition: plog69.h:13
static const double plog69[48]
Definition: plog69.h:14
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51