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 
19 class DetLayer;
22 
23 #include <vector>
24 #include <string>
25 
27  public:
28  MuonNavigationPrinter(const MuonDetLayerGeometry *, bool enableRPC = true );
30 
31  private:
32  void printLayer(DetLayer*) const;
33  void printLayers(const std::vector<const DetLayer*>&) const;
35 // std::string layerPart(const DetLayer*) const;
37 // std::string layerModule(const DetLayer*) const;
38 
39 };
40 #endif
void printLayers(const std::vector< const DetLayer * > &) const
print next layers
void printLayer(DetLayer *) const
print layer
MuonNavigationPrinter(const MuonDetLayerGeometry *, bool enableRPC=true)