CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelTemplateDefs.h
Go to the documentation of this file.
1 //
2 // SiPixelTemplateDefs.h (v1.00)
3 //
4 // Created by Morris Swartz on 12/01/09.
5 // Copyright 2009 __TheJohnsHopkinsUniversity__. All rights reserved.
6 //
7 //
8 
9 // Define template buffer size parameters
10 
11 #ifndef SiPixelTemplateDefs_h
12 #define SiPixelTemplateDefs_h 1
13 
14 #define TYSIZE 21
15 #define THY 10 // = TYSIZE/2
16 #define THYP1 THY+1
17 #define TYTEN 210 // = 10*TYSIZE
18 #define BYSIZE TYSIZE+4
19 #define BHY 12 // = BYSIZE/2
20 #define BYM1 TYSIZE+3
21 #define BYM2 TYSIZE+2
22 #define BYM3 TYSIZE+1
23 #define TXSIZE 13
24 #define THX 6 // = TXSIZE/2
25 #define THXP1 THX+1
26 #define BXSIZE TXSIZE+4
27 #define BHX 8 // = BXSIZE/2
28 #define BXM1 TXSIZE+3
29 #define BXM2 TXSIZE+2
30 #define BXM3 TXSIZE+1
31 #define T2YSIZE 13
32 #define T2XSIZE 7
33 #define T2HY 6 // = T2YSIZE/2
34 #define T2HX 3 // = T2XSIZE/2
35 
36 #endif