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
AthToolSupport
AsgExampleTools
AsgExampleTools
IUnitTestTool3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
#ifndef ASG_TOOLS__I_UNIT_TEST_TOOL3_H
10
#define ASG_TOOLS__I_UNIT_TEST_TOOL3_H
11
12
#include <
AsgTools/IAsgTool.h
>
13
14
namespace
asg
15
{
16
class
IUnitTestTool1;
17
19
20
class
IUnitTestTool3
:
virtual
public
IAsgTool
21
{
22
// Declare the interface that this class provides
23
ASG_TOOL_INTERFACE
( CP::IUnitTestTool3 )
24
25
26
public
:
27
virtual
const
IUnitTestTool1
*
getSubtool
()
const
= 0;
28
30
public
:
31
virtual
bool
subsubtoolEmpty
()
const
= 0;
32
34
public
:
35
virtual
const
IUnitTestTool1
*
getSubsubtool
()
const
= 0;
36
};
37
}
38
39
#endif
asg::IUnitTestTool3::getSubsubtool
virtual const IUnitTestTool1 * getSubsubtool() const =0
get the subtool configured for our subtool
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition:
IAsgTool.h:41
asg
Definition:
DataHandleTestTool.h:28
asg::IUnitTestTool1
the interface for UnitTestTool1
Definition:
IUnitTestTool1.h:19
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition:
AsgToolMacros.h:40
IAsgTool.h
asg::IUnitTestTool3
the interface for UnitTestTool3
Definition:
IUnitTestTool3.h:21
asg::IUnitTestTool3::subsubtoolEmpty
virtual bool subsubtoolEmpty() const =0
get whether the subtool configured for our subtool is empty
asg::IUnitTestTool3::getSubtool
virtual const IUnitTestTool1 * getSubtool() const =0
get the subtool we configured
Generated on Sat Mar 29 2025 21:12:19 for ATLAS Offline Software by
1.8.18