ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataRead
src
xAODTestReadCInfo.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-2017 CERN for the benefit of the ATLAS collaboration.
4
*/
5
// $Id$
12
13
14
#ifndef DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
15
#define DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
16
17
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
DataModelTestDataCommon/C.h
"
20
#include "
DataModelTestDataCommon/CAuxContainer.h
"
21
22
23
namespace
DMTest
{
24
25
29
class
xAODTestReadCInfo
30
:
public
AthReentrantAlgorithm
31
{
32
public
:
38
xAODTestReadCInfo
(
const
std::string &name, ISvcLocator *pSvcLocator);
39
40
44
virtual
StatusCode
initialize
();
45
46
50
virtual
StatusCode
execute
(
const
EventContext& ctx)
const
;
51
52
53
private
:
54
SG::ReadHandleKey<DMTest::C>
m_cinfoKey
;
55
SG::WriteHandleKey<DMTest::C>
m_writeKey
;
56
};
57
58
59
}
// namespace DMTest
60
61
62
#endif
// not DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
AthReentrantAlgorithm.h
CAuxContainer.h
Class used for testing xAOD data reading/writing.
C.h
Class used for testing xAOD data reading/writing.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DMTest::xAODTestReadCInfo::m_writeKey
SG::WriteHandleKey< DMTest::C > m_writeKey
Definition
xAODTestReadCInfo.h:55
DMTest::xAODTestReadCInfo::execute
virtual StatusCode execute(const EventContext &ctx) const
Algorithm event processing.
Definition
xAODTestReadCInfo.cxx:55
DMTest::xAODTestReadCInfo::m_cinfoKey
SG::ReadHandleKey< DMTest::C > m_cinfoKey
Definition
xAODTestReadCInfo.h:54
DMTest::xAODTestReadCInfo::initialize
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestReadCInfo.cxx:43
DMTest::xAODTestReadCInfo::xAODTestReadCInfo
xAODTestReadCInfo(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
xAODTestReadCInfo.cxx:31
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
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