ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
xAODTestReadSymlink.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 DATAMODELTESTDATACOMMON_XAODTESTREADSYMLINK_H
17
#define DATAMODELTESTDATACOMMON_XAODTESTREADSYMLINK_H
18
19
20
#include "
DataModelTestDataCommon/S1.h
"
21
#include "
DataModelTestDataCommon/S2.h
"
22
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
23
#include "
StoreGate/ReadHandleKey.h
"
24
#include "
AthContainers/AuxElement.h
"
25
26
27
namespace
DMTest
{
28
29
30
class
xAODTestReadSymlink
31
:
public
AthReentrantAlgorithm
32
{
33
public
:
39
xAODTestReadSymlink
(
const
std::string &name, ISvcLocator *pSvcLocator);
40
41
45
virtual
StatusCode
initialize
()
override
;
46
47
51
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
52
53
54
private
:
55
SG::ReadHandleKey<SG::AuxElement>
m_objKey
;
56
57
SG::ReadHandleKey<DMTest::S1>
m_s1Key
;
58
SG::ReadHandleKey<DMTest::S2>
m_s2Key
;
59
SG::ReadHandleKey<DMTest::S2>
m_aliasKey
;
60
};
61
62
63
}
// namespace DMTest
64
65
66
#endif
// not DATAMODELTESTDATACOMMON_XAODTESTREADSYMLINK_H
AthReentrantAlgorithm.h
AuxElement.h
Base class for elements of a container that can have aux data.
S1.h
For symlink tests.
S2.h
For symlink tests.
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DMTest::xAODTestReadSymlink::xAODTestReadSymlink
xAODTestReadSymlink(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
xAODTestReadSymlink.cxx:21
DMTest::xAODTestReadSymlink::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
xAODTestReadSymlink.cxx:41
DMTest::xAODTestReadSymlink::m_aliasKey
SG::ReadHandleKey< DMTest::S2 > m_aliasKey
Definition
xAODTestReadSymlink.h:59
DMTest::xAODTestReadSymlink::m_s1Key
SG::ReadHandleKey< DMTest::S1 > m_s1Key
Definition
xAODTestReadSymlink.h:57
DMTest::xAODTestReadSymlink::m_objKey
SG::ReadHandleKey< SG::AuxElement > m_objKey
Definition
xAODTestReadSymlink.h:55
DMTest::xAODTestReadSymlink::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestReadSymlink.cxx:31
DMTest::xAODTestReadSymlink::m_s2Key
SG::ReadHandleKey< DMTest::S2 > m_s2Key
Definition
xAODTestReadSymlink.h:58
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0