Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef SiPixelTemplateDefs_h
00012 #define SiPixelTemplateDefs_h 1
00013
00014 #define TYSIZE 21
00015 #define THY 10 // = TYSIZE/2
00016 #define THYP1 THY+1
00017 #define TYTEN 210 // = 10*TYSIZE
00018 #define BYSIZE TYSIZE+4
00019 #define BHY 12 // = BYSIZE/2
00020 #define BYM1 TYSIZE+3
00021 #define BYM2 TYSIZE+2
00022 #define BYM3 TYSIZE+1
00023 #define TXSIZE 13
00024 #define THX 6 // = TXSIZE/2
00025 #define THXP1 THX+1
00026 #define BXSIZE TXSIZE+4
00027 #define BHX 8 // = BXSIZE/2
00028 #define BXM1 TXSIZE+3
00029 #define BXM2 TXSIZE+2
00030 #define BXM3 TXSIZE+1
00031 #define T2YSIZE 13
00032 #define T2XSIZE 7
00033 #define T2HY 6 // = T2YSIZE/2
00034 #define T2HX 3 // = T2XSIZE/2
00035
00036 #endif