CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kfp::V0Finder::ParticleInfo Struct Reference

A structure to keep temporary PID information for tracks. More...

#include <KfpV0Finder.h>

Public Attributes

double fMass {std::numeric_limits<double>::quiet_NaN()}
 
double fDca {std::numeric_limits<double>::quiet_NaN()}
 
double fBeta {std::numeric_limits<double>::quiet_NaN()}
 
double fQp {std::numeric_limits<double>::quiet_NaN()}
 
int32_t fPdg {V0Finder::kUndefPdg}
 
int32_t fCharge {0}
 
bool fbSelected {false}
 

Detailed Description

A structure to keep temporary PID information for tracks.

Definition at line 29 of file KfpV0Finder.h.

Member Data Documentation

◆ fBeta

double cbm::algo::kfp::V0Finder::ParticleInfo::fBeta {std::numeric_limits<double>::quiet_NaN()}

◆ fbSelected

bool cbm::algo::kfp::V0Finder::ParticleInfo::fbSelected {false}

Definition at line 36 of file KfpV0Finder.h.

◆ fCharge

int32_t cbm::algo::kfp::V0Finder::ParticleInfo::fCharge {0}

◆ fDca

double cbm::algo::kfp::V0Finder::ParticleInfo::fDca {std::numeric_limits<double>::quiet_NaN()}

Definition at line 31 of file KfpV0Finder.h.

Referenced by cbm::algo::kfp::V0Finder::AssignPid().

◆ fMass

double cbm::algo::kfp::V0Finder::ParticleInfo::fMass {std::numeric_limits<double>::quiet_NaN()}

◆ fPdg

int32_t cbm::algo::kfp::V0Finder::ParticleInfo::fPdg {V0Finder::kUndefPdg}

◆ fQp

double cbm::algo::kfp::V0Finder::ParticleInfo::fQp {std::numeric_limits<double>::quiet_NaN()}

Definition at line 33 of file KfpV0Finder.h.

Referenced by cbm::algo::kfp::V0Finder::AssignMomentum().


The documentation for this struct was generated from the following file: