Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v36r7 (7f57a304)
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
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
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
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataHandleHolderVisitor.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#ifndef GAUDIKERNEL_DATAHANDLEHOLDERVISTOR
12
#define GAUDIKERNEL_DATAHANDLEHOLDERVISTOR 1
13
14
#include "
GaudiKernel/DataObjID.h
"
15
#include "
GaudiKernel/IDataHandleHolder.h
"
16
#include <set>
17
18
class
DHHVisitor
:
public
IDataHandleVisitor
{
19
public
:
20
DHHVisitor
(
DataObjIDColl
& ido,
DataObjIDColl
& odo );
21
22
const
DataObjIDColl
&
ignoredInpKeys
()
const
{
return
m_ign_i
; }
23
const
DataObjIDColl
&
ignoredOutKeys
()
const
{
return
m_ign_o
; }
24
25
void
visit
(
const
IDataHandleHolder
* visitee )
override
;
26
27
private
:
28
DataObjIDColl
&
m_ido
, &
m_odo
;
29
DataObjIDColl
m_ign_i
,
m_ign_o
;
30
};
31
32
#endif
DHHVisitor::visit
void visit(const IDataHandleHolder *visitee) override
Definition:
DataHandleHolderVisitor.cpp:25
IDataHandleHolder
Definition:
IDataHandleHolder.h:24
DHHVisitor::m_ign_i
DataObjIDColl m_ign_i
Definition:
DataHandleHolderVisitor.h:29
std::unordered_set< DataObjID, DataObjID_Hasher >
DHHVisitor::m_ido
DataObjIDColl & m_ido
Definition:
DataHandleHolderVisitor.h:28
DataObjID.h
DHHVisitor
Definition:
DataHandleHolderVisitor.h:18
DHHVisitor::DHHVisitor
DHHVisitor(DataObjIDColl &ido, DataObjIDColl &odo)
Definition:
DataHandleHolderVisitor.cpp:23
DHHVisitor::m_odo
DataObjIDColl & m_odo
Definition:
DataHandleHolderVisitor.h:28
DHHVisitor::ignoredOutKeys
const DataObjIDColl & ignoredOutKeys() const
Definition:
DataHandleHolderVisitor.h:23
IDataHandleVisitor
Definition:
IDataHandleHolder.h:46
DHHVisitor::ignoredInpKeys
const DataObjIDColl & ignoredInpKeys() const
Definition:
DataHandleHolderVisitor.h:22
DHHVisitor::m_ign_o
DataObjIDColl m_ign_o
Definition:
DataHandleHolderVisitor.h:29
IDataHandleHolder.h
GaudiKernel
include
GaudiKernel
DataHandleHolderVisitor.h
Generated on Fri Jul 29 2022 20:50:42 for The Gaudi Framework by
1.8.18