CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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:
16 
17  StripTopology* build(const Bounds*, double, const std::string&);
18 
19 private:
20  double theAPVNumb;
21 
22  StripTopology* constructBarrel(float, float);
23  StripTopology* constructForward(float, float, float, int);
24 };
25 
26 #endif
StripTopology * constructForward(float, float, float, int)
StripTopology * constructBarrel(float, float)
Definition: Bounds.h:18
StripTopology * build(const Bounds *, double, const std::string &)