/* This header file contains the prototypes of the functions that are needed to describe the relativistic p11 resonance contribution to the pion photoproduction t matrix. */ #ifndef t_piprod_p11_rel_h #define t_piprod_p11_rel_h #include #include #include #include #include #include spinor_mat t_s_p11_rel(int iso, int mu, vec p_pi, vec k_ga, vec p_in); spinor_mat t_u_p11_rel(int iso, int mu, vec p_pi, vec k_ga, vec p_in); #endif