62 |
//! constants for the time-walk for S32 |
//! constants for the time-walk for S32 |
63 |
Float_t tw32[3][2]; |
Float_t tw32[3][2]; |
64 |
//! constants to get the position from the timing for S11 |
//! constants to get the position from the timing for S11 |
65 |
Float_t y_coor_lin11[2][8]; |
Float_t y_coor_lin11[8][2]; |
66 |
//! constants to get the position from the timing for S12 |
//! constants to get the position from the timing for S12 |
67 |
Float_t y_coor_lin12[2][6]; |
Float_t x_coor_lin12[6][2]; |
68 |
//! constants to get the position from the timing for S21 |
//! constants to get the position from the timing for S21 |
69 |
Float_t y_coor_lin21[2][2]; |
Float_t x_coor_lin21[2][2]; |
70 |
//! constants to get the position from the timing for S22 |
//! constants to get the position from the timing for S22 |
71 |
Float_t y_coor_lin22[2][2]; |
Float_t y_coor_lin22[2][2]; |
72 |
//! constants to get the position from the timing for S31 |
//! constants to get the position from the timing for S31 |
73 |
Float_t y_coor_lin31[2][3]; |
Float_t y_coor_lin31[3][2]; |
74 |
//! constants to get the position from the timing for S32 |
//! constants to get the position from the timing for S32 |
75 |
Float_t y_coor_lin32[2][3]; |
Float_t x_coor_lin32[3][2]; |
76 |
//! raw ADC matrix 4x12 : 12 half-boards @ 4 channels |
//! raw ADC matrix 4x12 : 12 half-boards @ 4 channels |
77 |
Int_t adc[12][4]; |
Int_t adc[12][4]; |
78 |
//! raw TDC matrix 4x12 : 12 half-boards @ 4 channels |
//! raw TDC matrix 4x12 : 12 half-boards @ 4 channels |