VLEConstants.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-2017, GENIE Neutrino MC Generator Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15  or see $GENIE/LICENSE
16 */
17 //____________________________________________________________________________
18 
19 #ifndef _VLECONSTANTS_H_
20 #define _VLECONSTANTS_H_
21 
22 #include <TMath.h>
23 
24 #include "Conventions/Constants.h"
25 
26 namespace genie {
27 namespace constants {
28 
29 // masses
30 static const double k4NucMass2 = 4.000 * kNucleonMass2;
31 static const double k4EleMass2 = 4.000 * kElectronMass2;
32 static const double kNucMassDiff = kNeutronMass - kProtonMass;
33 static const double kNucMassDiff2 = kNucMassDiff * kNucMassDiff;
34 
35 } // namespace constants
36 } // namespace genie
37 
38 #endif // _VLECONSTANTS_H_
#include "Numerical/GSFunc.h"
Definition: AlgCmp.h:26
static const double k4EleMass2
Definition: VLEConstants.h:31
static const double kElectronMass2
Definition: Constants.h:84
static const double kNeutronMass
Definition: Constants.h:77
static const double kNucMassDiff
Definition: VLEConstants.h:32
static const double kNucMassDiff2
Definition: VLEConstants.h:33
static const double kNucleonMass2
Definition: Constants.h:90
static const double k4NucMass2
Definition: VLEConstants.h:30
static const double kProtonMass
Definition: Constants.h:76