ATLAS Offline Software
AllocTestReadWithAlloc.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 DATAMODELTESTDATAREAD_ALLOCTESTREADWITHALLOC_H
14 #define DATAMODELTESTDATAREAD_ALLOCTESTREADWITHALLOC_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 DATAMODELTESTDATAREAD_ALLOCTESTREADWITHALLOC_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AllocTest.h
Testing an xAOD object with a non-standard memory allocator.
DMTest::AllocTestReadWithAlloc
Test reading AllocTest with a non-default allocator.
Definition: AllocTestReadWithAlloc.h:34
DMTest::AllocTestReadWithAlloc::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: AllocTestReadWithAlloc.cxx:33
AllocTestContainer.h
Testing an xAOD object with a non-standard memory allocator.
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:
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
DMTest::AllocTestReadWithAlloc::m_containerKey
SG::ReadHandleKey< AllocTestContainer > m_containerKey
Definition: AllocTestReadWithAlloc.h:53
DMTest::AllocTestReadWithAlloc::initialize
virtual StatusCode initialize() override
Gaudi initialize method.
Definition: AllocTestReadWithAlloc.cxx:23
DMTest
Definition: B.h:23