ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataRead
src
AllocTestWriteWithAlloc.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
*/
11
12
13
14
#ifndef DATAMODELTESTDATAREAD_ALLOCTESTWRITEWITHALLOC_H
15
#define DATAMODELTESTDATAREAD_ALLOCTESTWRITEWITHALLOC_H
16
17
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
StoreGate/WriteHandleKey.h
"
20
#include "
DataModelTestDataRead/AllocTestContainer.h
"
21
#include "
DataModelTestDataRead/AllocTest.h
"
22
23
24
namespace
DMTest
{
25
26
33
class
AllocTestWriteWithAlloc
34
:
public
AthReentrantAlgorithm
35
{
36
public
:
37
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
38
39
43
virtual
StatusCode
initialize
()
override
;
44
45
49
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
50
51
52
private
:
53
SG::WriteHandleKey<AllocTestContainer>
m_containerKey
54
{
this
,
"ContainerKey"
,
"AllocTest"
};
55
};
56
57
58
}
// namespace DMTest
59
60
61
#endif
// not DATAMODELTESTDATAREAD_ALLOCTESTWRITEWITHALLOC_H
AthReentrantAlgorithm.h
AllocTestContainer.h
Testing an xAOD object with a non-standard memory allocator.
AllocTest.h
Testing an xAOD object with a non-standard memory allocator.
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
DMTest::AllocTestWriteWithAlloc
Test writing AllocTest with a non-default allocator.
Definition
AllocTestWriteWithAlloc.h:35
DMTest::AllocTestWriteWithAlloc::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
AllocTestWriteWithAlloc.cxx:32
DMTest::AllocTestWriteWithAlloc::initialize
virtual StatusCode initialize() override
Gaudi initialize method.
Definition
AllocTestWriteWithAlloc.cxx:22
DMTest::AllocTestWriteWithAlloc::m_containerKey
SG::WriteHandleKey< AllocTestContainer > m_containerKey
Definition
AllocTestWriteWithAlloc.h:54
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0