The Gaudi Framework
master (d98a2936)
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
j
k
l
m
n
o
p
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
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
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
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
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
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
q
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
Macros
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
IAlgTool.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2025 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
#pragma once
12
13
#include <
GaudiKernel/INamedInterface.h
>
14
#include <
GaudiKernel/IStateful.h
>
15
#include <string>
16
class
IAlgorithm
;
17
29
class
GAUDI_API
IAlgTool
:
virtual
public
INamedInterface
{
30
public
:
32
DeclareInterfaceID
(
IAlgTool
, 4, 0 );
33
35
virtual
const
std::string&
type
()
const
= 0;
36
40
virtual
const
IInterface
*
parent
()
const
= 0;
41
42
// --- Methods from IStateful ---
45
virtual
StatusCode
configure
() = 0;
46
49
virtual
StatusCode
initialize
() = 0;
50
53
virtual
StatusCode
start
() = 0;
54
57
virtual
StatusCode
stop
() = 0;
58
61
virtual
StatusCode
finalize
() = 0;
62
65
virtual
StatusCode
terminate
() = 0;
66
69
virtual
StatusCode
reinitialize
() = 0;
70
73
virtual
StatusCode
restart
() = 0;
74
77
virtual
Gaudi::StateMachine::State
FSMState
()
const
= 0;
78
83
virtual
StatusCode
sysInitialize
() = 0;
84
89
virtual
StatusCode
sysStart
() = 0;
90
95
virtual
StatusCode
sysStop
() = 0;
96
101
virtual
StatusCode
sysFinalize
() = 0;
102
107
virtual
StatusCode
sysReinitialize
() = 0;
108
113
virtual
StatusCode
sysRestart
() = 0;
114
};
IAlgTool
Definition:
IAlgTool.h:29
IAlgTool::terminate
virtual StatusCode terminate()=0
Initialization (from CONFIGURED to OFFLINE).
IAlgTool::start
virtual StatusCode start()=0
Start (from INITIALIZED to RUNNING).
IAlgTool::sysFinalize
virtual StatusCode sysFinalize()=0
Finalization of the Tool.
IAlgTool::finalize
virtual StatusCode finalize()=0
Finalize (from INITIALIZED to CONFIGURED).
IAlgTool::DeclareInterfaceID
DeclareInterfaceID(IAlgTool, 4, 0)
InterfaceID.
IAlgTool::sysReinitialize
virtual StatusCode sysReinitialize()=0
Initialization of the Tool.
Gaudi::StateMachine::State
State
Allowed states for classes implementing the state machine (ApplicationMgr, Algorithm,...
Definition:
StateMachine.h:21
INamedInterface.h
IAlgTool::sysRestart
virtual StatusCode sysRestart()=0
Initialization of the Tool.
StatusCode
Definition:
StatusCode.h:64
IAlgorithm
Definition:
IAlgorithm.h:36
IAlgTool::FSMState
virtual Gaudi::StateMachine::State FSMState() const =0
Get the current state.
IStateful.h
IAlgTool::reinitialize
virtual StatusCode reinitialize()=0
Initialization (from INITIALIZED or RUNNING to INITIALIZED, via CONFIGURED).
IAlgTool::restart
virtual StatusCode restart()=0
Initialization (from RUNNING to RUNNING, via INITIALIZED).
IAlgTool::type
virtual const std::string & type() const =0
The type of an AlgTool, meaning the concrete AlgTool class.
IAlgTool::stop
virtual StatusCode stop()=0
Stop (from RUNNING to INITIALIZED).
IAlgTool::initialize
virtual StatusCode initialize()=0
Initialization (from CONFIGURED to INITIALIZED).
IAlgTool::parent
virtual const IInterface * parent() const =0
The parent of the concrete AlgTool.
INamedInterface
Definition:
INamedInterface.h:23
IAlgTool::sysInitialize
virtual StatusCode sysInitialize()=0
Initialization of the Tool.
IAlgTool::sysStart
virtual StatusCode sysStart()=0
Initialization of the Tool.
IInterface
Definition:
IInterface.h:225
IAlgTool::configure
virtual StatusCode configure()=0
Configuration (from OFFLINE to CONFIGURED).
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:49
IAlgTool::sysStop
virtual StatusCode sysStop()=0
Initialization of the Tool.
GaudiKernel
include
GaudiKernel
IAlgTool.h
Generated on Wed Aug 13 2025 09:05:04 for The Gaudi Framework by
1.8.18