7 os <<
"PHG4CylinderGeomv4: layer: " <<
layer
40 double x_location = R_layer * cos(phi);
41 double y_location = R_layer * sin(phi);
43 location[0] = x_location;
44 location[1] = y_location;
45 location[2] = z_location;
57 double strip_sensor_z = 0.0;
63 double strip_sensor_y = 0.0;
80 double x = strip_sensor_x * cos(phi) - strip_sensor_y * sin(phi);
81 double y = strip_sensor_y * cos(phi) + strip_sensor_x * sin(phi);
86 location[2] += strip_sensor_z;