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
MuonSpectrometer
MuonConditions
MuonCondCabling
RPC_CondCabling
RPC_CondCabling
RPCofflineId.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 RPCOFFLINEID_H
6
#define RPCOFFLINEID_H
7
8
struct
RPCofflineId
{
9
std::string
stationName
;
10
int
stationEta
;
11
int
stationPhi
;
12
int
doubletR
;
13
int
doubletZ
;
14
int
doubletPhi
;
15
int
gasGap
;
16
int
measuresPhi
;
17
int
strip
;
18
void
init
() {
19
stationEta
= -99;
20
stationPhi
= -99;
21
doubletR
= -99;
22
doubletZ
= -99;
23
doubletPhi
= -99;
24
gasGap
= -99;
25
measuresPhi
= -99;
26
strip
= -99;
27
}
28
};
29
30
#endif
RPCofflineId::doubletR
int doubletR
Definition:
RPCofflineId.h:12
RPCofflineId
Definition:
RPCofflineId.h:8
RPCofflineId::stationPhi
int stationPhi
Definition:
RPCofflineId.h:11
RPCofflineId::strip
int strip
Definition:
RPCofflineId.h:17
RPCofflineId::measuresPhi
int measuresPhi
Definition:
RPCofflineId.h:16
RPCofflineId::gasGap
int gasGap
Definition:
RPCofflineId.h:15
RPCofflineId::stationEta
int stationEta
Definition:
RPCofflineId.h:10
RPCofflineId::stationName
std::string stationName
Definition:
RPCofflineId.h:9
RPCofflineId::init
void init()
Definition:
RPCofflineId.h:18
RPCofflineId::doubletZ
int doubletZ
Definition:
RPCofflineId.h:13
RPCofflineId::doubletPhi
int doubletPhi
Definition:
RPCofflineId.h:14
Generated on Wed May 7 2025 21:16:57 for ATLAS Offline Software by
1.8.18