ATLAS Offline Software
Loading...
Searching...
No Matches
CondAlg2.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*/
5/*
6 */
7// $Id$
15
16
17#ifndef DATAMODELTESTDATACOMMON_CONDALG2_H
18#define DATAMODELTESTDATACOMMON_CONDALG2_H
19
25
26
27namespace DMTest {
28
29
31 : public AthCondAlgorithm
32{
33public:
39 CondAlg2 (const std::string &name, ISvcLocator *pSvcLocator);
40
41
45 virtual StatusCode initialize() override;
46
47
51 virtual StatusCode execute (const EventContext& ctx) const override;
52
53
54private:
58};
59
60
61} // namespace DMTest
62
63
64#endif // not DATAMODELTESTDATACOMMON_CONDALG2_H
Base class for conditions algorithms.
Conditions declarations for S3.
Base class for conditions algorithms.
SG::ReadCondHandleKey< AthenaAttributeList > m_tstestKey
Definition CondAlg2.h:56
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition CondAlg2.cxx:42
SG::ReadCondHandleKey< AthenaAttributeList > m_rltestKey
Definition CondAlg2.h:55
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition CondAlg2.cxx:54
SG::WriteCondHandleKey< DMTest::S3 > m_outKey
Definition CondAlg2.h:57
CondAlg2(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition CondAlg2.cxx:27
Definition B.h:23