ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
AthViews
src_dflow
AthViews/src_dflow/DFlowAlg3.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
// DFlowAlg3.h
8
// Header file for class DFlowAlg3
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef ATHVIEWS_ATHVIEWS_DFLOWALG3_H
12
#define ATHVIEWS_ATHVIEWS_DFLOWALG3_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
#include "
AthExHive/CondDataObj.h
"
23
24
namespace
AthViews
{
25
26
class
DFlowAlg3
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 (read)"
};
39
SG::ReadHandleKey<std::vector<int>
>
m_r_ints
{
this
,
"RIntsFlow"
,
"dflow_ints"
,
"Data flow of integers (read)"
};
40
SG::WriteHandleKey<int>
m_w_dflowDummy
{
this
,
"DFlowDummy"
,
"dflow_dummy"
,
"Dummy object to fix dependencies"
};
41
SG::ReadHandleKey<HiveDataObj>
m_testUpdate
{
this
,
"TestUpdate"
,
"testUpdate"
,
"Test update handle"
};
42
SG::ReadCondHandleKey<CondDataObj>
m_condKeyTest
{
this
,
"TestConditionsData"
,
"testConditionsData"
,
""
};
43
44
};
45
46
}
//> end namespace AthViews
47
#endif
//> !ATHVIEWS_ATHVIEWS_DFLOWALG3_H
AthReentrantAlgorithm.h
CondDataObj.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::DFlowAlg3
Definition
AthViews/src_dflow/DFlowAlg3.h:28
AthViews::DFlowAlg3::m_r_ints
SG::ReadHandleKey< std::vector< int > > m_r_ints
Definition
AthViews/src_dflow/DFlowAlg3.h:39
AthViews::DFlowAlg3::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
AthViews/src_dflow/DFlowAlg3.cxx:47
AthViews::DFlowAlg3::initialize
virtual StatusCode initialize() override
Definition
AthViews/src_dflow/DFlowAlg3.cxx:27
AthViews::DFlowAlg3::m_w_dflowDummy
SG::WriteHandleKey< int > m_w_dflowDummy
Definition
AthViews/src_dflow/DFlowAlg3.h:40
AthViews::DFlowAlg3::finalize
virtual StatusCode finalize() override
Definition
AthViews/src_dflow/DFlowAlg3.cxx:40
AthViews::DFlowAlg3::m_r_int
SG::ReadHandleKey< int > m_r_int
Definition
AthViews/src_dflow/DFlowAlg3.h:38
AthViews::DFlowAlg3::m_testUpdate
SG::ReadHandleKey< HiveDataObj > m_testUpdate
Definition
AthViews/src_dflow/DFlowAlg3.h:41
AthViews::DFlowAlg3::m_condKeyTest
SG::ReadCondHandleKey< CondDataObj > m_condKeyTest
Definition
AthViews/src_dflow/DFlowAlg3.h:42
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
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