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
Tracking
TrkDetDescr
TrkDetElementBase
src
TrkDetElementBase.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrkDetElementBase/TrkDetElementBase.h
"
6
7
Trk::TrkDetElementBase::TrkDetElementBase
(
const
GeoVFullPhysVol* fullPhysVol)
8
: GeoVDetectorElement(fullPhysVol) {}
9
10
std::string
Trk::TrkDetElementBase::detectorTypeString
()
const
{
11
auto
type
= detectorType();
12
if
(
type
==
Trk::DetectorElemType::SolidState
)
13
return
"SolidState"
;
14
else
if
(
type
==
Trk::DetectorElemType::Silicon
)
15
return
"Silicon"
;
16
else
if
(
type
==
Trk::DetectorElemType::TRT
)
17
return
"TRT"
;
18
else
if
(
type
==
Trk::DetectorElemType::Csc
)
19
return
"Csc"
;
20
else
if
(
type
==
Trk::DetectorElemType::Mdt
)
21
return
"Mdt"
;
22
else
if
(
type
==
Trk::DetectorElemType::Rpc
)
23
return
"Rpc"
;
24
else
if
(
type
==
Trk::DetectorElemType::Tgc
)
25
return
"Tgc"
;
26
else
if
(
type
==
Trk::DetectorElemType::sTgc
)
27
return
"sTgc"
;
28
else
if
(
type
==
Trk::DetectorElemType::MM
)
29
return
"Mm"
;
30
return
"Unknown"
;
31
}
TrkDetElementBase.h
Trk::TrkDetElementBase::TrkDetElementBase
TrkDetElementBase(const GeoVFullPhysVol *fullPhysVol)
Constructor from GeoVFullPhysVolume.
Definition:
TrkDetElementBase.cxx:7
Trk::DetectorElemType::Tgc
@ Tgc
Trk::DetectorElemType::TRT
@ TRT
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
Trk::DetectorElemType::Csc
@ Csc
Trk::TrkDetElementBase::detectorTypeString
std::string detectorTypeString() const
Returns a string of the Detector element type.
Definition:
TrkDetElementBase.cxx:10
Trk::DetectorElemType::Silicon
@ Silicon
Trk::DetectorElemType::SolidState
@ SolidState
Trk::DetectorElemType::sTgc
@ sTgc
Trk::DetectorElemType::MM
@ MM
Trk::DetectorElemType::Rpc
@ Rpc
Trk::DetectorElemType::Mdt
@ Mdt
Generated on Sun Mar 23 2025 21:21:58 for ATLAS Offline Software by
1.8.18