ATLAS Offline Software
Loading...
Searching...
No Matches
F100EDMConversionAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#ifndef EFTRACKING_FPGA_EDMCONVERSION_H
7#define EFTRACKING_FPGA_EDMCONVERSION_H
8
9// Athena include
11#include "GaudiKernel/ServiceHandle.h"
14
15// STL include
16#include <string>
17#include <vector>
18
24{
26 {
27 public:
28 using AthReentrantAlgorithm::AthReentrantAlgorithm;
29
30 virtual StatusCode initialize() override;
31
32 virtual StatusCode execute(const EventContext &ctx) const;
33
34
35 protected:
36 ToolHandle<xAODClusterMaker> m_xaodClusterMaker{
37 this,
38 "xAODClusterMaker",
39 "xAODClusterMaker",
40 "Tool for creating xAOD cluster containers"};
41
42
43 SG::ReadHandleKey<std::vector<uint32_t>> m_FPGAPixelOutput{this, "FPGAOutputPixelKey", "FPGAPixelOutput", "Pixel output from FPGA"};
44 SG::ReadHandleKey<std::vector<uint32_t>> m_FPGAStripOutput{this, "FPGAOutputStripKey", "FPGAStripOutput", "Strip output from FPGA"};
45
46
47 };
48}
49
50#endif // EFTRACKING_FPGA_EDMCONVERSION_H
51
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< std::vector< uint32_t > > m_FPGAPixelOutput
ToolHandle< xAODClusterMaker > m_xaodClusterMaker
Tool for creating xAOD containers.
virtual StatusCode execute(const EventContext &ctx) const
SG::ReadHandleKey< std::vector< uint32_t > > m_FPGAStripOutput
Property holding a SG store/key/clid from which a ReadHandle is made.
The class for enconding RDO to FPGA format.