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
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
CaloTTOnAttrId.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_CALOTTONATTRID_H
6
#define CALOTRIGGERTOOL_CALOTTONATTRID_H
7
8
#include <vector>
9
14
struct
CaloTTOnAttrId_t
15
{
16
unsigned
short
crate
;
17
unsigned
short
module
;
18
unsigned
short
submodule
;
19
unsigned
short
channel
;
20
21
unsigned
int
em_had
;
22
unsigned
int
pos_neg
;
23
unsigned
int
barrel_endcap_fcal
;
24
unsigned
int
module_type
;
25
} ;
26
27
typedef
std::vector<CaloTTOnAttrId_t>
CaloTTOnAttrId
;
28
29
#endif
CaloTTOnAttrId_t
Structure definition of the LArTTOnAttrIdMap.
Definition:
CaloTTOnAttrId.h:15
CaloTTOnAttrId_t::crate
unsigned short crate
Definition:
CaloTTOnAttrId.h:16
CaloTTOnAttrId_t::module_type
unsigned int module_type
Definition:
CaloTTOnAttrId.h:24
CaloTTOnAttrId_t::barrel_endcap_fcal
unsigned int barrel_endcap_fcal
Definition:
CaloTTOnAttrId.h:23
CaloTTOnAttrId
std::vector< CaloTTOnAttrId_t > CaloTTOnAttrId
Definition:
CaloTTOnAttrId.h:27
CaloTTOnAttrId_t::channel
unsigned short channel
Definition:
CaloTTOnAttrId.h:19
CaloTTOnAttrId_t::em_had
unsigned int em_had
Definition:
CaloTTOnAttrId.h:21
CaloTTOnAttrId_t::submodule
unsigned short submodule
Definition:
CaloTTOnAttrId.h:18
CaloTTOnAttrId_t::pos_neg
unsigned int pos_neg
Definition:
CaloTTOnAttrId.h:22
CaloTTOnAttrId_t::module
unsigned short module
Definition:
CaloTTOnAttrId.h:17
Generated on Fri May 9 2025 21:07:34 for ATLAS Offline Software by
1.8.18