flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
SM.hpp
Go to the documentation of this file.
1#ifndef SM_H
2#define SM_H
3
4
5#include "mathdefs.hpp"
6#include "small_matrices.hpp"
7
8namespace flexiblesusy {
9
10const Real modVub_cent = 4.31e-3; // PDG 2007
11
12CM33 standard_unitary_matrix(Real s12, Real s13, Real s23, Real delta);
13CM33 standard_VCKM(Real gamma, Real Vub);
15
16} // namespace flexiblesusy
17
18#endif // SM_H
double Real
Definition: mathdefs.hpp:12
CM33 standard_VCKM(Real gamma, Real Vub)
Definition: SM.cpp:21
Eigen::Matrix< Comp, 3, 3 > CM33
const Real modVub_cent
Definition: SM.hpp:10
CM33 standard_unitary_matrix(Real s12, Real s13, Real s23, Real delta)
Definition: SM.cpp:8