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