a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
SUSYMatching.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef SUSYMATCHING_H
9 #define SUSYMATCHING_H
10 
11 #include <gslpp.h>
12 #include <complex>
13 #include <Polylogarithms.h>
14 #include <PVfunctions.h>
15 #include "StandardModelMatching.h"
16 
17 #define LEPS 1.e-5 // tolerance in the limit of S(x,y) to S(x)
18 #define SUSYLEPS 5.e-3 // tolerance in the limits of D0[x,y,z,t] and D2[x,y,z,t]
19 #define SUSYLEPS2 1.e-10 // tolerance in the limits of B0[x,y]
20 #define SUSYLEPS3 5.e-3 // tolerance in the limits of D0N
21 
22 class SUSY;
23 
33 public:
34  SUSYMatching(const SUSY & SUSY_i);
35 
41  virtual std::vector<WilsonCoefficient>& CMdbd2();
42 
48  virtual std::vector<WilsonCoefficient>& CMdbs2();
49 
50 // /**
51 // *
52 // * @brief \f$ \Delta C = 2 \f$,
53 // * @return return the vector of SUSY Wilson coefficients
54 // */
55  virtual std::vector<WilsonCoefficient>& CMdd2();
56 
62  virtual std::vector<WilsonCoefficient>& CMdk2();
63 
64 // /**
65 // *
66 // * @brief operator basis:
67 // * @brief current current; qcd penguins; magnetic and chromomagnetic penguins; semileptonic
68 // * @param a, a=0 deltaS=0 deltaC=0; a=1 deltaS=1 deltaC=0;
69 // * @return Wilson coefficients Buras base for non-leptonic B decays
70 // */
71 // virtual std::vector<WilsonCoefficient>& CMbnlep(const int& a);
72 //
73 // /**
74 // *
75 // * @brief operator basis: - current current opertors
76 // * @param a, a=0 deltaS=0 deltaC=0; a=1 1,0 ; a=2 0,1 ; a=3 1,1
77 // * @return Wilson coefficients, Buras basis, for non-leptonic B decays
78 // */
79 // virtual std::vector<WilsonCoefficient>& CMbnlepCC(const int& a);
80 
87  virtual std::vector<WilsonCoefficient>& CMbsg();
88 
95  virtual std::vector<WilsonCoefficient>& CMBMll(QCD::lepton lepton);
96 
103  virtual std::vector<WilsonCoefficient>& CMDLij(int li_lj);
104 
111  virtual std::vector<WilsonCoefficient>& CMDLi3j(int li_lj);
112 
118  virtual std::vector<WilsonCoefficient>& CMmueconv();
119 
125  virtual std::vector<WilsonCoefficient>& CMgminus2mu();
126 
127 // /** Calculates gamma penguin amplitudes for m->(3)e (1), t->(3)m (2) and t->(3)e (3)**/
135 
136  // /** Calculates Z penguin amplitudes for m->3e (1), t->3m (2) and t->3e (3)**/
144 
145 
146 // /** Calculates box amplitudes for m->3e (1), t->3m (2) and t->3e (3) **/
153 
154 // /** Calculates Higgs penguin amplitudes for m->3e (1), t->3m (2) and t->3e (3)**/
161 
162 // /** Calculates box amplitudes for m->e conversion**/
168 
169 // /** Calculates the muon g-2**/
175 
176 // /** Calculates the muon g-2**/
181  virtual double gminus2muNLO();
182 
191 
200 
209 
218 
227 
236 
237 
238 // /**
239 // *
240 // * @brief current-current oerators, Misiak basis
241 // * @return Wilson coefficients for \f$ D^{0} \rightarrow \pi \pi , K K \f$
242 // */
243 // virtual std::vector<WilsonCoefficient>& CMd1();
244 //
245 // /**
246 // *
247 // * @brief current-current oerators, Buras basis
248 // * @return Wilson coefficients for \f$ D^{0} \rightarrow \pi \pi , K K \f$
249 // */
250 // virtual std::vector<WilsonCoefficient>& CMd1Buras();
251 
258  void updateSUSYParameters();
259 
260 
263  void Comp_DeltaMd();
264  void Comp_mySUSY_CKM();
265 
267  void Comp_mySUSYMQ();
268 
271  void Comp_VUDHH();
272 
275  void Comp_VdDNL(int flag);
276  void Comp_VdDNR(int flag);
277 
280  void Comp_VdUCL();
281  void Comp_VdUCR(int flag);
282 
283 
286  void Comp_VuUN();
287 
290  void Comp_VuDCL();
291  void Comp_VuDCR();
292 
293 
296  void Comp_Eps_J();
297  void Comp_Lambda0EpsY();
298 
301  void Comp_PHLR();
302  void Comp_PHRL();
303 
304  void Comp_DeltaDL();
305 
306 
307 
308 private:
309  const SUSY & mySUSY;
312 
322 
324 
325  std::vector<WilsonCoefficient> vmdbd2;
326  std::vector<WilsonCoefficient> vmdbs2;
327  std::vector<WilsonCoefficient> vmdk2;
328  std::vector<WilsonCoefficient> vmdd2;
329  std::vector<WilsonCoefficient> vmcbsg;
330 // std::vector<WilsonCoefficient> vmDLij;
331 // std::vector<WilsonCoefficient> vmDLi3j;
332 
334 // gslpp::matrix<gslpp::complex> myRu;
335 // gslpp::matrix<gslpp::complex> myRd;
336 // gslpp::matrix<gslpp::complex> myRl;
337 // gslpp::matrix<gslpp::complex> myRn;
340 // gslpp::vector<double> mym_sn_sq;
341 // gslpp::vector<double> mym_se_sq;
342 // gslpp::vector<double> mym_su_sq;
343 // gslpp::vector<double> mym_sd_sq;
344 
349 
354 
364 
373 
374 // gslpp::vector<double> MNeig;
375 // gslpp::matrix<double> ON;
376 
381  std::complex<double> Leptfzn[6][4][4],Leptgzn[6][4][4],Leptfzc[3][2][2],Leptgzc[3][2][2];
382 
383 // gslpp::matrix<double> Leptz;
384 // gslpp::matrix<double> Leptfa1;
385 // gslpp::matrix<double> Leptfa2;
386 // gslpp::matrix<double> Leptf1;
387 // gslpp::matrix<double> Leptf2;
388 // gslpp::matrix<double> Leptf3;
389 // gslpp::matrix<double> Leptf4;
390 
391 // std::complex<double> Leptgzn[6][4][4];
392 // std::complex<double> Leptfzc[3][2][2];
393 // std::complex<double> Leptgzc[3][2][2];
394 
399 
400 // gslpp::matrix<gslpp::complex> CRlMU;
401 // gslpp::matrix<gslpp::complex> CRlTAU;
402 // gslpp::matrix<gslpp::complex> CRqUP;
403 // gslpp::matrix<gslpp::complex> CRqDOWN;
404 // gslpp::matrix<gslpp::complex> CLlE;
405 // gslpp::matrix<gslpp::complex> CLlMU;
406 // gslpp::matrix<gslpp::complex> CLlTAU;
407 // gslpp::matrix<gslpp::complex> CLqUP;
408 // gslpp::matrix<gslpp::complex> CLqDOWN;
409 // gslpp::matrix<gslpp::complex> NRlE;
410 // gslpp::matrix<gslpp::complex> NRlMU;
411 // gslpp::matrix<gslpp::complex> NRlTAU;
412 // gslpp::matrix<gslpp::complex> NRqUP;
413 // gslpp::matrix<gslpp::complex> NRqDOWN;
414 // gslpp::matrix<gslpp::complex> NLlE;
415 // gslpp::matrix<gslpp::complex> NLlMU;
416 // gslpp::matrix<gslpp::complex> NLlTAU;
417 // gslpp::matrix<gslpp::complex> NLqUP;
418 // gslpp::matrix<gslpp::complex> NLqDOWN;
419 
424 
425 // gslpp::matrix<gslpp::complex> AmpA1RN;
426 // gslpp::matrix<gslpp::complex> AmpA1LC;
427 // gslpp::matrix<gslpp::complex> AmpA1RC;
428 // gslpp::matrix<gslpp::complex> AmpTauA1LN;
429 // gslpp::matrix<gslpp::complex> AmpTauA1RN;
430 // gslpp::matrix<gslpp::complex> AmpTauA1LC;
431 // gslpp::matrix<gslpp::complex> AmpTauA1RC;
432 // gslpp::matrix<gslpp::complex> AmpTEA1LN;
433 // gslpp::matrix<gslpp::complex> AmpTEA1RN;
434 // gslpp::matrix<gslpp::complex> AmpTEA1LC;
435 // gslpp::matrix<gslpp::complex> AmpTEA1RC;
436 // gslpp::matrix<gslpp::complex> AmpALN;
437 // gslpp::matrix<gslpp::complex> AmpARN;
438 // gslpp::matrix<gslpp::complex> AmpALC;
439 // gslpp::matrix<gslpp::complex> AmpARC;
440 // gslpp::matrix<gslpp::complex> AmpTauALN;
441 // gslpp::matrix<gslpp::complex> AmpTauARN;
442 // gslpp::matrix<gslpp::complex> AmpTauALC;
443 // gslpp::matrix<gslpp::complex> AmpTauARC;
444 // gslpp::matrix<gslpp::complex> AmpTEALN;
445 // gslpp::matrix<gslpp::complex> AmpTEARN;
446 // gslpp::matrix<gslpp::complex> AmpTEALC;
447 // gslpp::matrix<gslpp::complex> AmpTEARC;
448 
453 
458 
463 
464  double Q_S;
465  double mu2R;
466  double Als;
467  double Mg;
468  double MHpm;
469  double tanb;
470  double sinb;
471  double cosb;
472  double v;
473  double v1;
474  double v2;
475  double gW,mW,sinthetaW;
476 
477 
480  double Dk(double x, double y, double z, double t, int k);
481 
482  double D0N(double x, double y, double z, double t);
483  double D2LL0(double a, double b);
484  double DL0(double a, double b, double c, int k);
485  double DL(double a, double b, double c, int k);
486  double DLL(double a, double b, int k);
487  double DLLp(double a, double b, int k);
488  double DLLL(double a, int k);
489 
490 
491  /* Loop functions for bsll */
492 
493  double bsll_f1(double x);
494  double bsll_f2(double x);
495  double bsll_f3(double x);
496  double bsll_f4(double x);
497  double bsll_f5(double x);
498  double bsll_f6(double x);
499  double bsll_f7(double x);
500  double bsll_f8(double x);
501  double bsll_C0(double m1, double m2, double m3);
502  double bsll_C2(double m1, double m2, double m3, double mu2);
503  double bsll_D0reg(double m1, double m2, double m3, double m4);
504  double bsll_D2reg(double m1, double m2, double m3, double m4);
506  gslpp::complex bsll_Y_SUSY(int lep_pair); // lep_pair = 0 --> b to s e+e-, lep_pair = 1 --> b to s mu+mu-, lep_pair = 2 --> b to s tau+tau-
507  gslpp::complex bsll_Z_SUSY(int lep_pair); // lep_pair = 0 --> b to s e+e-, lep_pair = 1 --> b to s mu+mu-, lep_pair = 2 --> b to s tau+tau-
508  gslpp::complex bsll_DeltaC9_SUSY(int lep_pair);
509  gslpp::complex bsll_DeltaC10_SUSY(int lep_pair);
510 
514 
515  gslpp::complex XUL[6][3][2],XUR[6][3][2],ZDL[6][3][4],ZDR[6][3][4];
516 
518  gslpp::vector<gslpp::complex> CdF2dHp(int b, int q, int Dmixingflag);
519 
521  gslpp::vector<gslpp::complex> CdF2dgg(int b, int q, int Dmixingflag);
522 
524  gslpp::vector<gslpp::complex> CdF2dChi0g(int b, int q, int Dmixingflag);
525 
527  gslpp::vector<gslpp::complex> CdF2dChiChi(int b, int q, int Dmixingflag);
528 
530  gslpp::vector<gslpp::complex> CdF2dChi0Chi0(int b, int q, int Dmixingflag);
531 
533  void NeutralinoRemixing();
534 
541  int delta_ab(int a, int b);
542 
544  // loopfunctions for Barr-Zee corrections:
545  double fPS(double x);
546  double fS(double x);
547  double fft(double x);
548  // loopfunction for tanb-enhanced correction
549  double It(double a, double b, double c);
550  // loopfunctions for the photonic 2loop corrections:
551  double F3C(double x);
552  double F4C(double x);
553  double F3N(double x);
554  double F4N(double x);
555  double Li2(double x);
556  // loopfunctions for the following correction:
557  // Deviation of the smuon-muon-chargino/neutralino couplings
558  // from gauge/Yukawa couplings due to the breaking of SUSY relations
559  // ref. arXiv:1311.1775
560  double Fa(double x, double y);
561  double Fb(double x, double y);
562 
567 
568  gslpp::complex VdUCL(int b, int k, int j);
569  gslpp::complex VdUCR(int b, int k, int j, int flag);
570 
575 
576  gslpp::complex VdDNL(int b, int k, int j, int flag);
577  gslpp::complex VdDNR(int b, int k, int j, int flag);
578 
583 
584  gslpp::complex VuDCL(int b, int k, int j);
585  gslpp::complex VuDCR(int b, int k, int j);
586 
592 
593  gslpp::complex VuUN(int b, int k, int j, const std::string);
594 
595 
597  gslpp::complex VdUCL(int b, int k, int j, int Dmixingflag);
598  gslpp::complex VdUCR(int b, int k, int j, int flag, int Dmixingflag);
599 
600  gslpp::complex VdDNL(int b, int k, int j, int flag, int Dmixingflag);
601  gslpp::complex VdDNR(int b, int k, int j, int flag, int Dmixingflag);
602 
603 
604 
605 
606 
607  double CL(double a, double b, int k);
608  double CLL(double a, int k);
609  double Ck(double x, double y, double z,int k);
610  double BL(double a, int k);
611  double Bk(double x, double y, int k);
612 
613  gslpp::complex DeltaMd(int J, int I);
614 
616  gslpp::complex Eps_J(int J);
617 
619 
620  gslpp::complex Lambda0EpsY(int J, int I);
621 
623 
624 
625  gslpp::complex DeltaDL(int J, int I);
626  gslpp::complex DeltaDR(int J, int I);
627 
628 
629  gslpp::complex xdS(int S);
630  gslpp::complex xuS(int S);
631  gslpp::complex XRLS(int J, int I, int S);
632  gslpp::complex XLRS(int J, int I, int S);
633 
634 
635 
637 
638 
639  gslpp::complex PHLR(int j, int i);
640  gslpp::complex DeltaFHL(int j, int i);
641 
643 
644  gslpp::complex PHRL(int j, int i);
645 
646 
647  gslpp::complex VUDHH(int i, int j);
648  gslpp::complex PGLR(int j, int i);
649  gslpp::complex PGRL(int j, int i);
650  gslpp::complex PLRk(int j, int i, int k);
651  gslpp::complex PRLk(int j, int i, int k);
652 
653  gslpp::complex PRLk(int j, int i, int k, int Dmixingflag);
654  gslpp::complex PLRk(int j, int i, int k, int Dmixingflag);
655 
657 
658  gslpp::complex EpsPrime(int J, int I);
660  double F7k(double x, int k);
661 
662 
667 
668 };
669 
670 #endif /* SUSYMATCHING_H */
SUSYMatching::AmpTEALC
gslpp::matrix< gslpp::complex > AmpTEALC
Definition: SUSYMatching.h:423
SUSYMatching::mcdd2Chi0Chi0T
WilsonCoefficient mcdd2Chi0Chi0T
Definition: SUSYMatching.h:319
SUSYMatching::VdDNR
gslpp::complex VdDNR(int b, int k, int j, int flag)
Definition: SUSYMatching.cpp:1088
SUSYMatching::gamDRMD
gslpp::matrix< gslpp::complex > gamDRMD
Definition: SUSYMatching.h:511
WilsonCoefficient
A class for the Wilson coefficients.
Definition: WilsonCoefficient.h:22
SUSYMatching::Lepty
gslpp::matrix< double > Lepty
Functions needed to calculate various LFV observables.
Definition: SUSYMatching.h:380
SUSYMatching::CdF2dChi0Chi0
gslpp::vector< gslpp::complex > CdF2dChi0Chi0(int b, int q, int Dmixingflag)
Definition: SUSYMatching.cpp:2161
SUSYMatching::bsll_C0
double bsll_C0(double m1, double m2, double m3)
Definition: SUSYMatching.cpp:3622
SUSYMatching::PHLR
gslpp::complex PHLR(int j, int i)
Definition: SUSYMatching.cpp:1349
SUSYMatching::bsll_f6
double bsll_f6(double x)
Definition: SUSYMatching.cpp:3589
SUSYMatching::C10_Lepton
virtual gslpp::vector< gslpp::complex > C10_Lepton(int n)
Calculates and Wilson coefficients for the process .
Definition: SUSYMatching.cpp:7492
SUSYMatching::NLlMU
gslpp::matrix< gslpp::complex > NLlMU
Definition: SUSYMatching.h:398
SUSYMatching::Comp_DeltaMd
void Comp_DeltaMd()
Definition: SUSYMatching.cpp:711
SUSYMatching::CdF2dChi0g
gslpp::vector< gslpp::complex > CdF2dChi0g(int b, int q, int Dmixingflag)
Definition: SUSYMatching.cpp:2347
SUSYMatching::fft
double fft(double x)
Definition: SUSYMatching.cpp:6777
SUSYMatching::sinthetaW
double sinthetaW
Definition: SUSYMatching.h:475
SUSYMatching::myRd
gslpp::matrix< gslpp::complex > myRd
Definition: SUSYMatching.h:353
SUSYMatching::mcdbd2Chi0g
WilsonCoefficient mcdbd2Chi0g
Definition: SUSYMatching.h:313
SUSYMatching::mcdk2Hp
WilsonCoefficient mcdk2Hp
Definition: SUSYMatching.h:317
SUSYMatching::AmpTauA1RN
gslpp::matrix< gslpp::complex > AmpTauA1RN
Definition: SUSYMatching.h:423
SUSYMatching::mcDLij
WilsonCoefficient mcDLij
Definition: SUSYMatching.h:321
SUSYMatching::bsll_D0reg
double bsll_D0reg(double m1, double m2, double m3, double m4)
Definition: SUSYMatching.cpp:3664
SUSYMatching::mcdk2gg
WilsonCoefficient mcdk2gg
Definition: SUSYMatching.h:317
SUSYMatching::mcdbd2gg
WilsonCoefficient mcdbd2gg
Definition: SUSYMatching.h:313
SUSYMatching::TDhat
gslpp::matrix< gslpp::complex > TDhat
Sdown tri-linear coupling matrix.
Definition: SUSYMatching.h:457
SUSYMatching::mcdd2Chi0gT
WilsonCoefficient mcdd2Chi0gT
Definition: SUSYMatching.h:319
SUSYMatching::AmpTEA1LC
gslpp::matrix< gslpp::complex > AmpTEA1LC
Definition: SUSYMatching.h:423
SUSYMatching::F4N
double F4N(double x)
Definition: SUSYMatching.cpp:6922
gslpp::matrix< double >
A class for constructing and defining operations on real matrices.
Definition: gslpp_matrix_double.h:48
SUSYMatching::CdF2dChiChi
gslpp::vector< gslpp::complex > CdF2dChiChi(int b, int q, int Dmixingflag)
Definition: SUSYMatching.cpp:2027
SUSYMatching::mcbnlepCC
WilsonCoefficient mcbnlepCC
Definition: SUSYMatching.h:323
SUSYMatching::updateSUSYParameters
void updateSUSYParameters()
current-current oerators, Misiak basis
Definition: SUSYMatching.cpp:174
SUSYMatching::VdUCR
gslpp::complex VdUCR(int b, int k, int j, int flag)
Definition: SUSYMatching.cpp:950
SUSYMatching::AmpTEALN
gslpp::matrix< gslpp::complex > AmpTEALN
Definition: SUSYMatching.h:423
SUSYMatching::CLlTAU
gslpp::matrix< gslpp::complex > CLlTAU
Definition: SUSYMatching.h:398
SUSYMatching::mcdbs2gg
WilsonCoefficient mcdbs2gg
Definition: SUSYMatching.h:315
SUSYMatching::AmpA1LC
gslpp::matrix< gslpp::complex > AmpA1LC
Definition: SUSYMatching.h:423
SUSYMatching::PGLR
gslpp::complex PGLR(int j, int i)
Definition: SUSYMatching.cpp:1307
SUSYMatching::CLqDOWN
gslpp::matrix< gslpp::complex > CLqDOWN
Definition: SUSYMatching.h:398
SUSYMatching::mcdbd2ggT
WilsonCoefficient mcdbd2ggT
Definition: SUSYMatching.h:313
SUSYMatching::myN
gslpp::matrix< gslpp::complex > myN
Neutralino mixing matrix.
Definition: SUSYMatching.h:372
SUSYMatching::CS_Lepton
virtual gslpp::vector< gslpp::complex > CS_Lepton(int n)
Calculates and Wilson coefficients for the process .
Definition: SUSYMatching.cpp:7510
SUSYMatching::AmpARN
gslpp::matrix< gslpp::complex > AmpARN
Definition: SUSYMatching.h:423
SUSYMatching::bsll_Z_SUSY
gslpp::complex bsll_Z_SUSY(int lep_pair)
Definition: SUSYMatching.cpp:3912
SUSYMatching::mcdbd2ChiChiT
WilsonCoefficient mcdbd2ChiChiT
Definition: SUSYMatching.h:313
SUSYMatching::mcdk2ChiChi
WilsonCoefficient mcdk2ChiChi
Definition: SUSYMatching.h:317
SUSYMatching::Comp_mySUSY_CKM
void Comp_mySUSY_CKM()
Definition: SUSYMatching.cpp:843
SUSYMatching::XUR
gslpp::complex XUR[6][3][2]
Definition: SUSYMatching.h:515
SUSYMatching::AmpA1LN
gslpp::matrix< gslpp::complex > AmpA1LN
Amplitudes of Chargino and Neutralino contribution to various LFV observables.
Definition: SUSYMatching.h:423
SUSYMatching::AmpALN
gslpp::matrix< gslpp::complex > AmpALN
Definition: SUSYMatching.h:423
SUSYMatching::MNeig
gslpp::vector< double > MNeig
Definition: SUSYMatching.h:368
SUSYMatching::gamDRgamDRdag
gslpp::matrix< gslpp::complex > gamDRgamDRdag
Definition: SUSYMatching.h:512
SUSYMatching::FFunctions
virtual gslpp::vector< gslpp::complex > FFunctions(int n)
Calculates Z penguin amplitudes for the process from .
Definition: SUSYMatching.cpp:6356
SUSYMatching::v2
double v2
Definition: SUSYMatching.h:474
SUSYMatching::gminus2muNLO
virtual double gminus2muNLO()
Calculates amplitudes for at two-loop.
Definition: SUSYMatching.cpp:7013
SUSYMatching::Leptfzn
std::complex< double > Leptfzn[6][4][4]
Definition: SUSYMatching.h:381
SUSYMatching::ZDR
gslpp::complex ZDR[6][3][4]
Definition: SUSYMatching.h:515
SUSYMatching::AmpTauA1LN
gslpp::matrix< gslpp::complex > AmpTauA1LN
Definition: SUSYMatching.h:423
SUSYMatching::Leptgzn
std::complex< double > Leptgzn[6][4][4]
Definition: SUSYMatching.h:381
SUSYMatching::gamULCKMMD
gslpp::matrix< gslpp::complex > gamULCKMMD
Definition: SUSYMatching.h:511
SUSYMatching::mcdk2Chi0Chi0
WilsonCoefficient mcdk2Chi0Chi0
Definition: SUSYMatching.h:317
SUSYMatching::TUhat
gslpp::matrix< gslpp::complex > TUhat
Sup tri-linear coupling matrix.
Definition: SUSYMatching.h:452
SUSYMatching::mcdk2Chi0g
WilsonCoefficient mcdk2Chi0g
Definition: SUSYMatching.h:317
SUSYMatching::bsll_C2
double bsll_C2(double m1, double m2, double m3, double mu2)
Definition: SUSYMatching.cpp:3643
SUSYMatching::DL
double DL(double a, double b, double c, int k)
Definition: SUSYMatching.cpp:319
SUSYMatching::XRLS
gslpp::complex XRLS(int J, int I, int S)
Definition: SUSYMatching.cpp:1608
SUSYMatching::Fb
double Fb(double x, double y)
Definition: SUSYMatching.cpp:6975
gslpp.h
SUSYMatching::bsll_f1
double bsll_f1(double x)
Definition: SUSYMatching.cpp:3537
SUSYMatching::AmpA1RN
gslpp::matrix< gslpp::complex > AmpA1RN
Definition: SUSYMatching.h:423
SUSYMatching::AmpTEARN
gslpp::matrix< gslpp::complex > AmpTEARN
Definition: SUSYMatching.h:423
SUSYMatching::Leptgzc
std::complex< double > Leptgzc[3][2][2]
Definition: SUSYMatching.h:381
SUSYMatching::VuUN
gslpp::complex VuUN(int b, int k, int j, const std::string)
Definition: SUSYMatching.cpp:1238
SUSYMatching::mcdk2Chi0gT
WilsonCoefficient mcdk2Chi0gT
Definition: SUSYMatching.h:317
SUSYMatching::mySUSY_CKM
gslpp::matrix< gslpp::complex > mySUSY_CKM()
Definition: SUSYMatching.cpp:867
SUSYMatching::mcdbd2ChiChi
WilsonCoefficient mcdbd2ChiChi
Definition: SUSYMatching.h:313
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
SUSYMatching::mcdk2ggT
WilsonCoefficient mcdk2ggT
Definition: SUSYMatching.h:317
SUSYMatching::CRlMU
gslpp::matrix< gslpp::complex > CRlMU
Definition: SUSYMatching.h:398
SUSYMatching::PV
const PVfunctions PV
Definition: SUSYMatching.h:311
SUSYMatching::F3N
double F3N(double x)
Definition: SUSYMatching.cpp:6906
SUSYMatching::gminus2mu
virtual gslpp::vector< gslpp::complex > gminus2mu()
Calculates amplitudes for at one-loop from .
Definition: SUSYMatching.cpp:6619
SUSYMatching::bsll_D2reg
double bsll_D2reg(double m1, double m2, double m3, double m4)
Definition: SUSYMatching.cpp:3715
gslpp::matrix< gslpp::complex >
SUSYMatching::NeutralinoRemixing
void NeutralinoRemixing()
Definition: SUSYMatching.cpp:4028
SUSYMatching::mym_su_sq
gslpp::vector< double > mym_su_sq
Sfermion mass-eigenvalue squared.
Definition: SUSYMatching.h:348
SUSYMatching::Eps_JCache
gslpp::vector< gslpp::complex > Eps_JCache
Definition: SUSYMatching.h:615
SUSYMatching::mcdbs2HpT
WilsonCoefficient mcdbs2HpT
Definition: SUSYMatching.h:315
SUSYMatching::VdUCL_cache
gslpp::complex VdUCL_cache[3][6][2]
Definition: SUSYMatching.h:565
SUSYMatching::XUL
gslpp::complex XUL[6][3][2]
Definition: SUSYMatching.h:515
SUSYMatching::PHRLCache
gslpp::matrix< gslpp::complex > PHRLCache
Definition: SUSYMatching.h:642
SUSYMatching::NRlE
gslpp::matrix< gslpp::complex > NRlE
Definition: SUSYMatching.h:398
SUSYMatching::myRu
gslpp::matrix< gslpp::complex > myRu
Sfermion mixing matrices.
Definition: SUSYMatching.h:353
SUSYMatching::NLqUP
gslpp::matrix< gslpp::complex > NLqUP
Definition: SUSYMatching.h:398
SUSYMatching::mW
double mW
Definition: SUSYMatching.h:475
SUSYMatching::DLL
double DLL(double a, double b, int k)
Definition: SUSYMatching.cpp:365
SUSYMatching::myV
gslpp::matrix< gslpp::complex > myV
Chargino mixing matrices.
Definition: SUSYMatching.h:362
SUSYMatching::gamULgamULdag
gslpp::matrix< gslpp::complex > gamULgamULdag
Definition: SUSYMatching.h:512
SUSYMatching::mcdk2Chi0Chi0T
WilsonCoefficient mcdk2Chi0Chi0T
Definition: SUSYMatching.h:317
SUSYMatching::VdDNL
gslpp::complex VdDNL(int b, int k, int j, int flag)
Definition: SUSYMatching.cpp:1021
SUSYMatching::mcdk2ChiChiT
WilsonCoefficient mcdk2ChiChiT
Definition: SUSYMatching.h:317
SUSYMatching::PHRL
gslpp::complex PHRL(int j, int i)
Definition: SUSYMatching.cpp:1473
SUSYMatching::VuDCR
gslpp::complex VuDCR(int b, int k, int j)
Definition: SUSYMatching.cpp:1164
SUSYMatching::DLLL
double DLLL(double a, int k)
Definition: SUSYMatching.cpp:451
SUSYMatching::myCKM_cache
gslpp::matrix< gslpp::complex > myCKM_cache
Definition: SUSYMatching.h:663
SUSYMatching::Leptfa1
gslpp::matrix< double > Leptfa1
Definition: SUSYMatching.h:380
SUSYMatching::Bk
double Bk(double x, double y, int k)
Definition: SUSYMatching.cpp:669
PVfunctions.h
SUSYMatching::mcdd2
WilsonCoefficient mcdd2
Definition: SUSYMatching.h:319
SUSYMatching::mcBMll
WilsonCoefficient mcBMll
Definition: SUSYMatching.h:323
SUSYMatching::gamURCKMMU
gslpp::matrix< gslpp::complex > gamURCKMMU
Definition: SUSYMatching.h:511
SUSYMatching::v1
double v1
Definition: SUSYMatching.h:473
SUSYMatching::mcdbs2ChiChi
WilsonCoefficient mcdbs2ChiChi
Definition: SUSYMatching.h:315
SUSYMatching::AmpARC
gslpp::matrix< gslpp::complex > AmpARC
Definition: SUSYMatching.h:423
SUSYMatching::BL
double BL(double a, int k)
Definition: SUSYMatching.cpp:653
SUSYMatching::C7_Lepton
virtual gslpp::vector< gslpp::complex > C7_Lepton(int n)
Calculates and Wilson coefficients for the process .
Definition: SUSYMatching.cpp:7462
SUSYMatching::NRqUP
gslpp::matrix< gslpp::complex > NRqUP
Definition: SUSYMatching.h:398
SUSYMatching::DeltaMd
gslpp::complex DeltaMd(int J, int I)
Definition: SUSYMatching.cpp:755
SUSYMatching::CRlE
gslpp::matrix< gslpp::complex > CRlE
Chargino and Neutralino couplings to sfermions.
Definition: SUSYMatching.h:398
SUSYMatching::TEhat
gslpp::matrix< gslpp::complex > TEhat
Slepton tri-linear coupling matrix.
Definition: SUSYMatching.h:462
SUSYMatching::F3C
double F3C(double x)
Definition: SUSYMatching.cpp:6871
SUSYMatching::bsll_DeltaC9_SUSY
gslpp::complex bsll_DeltaC9_SUSY(int lep_pair)
Definition: SUSYMatching.cpp:4009
SUSYMatching::VdDNR_cache
gslpp::complex VdDNR_cache[3][6][4][2]
Definition: SUSYMatching.h:574
SUSYMatching::CMbsg
virtual std::vector< WilsonCoefficient > & CMbsg()
operator basis:
Definition: SUSYMatching.cpp:3445
SUSYMatching::It
double It(double a, double b, double c)
Definition: SUSYMatching.cpp:6784
SUSYMatching::mcdbs2ChiChiT
WilsonCoefficient mcdbs2ChiChiT
Definition: SUSYMatching.h:315
SUSYMatching::mcdd2ChiChi
WilsonCoefficient mcdd2ChiChi
Definition: SUSYMatching.h:319
SUSYMatching::CLL
double CLL(double a, int k)
Definition: SUSYMatching.cpp:588
SUSYMatching::ON
gslpp::matrix< gslpp::complex > ON
Definition: SUSYMatching.h:372
StandardModelMatching
A class for the matching in the Standard Model.
Definition: StandardModelMatching.h:26
SUSYMatching::Comp_VuUN
void Comp_VuUN()
Definition: SUSYMatching.cpp:1204
SUSYMatching::AmpTauALC
gslpp::matrix< gslpp::complex > AmpTauALC
Definition: SUSYMatching.h:423
SUSYMatching::Leptf4
gslpp::matrix< double > Leptf4
Definition: SUSYMatching.h:380
SUSYMatching::CRlTAU
gslpp::matrix< gslpp::complex > CRlTAU
Definition: SUSYMatching.h:398
SUSYMatching::VuDCR_cache
gslpp::complex VuDCR_cache[3][6][2]
Definition: SUSYMatching.h:582
SUSYMatching::myCKM
gslpp::matrix< gslpp::complex > myCKM
Definition: SUSYMatching.h:333
SUSYMatching::delta_ab
int delta_ab(int a, int b)
Kronecker delta.
Definition: SUSYMatching.cpp:4715
SUSYMatching::Leptfa2
gslpp::matrix< double > Leptfa2
Definition: SUSYMatching.h:380
SUSYMatching::VuDCL
gslpp::complex VuDCL(int b, int k, int j)
Definition: SUSYMatching.cpp:1125
SUSYMatching::mcdd2ggT
WilsonCoefficient mcdd2ggT
Definition: SUSYMatching.h:319
SUSYMatching::CLqUP
gslpp::matrix< gslpp::complex > CLqUP
Definition: SUSYMatching.h:398
SUSYMatching::VdUCL
gslpp::complex VdUCL(int b, int k, int j)
Definition: SUSYMatching.cpp:900
SUSY
A base class for SUSY models.
Definition: SUSY.h:26
SUSYMatching::CL
double CL(double a, double b, int k)
Definition: SUSYMatching.cpp:569
SUSYMatching::DeltaDR
gslpp::complex DeltaDR(int J, int I)
Definition: SUSYMatching.cpp:835
SUSYMatching::Comp_VuDCR
void Comp_VuDCR()
Definition: SUSYMatching.cpp:1131
SUSYMatching::Comp_Eps_J
void Comp_Eps_J()
Definition: SUSYMatching.cpp:763
SUSYMatching::CMdk2
virtual std::vector< WilsonCoefficient > & CMdk2()
,
Definition: SUSYMatching.cpp:2970
SUSYMatching::xuS
gslpp::complex xuS(int S)
Definition: SUSYMatching.cpp:1576
SUSYMatching::mu2R
double mu2R
Definition: SUSYMatching.h:465
SUSYMatching::mcdbs2Chi0gT
WilsonCoefficient mcdbs2Chi0gT
Definition: SUSYMatching.h:315
SUSYMatching::NRlTAU
gslpp::matrix< gslpp::complex > NRlTAU
Definition: SUSYMatching.h:398
SUSYMatching::Comp_VdDNR
void Comp_VdDNR(int flag)
Definition: SUSYMatching.cpp:1031
SUSYMatching::DFunctions
virtual gslpp::vector< gslpp::complex > DFunctions()
Calculates box diagram amplitudes for the process conversion in Nuclei from from .
Definition: SUSYMatching.cpp:6220
SUSYMatching::bsll_f3
double bsll_f3(double x)
Definition: SUSYMatching.cpp:3559
SUSYMatching::AmpTauA1RC
gslpp::matrix< gslpp::complex > AmpTauA1RC
Definition: SUSYMatching.h:423
SUSYMatching::mcdd2Hp
WilsonCoefficient mcdd2Hp
Definition: SUSYMatching.h:319
SUSYMatching::DLLp
double DLLp(double a, double b, int k)
Definition: SUSYMatching.cpp:403
SUSYMatching::BHFunctions
virtual gslpp::vector< gslpp::complex > BHFunctions(int n)
Calculates Higgs penguin amplitudes for the process from .
Definition: SUSYMatching.cpp:4720
SUSYMatching::mcdbd2Chi0gT
WilsonCoefficient mcdbd2Chi0gT
Definition: SUSYMatching.h:313
SUSYMatching::fPS
double fPS(double x)
Definition: SUSYMatching.cpp:6750
SUSYMatching::Comp_VuDCL
void Comp_VuDCL()
Definition: SUSYMatching.cpp:1098
SUSYMatching::mcd1
WilsonCoefficient mcd1
Definition: SUSYMatching.h:323
SUSYMatching::Eps_J
gslpp::complex Eps_J(int J)
Definition: SUSYMatching.cpp:771
SUSYMatching::NRlMU
gslpp::matrix< gslpp::complex > NRlMU
Definition: SUSYMatching.h:398
SUSYMatching::mcdk2HpT
WilsonCoefficient mcdk2HpT
Definition: SUSYMatching.h:317
SUSYMatching::MChi0
gslpp::vector< double > MChi0
Neutralino mass-eigenvalue.
Definition: SUSYMatching.h:368
SUSYMatching::NLqDOWN
gslpp::matrix< gslpp::complex > NLqDOWN
Definition: SUSYMatching.h:398
SUSYMatching::CMgminus2mu
virtual std::vector< WilsonCoefficient > & CMgminus2mu()
Wilson coefficient for at one-loop.
Definition: SUSYMatching.cpp:7656
SUSYMatching::bsll_f7
double bsll_f7(double x)
Definition: SUSYMatching.cpp:3600
SUSYMatching::Mg
double Mg
Definition: SUSYMatching.h:467
SUSYMatching::BFunctions
virtual gslpp::vector< gslpp::complex > BFunctions(int n)
Calculates box diagram amplitudes for the process from from .
Definition: SUSYMatching.cpp:4364
PVfunctions
A class for Passarino-Veltman functions.
Definition: PVfunctions.h:44
Polylogarithms.h
SUSYMatching::bsll_DeltaC10_SUSY
gslpp::complex bsll_DeltaC10_SUSY(int lep_pair)
Definition: SUSYMatching.cpp:4016
SUSYMatching::myRn
gslpp::matrix< gslpp::complex > myRn
Definition: SUSYMatching.h:353
SUSYMatching::DeltaMd_cache
gslpp::matrix< gslpp::complex > DeltaMd_cache
Definition: SUSYMatching.h:665
SUSYMatching::VUDHH
gslpp::complex VUDHH(int i, int j)
Definition: SUSYMatching.cpp:1418
SUSYMatching::DL0
double DL0(double a, double b, double c, int k)
Definition: SUSYMatching.cpp:300
SUSYMatching::Comp_VdDNL
void Comp_VdDNL(int flag)
Definition: SUSYMatching.cpp:959
SUSYMatching::mcdbs2Chi0Chi0T
WilsonCoefficient mcdbs2Chi0Chi0T
Definition: SUSYMatching.h:315
SUSYMatching::sinb
double sinb
Definition: SUSYMatching.h:470
SUSYMatching::bsll_Y_SUSY
gslpp::complex bsll_Y_SUSY(int lep_pair)
Definition: SUSYMatching.cpp:3810
SUSYMatching::CMDLij
virtual std::vector< WilsonCoefficient > & CMDLij(int li_lj)
Wilson coefficient for the process .
Definition: SUSYMatching.cpp:7543
SUSYMatching::tanb
double tanb
Definition: SUSYMatching.h:469
SUSYMatching::downQmassM
gslpp::matrix< gslpp::complex > downQmassM
Definition: SUSYMatching.h:513
SUSYMatching::AmpA1RC
gslpp::matrix< gslpp::complex > AmpA1RC
Definition: SUSYMatching.h:423
SUSYMatching::Comp_VdUCL
void Comp_VdUCL()
Definition: SUSYMatching.cpp:875
SUSYMatching::xdS
gslpp::complex xdS(int S)
Definition: SUSYMatching.cpp:1544
SUSYMatching::Leptz
gslpp::matrix< double > Leptz
Definition: SUSYMatching.h:380
SUSYMatching::AmpTEARC
gslpp::matrix< gslpp::complex > AmpTEARC
Definition: SUSYMatching.h:423
SUSYMatching::mcdbs2
WilsonCoefficient mcdbs2
Definition: SUSYMatching.h:315
SUSYMatching::bsll_DeltaC7_SUSY
gslpp::complex bsll_DeltaC7_SUSY()
Definition: SUSYMatching.cpp:3763
SUSYMatching::CT_Lepton
virtual gslpp::vector< gslpp::complex > CT_Lepton(int n)
Calculates and Wilson coefficients for the process .
Definition: SUSYMatching.cpp:7532
SUSYMatching::CLlE
gslpp::matrix< gslpp::complex > CLlE
Definition: SUSYMatching.h:398
SUSYMatching::vmcbsg
std::vector< WilsonCoefficient > vmcbsg
Definition: SUSYMatching.h:329
SUSYMatching::Comp_Lambda0EpsY
void Comp_Lambda0EpsY()
Definition: SUSYMatching.cpp:777
SUSYMatching::Polylogs
const Polylogarithms Polylogs
Definition: SUSYMatching.h:310
SUSYMatching::CdF2dgg
gslpp::vector< gslpp::complex > CdF2dgg(int b, int q, int Dmixingflag)
Definition: SUSYMatching.cpp:1879
SUSYMatching::CMdbd2
virtual std::vector< WilsonCoefficient > & CMdbd2()
,
Definition: SUSYMatching.cpp:2570
SUSYMatching::NRqDOWN
gslpp::matrix< gslpp::complex > NRqDOWN
Definition: SUSYMatching.h:398
SUSYMatching::mySUSYMQ
gslpp::vector< double > mySUSYMQ
Definition: SUSYMatching.h:666
SUSYMatching::bsll_f4
double bsll_f4(double x)
Definition: SUSYMatching.cpp:3570
gslpp::vector< double >
A class for constructing and defining operations on real vectors.
Definition: gslpp_vector_double.h:33
SUSYMatching::mcdbs2Chi0Chi0
WilsonCoefficient mcdbs2Chi0Chi0
Definition: SUSYMatching.h:315
SUSYMatching::D0N
double D0N(double x, double y, double z, double t)
Definition: SUSYMatching.cpp:283
SUSYMatching::DeltaDL
gslpp::complex DeltaDL(int J, int I)
Definition: SUSYMatching.cpp:830
SUSYMatching::vmdd2
std::vector< WilsonCoefficient > vmdd2
Definition: SUSYMatching.h:328
S
A class for the form factor in .
Definition: MVllObservables.h:1436
SUSYMatching::mcdd2ChiChiT
WilsonCoefficient mcdd2ChiChiT
Definition: SUSYMatching.h:319
SUSYMatching::VuUNL_cache
gslpp::complex VuUNL_cache[3][6][4]
Definition: SUSYMatching.h:590
SUSYMatching::Leptf3
gslpp::matrix< double > Leptf3
Definition: SUSYMatching.h:380
SUSYMatching::AmpALC
gslpp::matrix< gslpp::complex > AmpALC
Definition: SUSYMatching.h:423
SUSYMatching::Ck
double Ck(double x, double y, double z, int k)
Definition: SUSYMatching.cpp:610
SUSYMatching::AmpTauARC
gslpp::matrix< gslpp::complex > AmpTauARC
Definition: SUSYMatching.h:423
SUSYMatching::bsll_f5
double bsll_f5(double x)
Definition: SUSYMatching.cpp:3581
SUSYMatching::D2LL0
double D2LL0(double a, double b)
Definition: SUSYMatching.cpp:293
SUSYMatching::Comp_mySUSYMQ
void Comp_mySUSYMQ()
Definition: SUSYMatching.cpp:698
SUSYMatching::F4C
double F4C(double x)
Definition: SUSYMatching.cpp:6889
SUSYMatching::Li2
double Li2(double x)
SUSYMatching::F7k
double F7k(double x, int k)
Definition: SUSYMatching.cpp:3385
SUSYMatching::VuUNR_cache
gslpp::complex VuUNR_cache[3][6][4]
Definition: SUSYMatching.h:591
SUSYMatching::bsll_f2
double bsll_f2(double x)
Definition: SUSYMatching.cpp:3548
SUSYMatching::mcdd2gg
WilsonCoefficient mcdd2gg
Definition: SUSYMatching.h:319
SUSYMatching::Comp_VUDHH
void Comp_VUDHH()
Definition: SUSYMatching.cpp:1355
StandardModelMatching.h
SUSYMatching::VdDNL_cache
gslpp::complex VdDNL_cache[3][6][4][2]
Definition: SUSYMatching.h:573
SUSYMatching::AmpTEA1RN
gslpp::matrix< gslpp::complex > AmpTEA1RN
Definition: SUSYMatching.h:423
SUSYMatching::fS
double fS(double x)
Definition: SUSYMatching.cpp:6770
SUSYMatching::EpsPrime
gslpp::complex EpsPrime(int J, int I)
Definition: SUSYMatching.cpp:3374
SUSYMatching::mcdbd2
WilsonCoefficient mcdbd2
Definition: SUSYMatching.h:313
SUSYMatching::mySUSY
const SUSY & mySUSY
Definition: SUSYMatching.h:309
SUSYMatching::mcdbs2Chi0g
WilsonCoefficient mcdbs2Chi0g
Definition: SUSYMatching.h:315
SUSYMatching::AmpTEA1RC
gslpp::matrix< gslpp::complex > AmpTEA1RC
Definition: SUSYMatching.h:423
SUSYMatching::mcDLi3j
WilsonCoefficient mcDLi3j
Definition: SUSYMatching.h:321
SUSYMatching::CLlMU
gslpp::matrix< gslpp::complex > CLlMU
Definition: SUSYMatching.h:398
SUSYMatching::CdF2dHp
gslpp::vector< gslpp::complex > CdF2dHp(int b, int q, int Dmixingflag)
Definition: SUSYMatching.cpp:1662
StandardModelMatching::CMdd2
virtual std::vector< WilsonCoefficient > & CMdd2()
,
Definition: StandardModelMatching.cpp:1205
SUSYMatching::AmpTauARN
gslpp::matrix< gslpp::complex > AmpTauARN
Definition: SUSYMatching.h:423
SUSYMatching::gamULCKM
gslpp::matrix< gslpp::complex > gamULCKM
Definition: SUSYMatching.h:511
SUSYMatching::mcbsg
WilsonCoefficient mcbsg
Definition: SUSYMatching.h:323
SUSYMatching::Lambda0EpsYCache
gslpp::matrix< gslpp::complex > Lambda0EpsYCache
Definition: SUSYMatching.h:618
SUSYMatching::CMdbs2
virtual std::vector< WilsonCoefficient > & CMdbs2()
,
Definition: SUSYMatching.cpp:2772
SUSYMatching::myU
gslpp::matrix< gslpp::complex > myU
Definition: SUSYMatching.h:363
SUSYMatching::mcdd2Chi0g
WilsonCoefficient mcdd2Chi0g
Definition: SUSYMatching.h:319
SUSYMatching::Comp_PHLR
void Comp_PHLR()
Definition: SUSYMatching.cpp:1319
SUSYMatching::SUSYMatching
SUSYMatching(const SUSY &SUSY_i)
Definition: SUSYMatching.cpp:14
SUSYMatching::upQmassM
gslpp::matrix< gslpp::complex > upQmassM
Definition: SUSYMatching.h:513
SUSYMatching::mcdbd2Hp
WilsonCoefficient mcdbd2Hp
Definition: SUSYMatching.h:313
SUSYMatching::PHLRCache
gslpp::matrix< gslpp::complex > PHLRCache
Definition: SUSYMatching.h:636
SUSYMatching::ZDL
gslpp::complex ZDL[6][3][4]
Definition: SUSYMatching.h:515
SUSYMatching::Lambda0EpsY
gslpp::complex Lambda0EpsY(int J, int I)
Definition: SUSYMatching.cpp:794
SUSYMatching::vmdbd2
std::vector< WilsonCoefficient > vmdbd2
Definition: SUSYMatching.h:325
SUSYMatching::vmdk2
std::vector< WilsonCoefficient > vmdk2
Definition: SUSYMatching.h:327
SUSYMatching::NLlTAU
gslpp::matrix< gslpp::complex > NLlTAU
Definition: SUSYMatching.h:398
SUSYMatching
A class for the matching in the MSSM.
Definition: SUSYMatching.h:32
SUSYMatching::myRl
gslpp::matrix< gslpp::complex > myRl
Definition: SUSYMatching.h:353
SUSYMatching::bsll_f8
double bsll_f8(double x)
Definition: SUSYMatching.cpp:3611
SUSYMatching::MHpm
double MHpm
Definition: SUSYMatching.h:468
SUSYMatching::vmdbs2
std::vector< WilsonCoefficient > vmdbs2
Definition: SUSYMatching.h:326
SUSYMatching::DeltaFHL
gslpp::complex DeltaFHL(int j, int i)
Definition: SUSYMatching.cpp:1425
SUSYMatching::VdUCR_cache
gslpp::complex VdUCR_cache[3][6][2][2]
Definition: SUSYMatching.h:566
SUSYMatching::mcbnlep
WilsonCoefficient mcbnlep
Definition: SUSYMatching.h:323
SUSYMatching::Q_S
double Q_S
Definition: SUSYMatching.h:464
SUSYMatching::mcdk2
WilsonCoefficient mcdk2
Definition: SUSYMatching.h:317
SUSYMatching::VuDCL_cache
gslpp::complex VuDCL_cache[3][6][2]
Definition: SUSYMatching.h:581
SUSYMatching::AmpTauA1LC
gslpp::matrix< gslpp::complex > AmpTauA1LC
Definition: SUSYMatching.h:423
SUSYMatching::Comp_PHRL
void Comp_PHRL()
Definition: SUSYMatching.cpp:1461
SUSYMatching::CP_Lepton
virtual gslpp::vector< gslpp::complex > CP_Lepton(int n)
Calculates and Wilson coefficients for the process .
Definition: SUSYMatching.cpp:7521
SUSYMatching::Fa
double Fa(double x, double y)
Definition: SUSYMatching.cpp:6937
SUSYMatching::Als
double Als
Definition: SUSYMatching.h:466
SUSYMatching::CRqDOWN
gslpp::matrix< gslpp::complex > CRqDOWN
Definition: SUSYMatching.h:398
SUSYMatching::PLRk
gslpp::complex PLRk(int j, int i, int k)
Definition: SUSYMatching.cpp:1479
SUSYMatching::AmpTEA1LN
gslpp::matrix< gslpp::complex > AmpTEA1LN
Definition: SUSYMatching.h:423
SUSYMatching::mcd1Buras
WilsonCoefficient mcd1Buras
Definition: SUSYMatching.h:323
SUSYMatching::CMmueconv
virtual std::vector< WilsonCoefficient > & CMmueconv()
Wilson coefficient for the process conversion in Nuclei.
Definition: SUSYMatching.cpp:7622
SUSYMatching::mym_se_sq
gslpp::vector< double > mym_se_sq
Definition: SUSYMatching.h:348
SUSYMatching::Leptf1
gslpp::matrix< double > Leptf1
Definition: SUSYMatching.h:380
SUSYMatching::MChi
gslpp::vector< double > MChi
Chargino mass-eigenvalue.
Definition: SUSYMatching.h:358
SUSYMatching::Comp_VdUCR
void Comp_VdUCR(int flag)
Definition: SUSYMatching.cpp:909
SUSYMatching::CRqUP
gslpp::matrix< gslpp::complex > CRqUP
Definition: SUSYMatching.h:398
SUSYMatching::mcgminus2mu
WilsonCoefficient mcgminus2mu
Definition: SUSYMatching.h:321
SUSYMatching::CalcC7
gslpp::vector< gslpp::complex > CalcC7(int b, int q)
Definition: SUSYMatching.cpp:3407
SUSYMatching::AFunctions
virtual gslpp::vector< gslpp::complex > AFunctions(int n)
Calculates gamma penguin amplitudes for the process from .
Definition: SUSYMatching.cpp:4049
SUSYMatching::XLRS
gslpp::complex XLRS(int J, int I, int S)
Definition: SUSYMatching.cpp:1626
Polylogarithms
A class for the polylogarithms.
Definition: Polylogarithms.h:24
SUSYMatching::gamDLMD
gslpp::matrix< gslpp::complex > gamDLMD
Definition: SUSYMatching.h:511
SUSYMatching::mcdbd2Chi0Chi0
WilsonCoefficient mcdbd2Chi0Chi0
Definition: SUSYMatching.h:313
SUSYMatching::Comp_DeltaDL
void Comp_DeltaDL()
Definition: SUSYMatching.cpp:807
SUSYMatching::mcdbd2Chi0Chi0T
WilsonCoefficient mcdbd2Chi0Chi0T
Definition: SUSYMatching.h:313
SUSYMatching::mcdd2Chi0Chi0
WilsonCoefficient mcdd2Chi0Chi0
Definition: SUSYMatching.h:319
SUSYMatching::CMBMll
virtual std::vector< WilsonCoefficient > & CMBMll(QCD::lepton lepton)
operator basis: current current; qcd penguins; magnetic and chromomagnetic penguins; semileptonic
Definition: SUSYMatching.cpp:3480
SUSYMatching::PGRL
gslpp::complex PGRL(int j, int i)
Definition: SUSYMatching.cpp:1313
SUSYMatching::AmpTauALN
gslpp::matrix< gslpp::complex > AmpTauALN
Definition: SUSYMatching.h:423
SUSYMatching::PRLk
gslpp::complex PRLk(int j, int i, int k)
Definition: SUSYMatching.cpp:1494
SUSYMatching::Leptfzc
std::complex< double > Leptfzc[3][2][2]
Definition: SUSYMatching.h:381
SUSYMatching::C9_Lepton
virtual gslpp::vector< gslpp::complex > C9_Lepton(int n)
Calculates and Wilson coefficients for the process .
Definition: SUSYMatching.cpp:7472
SUSYMatching::cosb
double cosb
Definition: SUSYMatching.h:471
SUSYMatching::mcmueconv
WilsonCoefficient mcmueconv
Definition: SUSYMatching.h:321
SUSYMatching::CMDLi3j
virtual std::vector< WilsonCoefficient > & CMDLi3j(int li_lj)
Wilson coefficient for the process .
Definition: SUSYMatching.cpp:7566
SUSYMatching::VUDHH_cache
gslpp::matrix< gslpp::complex > VUDHH_cache
Definition: SUSYMatching.h:664
SUSYMatching::mcdbs2ggT
WilsonCoefficient mcdbs2ggT
Definition: SUSYMatching.h:315
SUSYMatching::mcdbd2HpT
WilsonCoefficient mcdbd2HpT
Definition: SUSYMatching.h:313
gslpp::vector< gslpp::complex >
SUSYMatching::NLlE
gslpp::matrix< gslpp::complex > NLlE
Definition: SUSYMatching.h:398
SUSYMatching::mcdd2HpT
WilsonCoefficient mcdd2HpT
Definition: SUSYMatching.h:319
SUSYMatching::DeltaDL_Cache
gslpp::matrix< gslpp::complex > DeltaDL_Cache
Definition: SUSYMatching.h:622
SUSYMatching::v
double v
Definition: SUSYMatching.h:472
SUSYMatching::Dk
double Dk(double x, double y, double z, double t, int k)
Definition: SUSYMatching.cpp:469
SUSYMatching::mym_sn_sq
gslpp::vector< double > mym_sn_sq
Definition: SUSYMatching.h:348
SUSYMatching::gamURCKM
gslpp::matrix< gslpp::complex > gamURCKM
Definition: SUSYMatching.h:511
SUSYMatching::mcdbs2Hp
WilsonCoefficient mcdbs2Hp
Definition: SUSYMatching.h:315
SUSYMatching::gW
double gW
Definition: SUSYMatching.h:475
QCD::lepton
lepton
An enum type for leptons.
Definition: QCD.h:310
SUSYMatching::Leptf2
gslpp::matrix< double > Leptf2
Definition: SUSYMatching.h:380
SUSYMatching::mym_sd_sq
gslpp::vector< double > mym_sd_sq
Definition: SUSYMatching.h:348