CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelBladeBuilder.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_PixelBladeBuilder_h
2 #define TkDetLayers_PixelBladeBuilder_h
3 
4 
5 #include "PixelBlade.h"
6 
10 
14 #pragma GCC visibility push(hidden)
16  public:
18  PixelBlade* build(const GeometricDet* geometricDetFrontPanel,
19  const GeometricDet* geometricDetBackPanel,
20  const TrackerGeometry* theGeomDetGeometry);
21 
22 };
23 
24 
25 #pragma GCC visibility pop
26 #endif
PixelBlade * build(const GeometricDet *geometricDetFrontPanel, const GeometricDet *geometricDetBackPanel, const TrackerGeometry *theGeomDetGeometry)