CMS 3D CMS Logo

MTDPixelTopologyBuilder.h
Go to the documentation of this file.
1 #ifndef Geometry_MTDGeometryBuilder_MTDPixelTopologyBuilder_H
2 #define Geometry_MTDGeometryBuilder_MTDPixelTopologyBuilder_H
3 
4 #include <string>
5 class PixelTopology;
6 class Bounds;
7 
13 public:
15 
17  int ROWS_PER_ROC, // Num of Rows per ROC
18  int COLS_PER_ROC, // Num of Cols per ROC
19  int ROCS_X,
20  int ROCS_Y,
21  int GAPxInterpad, //This value is given in microns
22  int GAPxBorder, //This value is given in microns
23  int GAPyInterpad, //This value is given in microns
24  int GAPyBorder); //This value is given in microns
25 };
26 
27 #endif
PixelTopology * build(const Bounds *bounds, int ROWS_PER_ROC, int COLS_PER_ROC, int ROCS_X, int ROCS_Y, int GAPxInterpad, int GAPxBorder, int GAPyInterpad, int GAPyBorder)
Definition: Bounds.h:18