ATLAS Offline Software
Loading...
Searching...
No Matches
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
23
24
25namespace DMTest {
26
27
30{
31public:
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
53private:
56};
57
58
59} // namespace DMTest
60
61
62#endif // not DATAMODELTESTDATACOMMON_METAREADERALG_H
Metadata declarations for C.
Metadata declarations for S1.
An algorithm that can be simultaneously executed in multiple threads.
MetaReaderAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadMetaHandleKey< DMTest::C > m_cKey
SG::ReadMetaHandleKey< DMTest::S1 > m_s1Key
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm execute method.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition B.h:23