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
AtlasTest
TestTools
TestTools
initGaudi.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TEST_INITGAUDI_H
6
# define TEST_INITGAUDI_H
7
13
#include <string>
14
#include "GaudiKernel/SmartIF.h"
15
16
#undef NDEBUG
17
18
class
ISvcLocator;
19
20
21
namespace
Athena_test
{
28
bool
initGaudi
(ISvcLocator*& pSvcLoc);
29
37
bool
initGaudi
(
const
std::string& jobOptsFile, ISvcLocator*& pSvcLoc);
38
39
50
class
InitGaudi
{
51
public
:
56
InitGaudi
(
const
std::string& jobOptsFile);
57
61
InitGaudi
() :
InitGaudi
(
""
) {}
62
66
~InitGaudi
();
67
68
SmartIF<ISvcLocator>
svcLoc
;
69
};
70
71
}
72
#endif // TEST_INITGAUDI_H
Athena_test::InitGaudi::~InitGaudi
~InitGaudi()
Finalize Gaudi.
Definition:
initGaudi.cxx:112
Athena_test::InitGaudi::InitGaudi
InitGaudi()
Create Gaudi test fixture without job options.
Definition:
initGaudi.h:61
Athena_test::InitGaudi
Generic test fixture to setup Gaudi.
Definition:
initGaudi.h:50
Athena_test
functions & macros to test the difference between floats
Definition:
InitGaudiGoogleTest.h:30
Athena_test::initGaudi
bool initGaudi(ISvcLocator *&pSvcLoc)
Minimal Gaudi initialization for unit testing without job options.
Definition:
initGaudi.cxx:28
Athena_test::InitGaudi::svcLoc
SmartIF< ISvcLocator > svcLoc
Definition:
initGaudi.h:68
Generated on Sun May 4 2025 21:11:03 for ATLAS Offline Software by
1.8.18