EICd
EIC data model
eic::ClusterLayerData Class Reference

#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...
 

Detailed Description

2D Cluster in a single layer for a multi-layer detector

Author
: S. Joosten, C. Peng

Member Data Documentation

◆ clusterID

::eic::Index eic::ClusterLayerData::clusterID {}

associated full 3D cluster, -1 if none

◆ energy

float eic::ClusterLayerData::energy {}

Energy in this cluster layer [GeV].

◆ energyError

float eic::ClusterLayerData::energyError {}

Error on energy [GeV].

◆ ID

::eic::Index eic::ClusterLayerData::ID {}

unique layer ID

◆ layer

std::int32_t eic::ClusterLayerData::layer {}

layer number for this cluster layer

◆ nhits

std::uint32_t eic::ClusterLayerData::nhits {}

Number of hits.

◆ position

::eic::VectorXYZ eic::ClusterLayerData::position {}

Global center position. [mm].

◆ radius

float eic::ClusterLayerData::radius {}

Shower radius [mm].

◆ skewness

float eic::ClusterLayerData::skewness {}

Skewness of hits distribution.


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