10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/utilities/WeightedRelation.h>
13#include <tracking/ckf/svd/entities/CKFToSVDState.h>
14#include <framework/datastore/StoreArray.h>
21 class ModuleParamList;
33 TrackFindingCDC::WeightedRelation<CKFToSVDState>> {
53 std::vector<TrackFindingCDC::WeightedRelation<
CKFToSVDState>>& relations) final;
Specialized CKF State for extrapolating into the SVD.
The Module parameter list class.
This is the Reconstruction Event-Data Model Track.
Simplified relation creator only creating relations between states of CDC Reco Track seeds and states...
std::string m_param_spacePointTrackCandidateName
Store Array name of the space point track candidates coming from VXDTF2.
RelationFromSVDTracksCreator()
Construct this findlet and add the subfindlet as listener.
void apply(std::vector< CKFToSVDState > &seedStates, std::vector< CKFToSVDState > &states, std::vector< TrackFindingCDC::WeightedRelation< CKFToSVDState > > &relations) final
Create relations between seeds and hits or hits and hits.
std::string m_param_vxdTracksStoreArrayName
Store Array name coming from VXDTF2.
void initialize() final
Require the store array.
std::string m_param_cdcTracksStoreArrayName
Store Array name coming from CDCTF.
StoreArray< RecoTrack > m_vxdRecoTracks
Store Array of the VXD tracks to use.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters of the subfindlet.
Accessor to arrays stored in the data store.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Type for two related objects with a weight.
Abstract base class for different kinds of events.