#include <CBAlgoAngleIncompat.h>
Public Member Functions | |
CBAlgoAngleIncompat () | |
Default constructor. More... | |
virtual | ~CBAlgoAngleIncompat () |
Default destructor. More... | |
virtual bool | Bool (const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2) |
void | SetAllow180Ambig (bool on) |
void | SetAngleCut (double angle) |
void | SetUseOpeningAngle (bool on) |
void | SetMinHits (int n) |
void | SetMinLength (double l) |
void | SetDebug (bool on) |
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 | 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 | |
bool | _debug |
bool | _allow_180_ambig |
double | _max_allowed_2D_angle_diff |
double | _min_length |
bool | _use_opening_angle |
size_t | _minHits |
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!
Definition at line 26 of file CBAlgoAngleIncompat.h.
cmtool::CBAlgoAngleIncompat::CBAlgoAngleIncompat | ( | ) |
Default constructor.
Definition at line 8 of file CBAlgoAngleIncompat.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 25 of file CBAlgoAngleIncompat.cxx.
|
inline |
Definition at line 43 of file CBAlgoAngleIncompat.h.
|
inline |
Definition at line 45 of file CBAlgoAngleIncompat.h.
|
inline |
Definition at line 53 of file CBAlgoAngleIncompat.h.
|
inline |
Definition at line 49 of file CBAlgoAngleIncompat.h.
|
inline |
Definition at line 51 of file CBAlgoAngleIncompat.h.
|
inline |
Definition at line 47 of file CBAlgoAngleIncompat.h.
|
protected |
Definition at line 58 of file CBAlgoAngleIncompat.h.
|
protected |
Definition at line 57 of file CBAlgoAngleIncompat.h.
|
protected |
Definition at line 59 of file CBAlgoAngleIncompat.h.
|
protected |
Definition at line 60 of file CBAlgoAngleIncompat.h.
|
protected |
Definition at line 62 of file CBAlgoAngleIncompat.h.
|
protected |
Definition at line 61 of file CBAlgoAngleIncompat.h.