12#ifndef EFTRACKING_FPGA_INTEGRATION__TEST_VECTOR_TOOL_H
13#define EFTRACKING_FPGA_INTEGRATION__TEST_VECTOR_TOOL_H
46class TestVectorTool :
public extends<AthAlgTool, IEFTrackingFPGAIntegrationTool>
49 using extends::extends;
58 StatusCode
prepareTV(
const std::string &inputFile, std::vector<uint64_t> &testVector)
const;
63 StatusCode
compare(
const std::vector<uint64_t> &tv_1,
const std::vector<uint64_t> &tv_2)
const;
The class for enconding RDO to FPGA format.
PixelClusterContainer_v1 PixelClusterContainer
Define the version of the pixel cluster container.
StripClusterContainer_v1 StripClusterContainer
Define the version of the strip cluster container.
std::vector< uint64_t > refTV
std::vector< uint64_t > inputTV
TVHolder(const std::string &name)