00001 #ifndef HH_EEDIMS
00002 #define HH_EEDIMS
00003 #define MaxTwCrateCh 128
00004 #define MaxMapmtCrateCh 192
00005 #define MinTwCrateID 1
00006 #define MaxTwCrateID 6
00007 #define MaxTwCrates (MaxTwCrateID- MinTwCrateID+1)
00008 #define MinMapmtCrateID 64
00009 #define MaxMapmtCrateID 111
00010 #define MaxMapmtCrates (MaxMapmtCrateID- MinMapmtCrateID+1)
00011 #define MaxAnyCrate (MaxMapmtCrateID+1)
00012 #define MaxAnyCh (MaxMapmtCrateCh)
00013 #define MaxSmdStrips 300 // per plain
00014 #define MaxSmdPlains 2
00015 #define MaxSectors 12
00016 #define MaxSubSec 5
00017 #define MaxEtaBins 12
00018 #define MaxPhiBins 60
00019
00020 #endif