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

Different definitions for V0 candidates finding in mCBM. More...

#include "CbmEnumDict.h"
#include <array>
Include dependency graph for KfpV0FinderDefs.h:
This graph shows which files directly or indirectly include this file:

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})
 

Detailed Description

Different definitions for V0 candidates finding in mCBM.

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

Definition in file KfpV0FinderDefs.h.