10#include <tracking/spacePointCreation/SpacePoint.h>
11#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/findlets/base/StoreArrayLoader.h>
24 class ModuleParamList;
39 void apply(std::vector<const SpacePoint*>& spacePoints)
final;
The Module parameter list class.
Load the space points from the store array to the given vector.
SpacePointLoader()
Add the sub findlet as a listener.
void apply(std::vector< const SpacePoint * > &spacePoints) final
Do the space point retrieval.
TrackFindingCDC::StoreArrayLoader< const SpacePoint > m_storeArrayLoader
Findlet for actually loading the hits.
bool m_param_useAssignedHits
Use only already used hits.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Helper findlet to allow combined findlets to import data from the DataStore.
Abstract base class for different kinds of events.