StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSstConsts.h
1 #ifndef StSstConsts_h
2 #define StSstConsts_h
3 
4 const int kSstNumLadders = 20;
5 const int kSstNumSensorsPerLadder = 16;
6 const int kSstNumStripsOnSensor = 768;
7 
8 #endif