ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
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
20
#include "
DataModelTestDataCommon/S3Cond.h
"
21
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
22
#include "
AthenaPoolUtilities/AthenaAttributeList.h
"
23
#include "
StoreGate/ReadCondHandleKey.h
"
24
#include "
StoreGate/WriteCondHandleKey.h
"
25
26
27
namespace
DMTest
{
28
29
30
class
CondAlg2
31
:
public
AthCondAlgorithm
32
{
33
public
:
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
54
private
:
55
SG::ReadCondHandleKey<AthenaAttributeList>
m_rltestKey
;
56
SG::ReadCondHandleKey<AthenaAttributeList>
m_tstestKey
;
57
SG::WriteCondHandleKey<DMTest::S3>
m_outKey
;
58
};
59
60
61
}
// namespace DMTest
62
63
64
#endif
// not DATAMODELTESTDATACOMMON_CONDALG2_H
AthCondAlgorithm.h
Base class for conditions algorithms.
AthenaAttributeList.h
ReadCondHandleKey.h
S3Cond.h
Conditions declarations for S3.
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
DMTest::CondAlg2::m_tstestKey
SG::ReadCondHandleKey< AthenaAttributeList > m_tstestKey
Definition
CondAlg2.h:56
DMTest::CondAlg2::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
CondAlg2.cxx:42
DMTest::CondAlg2::m_rltestKey
SG::ReadCondHandleKey< AthenaAttributeList > m_rltestKey
Definition
CondAlg2.h:55
DMTest::CondAlg2::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
CondAlg2.cxx:54
DMTest::CondAlg2::m_outKey
SG::WriteCondHandleKey< DMTest::S3 > m_outKey
Definition
CondAlg2.h:57
DMTest::CondAlg2::CondAlg2
CondAlg2(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
CondAlg2.cxx:27
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0