CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTopologyBuilder.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerGeometryBuilder_PixelTopologyBuilder_H
2 #define Geometry_TrackerGeometryBuilder_PixelTopologyBuilder_H
3 
4 #include <string>
5 class PixelTopology;
6 class Bounds;
7 
13 public:
14 
16 
17  PixelTopology* build(const Bounds* , double ,double ,double ,double ,std::string );
18 
19 private:
20 
25 
26 };
27 
28 #endif
PixelTopology * build(const Bounds *, double, double, double, double, std::string)
Definition: Bounds.h:18