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
Geometry
CommonTopologies
interface
TrackerGeomDet.h
Go to the documentation of this file.
1
#ifndef CommonDet_TrackerGeomDet_H
2
#define CommonDet_TrackerGeomDet_H
3
4
#include "
Geometry/CommonTopologies/interface/GeomDet.h
"
5
6
class
TrackerGeomDet
:
public
GeomDet
{
7
protected
:
8
explicit
TrackerGeomDet
(
Plane
* plane) :
GeomDet
(plane),
theLocalAlignmentError
(
InvalidError
()) {}
9
explicit
TrackerGeomDet
(
const
ReferenceCountingPointer<Plane>
& plane)
10
:
GeomDet
(plane),
theLocalAlignmentError
(
InvalidError
()) {}
11
12
public
:
14
LocalError
const
&
localAlignmentError
()
const
{
return
theLocalAlignmentError
; }
15
16
private
:
17
LocalError
theLocalAlignmentError
;
18
19
private
:
20
bool
setAlignmentPositionError
(
const
AlignmentPositionError
& ape)
final
;
21
};
22
#endif
GeomDet
Definition:
GeomDet.h:27
AlignmentPositionError
Definition:
AlignmentPositionError.h:10
TrackerGeomDet::setAlignmentPositionError
bool setAlignmentPositionError(const AlignmentPositionError &ape) final
Definition:
TrackerGeomDet.cc:5
TrackerGeomDet::theLocalAlignmentError
LocalError theLocalAlignmentError
Definition:
TrackerGeomDet.h:17
Plane
Definition:
Plane.h:16
ReferenceCountingPointer< Plane >
InvalidError
Definition:
TrivialError.h:8
GeomDet.h
LocalError
Definition:
LocalError.h:12
TrackerGeomDet
Definition:
TrackerGeomDet.h:6
TrackerGeomDet::localAlignmentError
LocalError const & localAlignmentError() const
Return local alligment error.
Definition:
TrackerGeomDet.h:14
TrackerGeomDet::TrackerGeomDet
TrackerGeomDet(const ReferenceCountingPointer< Plane > &plane)
Definition:
TrackerGeomDet.h:9
TrackerGeomDet::TrackerGeomDet
TrackerGeomDet(Plane *plane)
Definition:
TrackerGeomDet.h:8
Generated for CMSSW Reference Manual by
1.8.14