EICd
EIC data model
|
#include <ClusterLayerData.h>
Public Attributes | |
::eic::Index | ID {} |
unique layer ID More... | |
::eic::Index | clusterID {} |
associated full 3D cluster, -1 if none More... | |
std::int32_t | layer {} |
layer number for this cluster layer More... | |
std::uint32_t | nhits {} |
Number of hits. More... | |
float | energy {} |
Energy in this cluster layer [GeV]. More... | |
float | energyError {} |
Error on energy [GeV]. More... | |
float | radius {} |
Shower radius [mm]. More... | |
float | skewness {} |
Skewness of hits distribution. More... | |
::eic::VectorXYZ | position {} |
Global center position. [mm]. More... | |
2D Cluster in a single layer for a multi-layer detector
::eic::Index eic::ClusterLayerData::clusterID {} |
associated full 3D cluster, -1 if none
float eic::ClusterLayerData::energy {} |
Energy in this cluster layer [GeV].
float eic::ClusterLayerData::energyError {} |
Error on energy [GeV].
::eic::Index eic::ClusterLayerData::ID {} |
unique layer ID
std::int32_t eic::ClusterLayerData::layer {} |
layer number for this cluster layer
std::uint32_t eic::ClusterLayerData::nhits {} |
Number of hits.
::eic::VectorXYZ eic::ClusterLayerData::position {} |
Global center position. [mm].
float eic::ClusterLayerData::radius {} |
Shower radius [mm].
float eic::ClusterLayerData::skewness {} |
Skewness of hits distribution.