RecHit fromSimHit(SimHit const &sp)
Definition RecHit.hpp:24
Reconstructed hit.
Definition RecHit.hpp:11
double pathLength
Step length [mm].
Definition RecHit.hpp:19
std::array< double, 3 > position
Hit position [mm].
Definition RecHit.hpp:15
double energyDeposit
Energy deposited [GeV].
Definition RecHit.hpp:17
bool operator==(RecHit const &) const =default
std::int32_t pdgCode
Definition RecHit.hpp:14
std::int32_t detectorId
Definition RecHit.hpp:12
std::array< double, 3 > momentum
Momentum at hit [GeV/c].
Definition RecHit.hpp:16
double time
Global time [ns].
Definition RecHit.hpp:18
std::int32_t trackId
Definition RecHit.hpp:13
Simulation hit from Geant4 sensitive detectors.
Definition SimHit.hpp:9
double energyDeposit
Energy deposited [GeV].
Definition SimHit.hpp:16
std::array< double, 3 > momentum
Momentum at hit [GeV/c].
Definition SimHit.hpp:15
std::int32_t detectorId
Definition SimHit.hpp:10
std::int32_t trackId
Definition SimHit.hpp:12
std::array< double, 3 > position
Hit position [mm].
Definition SimHit.hpp:14
double time
Global time [ns].
Definition SimHit.hpp:17
std::int32_t pdgCode
Definition SimHit.hpp:13
double pathLength
Step length [mm].
Definition SimHit.hpp:18