EICd
EIC data model
|
#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... | |
EIC cluster
float eic::ClusterData::energy {} |
Reconstructed energy of the cluster [GeV].
float eic::ClusterData::energyError {} |
Error on the cluster energy [GeV].
::eic::Index eic::ClusterData::ID {} |
unique ID for this cluster
std::uint32_t eic::ClusterData::nhits {} |
Number of hits in the cluster.
::eic::VectorXYZ eic::ClusterData::position {} |
Global position of the cluster [mm].
::eic::CovXYZ eic::ClusterData::positionError {} |
Covariance matrix of the position (6 Parameters).
float eic::ClusterData::radius {} |
shower radius [mm]
float eic::ClusterData::skewness {} |
shower skewness [unitless]
float eic::ClusterData::time {} |
[ns]