ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
condEx
AlgC.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_ALGC_H
6
#define ATHEXHIVE_CONDEX_ALGC_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
AlgC
:
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"
,
"a2"
,
"read key 1"
};
26
27
SG::ReadCondHandleKey<CondDataObj>
m_rch
{
this
,
"Key_CH"
,
"X1"
,
"cond read key"
};
28
29
};
30
#endif
AthReentrantAlgorithm.h
CondDataObj.h
HiveDataObj.h
ReadCondHandleKey.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
AlgC
Definition
AlgC.h:15
AlgC::m_rdh1
SG::ReadHandleKey< HiveDataObj > m_rdh1
Definition
AlgC.h:25
AlgC::m_rch
SG::ReadCondHandleKey< CondDataObj > m_rch
Definition
AlgC.h:27
AlgC::initialize
virtual StatusCode initialize() override
Definition
AlgC.cxx:11
AlgC::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AlgC.cxx:26
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