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-2020, 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_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
static const double k4EleMass2
Definition: Constants.h:30
static const double kElectronMass2
Definition: Constants.h:83
static const double kNeutronMass
Definition: Constants.h:76
static const double kNucMassDiff
Definition: Constants.h:31
static const double kNucMassDiff2
Definition: Constants.h:32
static const double kNucleonMass2
Definition: Constants.h:89
static const double k4NucMass2
Definition: Constants.h:29
static const double kProtonMass
Definition: Constants.h:75