 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
13 #include <tracking/trackFindingCDC/findlets/base/StoreArrayLoader.h>
15 #include <type_traits>
22 namespace TrackFindingCDC {
34 template <
class TWrappedFindlet>
35 class FindletStoreArrayInput :
public TrackFindingCDC::Findlet<> {
39 using Super = TrackFindingCDC::Findlet<>;
78 void apply() override final
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters to a module.
void addProcessingSignalListener(ProcessingSignalListener *psl)
Register a processing signal listener to be notified.
void apply(std::vector< IOType * > &output) final
Loads the items from the DataStore.
Abstract base class for different kinds of events.
virtual void exposeParameters(ModuleParamList *moduleParamList __attribute__((unused)), const std::string &prefix __attribute__((unused)))
Forward prefixed parameters of this findlet to the module parameter list.
void beginEvent() override
Receive and dispatch signal for the start of a new event.
The Module parameter list class.