10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/eventTimeExtraction/findlets/TrackSelector.h>
13#include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
14#include <tracking/trackFindingCDC/findlets/wrapper/FindletStoreArrayInput.h>
24 template<
class AFindlet>
39 void apply(std::vector<RecoTrack*>& recoTracks)
override final;
49 template <
class AFindlet>
The Module parameter list class.
Utility for the track selection - used in various calibration modules.
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
Interface for a minimal algorithm part that wants to expose some parameters to a module.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override final
Expose our parameters to the super module.
BaseEventTimeExtractorModuleFindlet()
Add the subfindlet as listener.
void apply(std::vector< RecoTrack * > &recoTracks) override final
Apply the findlets.
Abstract base class for different kinds of events.