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
AsgServices
AsgServices
AsgService.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
7
8
#ifndef ASGSERVICES_ASGSERVICE_H
9
#define ASGSERVICES_ASGSERVICE_H
10
11
#include "
AsgServices/IAsgService.h
"
12
13
#ifdef XAOD_STANDALONE
14
#include "
AsgMessaging/AsgMessaging.h
"
15
#include "
AsgTools/AsgComponent.h
"
16
#else
17
#include "
AthenaBaseComps/AthService.h
"
18
#endif
19
20
#include <vector>
21
#include <utility>
22
23
class
ISvcLocator;
24
25
namespace
asg
26
{
27
// Declare the type name of AsgService's base class
28
#ifndef XAOD_STANDALONE
29
typedef ::AthService
AsgServiceBase
;
30
#else
31
typedef
AsgComponent
AsgServiceBase
;
32
#endif
33
40
41
class
AsgService
:
42
public
extends<AsgServiceBase, IAsgService>
43
{
44
public
:
45
AsgService
(
const
std::string&
name
,
46
ISvcLocator* pSvcLocator);
47
50
virtual
StatusCode
initialize
();
51
virtual
StatusCode
finalize
();
53
55
virtual
void
print
()
const
;
56
57
};
// class AsgService
58
59
}
// namespace asg
60
61
#endif // ASGSERVICES_ASGSERVICE_H
asg::AsgService::finalize
virtual StatusCode finalize()
Definition:
AsgService.cxx:39
asg
Definition:
DataHandleTestTool.h:28
asg::AsgService::print
virtual void print() const
Print the state of the service.
Definition:
AsgService.cxx:46
AsgMessaging.h
IAsgService.h
asg::AsgService
Base class for the dual-use service implementation classes.
Definition:
AsgService.h:43
asg::AsgService::initialize
virtual StatusCode initialize()
set up/tear down functions
Definition:
AsgService.cxx:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
AsgComponent.h
AthService.h
asg::AsgService::AsgService
AsgService(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
AsgService.cxx:19
asg::AsgServiceBase
::AthService AsgServiceBase
Definition:
AsgService.h:29
Generated on Mon Mar 31 2025 21:07:21 for ATLAS Offline Software by
1.8.18