ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataWrite
src
xAODTestWriteCVecConst.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
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id$
14
15
16
#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITECVECCONST_H
17
#define DATAMODELTESTDATAWRITE_XAODTESTWRITECVECCONST_H
18
19
20
#include "
DataModelTestDataCommon/CVec.h
"
21
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
22
#include "
StoreGate/WriteHandleKey.h
"
23
24
25
namespace
DMTest
{
26
27
31
class
xAODTestWriteCVecConst
32
:
public
AthReentrantAlgorithm
33
{
34
public
:
40
xAODTestWriteCVecConst
(
const
std::string &name, ISvcLocator *pSvcLocator);
41
42
46
virtual
StatusCode
initialize
()
override
;
47
48
52
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
53
54
58
virtual
StatusCode
finalize
()
override
;
59
60
61
private
:
62
SG::WriteHandleKey<DMTest::CVec>
m_cvecKey
;
63
};
64
65
66
}
// namespace DMTest
67
68
69
#endif
// not DATAMODELTESTDATAWRITE_XAODTESTWRITECVECCONST_H
AthReentrantAlgorithm.h
CVec.h
Class used for testing xAOD data reading/writing.
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::xAODTestWriteCVecConst::m_cvecKey
SG::WriteHandleKey< DMTest::CVec > m_cvecKey
Definition
xAODTestWriteCVecConst.h:62
DMTest::xAODTestWriteCVecConst::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
xAODTestWriteCVecConst.cxx:52
DMTest::xAODTestWriteCVecConst::finalize
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Definition
xAODTestWriteCVecConst.cxx:76
DMTest::xAODTestWriteCVecConst::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestWriteCVecConst.cxx:42
DMTest::xAODTestWriteCVecConst::xAODTestWriteCVecConst
xAODTestWriteCVecConst(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
xAODTestWriteCVecConst.cxx:30
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