ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
src
loopTest
HiveAlgL1.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_ALGL1_H
6
#define ATHEXHIVE_ALGL1_H 1
7
8
#include "
StoreGate/WriteHandleKey.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
AthExHive/HiveDataObj.h
"
11
#include "
../HiveAlgBase.h
"
12
13
#include <string>
14
15
class
HiveAlgL1
:
public
HiveAlgBase
{
16
17
public
:
18
19
// Standard Algorithm Constructor:
20
21
HiveAlgL1
(
const
std::string& name, ISvcLocator* pSvcLocator);
22
~HiveAlgL1
();
23
24
// Define the initialize, execute and finalize methods:
25
26
virtual
StatusCode
initialize
()
override
;
27
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
28
29
private
:
30
31
SG::ReadHandleKey<HiveDataObj>
m_rdh1
{
this
,
"Key_R1"
,
"a2"
,
"read key"
};
32
SG::WriteHandleKey<HiveDataObj>
m_wrh1
{
this
,
"Key_W1"
,
"l1"
,
"write key"
};
33
34
};
35
#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.
HiveAlgBase::HiveAlgBase
HiveAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HiveAlgBase.cxx:12
HiveAlgL1::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
HiveAlgL1.cxx:27
HiveAlgL1::m_wrh1
SG::WriteHandleKey< HiveDataObj > m_wrh1
Definition
HiveAlgL1.h:32
HiveAlgL1::initialize
virtual StatusCode initialize() override
Definition
HiveAlgL1.cxx:18
HiveAlgL1::~HiveAlgL1
~HiveAlgL1()
HiveAlgL1::m_rdh1
SG::ReadHandleKey< HiveDataObj > m_rdh1
Definition
HiveAlgL1.h:31
HiveAlgL1::HiveAlgL1
HiveAlgL1(const std::string &name, ISvcLocator *pSvcLocator)
Definition
HiveAlgL1.cxx:11
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
Generated on
for ATLAS Offline Software by
1.17.0