EDM4eic
EIC data model
Loading...
Searching...
No Matches
edm4eic::CalorimeterHitData Class Reference

#include <CalorimeterHitData.h>

Public Attributes

std::uint64_t cellID {}
 The detector specific (geometrical) cell id.
 
float energy {}
 The energy for this hit in [GeV].
 
float energyError {}
 Error on energy [GeV].
 
float time {}
 The time of the hit in [ns].
 
float timeError {}
 Error on the time.
 
::edm4hep::Vector3f position {}
 The global position of the hit in world coordinates [mm].
 
::edm4hep::Vector3f dimension {}
 The dimension information of the cell [mm].
 
std::int32_t sector {}
 Sector that this hit occurred in.
 
std::int32_t layer {}
 Layer that the hit occurred in.
 
::edm4hep::Vector3f local {}
 The local coordinates of the hit in the detector segment [mm].
 

Detailed Description

Calorimeter hit

Author
: W. Armstrong, S. Joosten

Member Data Documentation

◆ cellID

std::uint64_t edm4eic::CalorimeterHitData::cellID {}

The detector specific (geometrical) cell id.

◆ dimension

::edm4hep::Vector3f edm4eic::CalorimeterHitData::dimension {}

The dimension information of the cell [mm].

◆ energy

float edm4eic::CalorimeterHitData::energy {}

The energy for this hit in [GeV].

◆ energyError

float edm4eic::CalorimeterHitData::energyError {}

Error on energy [GeV].

◆ layer

std::int32_t edm4eic::CalorimeterHitData::layer {}

Layer that the hit occurred in.

◆ local

::edm4hep::Vector3f edm4eic::CalorimeterHitData::local {}

The local coordinates of the hit in the detector segment [mm].

◆ position

::edm4hep::Vector3f edm4eic::CalorimeterHitData::position {}

The global position of the hit in world coordinates [mm].

◆ sector

std::int32_t edm4eic::CalorimeterHitData::sector {}

Sector that this hit occurred in.

◆ time

float edm4eic::CalorimeterHitData::time {}

The time of the hit in [ns].

◆ timeError

float edm4eic::CalorimeterHitData::timeError {}

Error on the time.


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