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
IRegionSelector
IRegionSelector
RegSelEnums.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef IREGIONSELECTOR_REGSELENUMS_H
6
#define IREGIONSELECTOR_REGSELENUMS_H
7
9
enum
TYPEID
{
10
BIL
= 1,
11
BIS
= 2,
12
BML
= 3,
13
BMS
= 4,
14
BOL
= 5,
15
BOS
= 6,
16
BMF
= 9,
17
BIR
= 8,
18
BOF
= 10,
19
BOG
= 11
20
};
21
23
enum
DETID
{
24
PIXEL
= 20,
25
SCT
,
26
TRT
,
27
LAR
,
28
TTEM
,
29
TTHEC
,
30
TILE
,
31
MDT
,
32
RPC
,
33
TGC
,
34
CSC
,
35
FCALEM
,
36
FCALHAD
,
37
FTK
,
38
MM
,
39
STGC
40
};
41
42
44
enum
IDENT
{
45
ROBID
= 40,
46
HASHID
47
};
48
50
enum
OUTTYPE
{
51
HASH
= 50,
52
UINT32
,
53
IDENTHASH
54
};
55
#endif
BIS
@ BIS
Definition:
RegSelEnums.h:11
TGC
@ TGC
Definition:
RegSelEnums.h:33
TTHEC
@ TTHEC
Definition:
RegSelEnums.h:29
STGC
@ STGC
Definition:
RegSelEnums.h:39
TRT
@ TRT
Definition:
RegSelEnums.h:26
BIL
@ BIL
Definition:
RegSelEnums.h:10
ROBID
@ ROBID
Definition:
RegSelEnums.h:45
BOG
@ BOG
Definition:
RegSelEnums.h:19
OUTTYPE
OUTTYPE
An enum to define output types.
Definition:
RegSelEnums.h:50
FCALEM
@ FCALEM
Definition:
RegSelEnums.h:35
BIR
@ BIR
Definition:
RegSelEnums.h:17
IDENTHASH
@ IDENTHASH
Definition:
RegSelEnums.h:53
MM
@ MM
Definition:
RegSelEnums.h:38
BMF
@ BMF
Definition:
RegSelEnums.h:16
FCALHAD
@ FCALHAD
Definition:
RegSelEnums.h:36
UINT32
@ UINT32
Definition:
RegSelEnums.h:52
BOL
@ BOL
Definition:
RegSelEnums.h:14
HASHID
@ HASHID
Definition:
RegSelEnums.h:46
DETID
DETID
An enum to define subdetector names.
Definition:
RegSelEnums.h:23
BOF
@ BOF
Definition:
RegSelEnums.h:18
TTEM
@ TTEM
Definition:
RegSelEnums.h:28
IDENT
IDENT
An enum to define identifier types.
Definition:
RegSelEnums.h:44
HASH
@ HASH
Definition:
RegSelEnums.h:51
TYPEID
TYPEID
An enum to define Muon chambers names.
Definition:
RegSelEnums.h:9
FTK
@ FTK
Definition:
RegSelEnums.h:37
RPC
@ RPC
Definition:
RegSelEnums.h:32
TILE
@ TILE
Definition:
RegSelEnums.h:30
BML
@ BML
Definition:
RegSelEnums.h:12
BMS
@ BMS
Definition:
RegSelEnums.h:13
CSC
@ CSC
Definition:
RegSelEnums.h:34
BOS
@ BOS
Definition:
RegSelEnums.h:15
LAR
@ LAR
Definition:
RegSelEnums.h:27
MDT
@ MDT
Definition:
RegSelEnums.h:31
SCT
@ SCT
Definition:
RegSelEnums.h:25
PIXEL
@ PIXEL
Definition:
RegSelEnums.h:24
Generated on Sat Apr 19 2025 21:17:36 for ATLAS Offline Software by
1.8.18