#include <CPAlgoNHits.h>
Public Member Functions | |
CPAlgoNHits () | |
Default constructor. More... | |
virtual | ~CPAlgoNHits () |
Default destructor. More... | |
virtual float | Priority (const ::cluster::ClusterParamsAlg &cluster) |
void | SetMinHits (size_t n) |
Setter for minimum # hits. More... | |
Public Member Functions inherited from cmtool::CPriorityAlgoBase | |
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... | |
Protected Attributes | |
size_t | _min_hits |
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... | |
Simple algorithm to determine priority based on # of hits. If # hits < set cut value by a user, returns -1.
Definition at line 25 of file CPAlgoNHits.h.
cmtool::CPAlgoNHits::CPAlgoNHits | ( | ) |
Default constructor.
Definition at line 6 of file CPAlgoNHits.cxx.
|
inlinevirtual |
|
virtual |
Core function: given the CPAN input, return a float which indicates the user-defined priority for analysis.
Definition at line 13 of file CPAlgoNHits.cxx.
|
inline |
|
protected |
Definition at line 46 of file CPAlgoNHits.h.