CMS 3D CMS Logo

AlignableDTSuperLayer.h
Go to the documentation of this file.
1 #ifndef Alignment_MuonAlignment_AlignableDTSuperLayer_H
2 #define Alignment_MuonAlignment_AlignableDTSuperLayer_H
3 
12 #include <iosfwd>
13 #include <iostream>
14 #include <vector>
15 
18 
21 
23 
25 public:
26  friend std::ostream &operator<<(std::ostream &, const AlignableDTSuperLayer &);
27 
29  AlignableDTSuperLayer(const GeomDet *geomDet);
30 };
31 
32 #endif // ALIGNABLE_DT_SUPERLAYER_H
A muon DT SuperLayer ( an AlignableDet )
friend std::ostream & operator<<(std::ostream &, const AlignableDTSuperLayer &)
Printout the DetUnits in the CSC chamber.
AlignableDTSuperLayer(const GeomDet *geomDet)
Constructor.