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
TestBeam
TBDetDescrAlg
src
TBDetDescrLoader.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TBDetDescrLoader_H
6
#define TBDetDescrLoader_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
class
TBDetDescrManager
;
11
12
#include <string>
13
14
class
TBDetDescrLoader
:
public
AthAlgorithm
{
15
public
:
16
//Constructor
17
TBDetDescrLoader
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
18
19
//Destructor
20
virtual
~TBDetDescrLoader
();
21
22
//Gaudi Hooks
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
()
override
;
25
virtual
StatusCode
finalize
()
override
;
26
27
private
:
28
29
std::string
m_TBDetDescrManager
;
30
std::string
m_TBElementContainer
;
31
int
m_readAction
;
32
int
m_writeAction
;
33
34
TBDetDescrManager
*
m_TBDDM
;
35
const
TBDetDescrManager
*
c_TBDDM
;
36
};
37
38
#endif
TBDetDescrLoader::TBDetDescrLoader
TBDetDescrLoader(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TBDetDescrLoader.cxx:17
TBDetDescrLoader::m_writeAction
int m_writeAction
Definition:
TBDetDescrLoader.h:32
TBDetDescrLoader::m_TBDDM
TBDetDescrManager * m_TBDDM
Definition:
TBDetDescrLoader.h:34
TBDetDescrLoader::c_TBDDM
const TBDetDescrManager * c_TBDDM
Definition:
TBDetDescrLoader.h:35
AthAlgorithm.h
TBDetDescrLoader::execute
virtual StatusCode execute() override
Definition:
TBDetDescrLoader.cxx:111
TBDetDescrLoader::initialize
virtual StatusCode initialize() override
Definition:
TBDetDescrLoader.cxx:33
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TBDetDescrLoader::m_readAction
int m_readAction
Definition:
TBDetDescrLoader.h:31
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TBDetDescrLoader::m_TBDetDescrManager
std::string m_TBDetDescrManager
Definition:
TBDetDescrLoader.h:29
TBDetDescrManager
Definition:
TBDetDescrManager.h:21
TBDetDescrLoader::m_TBElementContainer
std::string m_TBElementContainer
Definition:
TBDetDescrLoader.h:30
TBDetDescrLoader::~TBDetDescrLoader
virtual ~TBDetDescrLoader()
Definition:
TBDetDescrLoader.cxx:28
TBDetDescrLoader::finalize
virtual StatusCode finalize() override
Definition:
TBDetDescrLoader.cxx:181
TBDetDescrLoader
Definition:
TBDetDescrLoader.h:14
Generated on Thu Apr 3 2025 21:19:34 for ATLAS Offline Software by
1.8.18