CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StripTopologyBuilder.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerGeometryBuilder_StripTopologyBuilder_H
2 #define Geometry_TrackerGeometryBuilder_StripTopologyBuilder_H
3 
4 #include <string>
5 
6 class StripTopology;
7 class Bounds;
8 
14 public:
15 
17 
18  StripTopology* build(const Bounds* ,double ,std::string);
19 
20 private:
21 
22  double theAPVNumb;
23 
24  StripTopology* constructBarrel( float , float );
25  StripTopology* constructForward( float , float ,float, int);
26 
27 };
28 
29 #endif
StripTopology * build(const Bounds *, double, std::string)
StripTopology * constructForward(float, float, float, int)
StripTopology * constructBarrel(float, float)
Definition: Bounds.h:18