LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "CFAlgo3DAngle.h"
Public Member Functions | |
CFAlgo3DAngle () | |
Default constructor. More... | |
virtual | ~CFAlgo3DAngle () |
Default destructor. More... | |
virtual float | Float (const std::vector< const cluster::ClusterParamsAlg * > &clusters) |
virtual void | FixPhiTheta (double &phi, double &theta) |
virtual void | SetMaxMiddleMin (const double first, const double second, const double third, double &most, double &middle, double &least) |
void | SetDebug (bool debug) |
void | SetThetaCut (float theta_cut) |
void | SetPhiCut (float phi_cut) |
void | SetRatio (float ratio) |
virtual void | Report () |
virtual void | Reset () |
Function to reset the algorithm instance called within CMergeManager/CMatchManager's Reset() ... maybe implemented via child class. 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 | |
float | _theta_cut |
float | _phi_cut |
float | _ratio_cut |
float | _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 CFloatAlgoBase class doxygen documentation!
Definition at line 25 of file CFAlgo3DAngle.h.
cmtool::CFAlgo3DAngle::CFAlgo3DAngle | ( | ) |
Default constructor.
Definition at line 9 of file CFAlgo3DAngle.cxx.
References SetDebug(), SetPhiCut(), SetRatio(), and SetThetaCut().
|
inlinevirtual |
Default destructor.
Definition at line 33 of file CFAlgo3DAngle.h.
References FixPhiTheta(), Float(), and SetMaxMiddleMin().
|
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 |
If phi or theta are <360 (or greater than), adjust them to be in a more easily comparable range.
Definition at line 171 of file CFAlgo3DAngle.cxx.
Referenced by Float(), and ~CFAlgo3DAngle().
|
virtual |
Calculate 3d angles from all permutations of the 3 planes. Weight them according to charge profile. Choose the 2 best weights and compare those 2 theta and phi
Reimplemented from cmtool::CFloatAlgoBase.
Definition at line 28 of file CFAlgo3DAngle.cxx.
References _debug, _phi_cut, _ratio_cut, FixPhiTheta(), util::GeometryUtilities::Get3DaxisN(), and SetMaxMiddleMin().
Referenced by ~CFAlgo3DAngle().
|
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 Bool() function is called for all possible cluster pairs by CMergeManager/CMatchManager IFF run with verbosity level kPerIteration. Maybe useful for debugging.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 270 of file CFAlgo3DAngle.cxx.
Referenced by SetRatio().
|
virtual |
Function to reset the algorithm instance called within CMergeManager/CMatchManager's Reset() ... maybe implemented via child class.
Reimplemented from cmtool::CMAlgoBase.
Definition at line 21 of file CFAlgo3DAngle.cxx.
Referenced by SetRatio().
|
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 50 of file CFAlgo3DAngle.h.
References _debug, and tca::debug.
Referenced by CFAlgo3DAngle().
|
virtual |
|
inline |
|
inline |
Definition at line 56 of file CFAlgo3DAngle.h.
References _ratio_cut, Report(), and Reset().
Referenced by CFAlgo3DAngle().
|
inline |
Definition at line 52 of file CFAlgo3DAngle.h.
References _theta_cut.
Referenced by CFAlgo3DAngle().
|
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 66 of file CFAlgo3DAngle.h.
Referenced by Float(), 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 64 of file CFAlgo3DAngle.h.
Referenced by Float(), and SetPhiCut().
|
protected |
Definition at line 65 of file CFAlgo3DAngle.h.
Referenced by Float(), and SetRatio().
|
protected |
Definition at line 63 of file CFAlgo3DAngle.h.
Referenced by SetThetaCut().
|
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().