File indexing completed on 2024-04-06 12:02:36
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef SiPixelTemplateDefs_h
0014 #define SiPixelTemplateDefs_h 1
0015
0016
0017
0018
0019
0020
0021 #define TYSIZE 21
0022 #define THY 10
0023 #define THYP1 THY + 1
0024 #define TYTEN 210
0025 #define BYSIZE TYSIZE + 4
0026 #define BHY 12
0027 #define BYM1 TYSIZE + 3
0028 #define BYM2 TYSIZE + 2
0029 #define BYM3 TYSIZE + 1
0030 #define TXSIZE 13
0031 #define THX 6
0032 #define THXP1 THX + 1
0033 #define BXSIZE TXSIZE + 4
0034 #define BHX 8
0035 #define BXM1 TXSIZE + 3
0036 #define BXM2 TXSIZE + 2
0037 #define BXM3 TXSIZE + 1
0038 #define T2YSIZE 21
0039 #define T2XSIZE 7
0040 #define T2HY 10
0041 #define T2HYP1 T2HY + 1
0042 #define T2HX 3
0043 #define TEMP_ENTRY_SIZEX_A 80
0044 #define TEMP_ENTRY_SIZEX_B 80
0045 #define TEMP_ENTRY_SIZEY 100
0046 #endif