/* This header file contains the prototypes of the functions that are needed to describe the relativistic p33 resonance contribution to the pion photoproduction t matrix. */ #ifndef t_piprod_p33_rel_h #define t_piprod_p33_rel_h #include #include #include #include #include #include spinor_mat p33_propagator_rel(int alfa, int beta, fvec p4_res); spinor_mat t_s_p33_rel(int type, int mu, vec p_pi, vec k_ga, vec p_in); spinor_mat t_u_p33_rel(int type, int mu, vec p_pi, vec k_ga, vec p_in); #endif