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
Control
AthenaExamples
AthExStoreGateExample
src
HandleTestTool1.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
/*
3
* Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4
*/
14
#ifndef ATHEXSTOREGATEEXAMPLE_HANDLETESTTOOL1_H
15
#define ATHEXSTOREGATEEXAMPLE_HANDLETESTTOOL1_H
16
17
18
#include "
AthenaBaseComps/AthAlgTool.h
"
19
#include "
AthExStoreGateExample/MyDataObj.h
"
20
#include "
StoreGate/WriteHandleKey.h
"
21
#include "
IHandleTestTool.h
"
22
23
24
namespace
AthEx
{
25
26
27
class
HandleTestTool1
:
public
extends<AthAlgTool, IHandleTestTool>
28
{
29
public
:
30
using
base_class::base_class;
31
32
33
virtual
StatusCode
initialize
()
override
;
34
35
36
private
:
37
SG::WriteHandleKey<MyDataObj>
m_whKey
38
{
this
,
"WriteKey"
,
"obj"
,
""
};
39
};
40
41
42
}
// namespace AthEx
43
44
45
#endif // not ATHEXSTOREGATEEXAMPLE_HANDLETESTTOOL1_H
AthEx::HandleTestTool1
Definition:
HandleTestTool1.h:28
SG::WriteHandleKey< MyDataObj >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthEx
Definition:
Hist.h:25
AthAlgTool.h
AthEx::HandleTestTool1::initialize
virtual StatusCode initialize() override
Definition:
HandleTestTool1.cxx:19
IHandleTestTool.h
Test for cross-component circular dependency warning suppression of WriteDecorHandleKey.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MyDataObj.h
AthEx::HandleTestTool1::m_whKey
SG::WriteHandleKey< MyDataObj > m_whKey
Definition:
HandleTestTool1.h:38
Generated on Sat Apr 5 2025 21:11:23 for ATLAS Offline Software by
1.8.18