ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
condEx
AlgA.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_ALGA_H
6
#define ATHEXHIVE_CONDEX_ALGA_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
StoreGate/WriteHandleKey.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
AthExHive/HiveDataObj.h
"
12
13
#include "
xAODEventInfo/EventInfo.h
"
14
15
class
AlgA
:
public
AthReentrantAlgorithm
{
16
public
:
17
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
18
19
virtual
StatusCode
initialize
()
override
;
20
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
21
22
private
:
23
24
SG::WriteHandleKey<HiveDataObj>
m_wrh1
{
this
,
"Key_W1"
,
"a1"
,
"write key 1"
};
25
SG::WriteHandleKey<HiveDataObj>
m_wrh2
{
this
,
"Key_W2"
,
"a2"
,
"write key 2"
};
26
SG::ReadHandleKey<xAOD::EventInfo>
m_evt
{
this
,
"EvtInfo"
,
"EventInfo"
,
"EventInfo name"
};
27
};
28
#endif
AthReentrantAlgorithm.h
HiveDataObj.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AlgA
Definition
AlgA.h:15
AlgA::m_wrh2
SG::WriteHandleKey< HiveDataObj > m_wrh2
Definition
AlgA.h:25
AlgA::m_evt
SG::ReadHandleKey< xAOD::EventInfo > m_evt
Definition
AlgA.h:26
AlgA::m_wrh1
SG::WriteHandleKey< HiveDataObj > m_wrh1
Definition
AlgA.h:24
AlgA::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AlgA.cxx:25
AlgA::initialize
virtual StatusCode initialize() override
Definition
AlgA.cxx:13
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0