CbmRoot
Loading...
Searching...
No Matches
V0FinderTask::ParticleInfo Struct Reference

Extra information on KFParticle, required by the V0 analysis. More...

#include <CbmKFV0FinderTask.h>

Collaboration diagram for V0FinderTask::ParticleInfo:
[legend]

Public Attributes

double dca {std::numeric_limits<double>::quiet_NaN()}
 DCA to origin [cm] (from STS hit info)
 
double beta {std::numeric_limits<double>::quiet_NaN()}
 Speed of particle [c] (from TOF hit info)
 
const CbmTofHitpTofHit {nullptr}
 Pointer to TOF hit.
 
int32_t eventID {-1}
 Event index.
 

Detailed Description

Extra information on KFParticle, required by the V0 analysis.

Definition at line 118 of file CbmKFV0FinderTask.h.

Member Data Documentation

◆ beta

double cbm::kfp::V0FinderTask::ParticleInfo::beta {std::numeric_limits<double>::quiet_NaN()}

Speed of particle [c] (from TOF hit info)

Definition at line 120 of file CbmKFV0FinderTask.h.

◆ dca

double cbm::kfp::V0FinderTask::ParticleInfo::dca {std::numeric_limits<double>::quiet_NaN()}

DCA to origin [cm] (from STS hit info)

Definition at line 119 of file CbmKFV0FinderTask.h.

◆ eventID

int32_t cbm::kfp::V0FinderTask::ParticleInfo::eventID {-1}

Event index.

Definition at line 122 of file CbmKFV0FinderTask.h.

◆ pTofHit

const CbmTofHit* cbm::kfp::V0FinderTask::ParticleInfo::pTofHit {nullptr}

Pointer to TOF hit.

Definition at line 121 of file CbmKFV0FinderTask.h.


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