#include <cfalgo.hh>
Public Member Functions | |
| CFAlgo_Class_Name () | |
| Default constructor. More... | |
| virtual | ~CFAlgo_Class_Name () |
| Default destructor. More... | |
| virtual float | Float (const std::vector< const cluster::ClusterParamsAlg * > &clusters) |
| virtual void | Report () |
| virtual void | Reset () |
| Function to reset the algorithm instance, called together with manager's Reset() More... | |
Public Member Functions inherited from cmtool::CFloatAlgoBase | |
| CFloatAlgoBase () | |
| Default constructor. More... | |
| virtual | ~CFloatAlgoBase () |
| Default destructor. More... | |
Public Member Functions inherited from cmtool::CMAlgoBase | |
| CMAlgoBase () | |
| Default constructor. More... | |
| virtual | ~CMAlgoBase () |
| Default destructor. More... | |
| virtual void | EventBegin (const std::vector< cluster::ClusterParamsAlg > &clusters) |
| virtual void | EventEnd () |
| virtual void | IterationBegin (const std::vector< cluster::ClusterParamsAlg > &clusters) |
| virtual void | IterationEnd () |
| void | SetAnaFile (TFile *fout) |
| Setter function for an output plot TFile pointer. More... | |
| virtual void | SetVerbose (bool doit=true) |
| Setter function for verbosity. More... | |
Additional Inherited Members | |
Protected Attributes inherited from cmtool::CMAlgoBase | |
| TFile * | _fout |
| TFile pointer to an output file. More... | |
| bool | _verbose |
| Boolean to choose verbose mode. Turned on if CMergeManager/CMatchManager's verbosity level is >= kPerMerging. More... | |
User implementation for CFloatAlgoBase class doxygen documentation!
| cmtool::CFAlgo_Class_Name::CFAlgo_Class_Name | ( | ) |
Default constructor.
Definition at line 6 of file cfalgo.cc.
|
inlinevirtual |
|
virtual |
Core function: given a set of CPANs, return a float which indicates the compatibility the cluster combination.
Reimplemented from cmtool::CFloatAlgoBase.
|
virtual |
Optional function: called after each iterative approach if a manager class is run with verbosity level <= kPerIteration. Maybe useful for debugging.
Reimplemented from cmtool::CMAlgoBase.
|
virtual |
Function to reset the algorithm instance, called together with manager's Reset()
Reimplemented from cmtool::CMAlgoBase.
1.8.11