|
void | detgeom_transform_coords (struct detgeom_panel *p, double fs, double ss, double wavelength, double dx, double dy, double *r) |
|
void | detgeom_free (struct detgeom *detgeom) |
|
double | detgeom_max_resolution (struct detgeom *detgeom, double wavelength) |
|
void | show_panel (struct detgeom_panel *p) |
|
double | detgeom_mean_camera_length (struct detgeom *dg) |
|
struct detgeom_panel * | detgeom_find_panel (struct detgeom *dg, const char *name) |
|
void | detgeom_show_hierarchy (const struct detgeom *dg) |
|
void | detgeom_translate_detector_m (struct detgeom *dg, double x, double y, double z) |
|
int | detgeom_group_center (const struct detgeom_panel_group *grp, double *x, double *y, double *z) |
|
gsl_matrix ** | make_panel_minvs (struct detgeom *dg) |
|
Detector geometry structure and related functions.