CMS 3D CMS Logo

MuonGeomDet.h
Go to the documentation of this file.
1 #ifndef CommonDet_MuonGeomDet_H
2 #define CommonDet_MuonGeomDet_H
3 
7 
8 class MuonGeomDet : public GeomDet {
9 protected:
10  explicit MuonGeomDet(Plane* plane) : GeomDet(plane), theLocalAlignmentError(InvalidError()) {}
13 
14 public:
17 
18 private:
20 
21 private:
23 };
24 #endif
LocalErrorExtended const & localAlignmentError() const
Return local alligment error.
Definition: MuonGeomDet.h:16
Definition: Plane.h:16
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