CMS 3D CMS Logo

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