cbalgo.cc
Go to the documentation of this file.
1 #include "CBAlgo_Class_Name.hh"
2 
3 namespace cmtool {
4 
5  //-------------------------------------------------------
7  //-------------------------------------------------------
8  {
9 
10  }
11 
12  //-----------------------------
14  //-----------------------------
15  {
16 
17  }
18 
19  //--------------------------------------------------------------------------
20  bool CBAlgo_Class_Name::Bool(const ::cluster::ClusterParamsAlg &cluster1,
21  const ::cluster::ClusterParamsAlg &cluster2)
22  //--------------------------------------------------------------------------
23  {
24  if(cluster1.GetNHits() && cluster2.GetNHits()) return false;
25  else return false;
26  }
27 
28  //------------------------------
30  //------------------------------
31  {
32 
33  }
34 
35 }
CBAlgo_Class_Name()
Default constructor.
Definition: cbalgo.cc:6
virtual void Report()
Definition: cbalgo.cc:29
virtual void Reset()
Function to reset the algorithm instance, called together with manager's Reset()
Definition: cbalgo.cc:13
virtual bool Bool(const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2)
Definition: cbalgo.cc:20
Definition: cfalgo.cc:3