ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
condEx
AlgD.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_ALGD_H
6
#define ATHEXHIVE_CONDEX_ALGD_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
15
class
AlgD
:
public
AthReentrantAlgorithm
{
16
17
public
:
18
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
19
20
virtual
StatusCode
initialize
()
override
;
21
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
22
23
private
:
24
25
SG::ReadHandleKey<HiveDataObj>
m_rdh1
{
this
,
"Key_R1"
,
"a1"
,
"read key 1"
};
26
27
SG::ReadCondHandleKey<CondDataObj>
m_rch1
{
this
,
"Key_CH1"
,
"X1"
,
"cond read key1"
};
28
SG::ReadCondHandleKey<CondDataObj>
m_rch2
{
this
,
"Key_CH2"
,
"X2"
,
"cond read key2"
};
29
30
};
31
#endif
AthReentrantAlgorithm.h
CondDataObj.h
HiveDataObj.h
ReadCondHandleKey.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AlgD
Definition
AlgD.h:15
AlgD::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AlgD.cxx:27
AlgD::initialize
virtual StatusCode initialize() override
Definition
AlgD.cxx:11
AlgD::m_rch2
SG::ReadCondHandleKey< CondDataObj > m_rch2
Definition
AlgD.h:28
AlgD::m_rch1
SG::ReadCondHandleKey< CondDataObj > m_rch1
Definition
AlgD.h:27
AlgD::m_rdh1
SG::ReadHandleKey< HiveDataObj > m_rdh1
Definition
AlgD.h:25
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