ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
condEx
CondAlgZ.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHEXHIVE_CONDEX_CONDALGZ_H
6
#define ATHEXHIVE_CONDEX_CONDALGZ_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
12
#include "
AthExHive/CondDataObj.h
"
13
#include "
AthExHive/CondDataObjY.h
"
14
#include "
AthExHive/CondDataObjZ.h
"
15
16
17
class
CondAlgZ
:
public
AthCondAlgorithm
{
18
19
public
:
20
using
AthCondAlgorithm::AthCondAlgorithm;
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
24
25
private
:
26
27
SG::ReadCondHandleKey<CondDataObj>
m_rchk1
{
this
,
"Key_RCH1"
,
"X2"
,
"read cond handle key 1"
};
28
SG::ReadCondHandleKey<CondDataObjY>
m_rchk2
{
this
,
"Key_RCH2"
,
"Y1"
,
"read cond handle key 2"
};
29
SG::ReadCondHandleKey<CondDataObjY>
m_rchk3
{
this
,
"Key_RCH3"
,
"Y2"
,
"read cond handle key 3"
};
30
31
SG::WriteCondHandleKey<CondDataObjZ>
m_wch
{
this
,
"Key_WCH"
,
"Z1"
,
"write cond handle key"
};
32
};
33
34
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CondDataObjY.h
CondDataObjZ.h
CondDataObj.h
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
CondAlgZ
Definition
CondAlgZ.h:17
CondAlgZ::m_rchk2
SG::ReadCondHandleKey< CondDataObjY > m_rchk2
Definition
CondAlgZ.h:28
CondAlgZ::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CondAlgZ.cxx:22
CondAlgZ::m_rchk3
SG::ReadCondHandleKey< CondDataObjY > m_rchk3
Definition
CondAlgZ.h:29
CondAlgZ::initialize
virtual StatusCode initialize() override
Definition
CondAlgZ.cxx:10
CondAlgZ::m_rchk1
SG::ReadCondHandleKey< CondDataObj > m_rchk1
Definition
CondAlgZ.h:27
CondAlgZ::m_wch
SG::WriteCondHandleKey< CondDataObjZ > m_wch
Definition
CondAlgZ.h:31
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0