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
ForwardDetectors
FPTracker
FPTracker
QuadFocuserNull.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 FPTRACKER_QUADFOCUSERNULL_H
6
#define FPTRACKER_QUADFOCUSERNULL_H
7
#include "
IQuadFocuser.h
"
8
namespace
FPTracker
{
9
class
TransversePoint;
10
class
QuadFocuserNull
:
public
IQuadFocuser
{
11
public
:
12
void
focus
(
double
,
double
,
double
,
const
TransversePoint
& direction,
const
Point
& displacment) ;
13
double
xe
()
const
;
14
double
xae
()
const
;
15
double
ye
()
const
;
16
double
yae
()
const
;
17
std::string
label
()
const
;
18
19
private
:
20
21
const
static
std::string
s_label
;
22
double
m_xe
;
23
double
m_xae
;
24
double
m_ye
;
25
double
m_yae
;
26
};
27
}
28
#endif
FPTracker::QuadFocuserNull::xae
double xae() const
Definition:
QuadFocuserNull.cxx:23
FPTracker::QuadFocuserNull::xe
double xe() const
Definition:
QuadFocuserNull.cxx:22
FPTracker::QuadFocuserNull
Definition:
QuadFocuserNull.h:10
FPTracker::QuadFocuserNull::m_ye
double m_ye
Definition:
QuadFocuserNull.h:24
FPTracker::QuadFocuserNull::focus
void focus(double, double, double, const TransversePoint &direction, const Point &displacment)
Definition:
QuadFocuserNull.cxx:12
FPTracker::QuadFocuserNull::m_yae
double m_yae
Definition:
QuadFocuserNull.h:25
FPTracker::QuadFocuserNull::m_xe
double m_xe
Definition:
QuadFocuserNull.h:22
FPTracker::QuadFocuserNull::s_label
static const std::string s_label
Definition:
QuadFocuserNull.h:21
FPTracker::Point
Definition:
FPTracker/FPTracker/Point.h:14
IQuadFocuser.h
FPTracker::QuadFocuserNull::m_xae
double m_xae
Definition:
QuadFocuserNull.h:23
FPTracker::QuadFocuserNull::label
std::string label() const
Definition:
QuadFocuserNull.cxx:27
FPTracker::QuadFocuserNull::ye
double ye() const
Definition:
QuadFocuserNull.cxx:24
FPTracker
Definition:
FPTracker/FPTracker/Beamline.h:12
FPTracker::QuadFocuserNull::yae
double yae() const
Definition:
QuadFocuserNull.cxx:25
FPTracker::TransversePoint
Definition:
FPTracker/FPTracker/TransversePoint.h:12
FPTracker::IQuadFocuser
Definition:
IQuadFocuser.h:15
Generated on Thu Apr 3 2025 21:17:17 for ATLAS Offline Software by
1.8.18