ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthViews
src_dflow
AthViews/src_dflow/DFlowAlg2.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
// DFlowAlg2.h
8
// Header file for class DFlowAlg2
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef ATHVIEWS_ATHVIEWS_DFLOWALG2_H
12
#define ATHVIEWS_ATHVIEWS_DFLOWALG2_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 "
StoreGate/UpdateHandleKey.h
"
22
#include "
AthExHive/HiveDataObj.h
"
23
24
namespace
AthViews
{
25
26
class
DFlowAlg2
27
:
public
::AthReentrantAlgorithm
28
{
29
public
:
30
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
31
32
// Athena algorithm's Hooks
33
virtual
StatusCode
initialize
()
override
;
34
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
35
virtual
StatusCode
finalize
()
override
;
36
37
private
:
38
SG::ReadHandleKey<int>
m_r_int
{
this
,
"RIntFlow"
,
"dflow_int"
,
"Data flow of int"
};
39
SG::WriteHandleKey<std::vector<int>
>
m_ints
{
this
,
"IntsFlow"
,
"dflow_ints"
,
"Data flow of integers"
};
40
SG::UpdateHandleKey< HiveDataObj >
m_testUpdate
{
this
,
"TestUpdate"
,
"testUpdate"
,
"Test update handle"
};
41
};
42
43
}
//> end namespace AthViews
44
#endif
//> !ATHVIEWS_ATHVIEWS_DFLOWALG2_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.
UpdateHandleKey.h
Property holding a SG store/key/clid from which an UpdateHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
AthViews::DFlowAlg2
Definition
AthViews/src_dflow/DFlowAlg2.h:28
AthViews::DFlowAlg2::initialize
virtual StatusCode initialize() override
Definition
AthViews/src_dflow/DFlowAlg2.cxx:27
AthViews::DFlowAlg2::m_ints
SG::WriteHandleKey< std::vector< int > > m_ints
Definition
AthViews/src_dflow/DFlowAlg2.h:39
AthViews::DFlowAlg2::m_r_int
SG::ReadHandleKey< int > m_r_int
Definition
AthViews/src_dflow/DFlowAlg2.h:38
AthViews::DFlowAlg2::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AthViews/src_dflow/DFlowAlg2.cxx:45
AthViews::DFlowAlg2::finalize
virtual StatusCode finalize() override
Definition
AthViews/src_dflow/DFlowAlg2.cxx:38
AthViews::DFlowAlg2::m_testUpdate
SG::UpdateHandleKey< HiveDataObj > m_testUpdate
Definition
AthViews/src_dflow/DFlowAlg2.h:40
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::UpdateHandleKey< HiveDataObj >
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