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
Tracking
TrkEvent
TrkEventPrimitives
src
LocalDirection.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// LocalDirection.cxx, (c) ATLAS Detector software
8
9
#include "
TrkEventPrimitives/LocalDirection.h
"
10
//Gaudi
11
#include "GaudiKernel/MsgStream.h"
12
13
15
MsgStream&
Trk::operator <<
( MsgStream&
ls
,
const
Trk::LocalDirection
& lom)
16
{
17
ls
<< std::setiosflags(std::ios::fixed) << std::setprecision(3);
18
// ls << "(angleXZ, angleYZ, magnitude) = ";
19
ls
<<
"(angleXZ, angleYZ) = "
;
20
ls
<<
"("
<< lom.
angleXZ
();
21
ls
<<
","
<< lom.
angleYZ
() <<
")"
;
22
ls
<< std::setprecision(-1);
23
return
ls
;
24
}
25
26
std::ostream&
Trk::operator <<
( std::ostream&
ls
,
const
Trk::LocalDirection
& lom)
27
{
28
ls
<< std::setiosflags(std::ios::fixed) << std::setprecision(3);
29
// ls << "(angleXZ, angleYZ, magnitude) = ";
30
ls
<<
"(angleXZ, angleYZ) = "
;
31
ls
<<
"("
<< lom.
angleXZ
();
32
ls
<<
","
<< lom.
angleYZ
() <<
")"
;
33
ls
<< std::setprecision(-1);
34
return
ls
;
35
}
36
37
38
Trk::LocalDirection::angleYZ
double angleYZ() const
access method for angle of local YZ projection
Definition:
LocalDirection.h:106
Trk::LocalDirection
represents the three-dimensional global direction with respect to a planar surface frame.
Definition:
LocalDirection.h:81
Trk::operator<<
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
Definition:
AlignModule.cxx:204
python.DiskUtils.ls
def ls(path, longls=False)
Definition:
DiskUtils.py:112
LocalDirection.h
Trk::LocalDirection::angleXZ
double angleXZ() const
access method for angle of local XZ projection
Definition:
LocalDirection.h:103
Generated on Sat May 31 2025 21:13:25 for ATLAS Offline Software by
1.8.18