ATLAS Offline Software
Loading...
Searching...
No Matches
CondAlg1.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-2022 CERN for the benefit of the ATLAS collaboration.
4 */
11
12
13#ifndef DATAMODELTESTDATACOMMON_CONDALG1_H
14#define DATAMODELTESTDATACOMMON_CONDALG1_H
15
21
22
23namespace DMTest {
24
25
27 : public AthCondAlgorithm
28{
29public:
35 CondAlg1 (const std::string &name, ISvcLocator *pSvcLocator);
36
37
41 virtual StatusCode initialize() override;
42
43
47 virtual StatusCode execute (const EventContext& ctx) const override;
48
49
50private:
53};
54
55
56} // namespace DMTest
57
58
59#endif // not DATAMODELTESTDATACOMMON_CONDALG1_H
Base class for conditions algorithms.
Conditions declarations for S2.
Base class for conditions algorithms.
SG::ReadCondHandleKey< AthenaAttributeList > m_attrListKey
Definition CondAlg1.h:51
SG::WriteCondHandleKey< DMTest::S2 > m_scondKey
Definition CondAlg1.h:52
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition CondAlg1.cxx:50
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition CondAlg1.cxx:39
CondAlg1(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition CondAlg1.cxx:26
Definition B.h:23