CBAlgoMergeAll.cxx
Go to the documentation of this file.
1 #include "CBAlgoMergeAll.h"
2 
3 namespace cmtool {
4 
5  //----------------------------------------
7  //----------------------------------------
8  {
9 
10  }
11 
12  //--------------------------------------------------------
13  bool CBAlgoMergeAll::Bool(const ::cluster::ClusterParamsAlg &cluster1,
14  const ::cluster::ClusterParamsAlg &cluster2)
15  //--------------------------------------------------------
16  {
17  if(cluster1.GetNHits() && cluster2.GetNHits()) return true;
18  else return false;
19  }
20 
21 }
Class def header for a class CBAlgoAngleSeparate.
virtual bool Bool(const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2)
CBAlgoMergeAll()
Default constructor.