Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef EFTRACKING_FPGA_INTEGRATION_FPGASTRIPCLUSTERING_H
7 #define EFTRACKING_FPGA_INTEGRATION_FPGASTRIPCLUSTERING_H
22 using IntegrationBase::IntegrationBase;
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"};
37 #endif // EFTRACKING_FPGA_INTEGRATION_FPGASTRIPCLUSTERING_H
The base class for the EFTracking FPGA integration development.
Gaudi::Property< std::string > m_refTV
Reference TestVector.
Gaudi::Property< std::string > m_kernelName
Kernel name.
StatusCode execute(const EventContext &ctx) const override
Should be overriden by derived classes to perform meaningful work.
SG::ReadHandleKey< SCT_RDO_Container > m_stripRDOKey
Input data key.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< FPGADataFormatTool > m_FPGADataFormatTool
Gaudi::Property< std::string > m_inputTV
Input TestVector.
Class for the strip clustering kernel.
StatusCode initialize() override
Implementation of strip clustering using FPGA acceleration.
Gaudi::Property< std::string > m_xclbin
Path and name of the xclbin file.