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