10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <framework/datastore/StoreArray.h>
21 class ModuleParamList;
43 void apply(
const std::vector<std::pair<VxdID, long>>& uExtrapolations,
44 const std::vector<std::pair<VxdID, long>>& vExtrapolations)
override;
The Module parameter list class.
Findlet to calculate ROI on the PXD sensors based on input hits.
void initialize() override
Create the store arrays.
short m_param_uROIsizeL2
ROI size in u direction on L2.
short m_param_uROIsizeL1
ROI size in u direction on L1.
void apply(const std::vector< std::pair< VxdID, long > > &uExtrapolations, const std::vector< std::pair< VxdID, long > > &vExtrapolations) override
Load in the prepared hits and create tracks for extrapolation to PXD.
short m_param_vROIsizeL2
ROI size in v direction on L2.
ROICalculator()
Find intercepts in the 2D Hough space.
short m_param_vROIsizeL1
ROI size in v direction on L1.
StoreArray< ROIid > m_storeDATCONROIs
PXDIntercept StoreArray.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
std::string m_param_ROIsStoreArrayName
name of the PXDIntercept StoreArray
Accessor to arrays stored in the data store.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.