cmalgo.cxx
Go to the documentation of this file.
1 #include "CMAlgo_Class_Name.h"
2 
3 namespace cluster {
4 
5  //-------------------------------------------------------
7  //-------------------------------------------------------
8  {
9 
10  }
11 
12  //-----------------------------
14  //-----------------------------
15  {
16 
17  }
18 
19  //------------------------------------------------------------------------------------------
20  void CMAlgo_Class_Name::EventBegin(const std::vector<cluster::ClusterParamsAlg> &clusters)
21  //------------------------------------------------------------------------------------------
22  {
23 
24  }
25 
26  //-------------------------------
28  //-------------------------------
29  {
30 
31  }
32 
33  //-----------------------------------------------------------------------------------------------
34  void CMAlgo_Class_Name::IterationBegin(const std::vector<cluster::ClusterParamsAlg> &clusters)
35  //-----------------------------------------------------------------------------------------------
36  {
37 
38  }
39 
40  //------------------------------------
42  //------------------------------------
43  {
44 
45  }
46 
47  //----------------------------------------------------------------
49  const ClusterParamsAlg &cluster2)
50  //----------------------------------------------------------------
51  {
52  return false;
53  }
54 
55  //------------------------------
57  //------------------------------
58  {
59 
60  }
61 
62 }
virtual void IterationEnd()
Definition: cmalgo.cxx:41
Cluster finding and building.
CMAlgo_Class_Name()
Default constructor.
Definition: cmalgo.cxx:6
virtual void EventBegin(const std::vector< cluster::ClusterParamsAlg > &clusters)
Definition: cmalgo.cxx:20
virtual void Reset()
Function to reset the algorithm instance ... maybe implemented via child class.
Definition: cmalgo.cxx:13
virtual void IterationBegin(const std::vector< cluster::ClusterParamsAlg > &clusters)
Definition: cmalgo.cxx:34
virtual bool Bool(const ClusterParamsAlg &cluster1, const ClusterParamsAlg &cluster2)
Definition: cmalgo.cxx:48
virtual void EventEnd()
Definition: cmalgo.cxx:27
virtual void Report()
Definition: cmalgo.cxx:56