CMS 3D CMS Logo

AlignableGEMRing.h
Go to the documentation of this file.
1 #ifndef Alignment_MuonAlignment_AlignableGEMRing_H
2 #define Alignment_MuonAlignment_AlignableGEMRing_H
3 
4 /* \class AlignableGEMRing
5  * \author Hyunyong Kim - TAMU
6  */
7 
12 #include <vector>
13 
14 class GeomDet;
15 
17 public:
18  AlignableGEMRing(const std::vector<AlignableGEMSuperChamber*>& GEMSuperChambers);
19 
21 
23 
25 
27 
28  friend std::ostream& operator<<(std::ostream&, const AlignableGEMRing&);
29 
30  void dump(void) const override;
31 
32 private:
33  std::vector<AlignableGEMSuperChamber*> theGEMSuperChambers;
34 };
35 
36 #endif
RotationType computeOrientation()
PositionType computePosition()
std::vector< AlignableGEMSuperChamber * > theGEMSuperChambers
friend std::ostream & operator<<(std::ostream &, const AlignableGEMRing &)
void dump(void) const override
Recursive printout of alignable structure.
AlignableSurface computeSurface()
AlignableGEMSuperChamber & superChamber(int i)
AlignableGEMRing(const std::vector< AlignableGEMSuperChamber *> &GEMSuperChambers)