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
Calorimeter
CaloTriggerTool
CaloTriggerTool
LArTTCell.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_LARTTCELL_H
6
#define CALOTRIGGERTOOL_LARTTCELL_H
7
8
#include <vector>
9
10
// F. Ledroit, Sept 29, 2006
11
// class created following LArOnOffId example by Hong Ma
12
13
// TRIGPN TRIGSAMPL TRIGREG TRIGETA TRIGPHI LAYER DETID PN SAMPL REGION ETA PHI
17
struct
LArTTCell_t
18
{
19
short
tpn
;
20
unsigned
short
tsample
;
21
unsigned
short
tregion
;
22
unsigned
short
teta
;
23
unsigned
short
tphi
;
24
unsigned
short
layer
;
25
26
unsigned
short
det
;
27
short
pn
;
28
unsigned
short
sample
;
29
unsigned
short
region
;
30
unsigned
short
eta
;
31
unsigned
short
phi
;
32
33
} ;
34
35
typedef
std::vector<LArTTCell_t>
LArTTCell
;
36
37
#endif
LArTTCell_t::eta
unsigned short eta
Definition:
LArTTCell.h:30
LArTTCell_t::pn
short pn
Definition:
LArTTCell.h:27
LArTTCell
std::vector< LArTTCell_t > LArTTCell
Definition:
LArTTCell.h:35
LArTTCell_t::phi
unsigned short phi
Definition:
LArTTCell.h:31
LArTTCell_t::teta
unsigned short teta
Definition:
LArTTCell.h:22
LArTTCell_t::tphi
unsigned short tphi
Definition:
LArTTCell.h:23
LArTTCell_t
Structure definition of the LArTTCellMap.
Definition:
LArTTCell.h:18
LArTTCell_t::layer
unsigned short layer
Definition:
LArTTCell.h:24
LArTTCell_t::sample
unsigned short sample
Definition:
LArTTCell.h:28
LArTTCell_t::region
unsigned short region
Definition:
LArTTCell.h:29
LArTTCell_t::det
unsigned short det
Definition:
LArTTCell.h:26
LArTTCell_t::tpn
short tpn
Definition:
LArTTCell.h:19
LArTTCell_t::tregion
unsigned short tregion
Definition:
LArTTCell.h:21
LArTTCell_t::tsample
unsigned short tsample
Definition:
LArTTCell.h:20
Generated on Sun May 4 2025 21:13:02 for ATLAS Offline Software by
1.8.18