Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef EFTRACKING_FPGA_INTEGRATION_PIXELCLUSTERING_H
12 #define EFTRACKING_FPGA_INTEGRATION_PIXELCLUSTERING_H
27 using IntegrationBase::IntegrationBase;
32 Gaudi::Property<std::string>
m_xclbin{
this,
"xclbin",
"",
"xclbin path and name"};
33 Gaudi::Property<std::string>
m_kernelName{
this,
"KernelName",
"",
"Kernel name"};
34 Gaudi::Property<std::string>
m_inputTV{
this,
"InputTV",
"",
"Input TestVector"};
35 Gaudi::Property<std::string>
m_refTV{
this,
"RefTV",
"",
"Reference TestVector"};
39 ToolHandle<FPGADataFormatTool>
m_FPGADataFormatTool{
this,
"FPGADataFormatTool",
"FPGADataFormatTool",
"Tool to convert RDOs into FPGA data format"};
40 ToolHandle<xAODClusterMaker>
m_xAODClusterMaker{
this,
"xAODClusterMaker",
"xAODClusterMaker",
"Tool for creating xAOD containers"};
43 #endif // EFTRACKING_FPGA_INTEGRATION_PIXELCLUSTERING_H
The base class for the EFTracking FPGA integration development.
StatusCode execute(const EventContext &ctx) const override
Should be overriden by derived classes to perform meaningful work.
Gaudi::Property< std::string > m_refTV
Reference TestVector.
StatusCode initialize() override
Detect the OpenCL devices and prepare OpenCL context.
Gaudi::Property< std::string > m_xclbin
Path and name of the xclbin file.
Gaudi::Property< std::string > m_kernelName
Kernel name.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_inputTV
Input TestVector.
Class for the pixel clustering kernel.
ToolHandle< xAODClusterMaker > m_xAODClusterMaker
ToolHandle< FPGADataFormatTool > m_FPGADataFormatTool
SG::ReadHandleKey< PixelRDO_Container > m_pixelRDOKey