LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "CFAlgoShowerCompat.h"
Public Member Functions | |
CFAlgoShowerCompat () | |
Default constructor. More... | |
virtual | ~CFAlgoShowerCompat () |
Default destructor. More... | |
virtual float | Float (const std::vector< const cluster::ClusterParamsAlg * > &clusters) |
virtual void | Report () |
virtual void | Reset () |
Function to reset the algorithm instance, called together with manager's Reset() More... | |
void | PrintClusterInfo (const cluster::ClusterParamsAlg &c) |
void | WriteHaxFile () |
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 | |
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 | |
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 |
User implementation for CFloatAlgoBase class doxygen documentation!
Definition at line 31 of file CFAlgoShowerCompat.h.
cmtool::CFAlgoShowerCompat::CFAlgoShowerCompat | ( | ) |
Default constructor.
Definition at line 10 of file CFAlgoShowerCompat.cxx.
References _ana_tree, _fout_hax, _max_len_over_width, _max_poly_perim_over_A, _max_trackness, _min_modhitdens, _min_oa_over_len, _o_ang_avg, _o_ang_rms, _o_ang_wt_avg, and _o_ang_wt_rms.
|
inlinevirtual |
Default destructor.
Definition at line 39 of file CFAlgoShowerCompat.h.
References Float(), PrintClusterInfo(), Report(), and Reset().
|
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().
|
virtual |
Core function: given a set of CPANs, return a float which indicates the compatibility the cluster combination.
Reimplemented from cmtool::CFloatAlgoBase.
Definition at line 43 of file CFAlgoShowerCompat.cxx.
References _ana_tree, _max_len_over_width, _max_poly_perim_over_A, _max_trackness, _min_modhitdens, _min_oa_over_len, _o_ang_avg, _o_ang_rms, _o_ang_wt_avg, and _o_ang_wt_rms.
Referenced by ~CFAlgoShowerCompat().
|
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().
void cmtool::CFAlgoShowerCompat::PrintClusterInfo | ( | const cluster::ClusterParamsAlg & | c | ) |
Definition at line 105 of file CFAlgoShowerCompat.cxx.
References cluster::ClusterParamsAlg::GetParams(), and cluster::cluster_params::opening_angle.
Referenced by ~CFAlgoShowerCompat().
|
virtual |
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.
Referenced by ~CFAlgoShowerCompat().
|
virtual |
Function to reset the algorithm instance, called together with manager's Reset()
Reimplemented from cmtool::CMAlgoBase.
Definition at line 36 of file CFAlgoShowerCompat.cxx.
Referenced by ~CFAlgoShowerCompat().
|
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().
|
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().
|
inline |
|
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 69 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), Float(), and WriteHaxFile().
|
protectedinherited |
TFile pointer to an output file.
Definition at line 85 of file CMAlgoBase.h.
Referenced by cmtool::CMAlgoBase::CMAlgoBase(), and cmtool::CMAlgoBase::SetAnaFile().
|
private |
Definition at line 107 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and WriteHaxFile().
|
private |
Definition at line 102 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 104 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 101 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 105 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 103 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 97 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 98 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 99 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
private |
Definition at line 100 of file CFAlgoShowerCompat.h.
Referenced by CFAlgoShowerCompat(), and Float().
|
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::CFAlgoZOverlap::Float(), cmtool::CFAlgoQRatio::Float(), cmtool::CFAlgoStartPointMatch::Float(), cmtool::CMAlgoBase::SetVerbose(), cmtool::CBAlgoShortestDist::ShortestDistanceSquared(), cmtool::CBAlgoShortestDistSmallCluster::ShortestDistanceSquared(), cmtool::CBAlgoCenterOfMass::ShortestDistanceSquared(), and cmtool::CBAlgoCenterOfMassSmall::ShortestDistanceSquared().