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
Trigger
TrigAlgorithms
TrigT2CaloEgamma
python
RingerConstants.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2
3
4
5
class
DETIDClass
(
object
):
6
def
__init__
(self):
7
self.
LAR
= 23
8
self.
TTEM
= 24
9
self.
TTHEC
= 25
10
self.
TILE
= 26
11
self.
FCALEM
= 31
12
self.
FCALHAD
= 32
13
14
class
LayerClass
(
object
):
15
def
__init__
(self):
16
self.
PreSamplerB
= 0
17
self.
EMB1
= 1
18
self.
EMB2
= 2
19
self.
EMB3
= 3
20
self.
PreSamplerE
= 4
21
self.
EME1
= 5
22
self.
EME2
= 6
23
self.
EME3
= 7
24
self.
HEC0
= 8
25
self.
HEC1
= 9
26
self.
HEC2
= 10
27
self.
HEC3
= 11
28
self.
TileBar0
= 12
29
self.
TileBar1
= 13
30
self.
TileBar2
= 14
31
self.
TileGap0
= 15
32
self.
TileGap1
= 16
33
self.
TileGap2
= 17
34
self.
TileExt0
= 18
35
self.
TileExt1
= 19
36
self.
TileExt2
= 20
37
self.
FCAL0
= 21
38
self.
FCAL1
= 22
39
self.
FCAL2
= 23
40
self.
Unknown
= 24
41
42
Layer =
LayerClass
()
43
DETID =
DETIDClass
()
44
python.RingerConstants.DETIDClass.TILE
TILE
Definition:
RingerConstants.py:10
python.RingerConstants.LayerClass.EME3
EME3
Definition:
RingerConstants.py:23
python.RingerConstants.LayerClass.EME2
EME2
Definition:
RingerConstants.py:22
python.RingerConstants.LayerClass.TileExt0
TileExt0
Definition:
RingerConstants.py:34
python.RingerConstants.DETIDClass.TTHEC
TTHEC
Definition:
RingerConstants.py:9
python.RingerConstants.DETIDClass
Definition:
RingerConstants.py:5
python.RingerConstants.DETIDClass.FCALHAD
FCALHAD
Definition:
RingerConstants.py:12
python.RingerConstants.LayerClass.EMB1
EMB1
Definition:
RingerConstants.py:17
python.RingerConstants.LayerClass.TileBar2
TileBar2
Definition:
RingerConstants.py:30
python.RingerConstants.LayerClass.EME1
EME1
Definition:
RingerConstants.py:21
python.RingerConstants.DETIDClass.LAR
LAR
Definition:
RingerConstants.py:7
python.RingerConstants.LayerClass.HEC3
HEC3
Definition:
RingerConstants.py:27
python.RingerConstants.LayerClass.FCAL0
FCAL0
Definition:
RingerConstants.py:37
python.RingerConstants.DETIDClass.__init__
def __init__(self)
Definition:
RingerConstants.py:6
python.RingerConstants.DETIDClass.FCALEM
FCALEM
Definition:
RingerConstants.py:11
python.RingerConstants.LayerClass.HEC0
HEC0
Definition:
RingerConstants.py:24
python.RingerConstants.LayerClass.TileGap1
TileGap1
Definition:
RingerConstants.py:32
python.RingerConstants.LayerClass.PreSamplerE
PreSamplerE
Definition:
RingerConstants.py:20
python.RingerConstants.LayerClass
Definition:
RingerConstants.py:14
python.RingerConstants.LayerClass.FCAL2
FCAL2
Definition:
RingerConstants.py:39
python.RingerConstants.LayerClass.TileBar1
TileBar1
Definition:
RingerConstants.py:29
python.RingerConstants.LayerClass.EMB3
EMB3
Definition:
RingerConstants.py:19
python.RingerConstants.LayerClass.HEC1
HEC1
Definition:
RingerConstants.py:25
python.RingerConstants.LayerClass.TileGap0
TileGap0
Definition:
RingerConstants.py:31
python.RingerConstants.LayerClass.EMB2
EMB2
Definition:
RingerConstants.py:18
pickleTool.object
object
Definition:
pickleTool.py:30
python.RingerConstants.LayerClass.Unknown
Unknown
Definition:
RingerConstants.py:40
python.RingerConstants.LayerClass.TileGap2
TileGap2
Definition:
RingerConstants.py:33
python.RingerConstants.LayerClass.TileExt2
TileExt2
Definition:
RingerConstants.py:36
python.RingerConstants.LayerClass.__init__
def __init__(self)
Definition:
RingerConstants.py:15
python.RingerConstants.DETIDClass.TTEM
TTEM
Definition:
RingerConstants.py:8
python.RingerConstants.LayerClass.HEC2
HEC2
Definition:
RingerConstants.py:26
python.RingerConstants.LayerClass.FCAL1
FCAL1
Definition:
RingerConstants.py:38
python.RingerConstants.LayerClass.PreSamplerB
PreSamplerB
Definition:
RingerConstants.py:16
python.RingerConstants.LayerClass.TileExt1
TileExt1
Definition:
RingerConstants.py:35
python.RingerConstants.LayerClass.TileBar0
TileBar0
Definition:
RingerConstants.py:28
Generated on Thu Mar 13 2025 21:17:17 for ATLAS Offline Software by
1.8.18