ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataWrite
src
xAODTestWriteSymlinks.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-2019 CERN for the benefit of the ATLAS collaboration.
4
*/
5
// $Id$
12
13
14
#ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITESYMLINKS_H
15
#define DATAMODELTESTDATAWRITE_XAODTESTWRITESYMLINKS_H
16
17
18
#include "
DataModelTestDataCommon/S1.h
"
19
#include "
DataModelTestDataCommon/S2.h
"
20
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
21
#include "
StoreGate/ReadHandleKey.h
"
22
#include "
StoreGate/WriteHandleKey.h
"
23
24
25
namespace
DMTest
{
26
27
31
class
xAODTestWriteSymlinks
32
:
public
AthReentrantAlgorithm
33
{
34
public
:
40
xAODTestWriteSymlinks
(
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
55
private
:
57
SG::WriteHandleKey<DMTest::S2>
m_s2Key
;
58
60
SG::WriteHandleKey<DMTest::S1>
m_s1Key
;
61
63
SG::WriteHandleKey<DMTest::S2>
m_aliasKey
;
64
};
65
66
67
}
// namespace DMTest
68
69
70
#endif
// not DATAMODELTESTDATAWRITE_XAODTESTWRITESYMLINKS_H
AthReentrantAlgorithm.h
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.
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::xAODTestWriteSymlinks::m_s2Key
SG::WriteHandleKey< DMTest::S2 > m_s2Key
Main output.
Definition
xAODTestWriteSymlinks.h:57
DMTest::xAODTestWriteSymlinks::xAODTestWriteSymlinks
xAODTestWriteSymlinks(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
xAODTestWriteSymlinks.cxx:26
DMTest::xAODTestWriteSymlinks::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestWriteSymlinks.cxx:39
DMTest::xAODTestWriteSymlinks::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
xAODTestWriteSymlinks.cxx:53
DMTest::xAODTestWriteSymlinks::m_aliasKey
SG::WriteHandleKey< DMTest::S2 > m_aliasKey
Alias.
Definition
xAODTestWriteSymlinks.h:63
DMTest::xAODTestWriteSymlinks::m_s1Key
SG::WriteHandleKey< DMTest::S1 > m_s1Key
Symlink.
Definition
xAODTestWriteSymlinks.h:60
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