ATLAS Offline Software
Loading...
Searching...
No Matches
MetaWriterAlg.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 DATAMODELTESTDATACOMMON_METAWRITERALG_H
15#define DATAMODELTESTDATACOMMON_METAWRITERALG_H
16
17
19#include "GaudiKernel/ServiceHandle.h"
20
21
22namespace DMTest {
23
24
26 : public AthAlgorithm
27{
28public:
34 MetaWriterAlg (const std::string &name, ISvcLocator *pSvcLocator);
35
36
40 virtual StatusCode initialize() override;
41
42
46 virtual StatusCode execute() override;
47
48
49private:
51};
52
53
54} // namespace DMTest
55
56
57#endif // not DATAMODELTESTDATACOMMON_METAWRITERALG_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute() override
Algorithm execute method.
ServiceHandle< StoreGateSvc > m_metaStore
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
MetaWriterAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition B.h:23