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
CaloTTPpmRxId.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_CALOTTPPMRXID_H
6
#define CALOTRIGGERTOOL_CALOTTPPMRXID_H
7
8
#include <vector>
9
14
struct
CaloTTPpmRxId_t
15
{
16
unsigned
short
ppm_crate
;
17
unsigned
short
ppm_module
;
18
unsigned
short
ppm_subModule
;
19
unsigned
short
ppm_channel
;
20
21
unsigned
short
rx_crate
;
22
unsigned
short
rx_module
;
23
unsigned
short
rx_inputConn
;
24
unsigned
short
rx_inputPair
;
25
unsigned
short
rx_outputConn
;
26
unsigned
short
rx_outputPair
;
27
28
} ;
29
30
typedef
std::vector<CaloTTPpmRxId_t>
CaloTTPpmRxId
;
31
32
#endif
CaloTTPpmRxId_t::rx_module
unsigned short rx_module
Definition:
CaloTTPpmRxId.h:22
CaloTTPpmRxId_t::rx_outputConn
unsigned short rx_outputConn
Definition:
CaloTTPpmRxId.h:25
CaloTTPpmRxId
std::vector< CaloTTPpmRxId_t > CaloTTPpmRxId
Definition:
CaloTTPpmRxId.h:30
CaloTTPpmRxId_t::ppm_subModule
unsigned short ppm_subModule
Definition:
CaloTTPpmRxId.h:18
CaloTTPpmRxId_t
Structure definition of the CaloTTPpmRxIdMap.
Definition:
CaloTTPpmRxId.h:15
CaloTTPpmRxId_t::rx_inputConn
unsigned short rx_inputConn
Definition:
CaloTTPpmRxId.h:23
CaloTTPpmRxId_t::rx_inputPair
unsigned short rx_inputPair
Definition:
CaloTTPpmRxId.h:24
CaloTTPpmRxId_t::ppm_module
unsigned short ppm_module
Definition:
CaloTTPpmRxId.h:17
CaloTTPpmRxId_t::ppm_channel
unsigned short ppm_channel
Definition:
CaloTTPpmRxId.h:19
CaloTTPpmRxId_t::ppm_crate
unsigned short ppm_crate
Definition:
CaloTTPpmRxId.h:16
CaloTTPpmRxId_t::rx_outputPair
unsigned short rx_outputPair
Definition:
CaloTTPpmRxId.h:26
CaloTTPpmRxId_t::rx_crate
unsigned short rx_crate
Definition:
CaloTTPpmRxId.h:21
Generated on Tue May 27 2025 21:07:24 for ATLAS Offline Software by
1.8.18