EICd
EIC data model
|
#include <PMTHitData.h>
Public Attributes | |
std::uint64_t | cellID {} |
The detector specific (geometrical) cell id. More... | |
float | npe {} |
Estimated number of photo-electrons [#]. More... | |
float | time {} |
Time [ns]. More... | |
float | timeError {} |
Error on the time [ns]. More... | |
::edm4hep::Vector3f | position {} |
PMT hit position [mm]. More... | |
::edm4hep::Vector3f | dimension {} |
The dimension information of the pixel [mm]. More... | |
std::int32_t | sector {} |
The sector this hit occured in. More... | |
::edm4hep::Vector3f | local {} |
The local position of the hit in detector coordinates (relative to the sector) [mm]. More... | |
EIC PMT hit
std::uint64_t eicd::PMTHitData::cellID {} |
The detector specific (geometrical) cell id.
::edm4hep::Vector3f eicd::PMTHitData::dimension {} |
The dimension information of the pixel [mm].
::edm4hep::Vector3f eicd::PMTHitData::local {} |
The local position of the hit in detector coordinates (relative to the sector) [mm].
float eicd::PMTHitData::npe {} |
Estimated number of photo-electrons [#].
::edm4hep::Vector3f eicd::PMTHitData::position {} |
PMT hit position [mm].
std::int32_t eicd::PMTHitData::sector {} |
The sector this hit occured in.
float eicd::PMTHitData::time {} |
Time [ns].
float eicd::PMTHitData::timeError {} |
Error on the time [ns].