ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
loopTest
HiveAlgL3.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_ALGL3_H
6
#define ATHEXHIVE_ALGL3_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
HiveAlgL3
:
public
HiveAlgBase
{
17
18
public
:
19
20
// Standard Algorithm Constructor:
21
22
HiveAlgL3
(
const
std::string& name, ISvcLocator* pSvcLocator);
23
~HiveAlgL3
();
24
25
// Define the initialize, execute and finalize methods:
26
27
virtual
StatusCode
initialize
()
override
;
28
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
29
30
private
:
31
SG::UpdateHandleKey<HiveDataObj>
m_udh1
{
this
,
"Key_U1"
,
"l1"
,
"update handle"
};
32
};
33
#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
HiveAlgL3::m_udh1
SG::UpdateHandleKey< HiveDataObj > m_udh1
Definition
HiveAlgL3.h:31
HiveAlgL3::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
HiveAlgL3.cxx:27
HiveAlgL3::~HiveAlgL3
~HiveAlgL3()
HiveAlgL3::initialize
virtual StatusCode initialize() override
Definition
HiveAlgL3.cxx:19
HiveAlgL3::HiveAlgL3
HiveAlgL3(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HiveAlgL3.cxx:11
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