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
InnerDetector
InDetExample
InDetDetDescrExample
InDetDetDescrExample
InDetUpdateCaches.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef InDetDetDescrExample_InDetUpdateCaches_h
6
#define InDetDetDescrExample_InDetUpdateCaches_h
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/Algorithm.h"
10
11
#include <vector>
12
#include <string>
13
14
15
namespace
InDetDD
{
16
class
InDetDetectorManager;
17
}
18
19
class
InDetUpdateCaches
:
public
AthAlgorithm
20
{
21
22
public
:
23
InDetUpdateCaches
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
24
StatusCode
initialize
();
25
StatusCode
execute
();
26
StatusCode
finalize
();
27
28
void
updateAll
();
29
30
private
:
31
bool
m_first
;
32
std::vector<const InDetDD::InDetDetectorManager *>
m_detManagers
;
33
34
// Alg properties
35
bool
m_inInit
;
36
bool
m_inExec
;
37
38
float
getMem
();
39
40
};
41
42
#endif // InDetDetDescrExample_InDetUpdateCaches_h
InDetUpdateCaches::finalize
StatusCode finalize()
Definition:
InDetUpdateCaches.cxx:82
InDetUpdateCaches::InDetUpdateCaches
InDetUpdateCaches(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
InDetUpdateCaches.cxx:22
InDetUpdateCaches::m_inExec
bool m_inExec
Definition:
InDetUpdateCaches.h:36
InDetUpdateCaches::updateAll
void updateAll()
Definition:
InDetUpdateCaches.cxx:88
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
InDetUpdateCaches::m_inInit
bool m_inInit
Definition:
InDetUpdateCaches.h:35
InDetUpdateCaches::m_first
bool m_first
Definition:
InDetUpdateCaches.h:31
InDetUpdateCaches::execute
StatusCode execute()
Definition:
InDetUpdateCaches.cxx:69
InDetDD
Message Stream Member.
Definition:
FakeTrackBuilder.h:8
InDetUpdateCaches::m_detManagers
std::vector< const InDetDD::InDetDetectorManager * > m_detManagers
Definition:
InDetUpdateCaches.h:32
InDetUpdateCaches
Definition:
InDetUpdateCaches.h:20
InDetUpdateCaches::getMem
float getMem()
Definition:
InDetUpdateCaches.cxx:112
InDetUpdateCaches::initialize
StatusCode initialize()
Definition:
InDetUpdateCaches.cxx:32
Generated on Wed Apr 9 2025 21:12:14 for ATLAS Offline Software by
1.8.18