PandaRoot
mzparameters.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 
14 
15 #ifndef mzparameters_h
16 #define mzparameters_h 1
17 
22 static const double mp = 0.938272029; // proton mass (GeV) (PDG 2008)
23 static const double me = 0.000510998910; // electron mass (GeV) (PDG 2008)
24 static const double mmu = 0.1056583668; // muon mass (GeV) (PDG 2008)
25 static const double mtau = 1.77682; // tau mass (GeV) (PDG 2008)
26 static const double mpi = 0.13957018; // pi+ mass (GeV) (PDG 2008)
27 static const double mpi0 = 0.1349766; // pi0 mass (GeV) (PDG 2008)
28 
29 static const double Gamma_omega = 0.00849; // omega width (GeV) [PDG 2010]
30 static const double Gamma_phi = 0.00426; // phi width (GeV) [PDG 2010]
31 
32 static const double mup = 2.792847351; // proton magnetic moment [PDG 2008]
33 
34 static const double alpha_QED = 1.0 / 137.035999679; // fine-structure constant [PDG 2008]
35 
36 static const double hc2 = 0.389379304; //(hbar*c)^2 (mb*GeV^2) [PDG 2008]
37 
38 #endif
static const double mpi
Definition: mzparameters.h:26
static const double me
Definition: mzparameters.h:23
static const double Gamma_phi
Definition: mzparameters.h:30
static const double mmu
Definition: mzparameters.h:24
static const double mp
Definition: mzparameters.h:22
static const double mtau
Definition: mzparameters.h:25
static const double hc2
Definition: mzparameters.h:36
static const double alpha_QED
Definition: mzparameters.h:34
static const double Gamma_omega
Definition: mzparameters.h:29
static const double mpi0
Definition: mzparameters.h:27
static const double mup
Definition: mzparameters.h:32