|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <algorithms/algorithm.h>#include <edm4eic/EDM4eicVersion.h>#include <edm4eic/unit_system.h>#include <edm4hep/SimCalorimeterHitCollection.h>#include <edm4hep/SimTrackerHitCollection.h>#include <edm4hep/TimeSeriesCollection.h>#include <memory>#include <string_view>#include <tuple>#include <variant>#include "algorithms/digi/PulseGenerationConfig.h"#include "algorithms/interfaces/WithPodConfig.h"

Go to the source code of this file.
Classes | |
| struct | eicrecon::HitAdapter< edm4hep::SimTrackerHit > |
| struct | eicrecon::HitAdapter< edm4hep::SimCalorimeterHit > |
| class | eicrecon::PulseGeneration< HitT > |
Namespaces | |
| namespace | eicrecon |
| -client | |
Typedefs | |
| using | eicrecon::MutablePulseType = edm4hep::MutableTimeSeries |
| template<typename HitT > | |
| using | eicrecon::PulseGenerationAlgorithm = algorithms::Algorithm< algorithms::Input< typename HitT::collection_type >, algorithms::Output< PulseType::collection_type > > |