43 |
|
std::vector<short> segm4D_hasPhi; |
44 |
|
std::vector<short> segm4D_hasZed; |
45 |
|
|
46 |
< |
std::vector<float> segm4D_x_loc; |
47 |
< |
std::vector<float> segm4D_y_loc; |
48 |
< |
std::vector<float> segm4D_phi_loc; |
49 |
< |
std::vector<float> segm4D_theta_loc; |
50 |
< |
std::vector<float> segm4D_eta_loc; |
46 |
> |
std::vector<float> segm4D_x_pos_loc; |
47 |
> |
std::vector<float> segm4D_y_pos_loc; |
48 |
> |
std::vector<float> segm4D_z_pos_loc; |
49 |
> |
std::vector<float> segm4D_x_dir_loc; |
50 |
> |
std::vector<float> segm4D_y_dir_loc; |
51 |
> |
std::vector<float> segm4D_z_dir_loc; |
52 |
|
|
53 |
|
std::vector<float> segm4D_cosx; |
54 |
|
std::vector<float> segm4D_cosy; |
94 |
|
std::vector<float> ltDCC_phiB; |
95 |
|
std::vector<short> ltDCC_is2nd; |
96 |
|
|
97 |
+ |
std::vector<short> ltDCC_thBx; |
98 |
+ |
std::vector<short> ltDCC_thWheel; |
99 |
+ |
std::vector<short> ltDCC_thSector; |
100 |
+ |
std::vector<short> ltDCC_thStation; |
101 |
+ |
// std::vector<float> ltDCC_thX; |
102 |
+ |
// std::vector<float> ltDCC_thY; |
103 |
+ |
// TMatrixD ltDCC_thTheta; |
104 |
+ |
// TMatrixD ltDCC_thCode; |
105 |
+ |
|
106 |
|
//DDU variables |
107 |
|
std::vector<short> ltDDU_wheel; |
108 |
|
std::vector<short> ltDDU_sector; |