EICd
EIC data model
|
#include <PMTHitData.h>
Public Attributes | |
::eic::Index | ID {} |
Unique hit ID. More... | |
std::int64_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... | |
::eic::VectorXYZ | position {} |
PMT hit position [mm]. More... | |
::eic::VectorXYZ | local {} |
The local position of the hit in detector coordinates [mm]. More... | |
::eic::VectorXYZ | dimension {} |
The dimension information of the pixel [mm]. More... | |
EIC PMT hit
std::int64_t eic::PMTHitData::cellID {} |
The detector specific (geometrical) cell id.
::eic::VectorXYZ eic::PMTHitData::dimension {} |
The dimension information of the pixel [mm].
::eic::Index eic::PMTHitData::ID {} |
Unique hit ID.
::eic::VectorXYZ eic::PMTHitData::local {} |
The local position of the hit in detector coordinates [mm].
float eic::PMTHitData::npe {} |
estimated number of photo-electrons [#]
::eic::VectorXYZ eic::PMTHitData::position {} |
PMT hit position [mm].
float eic::PMTHitData::time {} |
Time [ns].
float eic::PMTHitData::timeError {} |
Error on the time [ns].