ATLAS Offline Software
Loading...
Searching...
No Matches
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
22
23
24namespace DMTest {
25
26
35{
36public:
37 using AthReentrantAlgorithm::AthReentrantAlgorithm;
38
39
43 virtual StatusCode initialize() override;
44
45
49 virtual StatusCode execute (const EventContext& ctx) const override;
50
51
52private:
54 { this, "ContainerKey", "AllocTest" };
55};
56
57
58} // namespace DMTest
59
60
61#endif // not DATAMODELTESTDATAREAD_ALLOCTESTWRITEWITHALLOC_H
Testing an xAOD object with a non-standard memory allocator.
Testing an xAOD object with a non-standard memory allocator.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Test writing AllocTest with a non-default allocator.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Gaudi initialize method.
SG::WriteHandleKey< AllocTestContainer > m_containerKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23