6#include <DD4hep/Detector.h>
7#include <algorithms/algorithm.h>
8#include <algorithms/geo.h>
9#include <edm4eic/ReconstructedParticleCollection.h>
10#include <edm4eic/VertexCollection.h>
11#include <gsl/pointers>
21 algorithms::Input<edm4eic::VertexCollection, edm4eic::ReconstructedParticleCollection>,
22 algorithms::Output<edm4eic::VertexCollection>>;
31 {
"inputVertices",
"inputParticles"},
32 {
"outputSecondaryVertices"},
33 "Reconstruct secondary vertices in SecondaryVertices collection"} {}
36 void process(const Input&, const Output&) const final;
39 const
dd4hep::Detector* m_det{algorithms::GeoSvc::instance().detector()};
Definition SecondaryVerticesHelix.h:25
SecondaryVerticesHelix(std::string_view name)
Definition SecondaryVerticesHelix.h:28
Definition WithPodConfig.h:22
Definition ActsGeometryProvider.h:28
-client
Definition CalorimeterClusterRecoCoG.cc:37
algorithms::Algorithm< algorithms::Input< edm4eic::VertexCollection, edm4eic::ReconstructedParticleCollection >, algorithms::Output< edm4eic::VertexCollection > > SecondaryVerticesHelixAlgorithm
Definition SecondaryVerticesHelix.h:22