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; |