CMS 3D CMS Logo

MuonNavigationPrinter.h
Go to the documentation of this file.
1 #ifndef Navigation_MuonNavigationPrinter_H
2 #define Navigation_MuonNavigationPrinter_H
3 
25 class DetLayer;
29 
30 #include <vector>
31 #include <string>
32 
34  public:
35 
36  MuonNavigationPrinter(const MuonDetLayerGeometry *, MuonNavigationSchool const &, bool enableRPC = true, bool enableCSC = true, bool enableGEM = false, bool enableME0 = false );
38 
39  private:
40  void printLayer(const DetLayer*) const;
41  void printLayers(const std::vector<const DetLayer*>&) const;
43 // std::string layerPart(const DetLayer*) const;
45 // std::string layerModule(const DetLayer*) const;
46 
47 
48  MuonNavigationSchool const * school=nullptr;
49 
50 };
51 #endif
MuonNavigationPrinter(const MuonDetLayerGeometry *, MuonNavigationSchool const &, bool enableRPC=true, bool enableCSC=true, bool enableGEM=false, bool enableME0=false)
void printLayers(const std::vector< const DetLayer * > &) const
print next layers
MuonNavigationSchool const * school
return detector part (barrel, forward, backward)
void printLayer(const DetLayer *) const
print layer