ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
EFTracking
EFTrackingFPGAIntegration
EFTrackingFPGAUtility
EFTrackingFPGAUtility
TestVectorGenerator.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
#ifndef TEST_VECTOR_GENERATOR_H
6
#define TEST_VECTOR_GENERATOR_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
StoreGate/WriteHandleKey.h
"
10
11
namespace
EFTrackingFPGAUtility
{
12
class
TestVectorGenerator
:
public
AthReentrantAlgorithm
13
{
14
SG::WriteHandleKey<std::vector<unsigned long>
>
m_inputDataStreamKey
{
15
this
,
16
"inputDataStream"
,
17
""
,
18
"Key to access encoded 64bit words following the EFTracking specification, read as input."
19
};
20
21
Gaudi::Property<std::size_t>
m_bufferSize
{
22
this
,
23
"bufferSize"
,
24
8192,
25
"Capacity of std::vector."
26
};
27
28
public
:
29
TestVectorGenerator
(
const
std::string& name, ISvcLocator* pSvcLocator);
30
StatusCode
initialize
() override final;
31
StatusCode
execute
(
const
EventContext& ctx)
const
override final;
32
};
33
}
34
35
#endif
36
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
EFTrackingFPGAUtility::TestVectorGenerator::m_inputDataStreamKey
SG::WriteHandleKey< std::vector< unsigned long > > m_inputDataStreamKey
Definition
TestVectorGenerator.h:14
EFTrackingFPGAUtility::TestVectorGenerator::m_bufferSize
Gaudi::Property< std::size_t > m_bufferSize
Definition
TestVectorGenerator.h:21
EFTrackingFPGAUtility::TestVectorGenerator::TestVectorGenerator
TestVectorGenerator(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TestVectorGenerator.cxx:11
EFTrackingFPGAUtility::TestVectorGenerator::execute
StatusCode execute(const EventContext &ctx) const override final
Definition
TestVectorGenerator.cxx:24
EFTrackingFPGAUtility::TestVectorGenerator::initialize
StatusCode initialize() override final
Definition
TestVectorGenerator.cxx:17
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
const
EFTrackingFPGAUtility
Definition
TestVectorChecker.h:11
Generated on
for ATLAS Offline Software by
1.17.0