7 N_sensors_in_layer(-1),
13 segment_phi_step(NAN),
17 N_strips_per_column(-1),
30 os <<
"PHG4CylinderGeomv4: layer: " <<
layer
64 double x_location = R_layer * cos(phi);
65 double y_location = R_layer * sin(phi);
67 location[0] = x_location;
68 location[1] = y_location;
69 location[2] = z_location;
81 double strip_sensor_z = 0.0;
87 double strip_sensor_y = 0.0;
104 double x = strip_sensor_x * cos(phi) - strip_sensor_y * sin(phi);
105 double y = strip_sensor_y * cos(phi) + strip_sensor_x * sin(phi);
110 location[2] += strip_sensor_z;
void find_strip_center(const int segment_z_bin, const int segment_phi_bin, const int strip_column, const int strip_index, double location[])
void identify(std::ostream &os=std::cout) const
void find_segment_center(const int segment_z_bin, const int segment_phi_bin, double location[])