6#include <algorithms/algorithm.h>
7#include <edm4eic/ReconstructedParticleCollection.h>
18 algorithms::Algorithm<algorithms::Input<edm4eic::ReconstructedParticleCollection,
19 edm4eic::ReconstructedParticleCollection>,
20 algorithms::Output<edm4eic::ReconstructedParticleCollection>>;
28 {
"inputParticles",
"inputElectronCandidates"},
30 "Outputs DIS electrons ordered in decreasing E-pz"} {}
32 void process(const Input&, const Output&) const final;
Definition ScatteredElectronsEMinusPz.h:23
ScatteredElectronsEMinusPz(std::string_view name)
Definition ScatteredElectronsEMinusPz.h:26
Definition WithPodConfig.h:22
-client
Definition CalorimeterClusterRecoCoG.cc:37
algorithms::Algorithm< algorithms::Input< edm4eic::ReconstructedParticleCollection, edm4eic::ReconstructedParticleCollection >, algorithms::Output< edm4eic::ReconstructedParticleCollection > > ScatteredElectronsEMinusPzAlgorithm
Definition ScatteredElectronsEMinusPz.h:20