Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
FastSimulation
Particle
interface
pdg_functions.h
Go to the documentation of this file.
1
#ifndef FastSimulation_Particle_pdg_functions_h
2
#define FastSimulation_Particle_pdg_functions_h
3
// -*- C++ -*-
4
//
5
// Package: FastSimulation/Particle
6
// Class : pdg_functions
7
//
16
//
17
// Original Author: Christopher Jones
18
// Created: Mon, 04 Mar 2019 19:49:58 GMT
19
//
20
21
// system include files
22
#include "
SimGeneral/HepPDTRecord/interface/ParticleDataTable.h
"
23
24
// user include files
25
26
// forward declarations
27
28
namespace
pdg
{
29
constexpr
static
double
kInvalidMass
= -99999;
30
double
mass
(
int
pdgID,
const
HepPDT::ParticleDataTable
* pdt);
31
32
constexpr
static
double
kInvalidCtau
= 1E99;
33
double
cTau
(
int
pdgID,
const
HepPDT::ParticleDataTable
* pdt);
34
}
// namespace pdg
35
36
#endif
pdg::cTau
double cTau(int pdgID, const HepPDT::ParticleDataTable *pdt)
Definition:
pdg_functions.cc:26
ParticleDataTable
HepPDT::ParticleDataTable ParticleDataTable
Definition:
ParticleDataTable.h:8
pdg
Definition:
pdg_functions.h:28
ParticleDataTable.h
pdg::mass
double mass(int pdgID, const HepPDT::ParticleDataTable *pdt)
Definition:
pdg_functions.cc:18
pdg::kInvalidCtau
static constexpr double kInvalidCtau
Definition:
pdg_functions.h:32
pdg::kInvalidMass
static constexpr double kInvalidMass
Definition:
pdg_functions.h:29
Generated for CMSSW Reference Manual by
1.8.14