9#include <tracking/ckf/general/findlets/StateCreatorWithReversal.dcl.h>
11#include <framework/core/ModuleParamList.h>
19 template <
class AState>
23 states.emplace_back(
object, m_param_reverseSeed);
27 template <
class AState>
The Module parameter list class.
This is the Reconstruction Event-Data Model Track.
void addParameter(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module list.
void apply(const std::vector< RecoTrack * > &objects, std::vector< AState > &states) final
Create states from the space points, including a reverse flag or not.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters.
Abstract base class for different kinds of events.