6#ifndef EFTRACKING_FPGA_INTEGRATION_FPGASTRIPCLUSTERING_H
7#define EFTRACKING_FPGA_INTEGRATION_FPGASTRIPCLUSTERING_H
22 using IntegrationBase::IntegrationBase;
24 StatusCode
execute(
const EventContext &ctx)
const override;
27 Gaudi::Property<std::string>
m_xclbin{
this,
"xclbin",
"",
"xclbin path and name"};
28 Gaudi::Property<std::string>
m_kernelName{
this,
"KernelName",
"",
"Kernel name"};
29 Gaudi::Property<std::string>
m_inputTV{
this,
"InputTV",
"",
"Input TestVector"};
30 Gaudi::Property<std::string>
m_refTV{
this,
"RefTV",
"",
"Reference TestVector"};
34 ToolHandle<FPGADataFormatTool>
m_FPGADataFormatTool{
this,
"FPGADataFormatTool",
"FPGADataFormatTool",
"tool to convert RDOs into FPGA data format"};
Class for the strip clustering kernel.
StatusCode execute(const EventContext &ctx) const override
Should be overriden by derived classes to perform meaningful work.
StatusCode initialize() override
Implementation of strip clustering using FPGA acceleration.
Gaudi::Property< std::string > m_xclbin
Path and name of the xclbin file.
Gaudi::Property< std::string > m_refTV
Reference TestVector.
Gaudi::Property< std::string > m_kernelName
Kernel name.
Gaudi::Property< std::string > m_inputTV
Input TestVector.
SG::ReadHandleKey< SCT_RDO_Container > m_stripRDOKey
Input data key.
ToolHandle< FPGADataFormatTool > m_FPGADataFormatTool
The base class for the EFTracking FPGA integration development.
Property holding a SG store/key/clid from which a ReadHandle is made.