6#include <algorithms/algorithm.h>
7#include <edm4eic/VertexCollection.h>
17 algorithms::Algorithm<algorithms::Input<edm4eic::VertexCollection>,
18 algorithms::Output<edm4eic::VertexCollection>>;
27 {
"outputPrimaryVertices"},
28 "Sort reconstructed vertices in PrimaryVertices collection"} {}
31 void process(const Input&, const Output&) const final;
Definition PrimaryVertices.h:21
PrimaryVertices(std::string_view name)
Definition PrimaryVertices.h:24
Definition WithPodConfig.h:22
-client
Definition CalorimeterClusterRecoCoG.cc:37
algorithms::Algorithm< algorithms::Input< edm4eic::VertexCollection >, algorithms::Output< edm4eic::VertexCollection > > PrimaryVerticesAlgorithm
Definition PrimaryVertices.h:18