LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "CBAlgoStartTrack.h"
Public Member Functions | |
CBAlgoStartTrack () | |
Default constructor. More... | |
virtual | ~CBAlgoStartTrack () |
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... | |
bool | IsStartTrack (const ::cluster::ClusterParamsAlg &cluster) |
bool | IsOverlappingBlob (const ::cluster::ClusterParamsAlg &cluster) |
void | SetMinWidth (double value) |
void | SetMinOpeningAngle (double value) |
void | SetMinEP (double value) |
void | SetMinHits (size_t value) |
void | SetDebug (bool flag) |
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 | |
size_t | _min_hits |
double | _min_width |
double | _min_opening_angle |
double | _min_EP |
bool | _debug |
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 28 of file CBAlgoStartTrack.h.
cmtool::CBAlgoStartTrack::CBAlgoStartTrack | ( | ) |
Default constructor.
Definition at line 9 of file CBAlgoStartTrack.cxx.
References SetDebug(), SetMinEP(), SetMinHits(), SetMinOpeningAngle(), and SetMinWidth().
|
inlinevirtual |
Default destructor.
Definition at line 36 of file CBAlgoStartTrack.h.
References Bool(), IsOverlappingBlob(), IsStartTrack(), Report(), and Reset().
|
virtual |
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. Core function: given the CPAN input, return whether a cluster should be merged or not.
Reimplemented from cmtool::CBoolAlgoBase.
Definition at line 57 of file CBAlgoStartTrack.cxx.
References _debug, _min_hits, IsOverlappingBlob(), and IsStartTrack().
Referenced by ~CBAlgoStartTrack().
|
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().
bool cmtool::CBAlgoStartTrack::IsOverlappingBlob | ( | const ::cluster::ClusterParamsAlg & | cluster | ) |
Definition at line 156 of file CBAlgoStartTrack.cxx.
References _min_EP, _min_opening_angle, and _min_width.
Referenced by Bool(), and ~CBAlgoStartTrack().
bool cmtool::CBAlgoStartTrack::IsStartTrack | ( | const ::cluster::ClusterParamsAlg & | cluster | ) |
Definition at line 147 of file CBAlgoStartTrack.cxx.
References _min_EP.
Referenced by Bool(), and ~CBAlgoStartTrack().
|
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().
|
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 140 of file CBAlgoStartTrack.cxx.
Referenced by ~CBAlgoStartTrack().
|
virtual |
Function to reset the algorithm instance ... maybe implemented via child class.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 22 of file CBAlgoStartTrack.cxx.
Referenced by ~CBAlgoStartTrack().
|
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 |
Definition at line 88 of file CBAlgoStartTrack.h.
References _debug.
Referenced by CBAlgoStartTrack().
|
inline |
Definition at line 84 of file CBAlgoStartTrack.h.
References _min_EP, and fhicl::detail::atom::value().
Referenced by CBAlgoStartTrack().
|
inline |
Definition at line 86 of file CBAlgoStartTrack.h.
References _min_hits, and fhicl::detail::atom::value().
Referenced by CBAlgoStartTrack().
|
inline |
Definition at line 82 of file CBAlgoStartTrack.h.
References _min_opening_angle, and fhicl::detail::atom::value().
Referenced by CBAlgoStartTrack().
|
inline |
Definition at line 80 of file CBAlgoStartTrack.h.
References _min_width, and fhicl::detail::atom::value().
Referenced by CBAlgoStartTrack().
|
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 94 of file CBAlgoStartTrack.h.
Referenced by Bool(), and SetDebug().
|
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 93 of file CBAlgoStartTrack.h.
Referenced by IsOverlappingBlob(), IsStartTrack(), and SetMinEP().
|
protected |
Definition at line 92 of file CBAlgoStartTrack.h.
Referenced by Bool(), and SetMinHits().
|
protected |
Definition at line 93 of file CBAlgoStartTrack.h.
Referenced by IsOverlappingBlob(), and SetMinOpeningAngle().
|
protected |
Definition at line 93 of file CBAlgoStartTrack.h.
Referenced by IsOverlappingBlob(), and SetMinWidth().
|
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(), cmtool::CBAlgoOutOfConeSeparate::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::CFAlgoQRatio::Float(), cmtool::CFAlgoZOverlap::Float(), cmtool::CFAlgoStartPointMatch::Float(), cmtool::CMAlgoBase::SetVerbose(), cmtool::CBAlgoShortestDist::ShortestDistanceSquared(), cmtool::CBAlgoShortestDistSmallCluster::ShortestDistanceSquared(), cmtool::CBAlgoCenterOfMassSmall::ShortestDistanceSquared(), and cmtool::CBAlgoCenterOfMass::ShortestDistanceSquared().