ATLAS Offline Software
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 
10 
11 namespace EFTrackingFPGAUtility {
13 {
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 
EFTrackingFPGAUtility::TestVectorGenerator::m_inputDataStreamKey
SG::WriteHandleKey< std::vector< unsigned long > > m_inputDataStreamKey
Definition: TestVectorGenerator.h:14
EFTrackingFPGAUtility::TestVectorGenerator::initialize
StatusCode initialize() override final
Definition: TestVectorGenerator.cxx:17
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:560
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EFTrackingFPGAUtility::TestVectorGenerator
Definition: TestVectorGenerator.h:13
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
EFTrackingFPGAUtility::TestVectorGenerator::TestVectorGenerator
TestVectorGenerator(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TestVectorGenerator.cxx:11
EFTrackingFPGAUtility
Definition: TestVectorChecker.h:11
EFTrackingFPGAUtility::TestVectorGenerator::execute
StatusCode execute(const EventContext &ctx) const override final
Definition: TestVectorGenerator.cxx:24
EFTrackingFPGAUtility::TestVectorGenerator::m_bufferSize
Gaudi::Property< std::size_t > m_bufferSize
Definition: TestVectorGenerator.h:21