ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
loopTest
HiveAlgL2.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_ALGL2_H
6
#define ATHEXHIVE_ALGL2_H 1
7
8
#include "
StoreGate/WriteHandleKey.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
StoreGate/UpdateHandleKey.h
"
11
#include "
AthExHive/HiveDataObj.h
"
12
#include "
../HiveAlgBase.h
"
13
14
#include <string>
15
16
class
HiveAlgL2
:
public
HiveAlgBase
{
17
18
public
:
19
20
// Standard Algorithm Constructor:
21
HiveAlgL2
(
const
std::string& name, ISvcLocator* pSvcLocator);
22
~HiveAlgL2
();
23
24
// Define the initialize, execute and finalize methods:
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
27
28
private
:
29
SG::ReadHandleKey<HiveDataObj>
m_rdh1
{
this
,
"Key_R1"
,
"l1"
,
"read key"
};
30
SG::UpdateHandleKey<HiveDataObj>
m_udh1
{
this
,
"Key_U1"
,
"l1"
,
"update key"
};
31
};
32
#endif
HiveAlgBase.h
Base class for AthExHive example Algs to provide functionality to sleep for a certain amount of time,...
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.
UpdateHandleKey.h
Property holding a SG store/key/clid from which an UpdateHandle is made.
HiveAlgBase::HiveAlgBase
HiveAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HiveAlgBase.cxx:12
HiveAlgL2::HiveAlgL2
HiveAlgL2(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HiveAlgL2.cxx:11
HiveAlgL2::m_udh1
SG::UpdateHandleKey< HiveDataObj > m_udh1
Definition
HiveAlgL2.h:30
HiveAlgL2::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
HiveAlgL2.cxx:28
HiveAlgL2::~HiveAlgL2
~HiveAlgL2()
HiveAlgL2::m_rdh1
SG::ReadHandleKey< HiveDataObj > m_rdh1
Definition
HiveAlgL2.h:29
HiveAlgL2::initialize
virtual StatusCode initialize() override
Definition
HiveAlgL2.cxx:19
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::UpdateHandleKey
Property holding a SG store/key/clid from which an UpdateHandle is made.
Definition
UpdateHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0