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
DetectorDescription
AtlasDetDescr
src
AtlasRegionHelper.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// AtlasRegionName.cxx, (c) ATLAS Detector software
8
9
#include "
AtlasDetDescr/AtlasRegionHelper.h
"
10
11
namespace
AtlasDetDescr
{
12
13
const
char
*
AtlasRegionHelper::getName
(
int
region ) {
14
return
getName
(
AtlasDetDescr::AtlasRegion
( region ) );
15
}
16
17
const
char
*
AtlasRegionHelper::getName
(
const
AtlasDetDescr::AtlasRegion
region ) {
18
19
if
( region ==
AtlasDetDescr::fAtlasID
)
return
"AtlasID"
;
20
else
if
( region ==
AtlasDetDescr::fAtlasForward
)
return
"AtlasForward"
;
21
else
if
( region ==
AtlasDetDescr::fAtlasCalo
)
return
"AtlasCalo"
;
22
else
if
( region ==
AtlasDetDescr::fAtlasMS
)
return
"AtlasMS"
;
23
else
if
( region ==
AtlasDetDescr::fAtlasCavern
)
return
"AtlasCavern"
;
24
else
return
"UndefinedAtlasRegion"
;
25
26
}
27
28
}
// end of namespace
29
AtlasDetDescr::fAtlasForward
@ fAtlasForward
Definition:
AtlasRegion.h:28
AtlasDetDescr::AtlasRegion
AtlasRegion
Definition:
AtlasRegion.h:21
AtlasDetDescr::AtlasRegionHelper::getName
static const char * getName(int region)
Definition:
AtlasRegionHelper.cxx:13
AtlasDetDescr::fAtlasMS
@ fAtlasMS
Definition:
AtlasRegion.h:30
AtlasRegionHelper.h
AtlasDetDescr
Definition:
AtlasDetDescrDict.h:14
AtlasDetDescr::fAtlasCavern
@ fAtlasCavern
Definition:
AtlasRegion.h:31
AtlasDetDescr::fAtlasID
@ fAtlasID
Definition:
AtlasRegion.h:27
AtlasDetDescr::fAtlasCalo
@ fAtlasCalo
Definition:
AtlasRegion.h:29
Generated on Mon Mar 17 2025 21:07:30 for ATLAS Offline Software by
1.8.18