ATLAS Offline Software
Loading...
Searching...
No Matches
TestVectorChecker.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_CHECKER_H
6#define TEST_VECTOR_CHECKER_H
7
10
13{
16 Gaudi::Property<std::size_t> m_bufferSize {
17 this,
18 "bufferSize",
19 8192,
20 "Capacity of std::vector."
21 };
22
23 public:
24 TestVectorChecker(const std::string& name, ISvcLocator* pSvcLocator);
25 StatusCode initialize() override final;
26 StatusCode execute(const EventContext& ctx) const override final;
27};
28}
29
30#endif
31
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
StatusCode execute(const EventContext &ctx) const override final
TestVectorChecker(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< std::vector< unsigned long > > m_outputDataStreamBKey
SG::ReadHandleKey< std::vector< unsigned long > > m_outputDataStreamAKey
Gaudi::Property< std::size_t > m_bufferSize
Property holding a SG store/key/clid from which a ReadHandle is made.