CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
23 
24 };
25 #endif
#define GCC11_FINAL
LocalErrorExtended const & localAlignmentError() const
Return local alligment error.
Definition: MuonGeomDet.h:15
Definition: Plane.h:17
MuonGeomDet(Plane *plane)
Definition: MuonGeomDet.h:10
MuonGeomDet(const ReferenceCountingPointer< Plane > &plane)
Definition: MuonGeomDet.h:11
bool setAlignmentPositionError(const AlignmentPositionError &ape)
Definition: MuonGeomDet.cc:5
LocalErrorExtended theLocalAlignmentError
Definition: MuonGeomDet.h:19