|
CbmRoot
|
Different definitions for V0 candidates finding in mCBM. More...
Go to the source code of this file.
Namespaces | |
| namespace | cbm |
| namespace | cbm::algo |
| namespace | cbm::algo::kfp |
| namespace | cbm::util |
Enumerations | |
| enum class | cbm::algo::kfp::ETrackPid { cbm::algo::kfp::Pip = 0 , cbm::algo::kfp::Pim , cbm::algo::kfp::P , cbm::algo::kfp::Pbar , cbm::algo::kfp::Undef } |
| An enumeration for PID of global tracks. More... | |
| enum class | cbm::algo::kfp::EV0Type { cbm::algo::kfp::Lambda } |
| Type of V0 decay. More... | |
Functions | |
| static constexpr int | cbm::algo::kfp::ToPdg (ETrackPid trackPid) |
| Returns PDG code for a given ETrackPid entry. | |
| static constexpr ETrackPid | cbm::algo::kfp::ToTrackPid (int pdg) |
| Converts PDG code into ETrackPid entry. | |
| std::string | cbm::algo::kfp::ToString (ETrackPid trackPid) |
| String representation of ETrackPid. | |
| cbm::util::CBM_ENUM_DICT (cbm::algo::kfp::ETrackPid, {"Pip", cbm::algo::kfp::ETrackPid::Pip}, {"Pim", cbm::algo::kfp::ETrackPid::Pim}, {"P", cbm::algo::kfp::ETrackPid::P}, {"Pbar", cbm::algo::kfp::ETrackPid::Pbar}, {"Undef", cbm::algo::kfp::ETrackPid::Undef}) | |
Different definitions for V0 candidates finding in mCBM.
Definition in file KfpV0FinderDefs.h.