CMS 3D CMS Logo

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