/* This file contains the functions that specify the gamma_N_p11 electromagnetic vertex. */ #ifndef gamma_N_p11_vertex_h #define gamma_N_p11_vertex_h #include #include #include #include #include #define Gp_p11 0.238 /* 0.238 */ #define Gn_p11 -0.17 /* 0.17 */ spinor_mat gamma_N_p11_vertex(int iso, int mu, fvec q4); spinor_mat gamma_p11_N_vertex(int iso, int mu, fvec q4); double form_factor_G_p11(double Q_sqr); #endif