Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigSteer
ViewAlgs
src
MergeViews.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ViewAlgs_MergeViews_h
6
#define ViewAlgs_MergeViews_h
7
8
#include "
AthViews/IViewsMergerTool.h
"
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
11
class
MergeViews
:
virtual
public
AthReentrantAlgorithm
{
12
public
:
13
MergeViews
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
14
StatusCode
initialize
()
override
;
15
StatusCode
execute
(
const
EventContext& context )
const override
;
16
private
:
17
SG::ReadHandleKey< ViewContainer >
m_viewsKey
{
this
,
"Views"
,
"Views"
,
"Collection of views to read from"
};
18
ToolHandleArray<IViewsMergerTool>
m_mergingTools
{
this
,
"MergingTools"
, {},
"Merging tools used to perform the merging action"
};
19
};
20
21
#endif
IViewsMergerTool.h
MergeViews::m_mergingTools
ToolHandleArray< IViewsMergerTool > m_mergingTools
Definition:
MergeViews.h:18
SG::ReadHandleKey< ViewContainer >
MergeViews::MergeViews
MergeViews(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
MergeViews.cxx:6
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
MergeViews
Definition:
MergeViews.h:11
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MergeViews::execute
StatusCode execute(const EventContext &context) const override
Definition:
MergeViews.cxx:14
AthReentrantAlgorithm.h
MergeViews::initialize
StatusCode initialize() override
Definition:
MergeViews.cxx:9
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
MergeViews::m_viewsKey
SG::ReadHandleKey< ViewContainer > m_viewsKey
Definition:
MergeViews.h:17
Generated on Sat Apr 19 2025 21:14:50 for ATLAS Offline Software by
1.8.18