ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTestWritePVec.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-2024 CERN for the benefit of the ATLAS collaboration.
4 */
11
12
13#ifndef DATAMODELTESTDATACOMMON_XAODTESTWRITEPVEC_H
14#define DATAMODELTESTDATACOMMON_XAODTESTWRITEPVEC_H
15
16
20
21
22namespace DMTest {
23
24
30{
31public:
32 using AthReentrantAlgorithm::AthReentrantAlgorithm;
33
34
38 virtual StatusCode initialize() override;
39
40
44 virtual StatusCode execute (const EventContext& ctx) const override;
45
46
47private:
49 { this, "PVecKey", "pvec", };
50};
51
52
53} // namespace DMTest
54
55
56#endif // not DATAMODELTESTDATACOMMON_XAODTESTWRITEPVEC_H
Class used for testing xAOD data reading/writing with packed containers.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Algorithm to test writing xAOD data with packed containers.
SG::WriteHandleKey< DMTest::PVec > m_pvecKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23