cfalgo.cc
Go to the documentation of this file.
1 #include "CFAlgo_Class_Name.hh"
2 
3 namespace cmtool {
4 
5  //-------------------------------------------------------
7  //-------------------------------------------------------
8  {
9 
10  }
11 
12  //-----------------------------
14  //-----------------------------
15  {
16 
17  }
18 
19  //----------------------------------------------------------------------------------------------
20  float CFAlgo_Class_Name::Float(const std::vector<const cluster::ClusterParamsAlg*> &clusters)
21  //----------------------------------------------------------------------------------------------
22  {
23  if(clusters.size()) return 1.;
24  else return -1.;
25  }
26 
27  //------------------------------
29  //------------------------------
30  {
31 
32  }
33 
34 }
virtual float Float(const std::vector< const cluster::ClusterParamsAlg * > &clusters)
Definition: cfalgo.cc:20
virtual void Report()
Definition: cfalgo.cc:28
CFAlgo_Class_Name()
Default constructor.
Definition: cfalgo.cc:6
virtual void Reset()
Function to reset the algorithm instance, called together with manager&#39;s Reset()
Definition: cfalgo.cc:13
Definition: cfalgo.cc:3