Loading [MathJax]/jax/output/SVG/config.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
w
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
Calorimeter
CaloTriggerTool
CaloTriggerTool
CaloTTOnOffId.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CALOTRIGGERTOOL_CALOTTONOFFID_H
6
#define CALOTRIGGERTOOL_CALOTTONOFFID_H
7
8
#include <vector>
9
14
struct
CaloTTOnOffId_t
15
{
16
short
pn
;
17
unsigned
short
sampling
;
18
unsigned
short
region
;
19
unsigned
short
eta
;
20
unsigned
short
phi
;
21
unsigned
short
layer
;
22
23
unsigned
short
crate
;
24
unsigned
short
module
;
25
unsigned
short
submodule
;
26
unsigned
short
channel
;
27
28
} ;
29
30
typedef
std::vector<CaloTTOnOffId_t>
CaloTTOnOffId
;
31
32
#endif
CaloTTOnOffId_t::crate
unsigned short crate
Definition:
CaloTTOnOffId.h:23
CaloTTOnOffId_t
Structure definition of the LArTTOnOffIdMap.
Definition:
CaloTTOnOffId.h:15
CaloTTOnOffId_t::eta
unsigned short eta
Definition:
CaloTTOnOffId.h:19
CaloTTOnOffId_t::sampling
unsigned short sampling
Definition:
CaloTTOnOffId.h:17
CaloTTOnOffId_t::module
unsigned short module
Definition:
CaloTTOnOffId.h:24
CaloTTOnOffId_t::phi
unsigned short phi
Definition:
CaloTTOnOffId.h:20
CaloTTOnOffId_t::pn
short pn
Definition:
CaloTTOnOffId.h:16
CaloTTOnOffId_t::submodule
unsigned short submodule
Definition:
CaloTTOnOffId.h:25
CaloTTOnOffId_t::layer
unsigned short layer
Definition:
CaloTTOnOffId.h:21
CaloTTOnOffId_t::channel
unsigned short channel
Definition:
CaloTTOnOffId.h:26
CaloTTOnOffId
std::vector< CaloTTOnOffId_t > CaloTTOnOffId
Definition:
CaloTTOnOffId.h:30
CaloTTOnOffId_t::region
unsigned short region
Definition:
CaloTTOnOffId.h:18
Generated on Sat May 10 2025 21:07:22 for ATLAS Offline Software by
1.8.18