/* This is the header file for the functions that specify the kaon wavefunction. */ #ifndef kaon_wavefunction_h #define kaon_wavefunction_h #include #include #include #include #define F_KAON 0.159 /* 0.159 */ /* kaon decay constant in GeV */ static double su3_symm_breaking_s; double kaon_distribution_ampl(int form, double su3_symm_breaking, double x); double norm_kaon_distribution_ampl(int form,double su3_symm_breaking,double x); double int_kaon_distribution_ampl_cz(double x); #endif