14 #ifndef RECOTOOL_CPALGOARRAY_H 15 #define RECOTOOL_CPALGOARRAY_H 86 virtual void EventBegin(
const std::vector<cluster::ClusterParamsAlg> &clusters)
87 {
for(
auto const& algo :
_algo_array) algo->EventBegin(clusters); }
93 {
for(
auto const& algo :
_algo_array) algo->EventEnd(); }
100 virtual void IterationBegin(
const std::vector<cluster::ClusterParamsAlg> &clusters)
101 {
for(
auto const& algo :
_algo_array) algo->IterationBegin(clusters); }
107 {
for(
auto const& algo :
_algo_array) algo->IterationEnd(); }
Cluster finding and building.
Class def header for a class CPriorityAlgoBase.