LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
IClusterModAlg interface class definiton. More...
#include "IClusterModAlg.h"
Public Member Functions | |
virtual | ~IClusterModAlg () noexcept=default |
Virtual Destructor. More... | |
virtual void | configure (const fhicl::ParameterSet &)=0 |
Interface for configuring the particular algorithm tool. More... | |
virtual void | ModifyClusters (reco::ClusterParametersList &) const =0 |
Scan an input collection of clusters and modify those according to the specific implementing algorithm. More... | |
virtual float | getTimeToExecute () const =0 |
If monitoring, recover the time to execute a particular function. More... | |
IClusterModAlg interface class definiton.
Definition at line 25 of file IClusterModAlg.h.
|
virtualdefaultnoexcept |
Virtual Destructor.
|
pure virtual |
Interface for configuring the particular algorithm tool.
ParameterSet | The input set of parameters for configuration |
|
pure virtual |
If monitoring, recover the time to execute a particular function.
Implemented in lar_cluster3d::ClusterPathFinder, lar_cluster3d::VoronoiPathFinder, and lar_cluster3d::ClusterMergeAlg.
|
pure virtual |
Scan an input collection of clusters and modify those according to the specific implementing algorithm.
clusterParametersList | A list of cluster objects (parameters from associated hits) |
Implemented in lar_cluster3d::ClusterPathFinder, lar_cluster3d::VoronoiPathFinder, and lar_cluster3d::ClusterMergeAlg.