3#ifndef EICD_PMTHitDATA_H
4#define EICD_PMTHitDATA_H
6#include "edm4hep/Vector3f.h"
Definition: PMTHitData.h:16
float npe
Estimated number of photo-electrons [#].
Definition: PMTHitData.h:19
float time
Time [ns].
Definition: PMTHitData.h:20
::edm4hep::Vector3f position
PMT hit position [mm].
Definition: PMTHitData.h:22
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition: PMTHitData.h:18
std::int32_t sector
The sector this hit occured in.
Definition: PMTHitData.h:24
::edm4hep::Vector3f dimension
The dimension information of the pixel [mm].
Definition: PMTHitData.h:23
float timeError
Error on the time [ns].
Definition: PMTHitData.h:21
::edm4hep::Vector3f local
The local position of the hit in detector coordinates (relative to the sector) [mm].
Definition: PMTHitData.h:25
Definition: CalorimeterHit.cc:13