CMS 3D CMS Logo

MTDTopologyBuilder.h
Go to the documentation of this file.
1 #ifndef Geometry_MTDGeometryBuilder_MTDTopologyBuilder_H
2 #define Geometry_MTDGeometryBuilder_MTDTopologyBuilder_H
3 
4 #include <string>
5 class PixelTopology;
6 class Bounds;
7 
13 public:
15 
16  PixelTopology* build(const Bounds* bounds,
17  bool upgradeGeometry,
18  int ROWS_PER_ROC, // Num of Rows per ROC
19  int COLS_PER_ROC, // Num of Cols per ROC
20  int BIG_PIX_PER_ROC_X, // in x direction, rows. BIG_PIX_PER_ROC_X = 0 for SLHC
21  int BIG_PIX_PER_ROC_Y, // in y direction, cols. BIG_PIX_PER_ROC_Y = 0 for SLHC
22  int ROCS_X,
23  int ROCS_Y);
24 };
25 
26 #endif
PixelTopology * build(const Bounds *bounds, bool upgradeGeometry, int ROWS_PER_ROC, int COLS_PER_ROC, int BIG_PIX_PER_ROC_X, int BIG_PIX_PER_ROC_Y, int ROCS_X, int ROCS_Y)
Definition: Bounds.h:20