EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
PulseGeneration.h File Reference
#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"
Include dependency graph for PulseGeneration.h:
This graph shows which files directly or indirectly include this file:

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 > >