ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
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
17
#include "
DataModelTestDataCommon/PVec.h
"
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
StoreGate/WriteHandleKey.h
"
20
21
22
namespace
DMTest
{
23
24
28
class
xAODTestWritePVec
29
:
public
AthReentrantAlgorithm
30
{
31
public
:
32
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
33
34
38
virtual
StatusCode
initialize
()
override
;
39
40
44
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
45
46
47
private
:
48
SG::WriteHandleKey<DMTest::PVec>
m_pvecKey
49
{
this
,
"PVecKey"
,
"pvec"
, };
50
};
51
52
53
}
// namespace DMTest
54
55
56
#endif
// not DATAMODELTESTDATACOMMON_XAODTESTWRITEPVEC_H
AthReentrantAlgorithm.h
PVec.h
Class used for testing xAOD data reading/writing with packed containers.
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::xAODTestWritePVec
Algorithm to test writing xAOD data with packed containers.
Definition
xAODTestWritePVec.h:30
DMTest::xAODTestWritePVec::m_pvecKey
SG::WriteHandleKey< DMTest::PVec > m_pvecKey
Definition
xAODTestWritePVec.h:49
DMTest::xAODTestWritePVec::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
xAODTestWritePVec.cxx:46
DMTest::xAODTestWritePVec::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestWritePVec.cxx:36
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