LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "CBAlgoOutOfConeSeparate.h"
Public Member Functions | |
CBAlgoOutOfConeSeparate () | |
Default constructor. More... | |
virtual | ~CBAlgoOutOfConeSeparate () |
Default destructor. More... | |
virtual bool | Bool (const ::cluster::ClusterParamsAlg &cluster1, const ::cluster::ClusterParamsAlg &cluster2) |
void | SetDebug (bool on) |
Set Debug Mode on or off. More... | |
void | SetMaxAngleSep (float angle) |
Set Max Angle Separation for separation. More... | |
void | SetMaxAngleFar (float angle) |
Set Max Angle Separation for separation for far away clusters. More... | |
void | SetStartAngleFalloff (float d) |
Set Distance at which cone-acceptance angle starts falling off as 1/distance. Value should be distance^2 in cm^2. More... | |
void | SetMinLength (float len) |
Set Minimum length for "big" cluster. More... | |
void | SetMinHits (size_t n) |
SetMinimum number of hits for small cluster. More... | |
virtual void | Reset () |
Function to reset the algorithm instance ... maybe implemented via child class. More... | |
virtual void | Report () |
Function to report what's going on per merging. More... | |
virtual void | EventBegin (const std::vector< cluster::ClusterParamsAlg > &clusters) |
virtual void | EventEnd () |
virtual void | IterationBegin (const std::vector< cluster::ClusterParamsAlg > &clusters) |
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 | |
bool | _debug |
float | _MaxAngle |
float | _MaxAngleFar |
float | _MinLen |
float | _FallOff |
size_t | _minHits |
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... | |
Definition at line 27 of file CBAlgoOutOfConeSeparate.h.
cmtool::CBAlgoOutOfConeSeparate::CBAlgoOutOfConeSeparate | ( | ) |
Default constructor.
Definition at line 9 of file CBAlgoOutOfConeSeparate.cxx.
References SetDebug(), SetMaxAngleSep(), SetMinHits(), SetMinLength(), and SetStartAngleFalloff().
|
inlinevirtual |
|
virtual |
Core function: given the ClusterParamsAlg input, return whether a cluster should be merged or not.
Reimplemented from cmtool::CBoolAlgoBase.
Definition at line 22 of file CBAlgoOutOfConeSeparate.cxx.
References _debug, _FallOff, _MaxAngle, _MaxAngleFar, _minHits, _MinLen, cmtool::CMAlgoBase::_verbose, and SetMaxAngleFar().
Referenced by ~CBAlgoOutOfConeSeparate().
|
inlinevirtualinherited |
Optional function: called at the beginning of 1st iteration. This is called per event.
Reimplemented in cmtool::CFAlgoArray, cmtool::CPAlgoArray, cmtool::CBAlgoArray, and cmtool::CBAlgoPolyShortestDist.
Definition at line 45 of file CMAlgoBase.h.
Referenced by cmtool::CMergeManager::EventBegin().
|
inlinevirtualinherited |
Optional function: called at the end of event ... after the last merging iteration is over.
Reimplemented in cmtool::CFAlgoArray, cmtool::CPAlgoArray, and cmtool::CBAlgoArray.
Definition at line 51 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::CFAlgoArray, cmtool::CPAlgoArray, and cmtool::CBAlgoArray.
Definition at line 59 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::CFAlgoArray, cmtool::CPAlgoArray, and cmtool::CBAlgoArray.
Definition at line 65 of file CMAlgoBase.h.
Referenced by cmtool::CMatchManager::IterationEnd(), and cmtool::CMergeManager::IterationEnd().
|
inlinevirtual |
Function to report what's going on per merging.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 66 of file CBAlgoOutOfConeSeparate.h.
|
inlinevirtual |
Function to reset the algorithm instance ... maybe implemented via child class.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 63 of file CBAlgoOutOfConeSeparate.h.
|
inlineinherited |
Setter function for an output plot TFile pointer.
Definition at line 77 of file CMAlgoBase.h.
References cmtool::CMAlgoBase::_fout.
Referenced by cmtool::CMergeManager::EventBegin().
|
inline |
Set Debug Mode on or off.
Definition at line 45 of file CBAlgoOutOfConeSeparate.h.
References _debug.
Referenced by CBAlgoOutOfConeSeparate().
|
inline |
Set Max Angle Separation for separation for far away clusters.
Definition at line 51 of file CBAlgoOutOfConeSeparate.h.
References _MaxAngleFar.
Referenced by Bool().
|
inline |
Set Max Angle Separation for separation.
Definition at line 48 of file CBAlgoOutOfConeSeparate.h.
References _MaxAngle.
Referenced by CBAlgoOutOfConeSeparate().
|
inline |
SetMinimum number of hits for small cluster.
Definition at line 60 of file CBAlgoOutOfConeSeparate.h.
Referenced by CBAlgoOutOfConeSeparate().
|
inline |
Set Minimum length for "big" cluster.
Definition at line 57 of file CBAlgoOutOfConeSeparate.h.
References _MinLen.
Referenced by CBAlgoOutOfConeSeparate().
|
inline |
Set Distance at which cone-acceptance angle starts falling off as 1/distance. Value should be distance^2 in cm^2.
Definition at line 54 of file CBAlgoOutOfConeSeparate.h.
Referenced by CBAlgoOutOfConeSeparate().
|
inlinevirtualinherited |
Setter function for verbosity.
Reimplemented in cmtool::CBAlgoArray, cmtool::CFAlgoChargeDistrib, cmtool::CFAlgoVolumeOverlap, cmtool::CFAlgoWireOverlap, cmtool::CFAlgoStartPointCompat, cmtool::CFAlgoStartTimeCompat, cmtool::CFAlgoTimeOverlap, cmtool::CBAlgoStartInCone, cmtool::CBAlgoShortestDistNonEndpoint, and cmtool::CBAlgoTrackSeparate.
Definition at line 80 of file CMAlgoBase.h.
References cmtool::CMAlgoBase::_verbose.
Referenced by cmtool::CMatchManager::EventBegin(), cmtool::CMergeManager::EventBegin(), and cluster::SimpleClusterMerger::SimpleClusterMerger().
|
protected |
Definition at line 70 of file CBAlgoOutOfConeSeparate.h.
Referenced by Bool(), and SetDebug().
|
protected |
Definition at line 74 of file CBAlgoOutOfConeSeparate.h.
Referenced by Bool(), and SetStartAngleFalloff().
|
protectedinherited |
TFile pointer to an output file.
Definition at line 85 of file CMAlgoBase.h.
Referenced by cmtool::CMAlgoBase::CMAlgoBase(), and cmtool::CMAlgoBase::SetAnaFile().
|
protected |
Definition at line 71 of file CBAlgoOutOfConeSeparate.h.
Referenced by Bool(), and SetMaxAngleSep().
|
protected |
Definition at line 72 of file CBAlgoOutOfConeSeparate.h.
Referenced by Bool(), and SetMaxAngleFar().
|
protected |
Definition at line 75 of file CBAlgoOutOfConeSeparate.h.
Referenced by Bool(), and SetMinHits().
|
protected |
Definition at line 73 of file CBAlgoOutOfConeSeparate.h.
Referenced by Bool(), and SetMinLength().
|
protectedinherited |
Boolean to choose verbose mode. Turned on if CMergeManager/CMatchManager's verbosity level is >= kPerMerging.
Definition at line 88 of file CMAlgoBase.h.
Referenced by cmtool::CBAlgoAngleAlign::Bool(), cmtool::CBAlgoAngleCompat::Bool(), cmtool::CBAlgoShortestDistSmallCluster::Bool(), cmtool::CBAlgoShortestDist::Bool(), Bool(), cmtool::CBAlgoPolyOverlap::Bool(), cmtool::CBAlgoAngleSeparate::Bool(), cmtool::CBAlgoCenterOfMassSmall::Bool(), cmtool::CBAlgoCenterOfMass::Bool(), cmtool::CBAlgoStartInPoly::Bool(), cmtool::CBAlgoStartNearEnd::Bool(), cmtool::CBAlgoProhibitAllTracks::Bool(), cmtool::CBAlgoShortestDist::CBAlgoShortestDist(), cmtool::CBAlgoShortestDistSmallCluster::CBAlgoShortestDistSmallCluster(), cmtool::CMAlgoBase::CMAlgoBase(), cmtool::CFAlgoZOverlap::Float(), cmtool::CFAlgoQRatio::Float(), cmtool::CFAlgoStartPointMatch::Float(), cmtool::CMAlgoBase::SetVerbose(), cmtool::CBAlgoShortestDist::ShortestDistanceSquared(), cmtool::CBAlgoShortestDistSmallCluster::ShortestDistanceSquared(), cmtool::CBAlgoCenterOfMass::ShortestDistanceSquared(), and cmtool::CBAlgoCenterOfMassSmall::ShortestDistanceSquared().