Angular analysis of B+->K*+(K+pi0)mumu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
382 B

//Renata Kopecna
#ifndef TESTS_HH
#define TESTS_HH
namespace fcnc {
void test_legendre();
void test_legendre_2pi();
void test_legendre_2d();
void test_chebyshev();
void test_integrals();
///compares the different implementations of the complex error function
void test_errf();
void test_convolutions();
void test_int_convolutions();
}
#endif // TESTS_HH