LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "CBAlgoPolyShortestDist.h"
Public Member Functions | |
CBAlgoPolyShortestDist () | |
Default constructor. More... | |
virtual | ~CBAlgoPolyShortestDist () |
Default destructor. More... | |
virtual void | EventBegin (const std::vector< cluster::ClusterParamsAlg > &clusters) |
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 | SetMinNumHits (size_t nhits) |
void | SetMaxNumHits (int nhits) |
void | SetMinDistSquared (double dist) |
void | SetDebug (bool flag) |
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... | |
Protected Attributes | |
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... | |
Private Attributes | |
size_t | _min_hits |
size_t | _max_hits |
double | _dist_sqrd_cut |
bool | _debug |
double | tmp_min_dist |
User implementation for CBoolAlgoBase class doxygen documentation!
Definition at line 28 of file CBAlgoPolyShortestDist.h.
cmtool::CBAlgoPolyShortestDist::CBAlgoPolyShortestDist | ( | ) |
Default constructor.
Definition at line 8 of file CBAlgoPolyShortestDist.cxx.
References SetDebug(), SetMaxNumHits(), SetMinDistSquared(), and SetMinNumHits().
|
inlinevirtual |
Default destructor.
Definition at line 35 of file CBAlgoPolyShortestDist.h.
References Bool(), EventBegin(), Report(), and Reset().
|
virtual |
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. Core function: given the CPAN input, return whether a cluster should be merged or not.
Reimplemented from cmtool::CBoolAlgoBase.
Definition at line 51 of file CBAlgoPolyShortestDist.cxx.
References _debug, _dist_sqrd_cut, _max_hits, _min_hits, and tmp_min_dist.
Referenced by ~CBAlgoPolyShortestDist().
|
virtual |
Optional function: called at the beginning of 1st iteration. This is called per event.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 23 of file CBAlgoPolyShortestDist.cxx.
References tmp_min_dist.
Referenced by ~CBAlgoPolyShortestDist().
|
inlinevirtualinherited |
Optional function: called at the end of event ... after the last merging iteration is over.
Reimplemented in cmtool::CPAlgoArray, and cmtool::CBAlgoArray.
Definition at line 50 of file CMAlgoBase.h.
Referenced by cmtool::CMatchManager::EventEnd(), and cmtool::CMergeManager::EventEnd().
|
inlinevirtualinherited |
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.
Reimplemented in cmtool::CPAlgoArray, and cmtool::CBAlgoArray.
Definition at line 57 of file CMAlgoBase.h.
Referenced by cmtool::CMatchManager::EventBegin(), cmtool::CMatchManager::IterationBegin(), and cmtool::CMergeManager::IterationBegin().
|
inlinevirtualinherited |
Optional function: called at the end of each iteration over all pairs of clusters.
Reimplemented in cmtool::CPAlgoArray, and cmtool::CBAlgoArray.
Definition at line 62 of file CMAlgoBase.h.
Referenced by cmtool::CMatchManager::IterationEnd(), and cmtool::CMergeManager::IterationEnd().
|
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 100 of file CBAlgoPolyShortestDist.cxx.
Referenced by ~CBAlgoPolyShortestDist().
|
virtual |
Function to reset the algorithm instance ... maybe implemented via child class.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 18 of file CBAlgoPolyShortestDist.cxx.
Referenced by ~CBAlgoPolyShortestDist().
|
inlineinherited |
Setter function for an output plot TFile pointer.
Definition at line 72 of file CMAlgoBase.h.
References cmtool::CMAlgoBase::_fout.
Referenced by cmtool::CMergeManager::EventBegin().
|
inline |
Definition at line 82 of file CBAlgoPolyShortestDist.h.
References _debug.
Referenced by CBAlgoPolyShortestDist().
|
inline |
Definition at line 78 of file CBAlgoPolyShortestDist.h.
References _max_hits.
Referenced by CBAlgoPolyShortestDist().
|
inline |
Definition at line 80 of file CBAlgoPolyShortestDist.h.
References _dist_sqrd_cut, and larg4::dist().
Referenced by CBAlgoPolyShortestDist().
|
inline |
Definition at line 76 of file CBAlgoPolyShortestDist.h.
References _min_hits.
Referenced by CBAlgoPolyShortestDist().
|
inlinevirtualinherited |
Setter function for verbosity.
Reimplemented in cmtool::CBAlgoArray, and cmtool::CFAlgoTimeOverlap.
Definition at line 75 of file CMAlgoBase.h.
References cmtool::CMAlgoBase::_verbose.
Referenced by cmtool::CMatchManager::EventBegin(), and cmtool::CMergeManager::EventBegin().
|
private |
Definition at line 89 of file CBAlgoPolyShortestDist.h.
Referenced by Bool(), and SetDebug().
|
private |
Definition at line 87 of file CBAlgoPolyShortestDist.h.
Referenced by Bool(), and SetMinDistSquared().
|
protectedinherited |
TFile pointer to an output file.
Definition at line 79 of file CMAlgoBase.h.
Referenced by cmtool::CMAlgoBase::CMAlgoBase(), and cmtool::CMAlgoBase::SetAnaFile().
|
private |
Definition at line 85 of file CBAlgoPolyShortestDist.h.
Referenced by Bool(), and SetMaxNumHits().
|
private |
Definition at line 85 of file CBAlgoPolyShortestDist.h.
Referenced by Bool(), and SetMinNumHits().
|
protectedinherited |
Boolean to choose verbose mode. Turned on if CMergeManager/CMatchManager's verbosity level is >= kPerMerging.
Definition at line 82 of file CMAlgoBase.h.
Referenced by cmtool::CBAlgoAngleAlign::Bool(), cmtool::CBAlgoAngleCompat::Bool(), cmtool::CBAlgoPolyOverlap::Bool(), cmtool::CBAlgoOutOfConeSeparate::Bool(), cmtool::CBAlgoAngleSeparate::Bool(), cmtool::CBAlgoCenterOfMassSmall::Bool(), cmtool::CBAlgoCenterOfMass::Bool(), cmtool::CBAlgoStartNearEnd::Bool(), cmtool::CBAlgoProhibitAllTracks::Bool(), cmtool::CMAlgoBase::CMAlgoBase(), cmtool::CFAlgoZOverlap::Float(), cmtool::CFAlgoQRatio::Float(), cmtool::CMAlgoBase::SetVerbose(), cmtool::CBAlgoCenterOfMassSmall::ShortestDistanceSquared(), and cmtool::CBAlgoCenterOfMass::ShortestDistanceSquared().
|
private |
Definition at line 91 of file CBAlgoPolyShortestDist.h.
Referenced by Bool(), and EventBegin().