GENIEGenerator
Loading...
Searching...
No Matches
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-2025, 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
25namespace genie {
26namespace constants {
27
28// masses
29static const double k4NucMass2 = 4.000 * kNucleonMass2;
30static const double k4EleMass2 = 4.000 * kElectronMass2;
31static const double kNucMassDiff = kNeutronMass - kProtonMass;
32static const double kNucMassDiff2 = kNucMassDiff * kNucMassDiff;
33
34} // namespace constants
35} // namespace genie
36
37#endif // _VLECONSTANTS_H_
Basic constants.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25