#include <CPriorityAlgoBase.h>
Public Member Functions | |
CPriorityAlgoBase () | |
Default constructor. More... | |
virtual | ~CPriorityAlgoBase () |
Default destructor. More... | |
virtual float | Priority (const cluster::ClusterParamsAlg &cluster) |
Public Member Functions inherited from cmtool::CMAlgoBase | |
CMAlgoBase () | |
virtual | ~CMAlgoBase ()=default |
virtual void | Reset () |
Function to reset the algorithm instance called within CMergeManager/CMatchManager's Reset() ... maybe implemented via child class. More... | |
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... | |
An abstract base class for CMatchManager and CMergeManager to determine cluster "priority" for matching and merging action respectively.
Definition at line 27 of file CPriorityAlgoBase.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Core function: given the CPAN input, return whether a cluster should be merged or not.
Definition at line 41 of file CPriorityAlgoBase.h.