EICd
EIC data model
eic::ClusterData Class Reference

#include <ClusterData.h>

Public Attributes

::eic::Index ID {}
 unique ID for this cluster More...
 
float energy {}
 Reconstructed energy of the cluster [GeV]. More...
 
float energyError {}
 Error on the cluster energy [GeV]. More...
 
float time {}
 [ns] More...
 
std::uint32_t nhits {}
 Number of hits in the cluster. More...
 
::eic::VectorXYZ position {}
 Global position of the cluster [mm]. More...
 
::eic::CovXYZ positionError {}
 Covariance matrix of the position (6 Parameters). More...
 
float radius {}
 shower radius [mm] More...
 
float skewness {}
 shower skewness [unitless] More...
 

Detailed Description

EIC cluster

Author
: W. Armstrong, S. Joosten, C.Peng

Member Data Documentation

◆ energy

float eic::ClusterData::energy {}

Reconstructed energy of the cluster [GeV].

◆ energyError

float eic::ClusterData::energyError {}

Error on the cluster energy [GeV].

◆ ID

::eic::Index eic::ClusterData::ID {}

unique ID for this cluster

◆ nhits

std::uint32_t eic::ClusterData::nhits {}

Number of hits in the cluster.

◆ position

::eic::VectorXYZ eic::ClusterData::position {}

Global position of the cluster [mm].

◆ positionError

::eic::CovXYZ eic::ClusterData::positionError {}

Covariance matrix of the position (6 Parameters).

◆ radius

float eic::ClusterData::radius {}

shower radius [mm]

◆ skewness

float eic::ClusterData::skewness {}

shower skewness [unitless]

◆ time

float eic::ClusterData::time {}

[ns]


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