Main Page
Namespaces
Classes
Package Documentation
Geometry
CommonDetUnit
interface
MTDGeomDet.h
Go to the documentation of this file.
1
#ifndef CommonDet_MTDGeomDet_H
2
#define CommonDet_MTDGeomDet_H
3
4
5
#include "
Geometry/CommonDetUnit/interface/GeomDet.h
"
6
7
class
MTDGeomDet
:
public
GeomDet
{
8
protected
:
9
explicit
MTDGeomDet
(
Plane
* plane) :
GeomDet
(plane),
theLocalAlignmentError
(
InvalidError
()){}
10
explicit
MTDGeomDet
(
const
ReferenceCountingPointer<Plane>
& plane) :
GeomDet
(plane),
theLocalAlignmentError
(
InvalidError
()){}
11
12
public
:
14
LocalError
const
&
localAlignmentError
()
const
{
return
theLocalAlignmentError
;}
15
16
private
:
17
LocalError
theLocalAlignmentError
;
18
bool
setAlignmentPositionError
(
const
AlignmentPositionError
& ape)
final
;
19
20
};
21
#endif
MTDGeomDet::MTDGeomDet
MTDGeomDet(const ReferenceCountingPointer< Plane > &plane)
Definition:
MTDGeomDet.h:10
GeomDet.h
MTDGeomDet
Definition:
MTDGeomDet.h:7
GeomDet
Definition:
GeomDet.h:29
AlignmentPositionError
Definition:
AlignmentPositionError.h:10
MTDGeomDet::setAlignmentPositionError
bool setAlignmentPositionError(const AlignmentPositionError &ape) final
Definition:
MTDGeomDet.cc:5
MTDGeomDet::localAlignmentError
LocalError const & localAlignmentError() const
Return local alligment error.
Definition:
MTDGeomDet.h:14
Plane
Definition:
Plane.h:17
ReferenceCountingPointer< Plane >
MTDGeomDet::theLocalAlignmentError
LocalError theLocalAlignmentError
Definition:
MTDGeomDet.h:17
InvalidError
Definition:
TrivialError.h:9
MTDGeomDet::MTDGeomDet
MTDGeomDet(Plane *plane)
Definition:
MTDGeomDet.h:9
LocalError
Definition:
LocalError.h:12
Generated for CMSSW Reference Manual by
1.8.11