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
Trigger
TrigAlgorithms
TrigL2MuonSA
src
RpcFitResult.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL2MUONSA_RPCFITRESULT_H
6
#define TRIGL2MUONSA_RPCFITRESULT_H
7
8
namespace
TrigL2MuonSA
{
9
10
// --------------------------------------------------------------------------------
11
// --------------------------------------------------------------------------------
12
13
class
RpcFitResult
14
{
15
public
:
16
RpcFitResult
() {
Clear
(); };
17
18
public
:
19
void
Clear
()
20
{
21
isSuccess
=
false
;
22
phiDir
= 0;
23
isPhiDir
=
false
;
24
phi
= 0;
25
dPhidZ
= 0;
26
27
phi_inner
= 0;
28
slope_inner
= 0;
29
offset_inner
= 0;
30
31
phi_middle
= 0;
32
slope_middle
= 0;
33
offset_middle
= 0;
34
35
phi_outer
= 0;
36
slope_outer
= 0;
37
offset_outer
= 0;
38
};
39
40
public
:
41
bool
isSuccess
;
42
double
phiDir
;
43
bool
isPhiDir
;
44
double
phi
;
45
double
dPhidZ
;
46
47
double
phi_inner
;
48
double
slope_inner
;
49
double
offset_inner
;
50
51
double
phi_middle
;
52
double
slope_middle
;
53
double
offset_middle
;
54
55
double
phi_outer
;
56
double
slope_outer
;
57
double
offset_outer
;
58
};
59
}
60
61
#endif
TrigL2MuonSA::RpcFitResult::phi
double phi
Definition:
RpcFitResult.h:44
TrigL2MuonSA::RpcFitResult::phi_inner
double phi_inner
Definition:
RpcFitResult.h:47
TrigL2MuonSA::RpcFitResult
Definition:
RpcFitResult.h:14
TrigL2MuonSA::RpcFitResult::offset_middle
double offset_middle
Definition:
RpcFitResult.h:53
TrigL2MuonSA::RpcFitResult::Clear
void Clear()
Definition:
RpcFitResult.h:19
TrigL2MuonSA::RpcFitResult::RpcFitResult
RpcFitResult()
Definition:
RpcFitResult.h:16
TrigL2MuonSA::RpcFitResult::offset_inner
double offset_inner
Definition:
RpcFitResult.h:49
TrigL2MuonSA::RpcFitResult::offset_outer
double offset_outer
Definition:
RpcFitResult.h:57
TrigL2MuonSA::RpcFitResult::phiDir
double phiDir
Definition:
RpcFitResult.h:42
TrigL2MuonSA::RpcFitResult::slope_inner
double slope_inner
Definition:
RpcFitResult.h:48
TrigL2MuonSA::RpcFitResult::slope_middle
double slope_middle
Definition:
RpcFitResult.h:52
TrigL2MuonSA::RpcFitResult::isPhiDir
bool isPhiDir
Definition:
RpcFitResult.h:43
TrigL2MuonSA::RpcFitResult::phi_middle
double phi_middle
Definition:
RpcFitResult.h:51
TrigL2MuonSA::RpcFitResult::phi_outer
double phi_outer
Definition:
RpcFitResult.h:55
TrigL2MuonSA::RpcFitResult::isSuccess
bool isSuccess
Definition:
RpcFitResult.h:38
TrigL2MuonSA::RpcFitResult::slope_outer
double slope_outer
Definition:
RpcFitResult.h:56
TrigL2MuonSA::RpcFitResult::dPhidZ
double dPhidZ
Definition:
RpcFitResult.h:45
TrigL2MuonSA
Definition:
AlignmentBarrelLUT.h:13
Generated on Sat Apr 19 2025 21:17:52 for ATLAS Offline Software by
1.8.18