CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonNavigationPrinter.h
Go to the documentation of this file.
1 #ifndef Navigation_MuonNavigationPrinter_H
2 #define Navigation_MuonNavigationPrinter_H
3 
21 class DetLayer;
24 
25 #include <vector>
26 #include <string>
27 
29  public:
30  MuonNavigationPrinter(const MuonDetLayerGeometry *, bool enableRPC = true );
32 
33  private:
34  void printLayer(DetLayer*) const;
35  void printLayers(std::vector<const DetLayer*>) const;
37 // std::string layerPart(const DetLayer*) const;
39 // std::string layerModule(const DetLayer*) const;
40 
41 };
42 #endif
void printLayer(DetLayer *) const
print layer
MuonNavigationPrinter(const MuonDetLayerGeometry *, bool enableRPC=true)
void printLayers(std::vector< const DetLayer * >) const
print next layers