6#include <algorithms/algorithm.h>
7#include <edm4eic/ReconstructedParticleCollection.h>
17 algorithms::Algorithm<algorithms::Input<edm4eic::ReconstructedParticleCollection>,
18 algorithms::Output<edm4eic::ReconstructedParticleCollection>>;
28 "selected electrons from reconstructed particles"} {}
31 void process(
const Input&,
const Output&)
const final;
Definition ElectronReconstruction.h:21
ElectronReconstruction(std::string_view name)
Definition ElectronReconstruction.h:24
void init() final
Definition ElectronReconstruction.h:30
Definition WithPodConfig.h:22
-client
Definition CalorimeterClusterRecoCoG.cc:37
algorithms::Algorithm< algorithms::Input< edm4eic::ReconstructedParticleCollection >, algorithms::Output< edm4eic::ReconstructedParticleCollection > > ElectronReconstructionAlgorithm
Definition ElectronReconstruction.h:18