Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DataFormats
GeometryCommonDetAlgo
src
AlignmentPositionError.cc
Go to the documentation of this file.
1
#include "
DataFormats/GeometryCommonDetAlgo/interface/AlignmentPositionError.h
"
2
3
AlignmentPositionError::AlignmentPositionError
(
4
float
xx
,
float
yy
,
float
zz
,
float
phixphix,
float
phiyphiy,
float
phizphiz) {
5
theGlobalError
=
GlobalErrorExtended
(
6
xx
, 0., 0., 0., 0., 0.,
yy
, 0., 0., 0., 0.,
zz
, 0., 0., 0., phixphix, 0., 0., phiyphiy, 0., phizphiz);
7
}
8
9
AlignmentPositionError::AlignmentPositionError
(
const
GlobalError
& ge) {
10
theGlobalError
=
GlobalErrorExtended
(ge.
cxx
(),
11
ge.
cyx
(),
12
ge.
czx
(),
13
0.,
14
0.,
15
0.,
16
ge.
cyy
(),
17
ge.
czy
(),
18
0.,
19
0.,
20
0.,
21
ge.
czz
(),
22
0.,
23
0.,
24
0.,
25
0.,
26
0.,
27
0.,
28
0.,
29
0.,
30
0.);
31
}
GlobalErrorBase::czy
T czy() const
Definition:
GlobalErrorBase.h:105
geometryCSVtoXML.zz
zz
Definition:
geometryCSVtoXML.py:19
GlobalErrorBase::cyx
T cyx() const
Definition:
GlobalErrorBase.h:99
GlobalErrorBase::cxx
T cxx() const
Definition:
GlobalErrorBase.h:97
geometryCSVtoXML.yy
yy
Definition:
geometryCSVtoXML.py:19
GlobalErrorExtended
GlobalErrorBaseExtended< double, ErrorMatrixTag > GlobalErrorExtended
Definition:
GlobalError.h:14
geometryCSVtoXML.xx
xx
Definition:
geometryCSVtoXML.py:19
GlobalErrorBase::cyy
T cyy() const
Definition:
GlobalErrorBase.h:101
GlobalErrorBase::czx
T czx() const
Definition:
GlobalErrorBase.h:103
GlobalErrorBase< double, ErrorMatrixTag >
AlignmentPositionError::theGlobalError
GlobalErrorExtended theGlobalError
Definition:
AlignmentPositionError.h:42
AlignmentPositionError.h
AlignmentPositionError::AlignmentPositionError
AlignmentPositionError()
Definition:
AlignmentPositionError.h:12
GlobalErrorBase::czz
T czz() const
Definition:
GlobalErrorBase.h:107
Generated for CMSSW Reference Manual by
1.8.14