18 #include "PhysicalConstants.h"
19 #include "StEventTypes.h"
22 #include "StMuDSTMaker/COMMON/StMuDst.h"
23 #include "StMuDSTMaker/COMMON/StMuEvent.h"
25 const int nL0Trays = 120 ;
26 const int nL0Slats = 2 ;
27 const int nL0Depth3 = 2 ;
28 const int nL0Phi = 4 ;
29 const int nL0Eta = 4 ;
30 const int nL0Range = 256 ;
39 void setLinearLuts ( ) ;
43 void setCountingLuts ( ) ;
44 void setYear1Input ( ) ;
45 void setYear2Input ( ) ;
48 Int_t process (
StEvent *event ) ;
54 void printWeightedSlats ( ) ;
55 void printPatches ( ) ;
56 void printWeightedPatches ( ) ;
57 void setInfoLevel (
int _in ) { infoLevel = _in ; } ;
63 Byte_t lut1[nL0Trays][nL0Slats][nL0Range];
64 Byte_t lut2[nL0Phi][nL0Eta][nL0Range];
65 Byte_t lut3[2][nL0Range];
68 Int_t cabling[nL0Trays] ;
69 Byte_t array1[nL0Trays][nL0Slats] ;
70 Byte_t array2[nL0Phi][nL0Eta] ;
71 Byte_t array3[nL0Depth3] ;
72 Byte_t weighted1[nL0Trays][nL0Slats] ;
73 Byte_t weighted2[nL0Phi][nL0Eta] ;
74 Byte_t weighted3[nL0Depth3] ;