CbmRoot
Loading...
Searching...
No Matches
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()}

Definition at line 32 of file KfpV0Finder.h.

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

Definition at line 35 of file KfpV0Finder.h.

◆ fDca

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

Definition at line 31 of file KfpV0Finder.h.

◆ fMass

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

Definition at line 30 of file KfpV0Finder.h.

◆ fPdg

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

Definition at line 34 of file KfpV0Finder.h.

◆ fQp

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

Definition at line 33 of file KfpV0Finder.h.


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