StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSstConsts.h
1 //$Id: StSstConsts.h,v 1.1 2015/06/23 16:26:19 jeromel Exp $
2 //
3 //$Log: StSstConsts.h,v $
4 //Revision 1.1 2015/06/23 16:26:19 jeromel
5 //First version created from the SSD code and reshaped
6 //
7 //Revision 1.1 2015/04/19 17:30:31 bouchet
8 //initial commit ; SST codes
9 //
10 
11 //fork from the SSD code, move along - see history therein
12 
13 #ifndef StSstConsts_h
14 #define StSstConsts_h
15 
16 const int kSstNumLadders = 20;
17 const int kSstNumSensorsPerLadder = 16;
18 const int kSstNumStripsOnSensor = 768;
19 
20 #endif