LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "IHitParticleAssociations.h"
Public Member Functions | |
virtual | ~IHitParticleAssociations () noexcept=default |
Virtual Destructor. More... | |
virtual void | reconfigure (fhicl::ParameterSet const &pset)=0 |
Interface for configuring the particular algorithm tool. More... | |
virtual void | CreateHitParticleAssociations (art::Event &, HitParticleAssociations *)=0 |
This rebuilds the internal maps. More... | |
Definition at line 36 of file IHitParticleAssociations.h.
|
virtualdefaultnoexcept |
Virtual Destructor.
|
pure virtual |
This rebuilds the internal maps.
Implemented in t0::DirectHitParticleAssns, and t0::IndirectHitParticleAssns.
|
pure virtual |
Interface for configuring the particular algorithm tool.
ParameterSet | The input set of parameters for configuration |
Implemented in t0::DirectHitParticleAssns, and t0::IndirectHitParticleAssns.