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
Database
AthenaRoot
AthenaRootComps
src
RootGlobalsRestore.cxx
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// RootGlobalsRestore.cxx
8
// Implementation file for class RootGlobalsRestore
9
// Author: S.Binet<binet@cern.ch>
11
12
// AthenaRootComps includes
13
#include "
RootGlobalsRestore.h
"
14
15
// STL includes
16
17
// ROOT includes
18
#include "TFile.h"
19
#include "TDirectory.h"
20
#include "TError.h"
21
22
namespace
Athena
{
23
24
25
RootGlobalsRestore::RootGlobalsRestore
()
26
{
27
m_gd
=
gDirectory
;
28
m_gf
= gFile;
29
m_ge
=
gErrorIgnoreLevel
;
30
}
31
32
RootGlobalsRestore::~RootGlobalsRestore
()
33
{
34
gDirectory
=
m_gd
;
35
gFile =
m_gf
;
36
gErrorIgnoreLevel
=
m_ge
;
37
}
38
39
}
//> end namespace Athena
Athena::RootGlobalsRestore::m_gf
TFile * m_gf
current ROOT file
Definition:
RootGlobalsRestore.h:63
RootGlobalsRestore.h
covarianceToolsLibrary.gErrorIgnoreLevel
gErrorIgnoreLevel
Definition:
covarianceToolsLibrary.py:21
ParseInputs.gDirectory
gDirectory
Definition:
Final2012/ParseInputs.py:133
Athena
Some weak symbol referencing magic...
Definition:
AthLegacySequence.h:21
Athena::RootGlobalsRestore::~RootGlobalsRestore
~RootGlobalsRestore()
Destructor:
Definition:
RootGlobalsRestore.cxx:32
Athena::RootGlobalsRestore::m_gd
TDirectory * m_gd
current ROOT directory
Definition:
RootGlobalsRestore.h:60
Athena::RootGlobalsRestore::m_ge
int m_ge
current ROOT error-level
Definition:
RootGlobalsRestore.h:66
Athena::RootGlobalsRestore::RootGlobalsRestore
RootGlobalsRestore()
Default constructor:
Definition:
RootGlobalsRestore.cxx:25
Generated on Thu Apr 3 2025 21:17:42 for ATLAS Offline Software by
1.8.18