14 #ifndef RECOTOOL_CMALGOBASE_H 15 #define RECOTOOL_CMALGOBASE_H 45 virtual void EventBegin(
const std::vector<cluster::ClusterParamsAlg> &clusters)
46 {
if(clusters.size())
return; }
59 virtual void IterationBegin(
const std::vector<cluster::ClusterParamsAlg> &clusters)
60 {
if(clusters.size())
return;}