/* This header file contains the prototypes of the functions that are needed to describe the relativistic d33 resonance contribution to the pion photoproduction t matrix. */ #ifndef t_piprod_d33_rel_h #define t_piprod_d33_rel_h #include #include #include #include #include #include double d33_width(double s); spinor_mat t_s_d33_rel(int mu, vec p_pi, vec k_ga, vec p_in); spinor_mat t_u_d33_rel(int mu, vec p_pi, vec k_ga, vec p_in); #endif