ATLAS Offline Software
Loading...
Searching...
No Matches
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 */
11
12
13#ifndef DATAMODELTESTDATAWRITE_ALLOCTESTREADWITHOUTALLOC_H
14#define DATAMODELTESTDATAWRITE_ALLOCTESTREADWITHOUTALLOC_H
15
16
21
22
23namespace DMTest {
24
25
34{
35public:
36 using AthReentrantAlgorithm::AthReentrantAlgorithm;
37
38
42 virtual StatusCode initialize() override;
43
44
48 virtual StatusCode execute (const EventContext& ctx) const override;
49
50
51private:
53 { this, "ContainerKey", "AllocTest" };
54};
55
56
57} // namespace DMTest
58
59
60#endif // not DATAMODELTESTDATAWRITE_ALLOCTESTREADWITHOUTALLOC_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 ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Test reading AllocTest with a non-default allocator.
virtual StatusCode initialize() override
Gaudi initialize method.
SG::ReadHandleKey< AllocTestContainer > m_containerKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition B.h:23