#include <CBAlgoMergeAll.h>
Public Member Functions | |
| CBAlgoMergeAll () | |
| Default constructor. More... | |
| virtual | ~CBAlgoMergeAll () |
| Default destructor. More... | |
| virtual bool | Bool (const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2) |
| virtual void | Reset () |
| Function to reset the algorithm instance ... maybe implemented via child class. More... | |
Public Member Functions inherited from cmtool::CBoolAlgoBase | |
| CBoolAlgoBase () | |
| Default constructor. More... | |
| virtual | ~CBoolAlgoBase () |
| Default destructor. More... | |
Public Member Functions inherited from cmtool::CMAlgoBase | |
| CMAlgoBase () | |
| virtual | ~CMAlgoBase ()=default |
| virtual void | EventBegin (const std::vector< cluster::ClusterParamsAlg > &) |
| virtual void | EventEnd () |
| virtual void | IterationBegin (const std::vector< cluster::ClusterParamsAlg > &) |
| virtual void | IterationEnd () |
| virtual void | Report () |
| 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... | |
Merges all clusters: maybe useful to test how well a cluster-separating algorithm has performed
Definition at line 26 of file CBAlgoMergeAll.h.
| cmtool::CBAlgoMergeAll::CBAlgoMergeAll | ( | ) |
Default constructor.
Definition at line 6 of file CBAlgoMergeAll.cxx.
|
inlinevirtual |
|
virtual |
Core function: given the ClusterParamsAlg input, return whether a cluster should be merged or not.
Reimplemented from cmtool::CBoolAlgoBase.
Definition at line 13 of file CBAlgoMergeAll.cxx.
|
inlinevirtual |
Function to reset the algorithm instance ... maybe implemented via child class.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 44 of file CBAlgoMergeAll.h.
1.8.5