StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EEdims.h
1 #ifndef HH_EEDIMS
2 #define HH_EEDIMS
3 #define MaxTwCrateCh 128
4 #define MaxMapmtCrateCh 192
5 #define MinTwCrateID 1
6 #define MaxTwCrateID 6
7 #define MaxTwCrates (MaxTwCrateID- MinTwCrateID+1)
8 #define MinMapmtCrateID 64
9 #define MaxMapmtCrateID 111
10 #define MaxMapmtCrates (MaxMapmtCrateID- MinMapmtCrateID+1)
11 #define MaxAnyCrate (MaxMapmtCrateID+1)
12 #define MaxAnyCh (MaxMapmtCrateCh)
13 #define MaxSmdStrips 300 // per plain
14 #define MaxSmdPlains 2 /* plain per sector */
15 #define MaxSectors 12 /* in the endcap */
16 #define MaxSubSec 5 /* in the sector */
17 #define MaxEtaBins 12 /* in the sector */
18 #define MaxPhiBins 60 /* in the Endcap */
19 
20 #endif