EICd
EIC data model
eic::ReconstructedParticleData Class Reference

#include <ReconstructedParticleData.h>

Public Attributes

::eic::Index ID {}
 Unique particle index. More...
 
::eic::VectorXYZ p {}
 momentum vector [GeV] More...
 
::eic::VectorXYZ v {}
 vertex [mm] More...
 
float time {}
 Time in [ns]. More...
 
std::int32_t pid {}
 PID of reconstructed particle. More...
 
std::int16_t status {}
 Status code. More...
 
std::int16_t charge {}
 Particle charge (or sign) More...
 
::eic::Weight weight {}
 Particle weight, e.g. from PID algorithm [0-1]. More...
 
::eic::Direction direction {}
 Direction (theta/phi of this particle [mrad]) More...
 
float momentum {}
 particle 3-momentum magnitude [GeV] More...
 
float energy {}
 Particle energy, consistent with PID assigment [GeV]. More...
 
float mass {}
 The mass of the particle in [GeV]. More...
 

Detailed Description

EIC Reconstructed Particle

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ charge

std::int16_t eic::ReconstructedParticleData::charge {}

Particle charge (or sign)

◆ direction

::eic::Direction eic::ReconstructedParticleData::direction {}

Direction (theta/phi of this particle [mrad])

◆ energy

float eic::ReconstructedParticleData::energy {}

Particle energy, consistent with PID assigment [GeV].

◆ ID

::eic::Index eic::ReconstructedParticleData::ID {}

Unique particle index.

◆ mass

float eic::ReconstructedParticleData::mass {}

The mass of the particle in [GeV].

◆ momentum

float eic::ReconstructedParticleData::momentum {}

particle 3-momentum magnitude [GeV]

◆ p

::eic::VectorXYZ eic::ReconstructedParticleData::p {}

momentum vector [GeV]

◆ pid

std::int32_t eic::ReconstructedParticleData::pid {}

PID of reconstructed particle.

◆ status

std::int16_t eic::ReconstructedParticleData::status {}

Status code.

◆ time

float eic::ReconstructedParticleData::time {}

Time in [ns].

◆ v

::eic::VectorXYZ eic::ReconstructedParticleData::v {}

vertex [mm]

◆ weight

::eic::Weight eic::ReconstructedParticleData::weight {}

Particle weight, e.g. from PID algorithm [0-1].


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