Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:49

0001 #ifndef TkDetLayers_TOBLayer_h
0002 #define TkDetLayers_TOBLayer_h
0003 
0004 #include "TBPLayer.h"
0005 
0006 /** A concrete implementation for PixelBarrel layer 
0007  *  built out of BarrelPixelRod
0008  */
0009 
0010 #pragma GCC visibility push(hidden)
0011 using TOBLayer = TBPLayer;
0012 
0013 #pragma GCC visibility pop
0014 #endif