flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
lowe.h File Reference

QedQcd object contains Standard Model quark and lepton masses. It integrates them using 3 loop qcd x 1 loop qed effective theory. More...

#include "betafunction.hpp"
#include "ckm.hpp"
#include "pmns.hpp"
#include <array>
#include <iosfwd>
#include <Eigen/Core>
Include dependency graph for lowe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  softsusy::QedQcd
 Quark and lepton masses and gauge couplings in QEDxQCD effective theory. More...
 

Namespaces

namespace  softsusy
 Comment if you want default softsusy behaviour.
 

Enumerations

enum  softsusy::EGauge { softsusy::ALPHA =1 , softsusy::ALPHAS }
 order of gauge couplings stored in QedQcd More...
 
enum  softsusy::EMass {
  softsusy::mUp =1 , softsusy::mCharm , softsusy::mTop , softsusy::mDown ,
  softsusy::mStrange , softsusy::mBottom , softsusy::mElectron , softsusy::mMuon ,
  softsusy::mTau
}
 used to give order of quark masses stored More...
 
enum  softsusy::QedQcd_input_parmeters : int {
  softsusy::alpha_em_MSbar_at_MZ , softsusy::alpha_s_MSbar_at_MZ , softsusy::GFermi , softsusy::MZ_pole ,
  softsusy::MW_pole , softsusy::Mv1_pole , softsusy::Mv2_pole , softsusy::Mv3_pole ,
  softsusy::Me_pole , softsusy::Mm_pole , softsusy::Mtau_pole , softsusy::mu_2GeV ,
  softsusy::ms_2GeV , softsusy::Mt_pole , softsusy::md_2GeV , softsusy::mc_mc ,
  softsusy::mb_mb , softsusy::CKM_theta_12 , softsusy::CKM_theta_13 , softsusy::CKM_theta_23 ,
  softsusy::CKM_delta , softsusy::PMNS_theta_12 , softsusy::PMNS_theta_13 , softsusy::PMNS_theta_23 ,
  softsusy::PMNS_delta , softsusy::PMNS_alpha_1 , softsusy::PMNS_alpha_2 , softsusy::NUMBER_OF_LOW_ENERGY_INPUT_PARAMETERS
}
 

Functions

std::ostream & softsusy::operator<< (std::ostream &, const QedQcd &)
 Formatted output from QedQcd object. More...
 
bool softsusy::operator== (const QedQcd &a, const QedQcd &b)
 

Detailed Description

QedQcd object contains Standard Model quark and lepton masses. It integrates them using 3 loop qcd x 1 loop qed effective theory.

Definition in file lowe.h.