GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Physics/InverseBetaDecay/XSection/Constants.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \namespace genie::VLEConstants
5 
6 \brief Constants used in VLE package
7 
8 \author Corey Reed <cjreed \at nikhef.nl>
9  Nikhef
10 
11 \created June 22, 2009
12 
13 \cpright Copyright (c) 2003-2024, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _VLECONSTANTS_H_
19 #define _VLECONSTANTS_H_
20 
21 #include <TMath.h>
22 
24 
25 namespace genie {
26 namespace constants {
27 
28 // masses
29 static const double k4NucMass2 = 4.000 * kNucleonMass2;
30 static const double k4EleMass2 = 4.000 * kElectronMass2;
31 static const double kNucMassDiff = kNeutronMass - kProtonMass;
32 static const double kNucMassDiff2 = kNucMassDiff * kNucMassDiff;
33 
34 } // namespace constants
35 } // namespace genie
36 
37 #endif // _VLECONSTANTS_H_
static const double kElectronMass2
static const double kNeutronMass
static const double kNucleonMass2