ATLAS Offline Software
AllocTestReadWithoutAlloc.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
4  */
13 #ifndef DATAMODELTESTDATAWRITE_ALLOCTESTREADWITHOUTALLOC_H
14 #define DATAMODELTESTDATAWRITE_ALLOCTESTREADWITHOUTALLOC_H
15 
16 
21 
22 
23 namespace DMTest {
24 
25 
33  : public AthReentrantAlgorithm
34 {
35 public:
37 
38 
42  virtual StatusCode initialize() override;
43 
44 
48  virtual StatusCode execute (const EventContext& ctx) const override;
49 
50 
51 private:
53  { this, "ContainerKey", "AllocTest" };
54 };
55 
56 
57 } // namespace DMTest
58 
59 
60 #endif // not DATAMODELTESTDATAWRITE_ALLOCTESTREADWITHOUTALLOC_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DMTest::AllocTestReadWithoutAlloc
Test reading AllocTest with a non-default allocator.
Definition: AllocTestReadWithoutAlloc.h:34
DMTest::AllocTestReadWithoutAlloc::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: AllocTestReadWithoutAlloc.cxx:33
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
AllocTest.h
Testing an xAOD object with a non-standard memory allocator.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
DMTest::AllocTestReadWithoutAlloc::m_containerKey
SG::ReadHandleKey< AllocTestContainer > m_containerKey
Definition: AllocTestReadWithoutAlloc.h:53
DMTest::AllocTestReadWithoutAlloc::initialize
virtual StatusCode initialize() override
Gaudi initialize method.
Definition: AllocTestReadWithoutAlloc.cxx:23
AllocTestContainer.h
Testing an xAOD object with a non-standard memory allocator.
DMTest
Definition: B.h:23