10#include <tracking/ckf/general/findlets/StateCreator.dcl.h> 
   21  class ModuleParamList;
 
   23  template <
class AState>
 
   31    void apply(
const std::vector<RecoTrack*>& objects, std::vector<AState>& states) 
final;
 
The Module parameter list class.
An adaption of the normal state creator introducing another parameter to reverse the seed.
bool m_param_reverseSeed
Reverse the seed.
Create new states and add them to a vector from a given object vector.
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.