CbmRoot
|
Track particle representation in the KF-core. More...
#include "KfDefs.h"
Go to the source code of this file.
Classes | |
class | cbm::algo::kf::ParticlePDG |
Properties of a tracked particle. More... | |
Namespaces | |
namespace | cbm |
namespace | cbm::algo |
namespace | cbm::algo::kf |
namespace | cbm::algo::kf::particle |
Variables | |
constexpr auto | cbm::algo::kf::particle::Electron = ParticlePDG(11, defs::ElectronMass<double>, true) |
constexpr auto | cbm::algo::kf::particle::Muon = ParticlePDG(13, defs::MuonMass<double>, false) |
constexpr auto | cbm::algo::kf::particle::Pion = ParticlePDG(211, defs::PionMass<double>, false) |
constexpr auto | cbm::algo::kf::particle::Kaon = ParticlePDG(321, defs::KaonMass<double>, false) |
constexpr auto | cbm::algo::kf::particle::Proton = ParticlePDG(2212, defs::ProtonMass<double>, false) |