CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kf::particle Namespace Reference

Variables

constexpr auto Electron = ParticlePDG(11, defs::ElectronMass<double>, true)
 
constexpr auto Muon = ParticlePDG(13, defs::MuonMass<double>, false)
 
constexpr auto Pion = ParticlePDG(211, defs::PionMass<double>, false)
 
constexpr auto Kaon = ParticlePDG(321, defs::KaonMass<double>, false)
 
constexpr auto Proton = ParticlePDG(2212, defs::ProtonMass<double>, false)
 

Variable Documentation

◆ Electron

auto cbm::algo::kf::particle::Electron = ParticlePDG(11, defs::ElectronMass<double>, true)
constexpr

Definition at line 49 of file KfParticlePDG.h.

◆ Kaon

auto cbm::algo::kf::particle::Kaon = ParticlePDG(321, defs::KaonMass<double>, false)
constexpr

Definition at line 52 of file KfParticlePDG.h.

◆ Muon

auto cbm::algo::kf::particle::Muon = ParticlePDG(13, defs::MuonMass<double>, false)
constexpr

Definition at line 50 of file KfParticlePDG.h.

◆ Pion

auto cbm::algo::kf::particle::Pion = ParticlePDG(211, defs::PionMass<double>, false)
constexpr

Definition at line 51 of file KfParticlePDG.h.

◆ Proton

auto cbm::algo::kf::particle::Proton = ParticlePDG(2212, defs::ProtonMass<double>, false)
constexpr

Definition at line 53 of file KfParticlePDG.h.