|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <MPGDHitReconstruction.h>


Public Member Functions | |
| MPGDHitReconstruction (std::string_view name) | |
| void | init () final |
| Once in a lifetime initialization. | |
| void | process (const Input &, const Output &) const final |
| Processes RawTrackerHit and produces a TrackerHit. | |
Public Member Functions inherited from eicrecon::WithPodConfig< MPGDHitReconstructionConfig > | |
| MPGDHitReconstructionConfig & | getConfig () |
| Get a configuration to be changed. | |
| MPGDHitReconstructionConfig & | applyConfig (MPGDHitReconstructionConfig cfg) |
| Sets a configuration (config is properly copyible) | |
Additional Inherited Members | |
Public Types inherited from eicrecon::WithPodConfig< MPGDHitReconstructionConfig > | |
| using | ConfigType = MPGDHitReconstructionConfig |
Protected Attributes inherited from eicrecon::WithPodConfig< MPGDHitReconstructionConfig > | |
| MPGDHitReconstructionConfig | m_cfg |
Produces edm4eic::TrackerHit with geometric info from edm4eic::RawTrackerHit Specific to MPGDs.
|
inline |
|
final |
Once in a lifetime initialization.
|
final |
Processes RawTrackerHit and produces a TrackerHit.