ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthViews
src_dflow
AthViews/src_dflow/DFlowAlg1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// DFlowAlg1.h
8
// Header file for class DFlowAlg1
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef ATHVIEWS_ATHVIEWS_DFLOWALG1_H
12
#define ATHVIEWS_ATHVIEWS_DFLOWALG1_H 1
13
14
// STL includes
15
#include <string>
16
17
// FrameWork includes
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
StoreGate/ReadHandleKey.h
"
20
#include "
StoreGate/WriteHandleKey.h
"
21
#include "
AthExHive/HiveDataObj.h
"
22
23
namespace
AthViews
{
24
25
class
DFlowAlg1
26
:
public
::AthReentrantAlgorithm
27
{
28
public
:
29
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
30
31
// Athena algorithm's Hooks
32
virtual
StatusCode
initialize
()
override
;
33
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
34
virtual
StatusCode
finalize
()
override
;
35
36
private
:
37
SG::ReadHandleKey<int>
m_r_int
{
this
,
"IntFlow"
,
"view_start"
,
"Data flow of int"
};
38
SG::WriteHandleKey<int>
m_w_int
{
this
,
"ViewStart"
,
"dflow_int"
,
"Seed data of view"
};
39
SG::WriteHandleKey<HiveDataObj>
m_testUpdate
{
this
,
"TestUpdate"
,
"testUpdate"
,
"Test update handle"
};
40
};
41
42
}
//> end namespace AthViews
43
#endif
//> !ATHVIEWS_ATHVIEWS_DFLOWALG1_H
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.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
AthViews::DFlowAlg1
Definition
AthViews/src_dflow/DFlowAlg1.h:27
AthViews::DFlowAlg1::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AthViews/src_dflow/DFlowAlg1.cxx:45
AthViews::DFlowAlg1::initialize
virtual StatusCode initialize() override
Definition
AthViews/src_dflow/DFlowAlg1.cxx:27
AthViews::DFlowAlg1::m_testUpdate
SG::WriteHandleKey< HiveDataObj > m_testUpdate
Definition
AthViews/src_dflow/DFlowAlg1.h:39
AthViews::DFlowAlg1::finalize
virtual StatusCode finalize() override
Definition
AthViews/src_dflow/DFlowAlg1.cxx:38
AthViews::DFlowAlg1::m_r_int
SG::ReadHandleKey< int > m_r_int
Definition
AthViews/src_dflow/DFlowAlg1.h:37
AthViews::DFlowAlg1::m_w_int
SG::WriteHandleKey< int > m_w_int
Definition
AthViews/src_dflow/DFlowAlg1.h:38
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
AthViews
Definition
ViewDataVerifier.cxx:18
Generated on
for ATLAS Offline Software by
1.17.0