ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
MetaReaderAlg.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 DATAMODELTESTDATACOMMON_METAREADERALG_H
15
#define DATAMODELTESTDATACOMMON_METAREADERALG_H
16
17
18
#include "
DataModelTestDataCommon/S1Meta.h
"
19
#include "
DataModelTestDataCommon/CMeta.h
"
20
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
21
#include "
StoreGate/ReadMetaHandleKey.h
"
22
#include "
StoreGate/ReadMetaHandle.h
"
23
24
25
namespace
DMTest
{
26
27
28
class
MetaReaderAlg
29
:
public
AthReentrantAlgorithm
30
{
31
public
:
37
MetaReaderAlg
(
const
std::string &name, ISvcLocator *pSvcLocator);
38
39
43
virtual
StatusCode
initialize
()
override
;
44
45
50
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
51
52
53
private
:
54
SG::ReadMetaHandleKey<DMTest::S1>
m_s1Key
;
55
SG::ReadMetaHandleKey<DMTest::C>
m_cKey
;
56
};
57
58
59
}
// namespace DMTest
60
61
62
#endif
// not DATAMODELTESTDATACOMMON_METAREADERALG_H
AthReentrantAlgorithm.h
CMeta.h
Metadata declarations for C.
ReadMetaHandleKey.h
ReadMetaHandle.h
S1Meta.h
Metadata declarations for S1.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DMTest::MetaReaderAlg::MetaReaderAlg
MetaReaderAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
MetaReaderAlg.cxx:25
DMTest::MetaReaderAlg::m_cKey
SG::ReadMetaHandleKey< DMTest::C > m_cKey
Definition
MetaReaderAlg.h:55
DMTest::MetaReaderAlg::m_s1Key
SG::ReadMetaHandleKey< DMTest::S1 > m_s1Key
Definition
MetaReaderAlg.h:54
DMTest::MetaReaderAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm execute method.
Definition
MetaReaderAlg.cxx:48
DMTest::MetaReaderAlg::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
MetaReaderAlg.cxx:36
SG::ReadMetaHandleKey
Definition
ReadMetaHandleKey.h:18
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0