ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
condEx
AlgE.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHEXHIVE_CONDEX_ALGE_H
6
#define ATHEXHIVE_CONDEX_ALGE_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
StoreGate/ReadCondHandleKey.h
"
11
12
#include "
AthExHive/HiveDataObj.h
"
13
#include "
AthExHive/CondDataObj.h
"
14
#include "
AthExHive/CondDataObjY.h
"
15
#include "
AthExHive/CondDataObjZ.h
"
16
17
class
AlgE
:
public
AthReentrantAlgorithm
{
18
19
public
:
20
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
24
25
private
:
26
27
SG::ReadHandleKey<HiveDataObj>
m_rdh1
{
this
,
"Key_R1"
,
"a1"
,
"read key 1"
};
28
29
SG::ReadCondHandleKey<CondDataObj>
m_rch1
{
this
,
"Key_CH1"
,
"X2"
,
"cond read key1"
};
30
SG::ReadCondHandleKey<CondDataObjY>
m_rch2
{
this
,
"Key_CH2"
,
"Y1"
,
"cond read key2"
};
31
SG::ReadCondHandleKey<CondDataObjY>
m_rch3
{
this
,
"Key_CH3"
,
"Y2"
,
"cond read key3"
};
32
33
SG::ReadCondHandleKey<CondDataObjZ>
m_rch4
{
this
,
"Key_CH4"
,
"Z1"
,
"cond read key4"
};
34
35
36
};
37
#endif
AthReentrantAlgorithm.h
CondDataObjY.h
CondDataObjZ.h
CondDataObj.h
HiveDataObj.h
ReadCondHandleKey.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AlgE
Definition
AlgE.h:17
AlgE::m_rch3
SG::ReadCondHandleKey< CondDataObjY > m_rch3
Definition
AlgE.h:31
AlgE::initialize
virtual StatusCode initialize() override
Definition
AlgE.cxx:11
AlgE::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AlgE.cxx:31
AlgE::m_rdh1
SG::ReadHandleKey< HiveDataObj > m_rdh1
Definition
AlgE.h:27
AlgE::m_rch1
SG::ReadCondHandleKey< CondDataObj > m_rch1
Definition
AlgE.h:29
AlgE::m_rch2
SG::ReadCondHandleKey< CondDataObjY > m_rch2
Definition
AlgE.h:30
AlgE::m_rch4
SG::ReadCondHandleKey< CondDataObjZ > m_rch4
Definition
AlgE.h:33
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0