#include <CBAlgoMergeTinyWithBig.h>
Public Member Functions | |
CBAlgoMergeTinyWithBig () | |
Default constructor. More... | |
virtual | ~CBAlgoMergeTinyWithBig () |
Default destructor. More... | |
virtual bool | Bool (const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2) |
virtual void | Report () |
virtual void | Reset () |
Function to reset the algorithm instance ... maybe implemented via child class. More... | |
void | SetMinHitsBig (size_t nhits) |
void | SetMaxHitsBig (size_t nhits) |
void | SetMinHitsSmall (size_t nhits) |
void | SetMaxHitsSmall (size_t nhits) |
void | SetMinDistSquared (double dist) |
void | SetDebug (bool flag) |
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 () |
void | SetAnaFile (TFile *fout) |
Setter function for an output plot TFile pointer. More... | |
virtual void | SetVerbose (bool doit=true) |
Setter function for verbosity. More... | |
Private Attributes | |
size_t | _min_hits_small |
size_t | _max_hits_small |
size_t | _min_hits_big |
size_t | _max_hits_big |
double | _dist_sqrd_cut |
bool | _debug |
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 CBoolAlgoBase class doxygen documentation!
This algo looks for tiny clusters and looks to merge them with big clusters. It uses code from PolyShortestDist and says if the small cluster is close(ish) to the big one, merge it.
Definition at line 31 of file CBAlgoMergeTinyWithBig.h.
cmtool::CBAlgoMergeTinyWithBig::CBAlgoMergeTinyWithBig | ( | ) |
Default constructor.
Definition at line 8 of file CBAlgoMergeTinyWithBig.cxx.
|
inlinevirtual |
|
virtual |
Core function: given the CPAN input, return whether a cluster should be merged or not.
Reimplemented from cmtool::CBoolAlgoBase.
Definition at line 28 of file CBAlgoMergeTinyWithBig.cxx.
|
virtual |
Optional function: called after each Merge() function call by CMergeManager IFF CMergeManager is run with verbosity level kPerMerging. Maybe useful for debugging.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 114 of file CBAlgoMergeTinyWithBig.cxx.
|
virtual |
Function to reset the algorithm instance ... maybe implemented via child class.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 21 of file CBAlgoMergeTinyWithBig.cxx.
|
inline |
Definition at line 98 of file CBAlgoMergeTinyWithBig.h.
|
inline |
Definition at line 90 of file CBAlgoMergeTinyWithBig.h.
|
inline |
Definition at line 94 of file CBAlgoMergeTinyWithBig.h.
|
inline |
Definition at line 96 of file CBAlgoMergeTinyWithBig.h.
|
inline |
Optional function: called at the beginning of 1st iteration. This is called per event. Optional function: called at the end of event ... after the last merging iteration is over. Optional function: called at the beggining of each iteration over all pairs of clusters. This provides all clusters' information in case the algorithm need them. Note this is called per iteration which may be more than once per event. Optional function: called at the end of each iteration over all pairs of clusters.
Definition at line 88 of file CBAlgoMergeTinyWithBig.h.
|
inline |
Definition at line 92 of file CBAlgoMergeTinyWithBig.h.
|
private |
Definition at line 106 of file CBAlgoMergeTinyWithBig.h.
|
private |
Definition at line 104 of file CBAlgoMergeTinyWithBig.h.
|
private |
Definition at line 102 of file CBAlgoMergeTinyWithBig.h.
|
private |
Definition at line 102 of file CBAlgoMergeTinyWithBig.h.
|
private |
Definition at line 102 of file CBAlgoMergeTinyWithBig.h.
|
private |
Definition at line 102 of file CBAlgoMergeTinyWithBig.h.