cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Constants.h
Go to the documentation of this file.
1/*
2 * CepGen: a central exclusive processes event generator
3 * Copyright (C) 2013-2021 Laurent Forthomme
4 *
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef CepGen_Physics_Constants_h
20#define CepGen_Physics_Constants_h
21
22#include <cmath>
23
24namespace cepgen {
26 namespace constants {
28 constexpr double ALPHA_EM = 1. / 137.035999;
29#if !defined(__CINT__) && !defined(__CLING__)
31 constexpr double G_EM_SQ = 4. * M_PI * ALPHA_EM;
32#endif
34 constexpr double ALPHA_QCD = 0.1184; // at the Z pole
37 constexpr double GEVM2_TO_PB = 0.389351824e9;
40 constexpr double GEVM1_TO_M = 0.1973269804e-15;
42 constexpr double G_F = 1.1663787e-5;
43 } // namespace constants
44} // namespace cepgen
45
46#endif
constexpr double GEVM1_TO_M
Conversion factor between GeV and metres i.e. in GeV .
Definition Constants.h:40
constexpr double ALPHA_QCD
Strong coupling constant .
Definition Constants.h:34
constexpr double G_EM_SQ
Electromagnetic charge (~0.303 in natural units)
Definition Constants.h:31
constexpr double GEVM2_TO_PB
Conversion factor between GeV and barn i.e. in GeV .
Definition Constants.h:37
constexpr double ALPHA_EM
Electromagnetic coupling constant .
Definition Constants.h:28
constexpr double G_F
Fermi coupling constant, in GeV .
Definition Constants.h:42
Common namespace for this Monte Carlo generator.