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
InDetSimUtils
TRT_TR_Process
src
TRRegionXMLHandler.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRREGIONXMLHANDLER_H
6
#define TRREGIONXMLHANDLER_H
7
8
#include <string>
9
#include "
StoreGate/StoreGateSvc.h
"
10
#include "
AthenaBaseComps/AthMessaging.h
"
11
12
class
TRTTransitionRadiation
;
13
14
class
TRRegionXMLHandler
:
public
AthMessaging
{
15
public
:
16
TRRegionXMLHandler
(
TRTTransitionRadiation
*);
17
void
Process
(
const
std::string&
name
);
18
19
private
:
20
TRTTransitionRadiation
*
m_theProcess
{};
21
StoreGateSvc
*
m_storeGate
{};
22
bool
m_initialLayoutIdDict
{
false
};
23
};
24
25
#endif
TRTTransitionRadiation
Definition:
TRTTransitionRadiation.h:24
TRRegionXMLHandler::m_theProcess
TRTTransitionRadiation * m_theProcess
Definition:
TRRegionXMLHandler.h:20
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:125
TRRegionXMLHandler::m_initialLayoutIdDict
bool m_initialLayoutIdDict
Definition:
TRRegionXMLHandler.h:22
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition:
AthMessaging.h:55
TRRegionXMLHandler
Definition:
TRRegionXMLHandler.h:14
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TRRegionXMLHandler::Process
void Process(const std::string &name)
Definition:
TRRegionXMLHandler.cxx:37
AthMessaging.h
TRRegionXMLHandler::m_storeGate
StoreGateSvc * m_storeGate
Definition:
TRRegionXMLHandler.h:21
TRRegionXMLHandler::TRRegionXMLHandler
TRRegionXMLHandler(TRTTransitionRadiation *)
Definition:
TRRegionXMLHandler.cxx:32
StoreGateSvc.h
Generated on Sun Mar 16 2025 21:21:54 for ATLAS Offline Software by
1.8.18