CbmRoot
Loading...
Searching...
No Matches
KfParticlePDG.h File Reference

Track particle representation in the KF-core. More...

#include "KfDefs.h"
Include dependency graph for KfParticlePDG.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)
 

Detailed Description

Track particle representation in the KF-core.

Since
27.08.2024
Author
Sergei Zharko s.zha.nosp@m.rko@.nosp@m.gsi.d.nosp@m.e

Definition in file KfParticlePDG.h.