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