57 PdgIdMap[Particles[tsz].PdgId()] = tsz;
61 Particles.push_back(
ThermalParticle(
true,
"e-", 11, 2., 1, 5.109989461E-04, 0, 0, -1));
62 PdgIdMap[Particles[tsz].PdgId()] = tsz;
64 Particles.push_back(
ThermalParticle(
true,
"e+", -11, 2., 1, 5.109989461E-04, 0, 0, 1));
65 PdgIdMap[Particles[tsz].PdgId()] = tsz;
69 Particles.push_back(
ThermalParticle(
true,
"mu-", 13, 2., 1, 1.056583745E-01, 0, 0, -1));
70 PdgIdMap[Particles[tsz].PdgId()] = tsz;
72 Particles.push_back(
ThermalParticle(
true,
"mu+", -13, 2., 1, 1.056583745E-01, 0, 0, 1));
73 PdgIdMap[Particles[tsz].PdgId()] = tsz;
77 Particles.push_back(
ThermalParticle(
true,
"tau-", 15, 2., 1, 1.77686E+00, 0, 0, -1));
78 PdgIdMap[Particles[tsz].PdgId()] = tsz;
80 Particles.push_back(
ThermalParticle(
true,
"tau+", -15, 2., 1, 1.77686E+00, 0, 0, 1));
81 PdgIdMap[Particles[tsz].PdgId()] = tsz;
86 PdgIdMap[Particles[tsz].PdgId()] = tsz;
88 Particles.push_back(
ThermalParticle(
true,
"anti-nu(e)", -12, 1., 1, 0.));
89 PdgIdMap[Particles[tsz].PdgId()] = tsz;
94 PdgIdMap[Particles[tsz].PdgId()] = tsz;
96 Particles.push_back(
ThermalParticle(
true,
"anti-nu(mu)", -14, 1., 1, 0.));
97 PdgIdMap[Particles[tsz].PdgId()] = tsz;
102 PdgIdMap[Particles[tsz].PdgId()] = tsz;
104 Particles.push_back(
ThermalParticle(
true,
"anti-nu(tau)", -16, 1., 1, 0.));
105 PdgIdMap[Particles[tsz].PdgId()] = tsz;
Class containing all information about a particle specie.
const std::string & Name() const
Particle's name.
Contains properties of non-QCD particles such as photons and leptons.
const ThermalParticle & Particle(int id)
const ThermalParticle & ParticleByPdg(long long pdg)
std::string NameByPdg(long long pdg)
int PdgToId(long long pdg)