A class for the matching of SUSY MIA. More...
#include <SUSYMassInsertionMatching.h>
A class for the matching of SUSY MIA.
this class contains the Wilson Coefficients at the SUSY matching scale for \( \Delta F = 1 \) and \( \Delta F = 2 \) processes in the mass insertion approximation; references: \Delta F = 2 \( Wilson coefficients: M. Ciuchini et al, hep-ph/0606197 \Delta F = 1 \) Wilson coefficients: F.Gabbiani et al, hep-ph/9604387
SUSYMassInsertion_i | object of type SUSYMassInsertion |
Definition at line 31 of file SUSYMassInsertionMatching.h.
Public Member Functions | |
double | B1 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | B2 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | C0LO (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C0NLO (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C1LO (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C1NLO (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C2LO (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C2NLO (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C3LOA (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C3LOB (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C3NLOA (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C3NLOB (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C4LOA (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C4LOB (double x) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C4NLOA (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
double | C4NLOB (double x, double mumatch2, double Ms2) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term More... | |
virtual std::vector< WilsonCoefficient > & | CMd1 () |
\( \Delta F = 1 \) More... | |
virtual std::vector< WilsonCoefficient > & | CMdbd2 () |
\( \Delta B = 2 \), \( B_{d} \) More... | |
virtual std::vector< WilsonCoefficient > & | CMdbs2 () |
\( \Delta B = 2 \), \( B_{s} \) More... | |
virtual std::vector< WilsonCoefficient > & | CMdd2 () |
\( \Delta C = 2 \) More... | |
virtual std::vector< WilsonCoefficient > & | CMdk2 () |
\( \Delta S = 2 \) More... | |
gslpp::matrix< double > | EffectiveBase () const |
the basis is defined, for example, in Chetyrkin et al hep-ph/9612313 More... | |
double | f6 (double x) |
double | f6t (double x) |
void | LRItoNDR (int i) |
it changes renormalization scheme from LRI to NDR More... | |
double | M1 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | M2 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | M3 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | M4 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | P1 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
double | P2 (double x) const |
\( \DeltaF = 1 \) loop functions, LO term More... | |
gslpp::matrix< double > | RtoMisiak () const |
Misiak et al, hep-ph/0005183. More... | |
SUSYMassInsertionMatching (const SUSYMassInsertion &SUSYMassInsertion_i) | |
constructor More... | |
![]() | |
StandardModelMatching (const StandardModel &SM_i) | |
void | updateSMParameters () |
Updates to new Standard Model parameter sets. More... | |
virtual | ~StandardModelMatching () |
![]() | |
virtual std::vector< WilsonCoefficient > & | CMBMll (QCD::lepton lepton)=0 |
virtual std::vector< WilsonCoefficient > & | CMbnlep (int a)=0 |
virtual std::vector< WilsonCoefficient > & | CMbnlepCC (const int a)=0 |
virtual std::vector< WilsonCoefficient > & | CMbsg ()=0 |
virtual std::vector< WilsonCoefficient > & | CMBXsnn (QCD::lepton lepton)=0 |
virtual std::vector< WilsonCoefficient > & | CMd1Buras ()=0 |
virtual std::vector< WilsonCoefficientNew > & | CMDF1 (std::string blocks, unsigned int nops)=0 |
virtual std::vector< WilsonCoefficient > & | CMprimeBMll (QCD::lepton lepton)=0 |
virtual std::vector< WilsonCoefficient > & | CMprimebsg ()=0 |
virtual | ~ModelMatching () |
Private Attributes | |
gslpp::complex | DLL |
gslpp::complex | DLR |
gslpp::complex | DRL |
gslpp::matrix< double > | drNDRLRI |
gslpp::complex | DRR |
WilsonCoefficient | mcbd |
WilsonCoefficient | mcbs |
WilsonCoefficient | mcd1 |
WilsonCoefficient | mcd2 |
WilsonCoefficient | mck2 |
double | Ms2 |
double | MuM2 |
unsigned int | Nf |
const SUSYMassInsertion & | SusyMI |
SUSYMassInsertionMatching::SUSYMassInsertionMatching | ( | const SUSYMassInsertion & | SUSYMassInsertion_i | ) |
constructor
SUSYMassInsertion_i | object of type SUSYMassInsertion |
Definition at line 11 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::B1 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 39 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::B2 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 43 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C0LO | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Wilson Coefficients in RI-MOM scheme
Definition at line 91 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C0NLO | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Wilson Coefficients in RI-MOM scheme
Definition at line 138 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C1LO | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 101 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C1NLO | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Definition at line 248 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C2LO | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 106 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C2NLO | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Definition at line 341 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C3LOA | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 111 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C3LOB | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 116 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C3NLOA | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Definition at line 433 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C3NLOB | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Definition at line 534 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C4LOA | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 121 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C4LOB | ( | double | x | ) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 127 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C4NLOA | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Definition at line 635 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::C4NLOB | ( | double | x, |
double | mumatch2, | ||
double | Ms2 | ||
) |
\( \DeltaF = 2 \) loop functions RI-MOM scheme, LO term
x | the square ratio between squark mass and gluino mass |
mumatch2 | double for the square of the SUSY matching scale |
Ms2 | double for the square of the average squark mass |
Definition at line 734 of file SUSYMassInsertionMatching.cpp.
|
virtual |
\( \Delta F = 1 \)
Implements ModelMatching.
Definition at line 849 of file SUSYMassInsertionMatching.cpp.
|
virtual |
\( \Delta B = 2 \), \( B_{d} \)
Reimplemented from StandardModelMatching.
Definition at line 1045 of file SUSYMassInsertionMatching.cpp.
|
virtual |
\( \Delta B = 2 \), \( B_{s} \)
Reimplemented from StandardModelMatching.
Definition at line 1129 of file SUSYMassInsertionMatching.cpp.
|
virtual |
\( \Delta C = 2 \)
Reimplemented from StandardModelMatching.
Definition at line 965 of file SUSYMassInsertionMatching.cpp.
|
virtual |
\( \Delta S = 2 \)
Definition at line 1214 of file SUSYMassInsertionMatching.cpp.
gslpp::matrix< double > SUSYMassInsertionMatching::EffectiveBase | ( | ) | const |
the basis is defined, for example, in Chetyrkin et al hep-ph/9612313
Definition at line 1324 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::f6 | ( | double | x | ) |
Definition at line 75 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::f6t | ( | double | x | ) |
Definition at line 80 of file SUSYMassInsertionMatching.cpp.
void SUSYMassInsertionMatching::LRItoNDR | ( | int | i | ) |
it changes renormalization scheme from LRI to NDR
i | int flag: 1 for D, 2 for B_d, 3 for B_s, 4 for K |
Definition at line 1353 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::M1 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 57 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::M2 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 61 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::M3 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 65 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::M4 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 69 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::P1 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 47 of file SUSYMassInsertionMatching.cpp.
double SUSYMassInsertionMatching::P2 | ( | double | x | ) | const |
\( \DeltaF = 1 \) loop functions, LO term
x | the square ratio between squark mass and gluino mass |
Definition at line 52 of file SUSYMassInsertionMatching.cpp.
gslpp::matrix< double > SUSYMassInsertionMatching::RtoMisiak | ( | ) | const |
Misiak et al, hep-ph/0005183.
Definition at line 1297 of file SUSYMassInsertionMatching.cpp.
|
private |
Definition at line 277 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 277 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 277 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 278 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 277 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 280 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 280 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 280 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 280 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 280 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 275 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 275 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 276 of file SUSYMassInsertionMatching.h.
|
private |
Definition at line 274 of file SUSYMassInsertionMatching.h.