10#include <tracking/spacePointCreation/SpacePoint.h>
11#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/findlets/base/StoreArrayLoader.h>
39 void apply(std::vector<const SpacePoint*>& spacePoints)
final;
The Module parameter list class.
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.
TrackFindingCDC::Findlet< const SpacePoint * > Super
Parent class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
SpacePoint typically is build from 1 PXDCluster or 1-2 SVDClusters.
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.