PandaRoot
mzfunctions_pp_to_pipi_vandewi.h
Go to the documentation of this file.
1 
7 #ifndef mzfunctions_pp_to_pipi_vandewi_h
8 #define mzfunctions_pp_to_pipi_vandewi_h 1
9 
10 void mz_pp_to_pipi_vandewi_init(int seed, double P, double cos_theta_min, double cos_theta_max);
11 
12 void mz_pp_to_pipi_get_p_lattice_site(double P, int &i_min, int &iflag);
13 
14 void mz_pp_to_pipi_get_costheta_lattice_site(double cos_theta, int &k_min, int &kflag);
15 
17 
18 double mz_pp_to_pipi_vandewi_sigma_legendre(int i, double cos_theta);
19 
20 double mz_pp_to_pipi_sigma(double P, double cos_theta);
21 
22 void mz_pp_to_pipi_vandewi_event(double P, double cos_theta_min, double cos_theta_max, double *piplus_p, double *piminus_p);
23 
24 #endif
double mz_pp_to_pipi_vandewi_maximum_sigma(double P)
void mz_pp_to_pipi_vandewi_init(int seed, double P, double cos_theta_min, double cos_theta_max)
unsigned int i
Definition: P4_F32vec4.h:21
double mz_pp_to_pipi_sigma(double P, double cos_theta)
void mz_pp_to_pipi_get_p_lattice_site(double P, int &i_min, int &iflag)
void mz_pp_to_pipi_get_costheta_lattice_site(double cos_theta, int &k_min, int &kflag)
void mz_pp_to_pipi_vandewi_event(double P, double cos_theta_min, double cos_theta_max, double *piplus_p, double *piminus_p)
double mz_pp_to_pipi_vandewi_sigma_legendre(int i, double cos_theta)