Hammer
1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
pdg.py
Go to the documentation of this file.
1
#**** This file is a part of the HAMMER library
2
#**** Copyright (C) 2016 - 2020 The HAMMER Collaboration
3
#**** HAMMER is licensed under version 3 of the GPL; see COPYING for details
4
#**** Please note the MCnet academic guidelines; see GUIDELINES for details
5
6
"""
7
@package hammer
8
@file pdg.py
9
@brief Define PDG Ids
10
"""
11
12
ELECTRON = 11
13
POSITRON = -11
14
EMINUS = 11
15
EPLUS = -11
16
MUON = 13
17
ANTIMUON = -13
18
TAU = 15
19
ANTITAU = -15
20
21
NU_E = 12
22
NU_EBAR = -12
23
NU_MU = 14
24
NU_MUBAR = -14
25
NU_TAU = 16
26
NU_TAUBAR = -16
27
28
PHOTON = 22
29
GAMMA = 22
30
31
PROTON = 2212
32
ANTIPROTON = -2212
33
PBAR = -2212
34
NEUTRON = 2112
35
ANTINEUTRON = -2112
36
37
PI0 = 111
38
PIPLUS = 211
39
PIMINUS = -211
40
RHO0 = 113
41
RHOPLUS = 213
42
RHOMINUS = -213
43
K0L = 130
44
K0S = 310
45
KPLUS = 321
46
KMINUS = -321
47
ETA = 221
48
ETAPRIME = 331
49
PHI = 333
50
OMEGA = 223
51
52
ETAC = 441
53
JPSI = 443
54
PSI2S = 100443
55
56
D0 = 421
57
DPLUS = 411
58
DMINUS = -411
59
DSTAR = 423
60
DSTARPLUS = 413
61
DSTARMINUS = -413
62
DSPLUS = 431
63
DSMINUS = -431
64
65
ETAB = 551
66
UPSILON1S = 553
67
UPSILON2S = 100553
68
UPSILON3S = 200553
69
UPSILON4S = 300553
70
71
BZERO = 511
72
BPLUS = 521
73
BMINUS = -521
74
BS = 531
75
BCPLUS = 541
76
BCMINUS = -541
77
78
LAMBDA = 3122
79
SIGMA0 = 3212
80
SIGMAPLUS = 3222
81
SIGMAMINUS = 3112
82
LAMBDACPLUS = 4122
83
LAMBDACMINUS = 4122
84
LAMBDAB = 5122
85
XI0 = 3322
86
XIMINUS = 3312
87
XIPLUS = -3312
88
OMEGAMINUS = 3334
89
OMEGAPLUS = -3334
media
psf
Home
Development
Hammer
pyext
hammer
pdg.py
Generated by
1.8.5