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
AsgHelloTool.h
Go to the documentation of this file.
1
// AsgHelloTool.h
2
3
#ifndef AsgHelloTool_H
4
#define AsgHelloTool_H
5
6
// David Adams.
7
// January 2014
8
//
9
// This is a simple ASG dual-use tool intended as an
10
// example for tool developers.
11
12
#include "
AsgExampleTools/IAsgHelloTool.h
"
13
#include "
AsgTools/AsgTool.h
"
14
15
class
AsgHelloTool
16
:
public
asg::AsgTool
,
17
virtual
public
IAsgHelloTool
{
18
ASG_TOOL_CLASS
(
AsgHelloTool
,
IAsgHelloTool
)
19
20
public
:
21
22
AsgHelloTool
(
const
std::string& myname );
23
24
virtual
StatusCode
initialize
();
25
26
virtual
void
print
()
const
;
27
28
// Display the message recorded as property "Message"
29
virtual
int
talk
()
const
;
30
31
private
:
32
33
std::string
m_msg
;
34
35
};
36
37
#endif
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition:
AsgTool.h:47
AsgHelloTool::m_msg
std::string m_msg
Definition:
AsgHelloTool.h:33
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AsgHelloTool::print
virtual void print() const
Print the state of the tool.
Definition:
AsgHelloTool.cxx:40
IAsgHelloTool
Definition:
IAsgHelloTool.h:8
IAsgHelloTool.h
AsgHelloTool::initialize
virtual StatusCode initialize()
Dummy implementation of the initialisation function.
Definition:
AsgHelloTool.cxx:15
AsgHelloTool
Definition:
AsgHelloTool.h:17
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
AsgHelloTool::AsgHelloTool
AsgHelloTool(const std::string &myname)
Definition:
AsgHelloTool.cxx:8
AsgTool.h
AsgHelloTool::talk
virtual int talk() const
Definition:
AsgHelloTool.cxx:24
Generated on Mon Mar 24 2025 21:07:17 for ATLAS Offline Software by
1.8.18