CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignableDTSuperLayer.h
Go to the documentation of this file.
1 #ifndef Alignment_MuonAlignment_AlignableDTSuperLayer_H
2 #define Alignment_MuonAlignment_AlignableDTSuperLayer_H
3 
13 #include <iosfwd>
14 #include <iostream>
15 #include <vector>
16 
19 
22 
24 
26  public:
27  friend std::ostream& operator<< (std::ostream&, const AlignableDTSuperLayer &);
28 
30  AlignableDTSuperLayer(const GeomDet *geomDet);
31 };
32 
33 #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.