CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeomTopologyBuilder.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerGeometryBuilder_GeomTopologyBuilder_H
2 #define Geometry_TrackerGeometryBuilder_GeomTopologyBuilder_H
3 
4 #include <string>
5 
6 class PixelTopology;
7 class StripTopology;
8 class Bounds;
9 
14 public:
15 
17 
18  PixelTopology* buildPixel( const Bounds* , double , double , double , double ,std::string);
19  StripTopology* buildStrip( const Bounds* , double ,std::string);
20 
21 private:
22 
23 };
24 
25 #endif
PixelTopology * buildPixel(const Bounds *, double, double, double, double, std::string)
StripTopology * buildStrip(const Bounds *, double, std::string)
Definition: Bounds.h:18