CMS 3D CMS Logo

MuonGeomDet.h
Go to the documentation of this file.
1 #ifndef CommonDet_MuonGeomDet_H
2 #define CommonDet_MuonGeomDet_H
3 
4 
7 
8 class MuonGeomDet : public GeomDet {
9 protected :
10  explicit MuonGeomDet(Plane * plane) : GeomDet(plane), theLocalAlignmentError(InvalidError()){}
12 
13 public:
16 
17 private:
18 
20 
21 private:
22  bool setAlignmentPositionError (const AlignmentPositionError& ape) final;
23 
24 };
25 #endif
LocalErrorExtended const & localAlignmentError() const
Return local alligment error.
Definition: MuonGeomDet.h:15
Definition: Plane.h:17
MuonGeomDet(Plane *plane)
Definition: MuonGeomDet.h:10
bool setAlignmentPositionError(const AlignmentPositionError &ape) final
Definition: MuonGeomDet.cc:3
MuonGeomDet(const ReferenceCountingPointer< Plane > &plane)
Definition: MuonGeomDet.h:11
LocalErrorExtended theLocalAlignmentError
Definition: MuonGeomDet.h:19