1 #ifndef RECOTOOL_CBALGOARRAY_CXX 2 #define RECOTOOL_CBALGOARRAY_CXX 27 for(
auto &algo :
_algo_array) algo->EventBegin(clusters);
41 for(
auto &algo :
_algo_array) algo->IterationBegin(clusters);
53 const ::cluster::ClusterParamsAlg &cluster2)
60 if(!i) status =
_algo_array.at(i)->Bool(cluster1,cluster2);
69 if(
_ask_and.at(i) && !status )
break;
72 if( !
_ask_and.at(i) && status )
break;
82 status = status &&
_algo_array.at(i)->Bool(cluster1,cluster2);
86 status = status ||
_algo_array.at(i)->Bool(cluster1,cluster2);
Class def header for a class CBAlgoArray.