#include <CFAlgoShowerCompat.h>
Public Member Functions | |
CFAlgoShowerCompat () | |
Default constructor. More... | |
float | Float (util::GeometryUtilities const &, const std::vector< const cluster::ClusterParamsAlg * > &clusters) override |
void | Report () override |
void | Reset () override |
Function to reset the algorithm instance, called together with manager's Reset() More... | |
void | PrintClusterInfo (const cluster::ClusterParamsAlg &c) |
void | WriteHaxFile () |
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 | |
TTree * | _ana_tree |
double | _o_ang_avg |
double | _o_ang_rms |
double | _o_ang_wt_avg |
double | _o_ang_wt_rms |
double | _max_trackness |
double | _max_len_over_width |
double | _min_oa_over_len |
double | _max_poly_perim_over_A |
double | _min_modhitdens |
TFile * | _fout_hax |
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 CFloatAlgoBase class doxygen documentation!
Definition at line 31 of file CFAlgoShowerCompat.h.
cmtool::CFAlgoShowerCompat::CFAlgoShowerCompat | ( | ) |
Default constructor.
Definition at line 7 of file CFAlgoShowerCompat.cxx.
|
overridevirtual |
Core function: given a set of CPANs, return a float which indicates the compatibility the cluster combination.
Reimplemented from cmtool::CFloatAlgoBase.
Definition at line 39 of file CFAlgoShowerCompat.cxx.
void cmtool::CFAlgoShowerCompat::PrintClusterInfo | ( | const cluster::ClusterParamsAlg & | c | ) |
Definition at line 104 of file CFAlgoShowerCompat.cxx.
|
overridevirtual |
Optional function: called after each iterative approach if a manager class is run with verbosity level <= kPerIteration. Maybe useful for debugging.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 99 of file CFAlgoShowerCompat.cxx.
|
overridevirtual |
Function to reset the algorithm instance, called together with manager's Reset()
Reimplemented from cmtool::CMAlgoBase.
Definition at line 33 of file CFAlgoShowerCompat.cxx.
|
inline |
Definition at line 61 of file CFAlgoShowerCompat.h.
|
private |
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 iterative loop. 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 iterative loop.
Definition at line 66 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 102 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 97 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 99 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 96 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 100 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 98 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 92 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 93 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 94 of file CFAlgoShowerCompat.h.
|
private |
Definition at line 95 of file CFAlgoShowerCompat.h.