21#include <RtypesCore.h>
28 std::string_view clusters =
"NeulandClusters",
29 std::string_view primaryClusters =
"NeulandPrimaryClusters",
30 std::string_view secondaryClusters =
"NeulandSecondaryClusters");
33 auto Init() -> InitStatus
override;
36 void Exec(Option_t* )
override;
R3B::InputVectorConnector< R3BNeulandHit > fPrimaryHits
R3B::OutputVectorConnector< R3BNeulandCluster > fSecondaryClusters
R3B::InputVectorConnector< R3BNeulandCluster > fClusters
R3B::OutputVectorConnector< R3BNeulandCluster > fPrimaryClusters
auto Init() -> InitStatus override
void Exec(Option_t *) override
R3BNeulandPrimaryClusterFinder(std::string_view primaryHits="NeulandPrimaryHits", std::string_view clusters="NeulandClusters", std::string_view primaryClusters="NeulandPrimaryClusters", std::string_view secondaryClusters="NeulandSecondaryClusters")
ClassDefOverride(R3BNeulandPrimaryClusterFinder, 1)
InputConnector< std::vector< ElementType > > InputVectorConnector
OutputConnector< std::vector< ElementType > > OutputVectorConnector