IHitReader interface class definiton. More...
#include <IHitReader.h>
Public Member Functions | |
| virtual | ~IHitReader () noexcept=default |
| Virtual Destructor. More... | |
| virtual void | configure (const fhicl::ParameterSet &)=0 |
| Interface for configuring the particular algorithm tool. More... | |
| virtual bool | readHits (const std::vector< art::Ptr< recob::Hit >> &, std::vector< art::Ptr< recob::Hit >> &, std::vector< art::Ptr< recob::Hit >> &, std::vector< art::Ptr< recob::Hit >> &) const =0 |
| Scan an input collection of clusters and modify those according to the specific implementing algorithm. More... | |
IHitReader interface class definiton.
Definition at line 24 of file IHitReader.h.
|
virtualdefaultnoexcept |
Virtual Destructor.
|
pure virtual |
Interface for configuring the particular algorithm tool.
| ParameterSet | The input set of parameters for configuration |
Implemented in reco3d::HitsICARUS, and reco3d::HitsStandard.
|
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 reco3d::HitsICARUS, and reco3d::HitsStandard.
1.8.5