Himalaya
H6.cpp
Go to the documentation of this file.
1 // ====================================================================
2 // This file is part of Himalaya.
3 //
4 // Himalaya is licenced under the GNU General Public License (GNU GPL)
5 // version 3.
6 // ====================================================================
7 
11 #include "himalaya/misc/Powers.hpp"
12 #include <cmath>
13 
14 namespace himalaya {
15 namespace hierarchies {
16 
17 /**
18  * Constructor
19  * @param expansionDepth the flagMap for the truncation of expansion variables
20  * @param Al4p a double alpha_s/4/Pi
21  * @param beta a double which is the mixing angle beta
22  * @param Dmglst2 a double Mgl - Mst2
23  * @param lmMt a double log((<renormalization scale> / Mt)^2)
24  * @param lmMst1 a double log((<renormalization scale> / Mst1)^2)
25  * @param lmMst2 a double log((<renormalization scale> / Mst2)^2)
26  * @param lmMsq a double log((<renormalization scale> / Msq)^2)
27  * @param Mt a double top/bottom quark mass
28  * @param Mst1 a double stop 1 mass
29  * @param Mst2 a double stop 2 mass
30  * @param Msq a double average squark mass w/o the stop quark
31  * @param MuSUSY a double mu parameter
32  * @param s2t a double 2 times the sine of the stop/sbottom quark mixing angle
33  * @param mdrFlag an int 0 for DR and 1 for MDR scheme
34  * @param oneLoopFlag an int flag to consider the one-loop expansion terms
35  * @param twoLoopFlag an int flag to consider the two-loop expansion terms
36  * @param threeLoopFlag an int flag to consider the three-loop expansion terms
37  */
38 H6::H6(const ExpansionFlags_t& expansionDepth, double Al4p, double beta, double Dmglst2,
39  double lmMt, double lmMst1, double lmMst2, double lmMsq,
40  double Mt, double Mst1, double Mst2, double Msq, double MuSUSY,
41  double s2t,
42  int mdrFlag, int oneLoopFlag, int twoLoopFlag, int threeLoopFlag){
43  // abbrev for tan(beta) and sin(beta)
44  Tbeta = tan(beta);
45  Sbeta = sin(beta);
46  this -> Dmglst2 = Dmglst2;
47  this -> lmMt = lmMt;
48  this -> lmMst1 = lmMst1;
49  this -> lmMst2 = lmMst2;
50  this -> lmMsq = lmMsq;
51  this -> Mt = Mt;
52  this -> Mst1 = Mst1;
53  this -> Mst2 = Mst2;
54  this -> Msq = Msq;
55  this -> MuSUSY = MuSUSY;
56  this -> s2t = s2t;
57  this -> oneLoopFlag = oneLoopFlag;
58  this -> twoLoopFlag = twoLoopFlag;
59  this -> threeLoopFlag = threeLoopFlag;
60  this -> Al4p = Al4p;
61  // mdr flags, indicates if one wants to shift the dr stop mass to the mdr stop mass
62  shiftst1 = mdrFlag;
63  shiftst2 = mdrFlag;
64  shiftst3 = mdrFlag;
65  xDR2DRMOD = mdrFlag;
66  // expansion flags
67  xDmglst2 = expansionDepth.at(ExpansionDepth::Dmglst2);
68  xMsq = expansionDepth.at(ExpansionDepth::Msq);
69  xMst = expansionDepth.at(ExpansionDepth::Mst);
70 }
71 
72 /**
73  * @return The diagonal (1, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6'
74  */
75 double H6::getS1() const {
76  return -(pow2(Mt)*(-(pow2(MuSUSY)*(3645*oneLoopFlag*pow2(s2t)*(2 - lmMst1 +
77  lmMst2 - (2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/
78  pow4(Mst2)) + (19440*Al4p*pow2(s2t)*((2 - lmMst2)*twoLoopFlag*xDmglst2*
79  xDR2DRMOD*pow2(Dmglst2)*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(
80  lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(
81  Mst2))) + 5*Al4p*(1 - 2*lmMsq)*threeLoopFlag*xMsq*pow2(Msq)*pow2(Mst2)*
82  ((1 - 2*lmMst2*(-1 + shiftst1))*pow2(Mst1)*pow2(Mst2) + 2*lmMst1*(-1 +
83  shiftst1)*pow2(Mst1)*pow2(Mst2) + shiftst2*pow2(Mst1)*(2*pow2(Mst1) +
84  pow2(Mst2)) - 2*lmMst1*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + 2*
85  lmMst2*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + pow4(Mst2) - shiftst1*(
86  2*pow2(Mst1)*pow2(Mst2) + 2*pow4(Mst1) + pow4(Mst2)))))/(pow2(Mst1)*
87  pow6(Mst2)) + 2*threeLoopFlag*pow2(Al4p)*(-(Mt*s2t*(90*Mst2*(48*((5*(71
88  + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2)
89  + 12*pow2(lmMst2)))/pow2(Msq) - (48*pow2(1 + lmMst2))/pow2(Mst1)) + (5*
90  (Mst2*(Mst2*(911 + 12*lmMsq*(-37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2
91  - 54*lmMst1*(3 + 4*lmMst2) + 216*pow2(lmMst2)) + Dmglst2*(5591 + 12*
92  lmMsq*(-181 + 90*lmMst1 - 90*lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*
93  lmMst2) + 1080*pow2(lmMst2))) + (1153 + 12*lmMsq*(-35 + 54*lmMst1 - 54*
94  lmMst2) + 906*lmMst2 - 162*lmMst1*(3 + 4*lmMst2) + 648*pow2(lmMst2))*
95  pow2(Mst1)))/pow4(Msq)) - (60*(2*pow2(Msq)*pow2(Mst1)*(125789 + 13716*
96  B4 - 54*DN - 29160*lmMsq + 3240*pow2(lmMsq) - 108*lmMst1*(422 - 45*
97  lmMsq + 45*pow2(lmMsq)) - 2376*pow2(lmMst1) + 108*lmMst2*(1096 - 551*
98  lmMst1 + 15*lmMsq*(-7 + 6*lmMst1) + 45*pow2(lmMsq) + 8*pow2(lmMst1)) -
99  108*(-717 + 90*lmMsq + 248*lmMst1)*pow2(lmMst2) + 25920*pow3(lmMst2)) -
100  720*(55 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 52*lmMst2 - 10*lmMst1*(4
101  + 3*lmMst2) + 30*pow2(lmMst2))*pow4(Mst1)))/(pow2(Msq)*pow3(Mst2)) - (
102  135*(-640*(23 + lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*
103  lmMst1*(4 + 3*lmMst2) + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 3*(18201
104  + 1760*B4 - 16*DN - 5760*lmMsq + 960*pow2(lmMsq) - 16*lmMst1*(199 - 30*
105  lmMsq + 30*pow2(lmMsq)) + 16*lmMst2*(1291 - 322*lmMst1 + 30*lmMsq*(-5 +
106  2*lmMst1) + 30*pow2(lmMsq) - 16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(
107  -313 + 30*lmMsq + 72*lmMst1)*pow2(lmMst2) + 2560*pow3(lmMst2))*pow4(
108  Msq) - 20*(233 + 36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*
109  lmMst1*(3 + 4*lmMst2) + 180*pow2(lmMst2))*pow4(Mst1)))/(Mst2*pow4(Msq))
110  + 14580*Dmglst2*((40*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2
111  - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2)))/(9.*pow2(Msq)) - (128*(-1
112  + 2*lmMst2 + 3*pow2(lmMst2)))/(9.*pow2(Mst1)) - (481.4302469135802 + (
113  1048*B4)/9. - (20*DN)/9. - 400*lmMsq + (80*pow2(lmMsq))/3. - (4*lmMst1*
114  (-173 + 90*lmMsq + 30*pow2(lmMsq)))/9. + (4*lmMst2*(1623 - 130*lmMst1 +
115  30*lmMsq*(-1 + 2*lmMst1) + 30*pow2(lmMsq) - 16*pow2(lmMst1)))/9. + (64*
116  pow2(lmMst1))/9. - (8*(-265 + 30*lmMsq + 136*lmMst1)*pow2(lmMst2))/9. -
117  (80*(77 + 6*lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 24*lmMst2 - 6*lmMst1*(2
118  + 3*lmMst2) + 18*pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + 128*pow3(
119  lmMst2) - (5*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2
120  - 45*lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow4(Mst1))/(27.*pow4(
121  Msq)))/pow2(Mst2) - pow2(Mst1)*((5*lmMst1*(7 + 20*lmMst2) + lmMsq*(
122  66.29629629629629 - 100*lmMst1 + 100*lmMst2) - (5*(8713 + 3282*lmMst2 +
123  3240*pow2(lmMst2)))/162.)/pow4(Msq) + (881.6139917695473 + 248*B4 - 4*
124  DN - (2560*lmMsq)/3. + lmMst1*(130.96296296296296 - 120*lmMsq - 40*
125  pow2(lmMsq)) + (80*pow2(lmMsq))/3. + (176*pow2(lmMst1))/9. + (8*lmMst2*
126  (4364 - 573*lmMst1 + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(lmMsq) + 24*
127  pow2(lmMst1)))/27. - (8*(-377 + 90*lmMsq + 376*lmMst1)*pow2(lmMst2))/9.
128  - (80*(107 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 32*lmMst2 - 10*
129  lmMst1*(2 + 3*lmMst2) + 30*pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + (
130  2944*pow3(lmMst2))/9.)/pow4(Mst2))) + (2*(-5*(2552929 + 257904*B4 -
131  648*DN - 456840*lmMsq + 38880*pow2(lmMsq) - 216*lmMst1*(4591 - 360*
132  lmMsq + 450*pow2(lmMsq)) + 41904*pow2(lmMst1) + 216*lmMst2*(9211 -
133  6466*lmMst1 + 180*lmMsq*(-4 + 5*lmMst1) + 450*pow2(lmMsq) + 576*pow2(
134  lmMst1)) - 864*(-1784 + 225*lmMsq + 840*lmMst1)*pow2(lmMst2) - 3456*
135  pow3(lmMst1) + 604800*pow3(lmMst2))*pow4(Mst1) + 80*OepS2*(12*Mst2*(-
136  253*Dmglst2 + 68*Mst2)*pow2(Mst1) + 63*(-5*Dmglst2 + 3*Mst2)*pow3(Mst2)
137  + 1882*pow4(Mst1)) - 54*S2*(-12*Mst2*(Dmglst2*(4978 + 7590*lmMst1 -
138  7590*lmMst2) - 15*(169 + 136*lmMst1 - 136*lmMst2)*Mst2)*pow2(Mst1) +
139  27*(Dmglst2*(453 - 350*lmMst1 + 350*lmMst2) + 15*(-1 + 14*lmMst1 - 14*
140  lmMst2)*Mst2)*pow3(Mst2) + 10*(9185 + 5646*lmMst1 - 5646*lmMst2)*pow4(
141  Mst1))))/pow5(Mst2))) + (10*(3*xDmglst2*pow2(Dmglst2)*(3*Mst2*(144*(-
142  608*z3 + 9*z4)*pow2(Mt) + pow2(Mst2)*pow2(s2t)*(129397*z3 + 6344*z4 +
143  1254*pow2(z2)) - 8*Mst2*Mt*s2t*(-36013*z3 - 218*z4 + 3804*pow2(z2))) -
144  4*s2t*pow2(Mst1)*(Mst2*s2t*(-243722*z3 - 7489*z4 + 795*pow2(z2)) + Mt*(
145  -343276*z3 - 8090*z4 + 37437*pow2(z2)))) + 18*Mst2*pow2(Mst1)*(4*Mst2*
146  Mt*s2t*(272*T1ep + 11396*z3 + 1135*z4 - 2388*pow2(z2)) - pow2(Mst2)*
147  pow2(s2t)*(1948*T1ep - 56978*z3 - 216*lmMst1*z3 + 216*lmMst2*z3 + 1136*
148  z4 + 813*pow2(z2)) - 3*pow2(Mt)*(-10667 + 96*B4 - 96*D3 + 48*DN + 3072*
149  lmMst1 - 9600*lmMst2 + 3456*lmMst1*lmMst2 - 384*lmMt + 384*lmMst1*lmMt
150  - 384*lmMst2*lmMt + 224*OepS2 + 13932*S2 - 4536*lmMst1*S2 + 4536*
151  lmMst2*S2 - 336*T1ep - 2616*z3 - 600*z4 - 4992*pow2(lmMst2) + 1536*
152  lmMst1*pow2(lmMst2) - 252*pow2(z2) - 1536*pow3(lmMst2))) + 54*(Mst2*Mt*
153  s2t*(84*T1ep + 10490*z3 + 510*z4 - 1665*pow2(z2)) + 3*pow2(Mst2)*pow2(
154  s2t)*(-32*T1ep + 1913*z3 + 12*lmMst1*z3 - 12*lmMst2*z3 - 10*z4 + 48*
155  pow2(z2)) - 8*pow2(Mt)*(-436 + 6*B4 - 6*D3 + 3*DN + 48*lmMst1 - 408*
156  lmMst2 + 96*lmMst1*lmMst2 - 24*lmMt + 972*S2 - 230*z3 - 27*z4 - 192*
157  pow2(lmMst2) + 48*lmMst1*pow2(lmMst2) - 48*pow3(lmMst2)))*pow3(Mst2) -
158  3*s2t*(-4*Mt*(3764*T1ep + 67232*z3 + 11764*z4 - 20505*pow2(z2)) + Mst2*
159  s2t*(29428*T1ep - 614504*z3 - 1296*lmMst1*z3 + 1296*lmMst2*z3 + 15686*
160  z4 + 18183*pow2(z2)))*pow4(Mst1) + 2*Dmglst2*(-18*pow2(Mst1)*(-6*pow2(
161  Mst2)*pow2(s2t)*(172*T1ep + 9207*z3 + 185*z4 + 237*pow2(z2)) + 2*Mst2*
162  Mt*s2t*(1012*T1ep - 59336*z3 - 709*z4 + 8535*pow2(z2)) + pow2(Mt)*(-
163  28405 + 288*B4 - 288*D3 + 144*DN - 5472*lmMst1 - 25632*lmMst2 + 576*
164  lmMst1*lmMst2 + 1152*lmMt - 576*lmMst1*lmMt + 576*lmMst2*lmMt - 224*
165  OepS2 + 21060*S2 + 4536*lmMst1*S2 - 4536*lmMst2*S2 + 336*T1ep + 3000*z3
166  - 1128*z4 - 5184*pow2(lmMst2) + 4608*lmMst1*pow2(lmMst2) + 252*pow2(z2)
167  - 4608*pow3(lmMst2))) + 27*pow2(Mst2)*(Mst2*Mt*s2t*(-140*T1ep + 37474*
168  z3 + 542*z4 - 5289*pow2(z2)) + pow2(Mst2)*pow2(s2t)*(56*T1ep + 16175*z3
169  + 424*z4 + 474*pow2(z2)) - 16*pow2(Mt)*(-540 + 6*B4 - 6*D3 + 3*DN - 48*
170  lmMst1 - 432*lmMst2 + 648*S2 + 83*z3 - 27*z4 - 96*pow2(lmMst2) + 48*
171  lmMst1*pow2(lmMst2) - 48*pow3(lmMst2))) + 4*pow2(s2t)*(17308*T1ep +
172  338536*z3 + 11327*z4 + 15897*pow2(z2))*pow4(Mst1))))/pow5(Mst2) +
173  14580*pow2(s2t)*(97.70987654320987 - (40*B4)/9. + (4*D3)/9. - (2*DN)/9.
174  - (185*lmMsq)/9. + (25*pow2(lmMsq))/3. - (lmMst1*(5279 - 1950*lmMsq +
175  630*pow2(lmMsq)))/54. - (53*pow2(lmMst1))/9. + (lmMst2*(10421 - 6558*
176  lmMst1 + 30*lmMsq*(-95 + 42*lmMst1) + 630*pow2(lmMsq) + 234*pow2(
177  lmMst1)))/54. - ((-1460 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2))/9. - (
178  16*pow3(lmMst1))/9. + pow2(Mst1)*((111 - 3028*lmMst2 + 90*lmMsq*(4 -
179  13*lmMst1 + 13*lmMst2) + 2*lmMst1*(1334 + 675*lmMst2) - 90*pow2(lmMst1)
180  - 1260*pow2(lmMst2))/(135.*pow2(Msq)) - (4962073 + 205200*B4 - 5400*DN
181  - 405000*lmMsq + 120*lmMst1*(57971 - 14625*lmMsq + 2700*pow2(lmMsq)) +
182  900*(-1331 + 180*lmMsq)*pow2(lmMst1) - 120*lmMst2*(52436 - 70455*lmMst1
183  + 225*lmMsq*(-65 + 36*lmMst1) + 2700*pow2(lmMsq) + 8280*pow2(lmMst1)) +
184  900*(-8063 + 900*lmMsq + 3792*lmMst1)*pow2(lmMst2) + (90*(-1725 +
185  lmMst1*(-7006 + 2640*lmMsq - 4800*lmMst2) + (7006 - 2640*lmMsq)*lmMst2
186  + 1080*pow2(lmMst1) + 3720*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) - 55800*
187  pow3(lmMst1) - 2363400*pow3(lmMst2))/(24300.*pow2(Mst2))) + (376*pow3(
188  lmMst2))/9. + pow2(Mst2)*(((2*(836 - 2235*lmMst2 + 75*lmMst1*(27 + 16*
189  lmMst2) + 30*lmMsq*(7 - 40*lmMst1 + 40*lmMst2) - 1200*pow2(lmMst2)))/
190  pow2(Msq) + (15*(341 + 642*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(
191  5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2)))/pow2(Mst1))/270. +
192  (257250*Dmglst2*Mst2*(557 - 224*lmMst2 + 12*lmMsq*(1 - 32*lmMst1 + 32*
193  lmMst2) + 4*lmMst1*(53 + 96*lmMst2) - 384*pow2(lmMst2))*pow2(Mst1) -
194  128625*(18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*
195  lmMst2)*Mst2)*pow3(Mst2) + (4167613 - 19932360*lmMst2 + 20580*lmMst1*(
196  701 + 540*lmMst2) + 420*lmMsq*(13109 - 26460*lmMst1 + 25620*lmMst2) +
197  176400*pow2(lmMsq) - 10936800*pow2(lmMst2))*pow4(Mst1))/(5.5566e6*pow2(
198  Mst1)*pow4(Msq))) + Dmglst2*((pow2(Mst1)*(109.11799176954733 - (8*B4)/
199  3. + (32*D3)/9. - (20*DN)/9. + 80*lmMsq - lmMst1*(78.19061728395062 +
200  20*pow2(lmMsq)) - (2888*pow2(lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1 +
201  20*pow2(lmMsq) + (4*(-21616 - 64515*lmMst1 + 31275*pow2(lmMst1)))/2025.
202  ) - (4*(-5023 + 1350*lmMsq + 6285*lmMst1)*pow2(lmMst2))/135. + (5*(291
203  + 2*(-103 + 84*lmMsq)*lmMst2 + lmMst1*(206 - 168*lmMsq + 168*lmMst2) -
204  168*pow2(lmMst2))*pow2(Mst1))/(27.*pow2(Msq)) + (20*pow3(lmMst1))/27. +
205  (3340*pow3(lmMst2))/27.))/pow3(Mst2) - (8*(24*lmMst2*(1 + lmMst2) + (5*
206  (14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1))/pow2(Msq))*pow3(Mst2))/(27.*
207  pow4(Mst1)) + (Mst2*(-20*(-118 - 109*lmMst1 + 6*lmMsq*(-4 + 17*lmMst1 -
208  17*lmMst2) + 133*lmMst2 - 102*lmMst1*lmMst2 + 102*pow2(lmMst2))*pow2(
209  Msq)*pow2(Mst1) + 6*(-115 + 366*lmMst2 + 64*lmMst1*lmMst2 - 30*lmMsq*(-
210  1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(Msq) + 5*(219 -
211  95*lmMst2 + 132*lmMsq*lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) -
212  132*pow2(lmMst2))*pow4(Mst1)))/(54.*pow2(Mst1)*pow4(Msq)) + (3197 -
213  432*B4 + 576*D3 - 360*DN + 9180*lmMsq + 216*lmMst1*(7 - 15*pow2(lmMsq))
214  + 1620*pow2(lmMsq) - 1404*pow2(lmMst1) + 36*lmMst2*(-291 - 464*lmMst1 +
215  90*lmMsq*(-1 + 2*lmMst1) + 90*pow2(lmMsq) + 32*pow2(lmMst1)) - 36*(-607
216  + 180*lmMsq + 336*lmMst1)*pow2(lmMst2) + (120*(69 + (-53 + 42*lmMsq)*
217  lmMst2 + lmMst1*(53 - 42*lmMsq + 42*lmMst2) - 42*pow2(lmMst2))*pow2(
218  Mst1))/pow2(Msq) + 10944*pow3(lmMst2) + (15*(216 + (-95 + 132*lmMsq)*
219  lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow4(
220  Mst1))/pow4(Msq))/(162.*Mst2)) + ((5*(-43 + 30*lmMsq - 30*lmMst2))/(27.
221  *pow2(Msq)*pow2(Mst1)) - (-41220947 + 420*lmMsq*(12479 + 69090*lmMst1 -
222  69930*lmMst2) + 21234990*lmMst2 - 10290*lmMst1*(2573 + 2820*lmMst2) +
223  176400*pow2(lmMsq) + 29194200*pow2(lmMst2))/(1.11132e7*pow4(Msq)) - (
224  16*pow2(1 + lmMst2))/(9.*pow4(Mst1)))*pow4(Mst2) + pow4(Mst1)*((
225  1.0702990137854083 - (4519*lmMst2)/980. + lmMsq*(0.36171579743008314 -
226  (169*lmMst1)/63. + (19*lmMst2)/7.) + lmMst1*(4.249508692365835 + (31*
227  lmMst2)/9.) - pow2(lmMsq)/63. - (8*pow2(lmMst1))/21. - (194*pow2(
228  lmMst2))/63.)/pow4(Msq) - (363.3804294212688 + (76*B4)/9. - (2*DN)/9. -
229  (35*lmMsq)/2. + lmMst1*(211.3489518770471 - (695*lmMsq)/9. + (40*pow2(
230  lmMsq))/3.) - (214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
231  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
232  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
233  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
234  (1556*pow3(lmMst2))/9.)/pow4(Mst2) + (Dmglst2*(536.1152102791342 - (8*
235  B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*
236  lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 +
237  lmMsq) + (133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/
238  9.) - (15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (
239  2812*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(
240  lmMst2))/27.))/pow5(Mst2)) - (108*Dmglst2*(344*OepS2 + 9*(15643 - 774*
241  lmMst1 + 774*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) - 9*(3896*OepS2 - 81*(
242  9473 + 974*lmMst1 - 974*lmMst2)*S2)*pow2(Mst1)*pow3(Mst2) + 3*Mst2*(-
243  29428*OepS2 + 27*(160997 + 22071*lmMst1 - 22071*lmMst2)*S2)*pow4(Mst1)
244  + 8*Dmglst2*(17308*OepS2 + 27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)
245  *pow4(Mst1) + 54*Dmglst2*(56*OepS2 - 81*(-1677 + 14*lmMst1 - 14*lmMst2)
246  *S2)*pow4(Mst2) + 1296*(-4*OepS2 + 81*(22 + lmMst1 - lmMst2)*S2)*pow5(
247  Mst2))/(2187.*pow5(Mst2)) + ((-1 + 2*lmMst2)*shiftst3*(2*(1 - 2*lmMst1
248  + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*
249  pow4(Mst2) + (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/(3.*
250  pow2(Mst1)*pow4(Mst2)))) + 4*Al4p*xDmglst2*pow2(Dmglst2)*(Al4p*
251  threeLoopFlag*((144*pow2(Mt)*(33934 - 90*B4 + 90*D3 - 45*DN + 120*(163
252  + 24*lmMst1)*lmMst2 - 120*lmMt - 10206*S2 - 720*(2 + lmMst1)*pow2(
253  lmMst2) + 720*(lmMst1 + pow3(lmMst2))))/pow4(Mst2) + 7290*pow2(s2t)*((
254  5*(448 - 273*lmMst2 + 18*lmMsq*(8 - 19*lmMst1 + 19*lmMst2) + 3*lmMst1*(
255  43 + 114*lmMst2) - 342*pow2(lmMst2)))/(27.*pow2(Msq)) + (
256  92.43189300411522 - (76*B4)/9. + (80*D3)/9. - (14*DN)/3. + (545*lmMsq)/
257  9. + 5*pow2(lmMsq) - (2*lmMst1*(-502 + 210*lmMsq + 45*pow2(lmMsq)))/9.
258  - (25*pow2(lmMst1))/
259  9. + (lmMst2*(-6175 + 1308*lmMst1 + 90*lmMsq*(11 + 6*lmMst1) + 270*
260  pow2(lmMsq) + 96*pow2(lmMst1)))/27. - ((371 + 180*lmMsq + 336*lmMst1)*
261  pow2(lmMst2))/9. + ((98.88888888888889 + (30 - 60*lmMsq)*lmMst1 - 30*
262  lmMst2 + 60*(lmMsq + lmMst1)*lmMst2 - 60*pow2(lmMst2))*pow2(Mst1))/
263  pow2(Msq) + (304*pow3(lmMst2))/9.)/pow2(Mst2) + pow2(Mst2)*((-5*(-3125
264  + 540*lmMsq*(-1 + 4*lmMst1 - 4*lmMst2) + 876*lmMst2 - 48*lmMst1*(7 +
265  45*lmMst2) + 2160*pow2(lmMst2)))/(216.*pow4(Msq)) + (32*(2 + lmMst2 -
266  3*pow2(lmMst2)))/(9.*pow4(Mst1))) + pow2(Mst1)*((5*(493 + 5*(-17 + 60*
267  lmMsq)*lmMst2 + lmMst1*(85 - 300*lmMsq + 300*lmMst2) - 300*pow2(lmMst2)
268  ))/(36.*pow4(Msq)) - (182.90272153635118 + (140*B4)/9. - 16*D3 + (74*
269  DN)/9. - (20*lmMsq)/3. + lmMst1*(-174.74765432098766 + 40*lmMsq + 10*
270  pow2(lmMsq)) + lmMst2*(252.96987654320986 - (6002*lmMst1)/45. - 20*
271  lmMsq*(2 + lmMst1) - 10*pow2(lmMsq) - (106*pow2(lmMst1))/3.) + (1556*
272  pow2(lmMst1))/45. + (98.8 + 20*lmMsq + (878*lmMst1)/9.)*pow2(lmMst2) +
273  (10*pow3(lmMst1))/9. - (190*pow3(lmMst2))/3.)/pow4(Mst2)) + ((47120*
274  OepS2 - 54*(620417 + 17670*lmMst1 - 17670*lmMst2)*S2)*pow2(Mst1) + 3*(
275  280*OepS2 - 81*(65819 + 70*lmMst1 - 70*lmMst2)*S2)*pow2(Mst2))/(3645.*
276  pow4(Mst2)) + (160*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst2) +
277  4*(-919 + 64*lmMst1*(-2 + lmMst2) - 466*lmMst2 - 30*lmMsq*(-13 + 6*
278  lmMst2) + 90*pow2(lmMsq) + 592*pow2(lmMst2))*pow4(Msq) + 15*(-9 + 140*
279  lmMsq - 140*lmMst2)*pow4(Mst2))/(72.*pow2(Mst1)*pow4(Msq))) + (s2t*(
280  120*T1ep*(2*(3073*Mt - 589*Mst2*s2t)*pow2(Mst1) - 21*(-16*Mt + Mst2*
281  s2t)*pow2(Mst2)) - (Mt*(pow4(Msq)*(12*pow2(Mst1)*pow2(Mst2)*(238288 -
282  61560*B4 + 1620*DN + 288900*lmMsq + 1620*(-31 + 10*lmMsq)*lmMst1 - 180*
283  (1817 + 90*lmMsq + 528*lmMst1)*lmMst2 + 2240*OepS2 - 81*(-1373 + 560*
284  lmMst1 - 560*lmMst2)*S2 - 4320*pow2(lmMst1) + 4320*(11 + 12*lmMst1)*
285  pow2(lmMst2) - 51840*pow3(lmMst2)) - 5*(769589 + 295488*B4 - 7776*DN -
286  1432080*lmMsq - 144*(2161 + 810*lmMsq)*lmMst1 + 144*(17377 + 810*lmMsq
287  + 4428*lmMst1)*lmMst2 - 98336*OepS2 + 756*(259 + 2634*lmMst1 - 2634*
288  lmMst2)*S2 - 49248*pow2(lmMst1) - 2592*(179 + 96*lmMst1)*pow2(lmMst2) +
289  248832*pow3(lmMst2))*pow4(Mst1) + 103680*(3 + 4*lmMst2 - 3*pow2(lmMst2)
290  )*pow4(Mst2)) + 10800*pow2(Msq)*((983 + 36*lmMst1 + 36*lmMsq*(-2 + 3*
291  lmMst1 - 3*lmMst2) + 36*lmMst2 - 108*lmMst1*lmMst2 + 108*pow2(lmMst2))*
292  pow2(Mst2)*pow4(Mst1) + (509 + 12*lmMst1 + 36*lmMsq*(-2 + lmMst1 -
293  lmMst2) + 60*lmMst2 - 36*lmMst1*lmMst2 + 36*pow2(lmMst2))*pow2(Mst1)*
294  pow4(Mst2)) + 2700*((2375 + 81*lmMst1 + 180*lmMsq*(-2 + 3*lmMst1 - 3*
295  lmMst2) + 279*lmMst2 - 540*lmMst1*lmMst2 + 540*pow2(lmMst2))*pow4(Mst1)
296  *pow4(Mst2) + (1307 + 27*lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) +
297  333*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2))*pow2(Mst1)*pow6(
298  Mst2))))/(pow2(Mst1)*pow4(Msq))))/pow5(Mst2)) + (2430*s2t*twoLoopFlag*(
299  -2*(-8*(10 + lmMst1 - lmMst2)*Mt + Mst2*s2t*(8 - 9*lmMst1 + 9*lmMst2 +
300  2*lmMst1*lmMst2 - 2*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) - 2*(-4*(8 +
301  lmMst1 - lmMst2)*Mt + Mst2*s2t*(8 - 5*lmMst1 + 4*lmMst2 + 2*lmMst1*
302  lmMst2 - 2*pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + (268*Mt + Mst2*s2t*(-
303  17 - 4*lmMst1*(-7 + lmMst2) - 28*lmMst2 + 4*pow2(lmMst2)))*pow6(Mst1) +
304  2*(-2 + lmMst2)*s2t*pow7(Mst2)))/(pow2(Mst1)*pow7(Mst2))) + (135*Al4p*
305  s2t*(36*twoLoopFlag*pow2(Mst1)*(4*(4*Mt*(5 + 6*lmMst2 - lmMst1*(4 + 3*
306  lmMst2) + 3*pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 - lmMst1*(13 + 8*
307  lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2)))*pow3(Mst2)*pow4(Mst1) + 2*(-(
308  Mst2*s2t*(-14 - 20*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*
309  pow2(lmMst2))) + 8*Mt*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(
310  lmMst2)))*pow2(Mst1)*pow5(Mst2) + 4*Dmglst2*(Mst2*s2t*(-5 + 8*lmMst2 -
311  4*lmMst1*(2 + lmMst2) + 4*pow2(lmMst2)) + Mt*(65 + lmMst1*(34 - 20*
312  lmMst2) - 26*lmMst2 + 20*pow2(lmMst2)))*pow6(Mst1) + Mst2*(Mst2*s2t*(-1
313  + 50*lmMst2 - 2*lmMst1*(25 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(
314  lmMst2)) + Mt*(84 + 152*lmMst2 - 40*lmMst1*(3 + 2*lmMst2) + 80*pow2(
315  lmMst2)))*pow6(Mst1) + 8*Dmglst2*((Mst2*s2t*(-2 + 3*lmMst2 - lmMst1*(3
316  + 2*lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8 - 6*lmMst2) - 4*
317  lmMst2 + 6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(Mst2*s2t*(1 +
318  lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) + 2*Mt*(6 +
319  lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2)
320  + lmMst2*s2t*pow7(Mst2)) + 4*(1 + lmMst2)*s2t*pow8(Mst2)) + Mst2*
321  xDR2DRMOD*(-144*(2*Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*s2t*
322  twoLoopFlag*pow2(Mst1)*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(
323  lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(
324  Mst2))) + Al4p*threeLoopFlag*(1536*Mt*pow2(Mst1)*(2*(pow2(Mst1)*((1 +
325  lmMst2)*Mst2*(-1 - 5*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst2)) +
326  Dmglst2*(8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*
327  pow2(lmMst2)) - 6*pow3(lmMst2)))*pow3(Mst2) + Mst2*((1 + lmMst2)*Mst2*(
328  1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2)) + 2*Dmglst2*(8
329  + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2))
330  - 6*pow3(lmMst2)))*pow4(Mst1)) + (1 + lmMst2)*(-2*(-Dmglst2 + 3*
331  Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*pow5(Mst2) + (7 - 32*lmMst2 + 4*
332  lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*pow6(Mst1))) - (xDmglst2*pow2(
333  Dmglst2)*(s2t*pow2(Mst1)*(2*(lmMst1 - lmMst2)*pow2(Mst1) - pow2(Mst2))*
334  (pow2(Mst1) + pow2(Mst2))*(480*(4 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*
335  pow3(Mst2) + 45*(9 - 140*lmMsq + 140*lmMst2)*pow5(Mst2)) + 4*pow4(Msq)*
336  (-(pow2(Mst2)*(Mst2*s2t*(3305 + 6632*lmMst2 - 90*lmMsq*(13 + 3*lmMsq -
337  6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) - 192*(-2 + lmMst2)*pow2(lmMst1) +
338  1788*pow2(lmMst2) + 6*lmMst1*(-995 - 402*lmMst2 + 336*pow2(lmMst2)) -
339  1824*pow3(lmMst2)) + 128*Mt*(5 + 149*lmMst2 + 12*pow2(lmMst2) + 6*
340  lmMst1*(-7 - 8*lmMst2 + 6*pow2(lmMst2)) - 36*pow3(lmMst2)))*pow4(Mst1))
341  - 3*(Mst2*s2t*(835 - 64*lmMst1*(-2 + lmMst2) + 466*lmMst2 + 30*lmMsq*(-
342  13 + 6*lmMst2) - 90*pow2(lmMsq) - 592*pow2(lmMst2)) + 256*Mt*(3 + 4*
343  lmMst2 - 3*pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + 2*(-3*Mst2*s2t*(672 +
344  lmMst2*(1507 - 390*lmMsq - 90*pow2(lmMsq)) - 288*(-2 + lmMst2)*pow2(
345  lmMst1) + 18*(49 + 10*lmMsq)*pow2(lmMst2) + lmMst1*(-1411 - 1458*lmMst2
346  - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 848*pow2(lmMst2)) - 560*
347  pow3(lmMst2)) + 64*Mt*(85 - 215*lmMst2 + lmMst1*(66 + 90*lmMst2 - 72*
348  pow2(lmMst2)) - 54*pow2(lmMst2) + 72*pow3(lmMst2)))*pow6(Mst1) + 192*
349  s2t*(2 + lmMst2 - 3*pow2(lmMst2))*pow7(Mst2))) + s2t*(pow2(Mst1)*((
350  pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(
351  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))*(40*(-43 + 30*lmMsq -
352  30*lmMst2)*pow2(Msq)*pow3(Mst2) + 5*(-67 + 84*lmMsq - 84*lmMst2)*pow5(
353  Mst2)) + 12*Mst2*pow4(Msq)*((303 + 1452*lmMst2 + 30*lmMsq*(-1 + 2*
354  lmMst1 - 2*lmMst2)*(5 - 3*lmMsq + 6*lmMst2) + 64*(1 + lmMst2)*pow2(
355  lmMst1) + 1804*pow2(lmMst2) - 2*lmMst1*(431 + 814*lmMst2 + 336*pow2(
356  lmMst2)) + 608*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) + (335 + 654*lmMst2
357  + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
358  272*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 2*(pow2(Mst2)*(64 + 15*
359  lmMst2*(33 - 10*lmMsq + 6*pow2(lmMsq)) + 288*(1 + lmMst2)*pow2(lmMst1)
360  + 6*(173 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(431 + 1326*lmMst2 - 30*
361  lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(
362  lmMst2))*pow6(Mst1) + (80 + lmMst2*(479 - 150*lmMsq + 90*pow2(lmMsq)) +
363  544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 - 90*lmMsq)*pow2(lmMst2) -
364  lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
365  1360*pow2(lmMst2)) + 816*pow3(lmMst2))*pow8(Mst1)) - 32*pow2(1 +
366  lmMst2)*pow8(Mst2)) + 2*Dmglst2*(pow2(Mst1)*(160*(-14 + 15*lmMsq - 15*
367  lmMst2)*pow2(Msq)*pow2(Mst2) + 45*(-13 + 28*lmMsq - 28*lmMst2)*pow4(
368  Mst2))*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*
369  pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) + 12*
370  pow4(Msq)*((45 + 30*lmMsq*(1 + 3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1 + 2*
371  lmMst2) + 8*lmMst2*(29 + 8*pow2(lmMst1)) + 1068*pow2(lmMst2) - 2*
372  lmMst1*(-83 + 430*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2))*pow4(
373  Mst1)*pow4(Mst2) + (-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*
374  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 2*
375  (pow2(Mst2)*(96 + lmMst2*(173 + 30*lmMsq + 90*pow2(lmMsq) + 288*pow2(
376  lmMst1)) + (526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(13 + 30*lmMsq*(1 -
377  6*lmMst2) + 526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(
378  lmMst2))*pow6(Mst1) + (96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) +
379  544*pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
380  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
381  + 816*pow3(lmMst2))*pow8(Mst1)) - 64*lmMst2*(1 + lmMst2)*pow8(Mst2)))))
382  /pow4(Msq)))))/(pow4(Mst1)*pow6(Mst2)) + (2*Al4p*z2*(6*xDmglst2*pow2(
383  Dmglst2)*pow2(Mst2)*(3240*s2t*twoLoopFlag*((-24*Mt + Mst2*s2t)*pow2(
384  Mst1)*pow2(Mst2) + (-36*Mt + Mst2*s2t)*pow4(Mst1) + (-12*Mt + Mst2*s2t)
385  *pow4(Mst2)) + Al4p*threeLoopFlag*pow2(Mst2)*(-3*Mst2*(8*(63187 -
386  32400*lmMsq - 810*lmMst1 + 52650*lmMst2)*Mst2*Mt*s2t + 192*(17 + 1320*
387  lmMst2)*pow2(Mt) + (8599 + 16200*lmMsq + 12240*lmMst1 - 43920*lmMst2)*
388  pow2(Mst2)*pow2(s2t)) + s2t*(-2*(5*(9883 - 155520*lmMsq - 41688*lmMst1
389  + 290520*lmMst2)*Mt + (249097 + 24300*lmMsq + 30510*lmMst1 - 78030*
390  lmMst2)*Mst2*s2t)*pow2(Mst1) + (8100*pow2(Mst2)*(2*(136*Mt - 9*Mst2*
391  s2t)*pow2(Mst1) + (144*Mt - 19*Mst2*s2t)*pow2(Mst2)))/pow2(Msq) + (
392  4050*((328*Mt - 25*Mst2*s2t)*pow2(Mst1) + 2*(92*Mt - 15*Mst2*s2t)*pow2(
393  Mst2))*pow4(Mst2))/pow4(Msq)) + (28080*pow2(s2t)*pow5(Mst2))/pow2(Mst1)
394  )) - 9720*s2t*twoLoopFlag*(4*Mt*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*
395  pow4(Mst2) + xMst*(2*(48*Mt - Mst2*s2t)*xDmglst2*pow2(Dmglst2) + 4*Mt*
396  pow2(Mst2))*pow6(Mst1) - 4*Dmglst2*((-13*Mt + Mst2*s2t)*pow3(Mst2)*
397  pow4(Mst1) + (-9*Mt + Mst2*s2t)*pow2(Mst1)*pow5(Mst2) + Mst2*(-17*Mt +
398  Mst2*s2t)*xMst*pow6(Mst1) + (-5*Mt + Mst2*s2t)*pow7(Mst2)) + (4*Mt -
399  Mst2*s2t)*pow8(Mst2)) - Al4p*threeLoopFlag*pow4(Mst2)*(1080*pow2(Mt)*((
400  Dmglst2*(7286 - 240*lmMst1 + 6384*lmMst2) + (-353 + 72*lmMst1 + 696*
401  lmMst2)*Mst2)*pow2(Mst1) + 384*Dmglst2*(5 + 6*lmMst2)*pow2(Mst2) + 16*(
402  53 + 24*lmMst2)*pow3(Mst2)) + s2t*((6*Mt*(pow4(Msq)*(12*Mst2*(Dmglst2*(
403  534391 - 113400*lmMsq - 23760*lmMst1 + 196560*lmMst2) + 10*(5827 -
404  2700*lmMsq + 2988*lmMst1 + 468*lmMst2)*Mst2)*pow2(Mst1) + 9*(Dmglst2*(
405  278347 - 79200*lmMsq + 3720*lmMst1 + 119160*lmMst2) + 15*(3469 - 1440*
406  lmMsq + 664*lmMst1 + 1384*lmMst2)*Mst2)*pow3(Mst2) + (825326 - 453600*
407  lmMsq + 792720*lmMst1 - 239760*lmMst2)*pow4(Mst1)) - 43200*Mst2*pow2(
408  Msq)*(3*pow2(Mst1)*pow3(Mst2) + 4*Mst2*pow4(Mst1) + 3*Dmglst2*(7*pow2(
409  Mst1)*pow2(Mst2) + 10*pow4(Mst1) + 4*pow4(Mst2)) + 2*pow5(Mst2)) -
410  5400*pow3(Mst2)*(7*pow2(Mst1)*pow3(Mst2) + 9*Mst2*pow4(Mst1) + Dmglst2*
411  (67*pow2(Mst1)*pow2(Mst2) + 93*pow4(Mst1) + 41*pow4(Mst2)) + 5*pow5(
412  Mst2))))/pow4(Msq) + (12960*xDR2DRMOD*(pow2(Mst1)*pow2(Mst2)*(Dmglst2*
413  Mst2*(32*(1 + 3*lmMst2)*Mt + (23 - 46*lmMst1 + 30*lmMst2)*Mst2*s2t) +
414  2*(16*(-2 + 3*lmMst2)*Mt + (13 - 10*lmMst1 + 6*lmMst2)*Mst2*s2t)*
415  xDmglst2*pow2(Dmglst2) + (32*(1 + lmMst2)*Mt + (5 - 26*lmMst1 + 18*
416  lmMst2)*Mst2*s2t)*pow2(Mst2)) + 2*(Dmglst2*Mst2*(32*(1 + 3*lmMst2)*Mt +
417  (-23*lmMst1 + 15*lmMst2)*Mst2*s2t) + 2*(16*(-2 + 3*lmMst2)*Mt + (4 - 5*
418  lmMst1 + 3*lmMst2)*Mst2*s2t)*xDmglst2*pow2(Dmglst2) + (32*(1 + lmMst2)*
419  Mt + (-4 - 13*lmMst1 + 9*lmMst2)*Mst2*s2t)*pow2(Mst2))*pow4(Mst1) +
420  s2t*(23*Dmglst2*Mst2 + 10*xDmglst2*pow2(Dmglst2) + 13*pow2(Mst2))*pow5(
421  Mst2) + 2*(48*(1 + lmMst2)*Mt + Dmglst2*(-23*lmMst1 + 15*lmMst2)*s2t +
422  (-4 - 13*lmMst1 + 9*lmMst2)*Mst2*s2t)*pow6(Mst1)))/pow2(Mst1)) + (pow2(
423  s2t)*(3*Mst2*(32400*xMsq*(pow2(Mst1)*pow2(Mst2) - 2*lmMst2*(-1 +
424  shiftst1)*pow2(Mst1)*pow2(Mst2) - 2*shiftst1*pow2(Mst1)*pow2(Mst2) +
425  shiftst2*pow2(Mst1)*pow2(Mst2) - 2*shiftst1*pow4(Mst1) + 2*shiftst2*
426  pow4(Mst1) + 2*lmMst2*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + 2*
427  lmMst1*((-1 + shiftst1)*pow2(Mst1)*pow2(Mst2) + (-1 + 2*shiftst1 -
428  shiftst2)*pow4(Mst1)) + pow4(Mst2) - shiftst1*pow4(Mst2))*pow6(Msq) +
429  pow4(Msq)*(6*(240379 + 10800*lmMsq - 21420*lmMst2 - 1080*shiftst3 -
430  2160*lmMst2*shiftst3 + 180*lmMst1*(55 + 12*shiftst3))*pow2(Mst2)*pow4(
431  Mst1) + 180*(-59 + 450*lmMsq - 1362*lmMst2 - 36*shiftst3 - 36*lmMst2*
432  shiftst3 + 6*lmMst1*(107 + 6*shiftst3))*pow2(Mst1)*pow4(Mst2) + (
433  3647353 + 64800*lmMsq - 52380*lmMst2 - 6480*shiftst3 - 19440*lmMst2*
434  shiftst3 + 540*lmMst1*(-31 + 36*shiftst3))*pow6(Mst1) - 1080*(49 + 3*
435  shiftst3)*pow6(Mst2)) + 5400*pow2(Msq)*(4*pow4(Mst1)*pow4(Mst2) + 4*
436  pow2(Mst2)*pow6(Mst1) + 7*pow2(Mst1)*pow6(Mst2)) + 1350*(4*pow4(Mst2)*
437  pow6(Mst1) + 4*pow4(Mst1)*pow6(Mst2) + 9*pow2(Mst1)*pow8(Mst2))) + 4*
438  Dmglst2*(pow4(Msq)*(162*(-9053 + 900*lmMsq + 1810*lmMst1 - 3570*lmMst2)
439  *pow2(Mst2)*pow4(Mst1) + 135*(-4151 + 1080*lmMsq + 1368*lmMst1 - 3480*
440  lmMst2)*pow2(Mst1)*pow4(Mst2) + 2*(-2286439 + 72900*lmMsq + 307800*
441  lmMst1 - 450360*lmMst2)*pow6(Mst1) - 74520*pow6(Mst2)) + 8100*pow2(Msq)
442  *(14*pow4(Mst1)*pow4(Mst2) + 14*pow2(Mst2)*pow6(Mst1) + 17*pow2(Mst1)*
443  pow6(Mst2)) + 4050*(11*pow4(Mst2)*pow6(Mst1) + 11*pow4(Mst1)*pow6(Mst2)
444  + 16*pow2(Mst1)*pow8(Mst2)))))/(pow2(Mst1)*pow4(Msq)))))/pow9(Mst2))) +
445  (270*s2t*xMst*(27*(lmMst1 - lmMst2)*oneLoopFlag*s2t*pow2(MuSUSY)*pow3(
446  Mst2) + Al4p*twoLoopFlag*(-8*Mst2*(-18*(-2 + lmMst2)*(-lmMst1 + lmMst2)
447  *s2t*xDmglst2*xDR2DRMOD*pow2(Dmglst2) + Dmglst2*Mt*(785 + 6*lmMst1*(85
448  - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) + Mst2*Mt*(193 + 474*
449  lmMst2 - 6*lmMst1*(67 + 42*lmMst2) + 252*pow2(lmMst2)) - Dmglst2*Mst2*
450  s2t*(49 - 84*lmMst2 + lmMst1*(84 - 36*lmMst2*(-1 + xDR2DRMOD)) + 36*(-1
451  + xDR2DRMOD)*pow2(lmMst2)) - s2t*(1 + 3*lmMst2*(-37 + 6*xDR2DRMOD) - 3*
452  lmMst1*(-37 + 6*lmMst2*(-12 + xDR2DRMOD) + 6*xDR2DRMOD) - 81*pow2(
453  lmMst1) + 9*(-15 + 2*xDR2DRMOD)*pow2(lmMst2))*pow2(Mst2))*pow2(MuSUSY)
454  + (2*xDmglst2*pow2(Dmglst2)*(48*(-143 + 18*lmMst1 - 18*lmMst2)*Mt*
455  Tbeta*pow2(MuSUSY) + 2*Mst2*MuSUSY*(MuSUSY*s2t*Tbeta*(157 - 348*lmMst1
456  + 348*lmMst2 + 36*lmMst1*lmMst2 - 36*pow2(lmMst2)) + 30*(-43 + 60*
457  lmMst1 - 60*lmMst2)*Mt*pow2(Sbeta)) + 15*(-43 + 60*lmMst1 - 60*lmMst2)*
458  s2t*Tbeta*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow3(Mst2)))/Tbeta))*pow6(
459  Mst1))/pow9(Mst2)))/29160.;
460 }
461 
462 /**
463  * @return The diagonal (2, 2) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6'
464  */
465 double H6::getS2() const {
466  return -(oneLoopFlag*((4*Mt*MuSUSY*s2t*(4*(lmMst1 - lmMst2)*pow2(Mt) + ((-2 -
467  lmMst1 + lmMst2)*pow2(Mst1) + (2 - lmMst1 + lmMst2)*pow2(Mst2))*pow2(
468  s2t)))/Tbeta + 4*pow2(Mt)*pow2(s2t)*(2*(lmMst1 - lmMst2)*(pow2(Mst1) -
469  pow2(Mst2)) + pow2(MuSUSY)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*
470  pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2))) - (4*pow2(Mt)*pow2(
471  MuSUSY)*pow2(s2t)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*pow2(
472  Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)))/pow2(Sbeta) + 16*(lmMst1
473  + lmMst2 - 2*lmMt)*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2) + (2 + lmMst1 -
474  lmMst2)*pow4(Mst1) + (2 - lmMst1 + lmMst2)*pow4(Mst2))*pow4(s2t)))/32.
475  + (threeLoopFlag*pow2(Al4p)*(-(pow4(Mst1)*(4*pow2(Mt)*pow2(s2t)*(-6*
476  xDmglst2*xDR2DRMOD*pow2(Dmglst2)*pow2(Sbeta)*(MuSUSY*(408118*z3 -
477  83590*z4 - 51027*pow2(z2)) + 2*Mst2*Tbeta*(105742*z3 + 4838*z4 + 7257*
478  pow2(z2))) + 3*Mst2*(Tbeta*pow2(MuSUSY)*(1 - pow2(Sbeta))*(-8*(76813 +
479  162*lmMst1 - 162*lmMst2)*z3 + 15686*z4 + 18183*pow2(z2)) - Mst2*pow2(
480  Sbeta)*(6*MuSUSY*(1144*z3 - 4954*z4 + 6177*pow2(z2)) + Mst2*Tbeta*(-
481  66166*z3 + 13834*z4 + 20751*pow2(z2)))) + 2*Dmglst2*(4*Tbeta*pow2(
482  MuSUSY)*(-1 + pow2(Sbeta))*(338536*z3 + 11327*z4 + 15897*pow2(z2)) +
483  pow2(Sbeta)*(36*Tbeta*pow2(Mst2)*(-734*z3 + 1538*z4 + 2307*pow2(z2)) -
484  3*Mst2*MuSUSY*(-844756*z3 + 10126*z4 + 105585*pow2(z2))))) + 16*s2t*(
485  16*Tbeta*xDmglst2*xDR2DRMOD*pow2(Dmglst2)*pow2(Sbeta)*(-360619*z3 +
486  20332*z4 + 30498*pow2(z2)) + 3*(4*Tbeta*pow2(Mst2)*pow2(Sbeta)*(-57758*
487  z3 + 1370*z4 + 2055*pow2(z2)) + Mst2*MuSUSY*pow2(Sbeta)*(-22466*z3 +
488  11402*z4 + 17103*pow2(z2)) - Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(-
489  67232*z3 - 11764*z4 + 20505*pow2(z2))) - 4*Dmglst2*pow2(Sbeta)*(9*
490  MuSUSY*(2806*z3 + 1514*z4 + 2757*pow2(z2)) + Mst2*Tbeta*(-614702*z3 +
491  25730*z4 + 38595*pow2(z2))))*pow3(Mt) - 4*Mst2*Mt*pow2(Sbeta)*(3*pow2(
492  Mst2)*(Mst2*Tbeta*(-44630*z3 + 878*z4 + 1317*pow2(z2)) + MuSUSY*(-
493  272636*z3 + 8870*z4 + 13305*pow2(z2))) - Dmglst2*Mst2*(8*MuSUSY*(89947*
494  z3 + 6332*z4 + 9498*pow2(z2)) + Mst2*Tbeta*(-565214*z3 + 31142*z4 +
495  46713*pow2(z2))) + 4*xDmglst2*xDR2DRMOD*pow2(Dmglst2)*(MuSUSY*(-614777*
496  z3 + 7184*z4 + 28272*pow2(z2)) + Mst2*Tbeta*(-394856*z3 + 31622*z4 +
497  47433*pow2(z2))))*pow3(s2t) + pow2(Sbeta)*(-64*(MuSUSY*(-321216*z3 +
498  9978*z4 + 9135*pow2(z2)) - 2*Tbeta*(6*Mst2*(24241*z3 + 146*z4 + 219*
499  pow2(z2)) + Dmglst2*(-562226*z3 + 5582*z4 + 8373*pow2(z2))))*pow4(Mt) +
500  Tbeta*(3*pow2(Mst2)*((-34070 + 648*lmMst1 - 648*lmMst2)*z3 + 2594*z4 +
501  5835*pow2(z2)) - 2*Dmglst2*Mst2*(-197843*z3 + 16796*z4 + 25194*pow2(z2)
502  ) + xDmglst2*xDR2DRMOD*pow2(Dmglst2)*(-699017*z3 + 61508*z4 + 92262*
503  pow2(z2)))*pow3(Mst2)*pow4(s2t)))) + 6*pow2(Mst1)*(-(xDmglst2*pow2(
504  Dmglst2)*(2*Mst2*pow2(Mt)*pow2(s2t)*(6*Mst2*MuSUSY*pow2(Sbeta)*(127198*
505  z3 + 6782*z4 - 14613*pow2(z2)) - 4*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)
506  )*(-243722*z3 - 7489*z4 + 795*pow2(z2)) + 9*Tbeta*pow2(Mst2)*pow2(
507  Sbeta)*(-15053*z3 + 792*z4 + 1188*pow2(z2))) + 8*s2t*(-(Tbeta*pow2(
508  MuSUSY)*(-1 + pow2(Sbeta))*(-343276*z3 - 8090*z4 + 37437*pow2(z2))) +
509  8*Mst2*pow2(Sbeta)*(-9*MuSUSY*(2534*z3 + 33*z4 + 90*pow2(z2)) + Mst2*
510  Tbeta*(-32168*z3 + 2114*z4 + 3171*pow2(z2))))*pow3(Mt) - 2*Mt*pow2(
511  Sbeta)*(MuSUSY*(-586697*z3 - 10924*z4 + 6942*pow2(z2)) + 2*Mst2*Tbeta*(
512  -88880*z3 + 5474*z4 + 8211*pow2(z2)))*pow3(Mst2)*pow3(s2t) - 16*pow2(
513  Sbeta)*(MuSUSY*(-186761*z3 + 8792*z4 + 13188*pow2(z2)) + Mst2*Tbeta*(-
514  463990*z3 + 11338*z4 + 17007*pow2(z2)))*pow4(Mt) + Tbeta*pow2(Sbeta)*(-
515  99253*z3 + 4054*z4 + 5352*pow2(z2))*pow4(s2t)*pow5(Mst2))) + 3*Mst2*(
516  pow2(Mt)*(-4*pow2(Mst2)*(2*Tbeta*pow2(Mt)*pow2(Sbeta)*(69050*z3 + 418*
517  z4 + 627*pow2(z2)) - Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*((
518  -56978 - 216*lmMst1 + 216*lmMst2)*z3 + 1136*z4 + 813*pow2(z2)) + Mt*
519  MuSUSY*s2t*pow2(Sbeta)*(7078*z3 + 2990*z4 + 4485*pow2(z2))) - 2*s2t*
520  pow2(Sbeta)*(3*MuSUSY*s2t*(14114*z3 + 3010*z4 - 4557*pow2(z2)) + 4*Mt*
521  Tbeta*(-48454*z3 + 754*z4 + 1131*pow2(z2)))*pow3(Mst2)) - 16*Mst2*
522  MuSUSY*(-4*Mt*pow2(Sbeta)*(-8219*z3 + 326*z4 + 165*pow2(z2)) - MuSUSY*
523  s2t*Tbeta*(-1 + pow2(Sbeta))*(-11396*z3 - 1135*z4 + 2388*pow2(z2)))*
524  pow3(Mt) + 4*Mt*pow2(s2t)*pow2(Sbeta)*(4*Mt*Tbeta*((-940 + 54*lmMst1 -
525  54*lmMst2)*z3 + 214*z4 + 483*pow2(z2)) + MuSUSY*s2t*((-39761 - 108*
526  lmMst1 + 108*lmMst2)*z3 + 1046*z4 + 1245*pow2(z2)))*pow4(Mst2) + Tbeta*
527  (-144*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(218*z3 + 50*z4 + 21*pow2(z2))*
528  pow4(Mt) + pow2(Sbeta)*(Mst2*s2t*(22544*z3 - 956*z4 - 1677*pow2(z2)) +
529  4*Mt*(-8678*z3 + 740*z4 + 219*pow2(z2)))*pow3(s2t)*pow5(Mst2))) - 6*
530  Dmglst2*(pow2(Mst2)*pow2(Mt)*(16*Tbeta*pow2(Mt)*pow2(Sbeta)*(-24526*z3
531  + 322*z4 + 483*pow2(z2)) + 3*MuSUSY*pow2(s2t)*(Mst2*pow2(Sbeta)*(
532  124922*z3 + 1210*z4 - 18273*pow2(z2)) + 8*MuSUSY*Tbeta*(-1 + pow2(
533  Sbeta))*(9207*z3 + 185*z4 + 237*pow2(z2))) - 12*Mt*s2t*pow2(Sbeta)*(8*
534  MuSUSY*(590*z3 - 4*z4 + 75*pow2(z2)) + Mst2*Tbeta*(-21022*z3 + 922*z4 +
535  1383*pow2(z2)))) + 8*Mst2*MuSUSY*(24*Mt*pow2(Sbeta)*(-955*z3 + 26*z4 +
536  93*pow2(z2)) - MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))*(-59336*z3 - 709*z4
537  + 8535*pow2(z2)))*pow3(Mt) + 6*Mt*pow2(s2t)*pow2(Sbeta)*(4*Mt*Tbeta*(
538  741*z3 + 100*z4 + 150*pow2(z2)) + MuSUSY*s2t*(20653*z3 + 316*z4 + 474*
539  pow2(z2)))*pow4(Mst2) + Tbeta*(-48*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(
540  250*z3 - 94*z4 + 21*pow2(z2))*pow4(Mt) + pow2(Sbeta)*(3*Mst2*s2t*(-
541  2239*z3 + 54*z4) + 2*Mt*(-6250*z3 + 208*z4 + 1203*pow2(z2)))*pow3(s2t)*
542  pow5(Mst2)))) + 9*Mst2*(-(xDmglst2*pow2(Dmglst2)*(-4*pow2(Mst2)*pow2(
543  Mt)*(-(Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*(129397*z3 +
544  6344*z4 + 1254*pow2(z2))) + 2*Mt*pow2(Sbeta)*(3*MuSUSY*s2t*(55597*z3 -
545  264*z4 + 252*pow2(z2)) + Mt*Tbeta*(-154541*z3 + 1064*z4 + 1596*pow2(z2)
546  ))) + 4*Mt*s2t*pow2(Sbeta)*(4*Mt*(3*MuSUSY*s2t*(36013*z3 + 218*z4 -
547  3804*pow2(z2)) + 2*Mt*Tbeta*(-19363*z3 + 112*z4 + 168*pow2(z2))) +
548  Mst2*s2t*(3*Mt*Tbeta*(55597*z3 - 264*z4 + 252*pow2(z2)) + MuSUSY*s2t*(
549  129397*z3 + 6344*z4 + 1254*pow2(z2))))*pow3(Mst2) + 32*Mst2*MuSUSY*(Mt*
550  pow2(Sbeta)*(19363*z3 - 112*z4 - 168*pow2(z2)) - MuSUSY*s2t*Tbeta*(-1 +
551  pow2(Sbeta))*(-36013*z3 - 218*z4 + 3804*pow2(z2)))*pow3(Mt) + Tbeta*(-
552  576*(608*z3 - 9*z4)*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mt) + pow2(
553  Sbeta)*(-(Mst2*s2t*(129397*z3 + 6344*z4 + 1254*pow2(z2))) + 16*Mt*(-
554  36013*z3 - 218*z4 + 3804*pow2(z2)))*pow3(s2t)*pow5(Mst2)))) - 6*
555  Dmglst2*Mst2*(4*Mt*pow2(Mst2)*(pow2(Mst2)*pow2(s2t)*pow2(Sbeta)*(4*Mt*
556  Tbeta*(439*z3 - 108*z4) + MuSUSY*s2t*(16175*z3 + 424*z4 + 474*pow2(z2))
557  ) + Mt*(Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*(16175*z3 +
558  424*z4 + 474*pow2(z2)) + 2*Mt*pow2(Sbeta)*(4*MuSUSY*s2t*(-439*z3 + 108*
559  z4) + Mt*Tbeta*(11897*z3 + 56*z4 + 84*pow2(z2))))) - 2*s2t*pow2(Mt)*
560  pow2(Sbeta)*(4*Mt*Tbeta*(5742*z3 - 506*z4 + 105*pow2(z2)) + 3*MuSUSY*
561  s2t*(-37474*z3 - 542*z4 + 5289*pow2(z2)))*pow3(Mst2) + 4*Mst2*MuSUSY*(
562  2*Mt*pow2(Sbeta)*(5742*z3 - 506*z4 + 105*pow2(z2)) - MuSUSY*s2t*Tbeta*(
563  -1 + pow2(Sbeta))*(-37474*z3 - 542*z4 + 5289*pow2(z2)))*pow3(Mt) +
564  Tbeta*(-64*(83*z3 - 27*z4)*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mt) +
565  pow2(Sbeta)*(-(Mst2*s2t*(16175*z3 + 424*z4 + 474*pow2(z2))) + 2*Mt*(-
566  37474*z3 - 542*z4 + 5289*pow2(z2)))*pow3(s2t)*pow5(Mst2))) + 6*pow2(
567  Mst2)*(12*pow2(Mst2)*pow2(Mt)*(-(Mt*MuSUSY*s2t*pow2(Sbeta)*((1622 - 48*
568  lmMst1 + 48*lmMst2)*z3 + 142*z4 + 69*pow2(z2))) + Tbeta*(-2*pow2(Mt)*
569  pow2(Sbeta)*((3902 - 24*(lmMst1 + lmMst2) + 48*lmMt)*z3 + 14*z4 + 21*
570  pow2(z2)) + pow2(MuSUSY)*pow2(s2t)*(1 - pow2(Sbeta))*((1913 + 12*lmMst1
571  - 12*lmMst2)*z3 - 10*z4 + 48*pow2(z2)))) + 6*s2t*pow2(Mt)*pow2(Sbeta)*(
572  -4*Mt*Tbeta*(-1922*z3 + 206*z4 + 21*pow2(z2)) + 5*MuSUSY*s2t*(-2098*z3
573  - 102*z4 + 333*pow2(z2)))*pow3(Mst2) - 4*Mst2*MuSUSY*(-6*Mt*pow2(Sbeta)
574  *(-1922*z3 + 206*z4 + 21*pow2(z2)) - 5*MuSUSY*s2t*Tbeta*(-1 + pow2(
575  Sbeta))*(-2098*z3 - 102*z4 + 333*pow2(z2)))*pow3(Mt) - 6*Mt*pow2(s2t)*
576  pow2(Sbeta)*(2*MuSUSY*s2t*((1913 + 12*lmMst1 - 12*lmMst2)*z3 - 10*z4 +
577  48*pow2(z2)) - Mt*Tbeta*((1622 - 48*lmMst1 + 48*lmMst2)*z3 + 142*z4 +
578  69*pow2(z2)))*pow4(Mst2) + Tbeta*(-32*(230*z3 + 27*z4)*pow2(MuSUSY)*(-1
579  + pow2(Sbeta))*pow4(Mt) + 10*Mt*pow2(Sbeta)*(2098*z3 + 102*z4 - 333*
580  pow2(z2))*pow3(s2t)*pow5(Mst2) + 3*pow2(Sbeta)*((1913 + 12*lmMst1 - 12*
581  lmMst2)*z3 - 10*z4 + 48*pow2(z2))*pow4(s2t)*pow6(Mst2))))))/(5832.*
582  Tbeta*pow2(Sbeta)*pow5(Mst2)) + pow2(Al4p)*((5*(1 - 2*lmMsq)*
584  pow2(Mst1)*(pow2(Mst2) - 2*(lmMst1 - lmMst2)*(pow2(Mst1) + pow2(Mst2)))
585  + pow2(Mst2)*pow2(Sbeta)*((-1 + shiftst1)*pow2(Mst2)*(-4*pow2(Mt) +
586  pow2(Mst2)*pow2(s2t)) - pow2(Mst1)*(-4*(-1 + shiftst2)*pow2(Mt) + (
587  shiftst1 - shiftst2 + lmMst1*(-2 + shiftst1 + shiftst2) - lmMst2*(-2 +
588  shiftst1 + shiftst2))*pow2(Mst2)*pow2(s2t)) - (-1 + shiftst2)*pow2(s2t)
589  *pow4(Mst1))) + Tbeta*(-8*pow2(Mst1)*pow2(Mst2)*pow2(Mt)*((1 - lmMst1 +
590  lmMst2)*shiftst1*pow2(MuSUSY)*pow2(s2t) + 2*shiftst2*pow2(Mt)*pow2(
591  Sbeta)) + 4*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst2) + pow2(Sbeta)*(-
592  4*pow2(Mt)*pow2(s2t)*(2*(pow2(Mst2) + (-lmMst1 + lmMst2)*pow2(MuSUSY))*
593  pow4(Mst1) + pow2(Mst1)*((1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow2(
594  MuSUSY) - 4*pow4(Mst2)) + (2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2)) +
595  16*pow2(Mst2)*(pow2(Mst1) + pow2(Mst2))*pow4(Mt) + pow2(Mst1)*pow2(
596  Mst2)*((-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) +
597  (-1 - 2*lmMst1 + 2*lmMst2)*pow4(Mst2))*pow4(s2t)) - shiftst1*(4*pow2(
598  Mst1)*pow2(Mst2)*pow2(s2t)*pow2(Sbeta)*(2*(1 - lmMst1 + lmMst2)*pow2(
599  Mt)*(pow2(Mst2) - pow2(MuSUSY)) - pow2(s2t)*pow4(Mst2)) + pow4(Mst1)*(
600  8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 +
601  pow2(Sbeta)) + (3 + 2*lmMst1 - 2*lmMst2)*pow2(Sbeta)*pow4(Mst2)*pow4(
602  s2t)) + pow4(Mst2)*(-4*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(
603  Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*pow4(Mt) + pow4(
604  Mst2)*pow4(s2t)))) - shiftst2*pow2(Mst1)*pow2(s2t)*(4*pow2(Mst2)*pow2(
605  Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*(1 + lmMst1 - lmMst2)*pow2(
606  Mst2)*pow2(Sbeta)) - 4*pow2(Mst1)*(2*pow2(Mt)*((-1 + lmMst1 - lmMst2)*
607  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) + pow2(s2t)*
608  pow2(Sbeta)*pow4(Mst2)) + pow2(s2t)*pow2(Sbeta)*(pow2(Mst2)*pow4(Mst1)
609  + (3 - 2*lmMst1 + 2*lmMst2)*pow6(Mst2))) + pow2(Sbeta)*pow4(s2t)*pow8(
610  Mst2))))/(6.*Tbeta*pow2(Mst1)*pow2(Sbeta)*pow4(Mst2)) + threeLoopFlag*(
611  (s2t*pow3(Mt)*((-18*pow2(Mst1)*(1058993 - 330480*lmMst2 + 64800*lmMsq*(
612  5 - 2*lmMst1 + 4*lmMst2 - 2*lmMt) + 8640*(-13 + 4*lmMst2 + 4*lmMt)*
613  pow2(lmMst1) + 622080*pow2(lmMst2) - 4320*lmMt*(-31 - 6*lmMst2 + 8*
614  pow2(lmMst2)) - 2160*lmMst1*(325 + 300*lmMst2 - 52*lmMt + 112*pow2(
615  lmMst2) - 48*pow2(lmMt)) - 103680*lmMst2*pow2(lmMt) + (21600*(7 - 2*
616  lmMst1 + 4*lmMst2 - 2*lmMt)*pow2(Mst1))/pow2(Msq) + 207360*pow3(lmMst2)
617  ))/Mst2 + 1080*pow3(Mst2)*(-8*((5*(119 - 63*lmMst2 + 12*lmMst1*(4 + 3*
618  lmMst2) - 6*(1 + 3*lmMst2)*lmMt + 3*lmMsq*(7 - 12*lmMst1 + 18*lmMst2 +
619  6*lmMt) - 18*pow2(lmMsq) - 36*pow2(lmMst2)))/pow2(Msq) + (144*pow2(1 +
620  lmMst2))/pow2(Mst1)) + (15*Mst2*(Mst2*(-206 - 6*lmMst2 - 9*lmMst1*(3 +
621  4*lmMst2) + 12*lmMsq*(2 + 3*lmMst1 - 6*lmMst2 - 3*lmMt) + 9*lmMt + 36*
622  lmMst2*lmMt + 36*pow2(lmMsq) + 36*pow2(lmMst2)) + Dmglst2*(-754 + 50*
623  lmMst2 - 9*lmMst1*(7 + 20*lmMst2) + 4*lmMsq*(10 + 45*lmMst1 - 66*lmMst2
624  - 21*lmMt) - 27*lmMt + 84*lmMst2*lmMt + 84*pow2(lmMsq) + 180*pow2(
625  lmMst2))) - 10*(5 - 54*lmMst2 + 3*lmMst1*(7 + 12*lmMst2) + 21*lmMt +
626  36*lmMst2*lmMt - 12*lmMsq*(-1 + 3*lmMst1 + 3*lmMt) + 36*pow2(lmMsq) -
627  36*pow2(lmMst2))*pow2(Mst1))/pow4(Msq)) - (24*(1907557 - 326160*lmMst2
628  + 1080*(-158 + 6*lmMst2 + 39*lmMt)*pow2(lmMst1) + 75600*pow2(lmMst2) +
629  48600*lmMsq*(2 + 11*lmMst2 - lmMst1*(9 + 2*lmMst2 - 2*lmMt) - 2*(1 +
630  lmMst2)*lmMt + 2*pow2(lmMst2)) + 1620*lmMt*(83 + 104*lmMst2 + 58*pow2(
631  lmMst2)) - 540*lmMst1*(797 + 120*lmMt + 4*lmMst2*(4 + 63*lmMt) + 78*
632  pow2(lmMst2) - 144*pow2(lmMt)) - 77760*lmMst2*pow2(lmMt) + 1080*pow3(
633  lmMst1) + 34560*pow3(lmMst2))*pow4(Mst1))/pow3(Mst2) + (54*Dmglst2*(
634  pow2(Msq)*pow2(Mst1)*(678821 + 737120*lmMst2 + 21600*lmMsq*(13 - 2*
635  lmMst1 + 4*lmMst2 - 2*lmMt) - 2880*(21 + 12*lmMst2 - 4*lmMt)*pow2(
636  lmMst1) + 440160*pow2(lmMst2) - 480*lmMt*(-279 - 13*lmMst2 + 24*pow2(
637  lmMst2)) - 34560*(2 + lmMst2)*pow2(lmMt) + 160*lmMst1*(-4724 - 1941*
638  lmMst2 - 39*lmMt + 72*pow2(lmMst2) + 216*pow2(lmMt)) + 23040*pow3(
639  lmMst2)) + 7200*(15 - 2*lmMst1 + 4*lmMst2 - 2*lmMt)*pow4(Mst1)))/(pow2(
640  Msq)*pow2(Mst2)) + (54*Mst2*(-400*(95 - 18*lmMst2 + 6*lmMst1*(5 + 6*
641  lmMst2) + 6*(5 + 6*lmMst2)*lmMt - 6*lmMsq*(7 + 6*(lmMst1 + lmMt)) + 36*
642  pow2(lmMsq) - 36*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) - 9*(5253 - 4640*
643  lmMst2 + 1200*lmMsq*(13 - 4*lmMst2*(1 + lmMst2) + lmMst1*(2 + 4*lmMst2)
644  + 2*lmMt) - 2400*(lmMst1 - lmMst2)*pow2(lmMsq) - 1280*(1 + lmMst2)*
645  pow2(lmMst1) + 29600*pow2(lmMst2) - 80*lmMt*(127 + 96*lmMst2 + 32*pow2(
646  lmMst2)) - 80*lmMst1*(183 + 274*lmMst2 - 32*(1 + lmMst2)*lmMt + 112*
647  pow2(lmMst2)) - 3840*pow2(lmMt) + 10240*pow3(lmMst2))*pow4(Msq) - 100*(
648  47 - 54*lmMst2 + (3 + 36*lmMst2)*(lmMst1 + lmMt) + 12*lmMsq*(4 - 3*(
649  lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow4(Mst1) + (120*
650  Dmglst2*Mst2*(-20*(125 - 37*lmMst2 + 12*lmMst1*(2 + 3*lmMst2) + 6*lmMt
651  - 6*lmMst2*lmMt + lmMsq*(7 - 36*lmMst1 + 42*lmMst2 + 6*lmMt) - 6*pow2(
652  lmMsq) - 36*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) - 192*(-1 + 2*lmMst2 +
653  3*pow2(lmMst2))*pow4(Msq) - 5*(41 - 6*lmMst2 + 3*lmMst1*(-1 + 12*
654  lmMst2) + (-3 + 36*lmMst2)*lmMt + 12*lmMsq*(1 - 3*(lmMst1 + lmMt)) +
655  36*pow2(lmMsq) - 36*pow2(lmMst2))*pow4(Mst1)))/pow2(Mst1)))/pow4(Msq) +
656  2*Dmglst2*((-10800*(131 + 126*lmMst2 + 6*lmMst1*(-7 + 6*lmMst2) + 6*(-7
657  + 6*lmMst2)*lmMt - 6*lmMsq*(7 + 6*(lmMst1 + lmMt)) + 36*pow2(lmMsq) -
658  36*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) + 135*(1983 + 182144*lmMst2 +
659  4320*(lmMst1 - lmMst2)*pow2(lmMsq) + 2304*(-1 + lmMst2)*pow2(lmMst1) +
660  33504*pow2(lmMst2) + 240*lmMsq*(-161 + lmMst1*(54 - 36*lmMst2) - 60*
661  lmMst2 + 6*lmMt + 36*pow2(lmMst2)) + 48*lmMt*(31 - 128*lmMst2 + 96*
662  pow2(lmMst2)) + 144*lmMst1*(-285 + 32*lmMt - 2*lmMst2*(55 + 16*lmMt) +
663  112*pow2(lmMst2)) - 18432*pow3(lmMst2)) + pow4(Mst1)*((-2700*(155 + 90*
664  lmMst2 + 3*lmMst1*(-23 + 12*lmMst2) + (-69 + 36*lmMst2)*lmMt + 12*
665  lmMsq*(4 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2)))/
666  pow4(Msq) + (4*(24208447 + 1263240*lmMst2 - 9720*(266 + 74*lmMst2 - 55*
667  lmMt)*pow2(lmMst1) - 1140480*pow2(lmMst2) + 145800*lmMsq*(28 + lmMst2*(
668  41 - 6*lmMt) - 10*lmMt + lmMst1*(-31 - 6*lmMst2 + 6*lmMt) + 6*pow2(
669  lmMst2)) + 3240*lmMt*(846 + 1042*lmMst2 + 309*pow2(lmMst2)) - 233280*(2
670  + 3*lmMst2)*pow2(lmMt) + 360*lmMst1*(-21491 + lmMst2*(8190 - 4266*lmMt)
671  - 5922*lmMt + 3267*pow2(lmMst2) + 1944*pow2(lmMt)) + 9720*pow3(lmMst1)
672  - 466560*pow3(lmMst2)))/pow4(Mst2))) + 15*pow2(MuSUSY)*(18*Dmglst2*((
673  720*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 +
674  3*lmMst2) + 12*pow2(lmMst2)))/pow2(Msq) - (2304*(-1 + 2*lmMst2 + 3*
675  pow2(lmMst2)))/pow2(Mst1) + (5*(8713 + 12*lmMsq*(-179 + 270*lmMst1 -
676  270*lmMst2) + 3282*lmMst2 - 162*lmMst1*(7 + 20*lmMst2) + 3240*pow2(
677  lmMst2))*pow2(Mst1))/pow4(Msq)) + Mst2*(864*((5*(71 + 12*lmMsq*(-2 +
678  lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(
679  lmMst2)))/pow2(Msq) - (48*pow2(1 + lmMst2))/pow2(Mst1)) + (90*(Mst2*(
680  Mst2*(911 + 12*lmMsq*(-37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*
681  lmMst1*(3 + 4*lmMst2) + 216*pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-
682  181 + 90*lmMst1 - 90*lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2)
683  + 1080*pow2(lmMst2))) + (1153 + 12*lmMsq*(-35 + 54*lmMst1 - 54*lmMst2)
684  + 906*lmMst2 - 162*lmMst1*(3 + 4*lmMst2) + 648*pow2(lmMst2))*pow2(Mst1)
685  ))/pow4(Msq)) - (24*(pow2(Msq)*pow2(Mst1)*(125789 + 13716*B4 - 54*DN -
686  29160*lmMsq + 3240*pow2(lmMsq) - 108*lmMst1*(422 - 45*lmMsq + 45*pow2(
687  lmMsq)) - 2376*pow2(lmMst1) + 108*lmMst2*(1096 - 551*lmMst1 + 15*lmMsq*
688  (-7 + 6*lmMst1) + 45*pow2(lmMsq) + 8*pow2(lmMst1)) - 108*(-717 + 90*
689  lmMsq + 248*lmMst1)*pow2(lmMst2) + 25920*pow3(lmMst2)) - 360*(55 + 6*
690  lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 52*lmMst2 - 10*lmMst1*(4 + 3*lmMst2)
691  + 30*pow2(lmMst2))*pow4(Mst1)))/(pow2(Msq)*pow3(Mst2)) - (27*(-640*(23
692  + lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*lmMst1*(4 + 3*
693  lmMst2) + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 3*(18201 + 1760*B4 -
694  16*DN - 5760*lmMsq + 960*pow2(lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*
695  pow2(lmMsq)) + 16*lmMst2*(1291 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1)
696  + 30*pow2(lmMsq) - 16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(-313 + 30*
697  lmMsq + 72*lmMst1)*pow2(lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) - 20*(
698  233 + 36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*lmMst1*(3 +
699  4*lmMst2) + 180*pow2(lmMst2))*pow4(Mst1)))/(Mst2*pow4(Msq)) - (2916*
700  Dmglst2*(481.4302469135802 + (1048*B4)/9. - (20*DN)/9. - 400*lmMsq + (
701  80*pow2(lmMsq))/3. - (4*lmMst1*(-173 + 90*lmMsq + 30*pow2(lmMsq)))/9. +
702  (4*lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*pow2(
703  lmMsq) - 16*pow2(lmMst1)))/9. + (64*pow2(lmMst1))/9. - (8*(-265 + 30*
704  lmMsq + 136*lmMst1)*pow2(lmMst2))/9. - (80*(77 + 6*lmMsq*(-2 + 3*lmMst1
705  - 3*lmMst2) + 24*lmMst2 - 6*lmMst1*(2 + 3*lmMst2) + 18*pow2(lmMst2))*
706  pow2(Mst1))/(9.*pow2(Msq)) + 128*pow3(lmMst2) - (5*(1961 + 180*lmMsq*(-
707  2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*lmMst1*(7 + 20*lmMst2) +
708  900*pow2(lmMst2))*pow4(Mst1))/(27.*pow4(Msq))))/pow2(Mst2) - (2916*
709  Dmglst2*pow2(Mst1)*(881.6139917695473 + 248*B4 - 4*DN - (2560*lmMsq)/3.
710  + lmMst1*(130.96296296296296 - 120*lmMsq - 40*pow2(lmMsq)) + (80*pow2(
711  lmMsq))/3. + (176*pow2(lmMst1))/9. + (8*lmMst2*(4364 - 573*lmMst1 + 45*
712  lmMsq*(5 + 6*lmMst1) + 135*pow2(lmMsq) + 24*pow2(lmMst1)))/27. - (8*(-
713  377 + 90*lmMsq + 376*lmMst1)*pow2(lmMst2))/9. - (80*(107 + 6*lmMsq*(-2
714  + 5*lmMst1 - 5*lmMst2) + 32*lmMst2 - 10*lmMst1*(2 + 3*lmMst2) + 30*
715  pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + (2944*pow3(lmMst2))/9.))/
716  pow4(Mst2) - (2*(2552929 + 257904*B4 - 648*DN - 456840*lmMsq + 38880*
717  pow2(lmMsq) - 216*lmMst1*(4591 - 360*lmMsq + 450*pow2(lmMsq)) + 41904*
718  pow2(lmMst1) + 216*lmMst2*(9211 - 6466*lmMst1 + 180*lmMsq*(-4 + 5*
719  lmMst1) + 450*pow2(lmMsq) + 576*pow2(lmMst1)) - 864*(-1784 + 225*lmMsq
720  + 840*lmMst1)*pow2(lmMst2) - 3456*pow3(lmMst1) + 604800*pow3(lmMst2))*
721  pow4(Mst1))/pow5(Mst2)) + (-108*S2*(54*pow2(Mst1)*pow2(Mst2)*((4367 +
722  3770*lmMst1 - 3770*lmMst2)*pow2(Mst2) + 10*(169 + 136*lmMst1 - 136*
723  lmMst2)*pow2(MuSUSY)) + 6*(8*(16297 + 10275*lmMst1 - 10275*lmMst2)*
724  pow2(Mst2) + 5*(9185 + 5646*lmMst1 - 5646*lmMst2)*pow2(MuSUSY))*pow4(
725  Mst1) - Dmglst2*Mst2*(18*pow2(Mst1)*((15691 + 41490*lmMst1 - 41490*
726  lmMst2)*pow2(Mst2) + 4*(2489 + 3795*lmMst1 - 3795*lmMst2)*pow2(MuSUSY))
727  - 81*pow2(Mst2)*(50*(27 - 14*lmMst1 + 14*lmMst2)*pow2(Mst2) + (453 -
728  350*lmMst1 + 350*lmMst2)*pow2(MuSUSY)) + 16*(220117 + 192975*lmMst1 -
729  192975*lmMst2)*pow4(Mst1)) - 243*(2*(79 - 70*lmMst1 + 70*lmMst2)*pow2(
730  Mst2) + 5*(1 - 14*lmMst1 + 14*lmMst2)*pow2(MuSUSY))*pow4(Mst2)) - 160*
731  OepS2*(Dmglst2*Mst2*(945*pow2(Mst2)*(2*pow2(Mst2) + pow2(MuSUSY)) + 18*
732  pow2(Mst1)*(1383*pow2(Mst2) + 506*pow2(MuSUSY)) + 102920*pow4(Mst1)) -
733  3*(2*(2740*pow2(Mst2) + 941*pow2(MuSUSY))*pow4(Mst1) + 189*(2*pow2(
734  Mst2) + pow2(MuSUSY))*pow4(Mst2) + 6*pow2(Mst1)*(136*pow2(Mst2)*pow2(
735  MuSUSY) + 377*pow4(Mst2)))))/pow5(Mst2)))/43740. - Mt*pow3(s2t)*(
736  Dmglst2*pow2(Mst1)*(47.73436213991769 - (68*B4)/9. - (2*DN)/9. + (80*
737  lmMsq)/3. + (40*pow2(lmMsq))/3. + (4*lmMst1*(77 + 135*lmMsq + 45*pow2(
738  lmMsq)))/27. + (4*lmMst2*(409 + 183*lmMst1 - 45*lmMsq*(7 + 2*lmMst1) -
739  45*pow2(lmMsq) - 72*pow2(lmMst1)))/27. - (8*pow2(lmMst1))/3. + (4*(105
740  + 30*lmMsq + 104*lmMst1)*pow2(lmMst2))/9. + pow2(Mst1)*(20/(9.*pow2(
741  Msq)) + (406.2899291266575 - (24322*lmMst2)/243. + lmMsq*(
742  23.333333333333332 - 20*lmMst1 + 20*lmMst2) + (4*(37 - 40*lmMst2)*pow2(
743  lmMst1))/9. + (148*pow2(lmMst2))/9. + (2*lmMst1*(8705 - 3996*lmMst2 +
744  5616*pow2(lmMst2)))/243. - (32*pow3(lmMst1))/9. - (224*pow3(lmMst2))/9.
745  )/pow2(Mst2)) - (320*pow3(lmMst2))/9.) - ((542267 - 29376*lmMst2 +
746  19440*lmMsq*(1 - 2*lmMst1 + 2*lmMst2) + 864*(205 + 216*lmMst2)*pow2(
747  lmMst1) + 177120*pow2(lmMst2) - 1728*lmMst1*(31 + 205*lmMst2 + 204*
748  pow2(lmMst2)) - 6912*pow3(lmMst1) + 172800*pow3(lmMst2))*pow4(Mst1))/(
749  5832.*Mst2) - Mst2*(pow2(Mst1)*(19.17798353909465 + (68*B4)/9. + (2*DN)
750  /9. + 40*lmMsq - (40*pow2(lmMsq))/3. - (4*lmMst1*(223 - 15*lmMsq + 15*
751  pow2(lmMsq)))/9. - (8*pow2(lmMst1))/3. + (4*lmMst2*(-163 - 229*lmMst1 +
752  15*lmMsq*(3 + 2*lmMst1) + 15*pow2(lmMsq) + 24*pow2(lmMst1)))/9. - (4*(-
753  107 + 30*lmMsq + 104*lmMst1)*pow2(lmMst2))/9. + (320*pow3(lmMst2))/9.)
754  + (20*pow4(Mst1))/(9.*pow2(Msq))) - Dmglst2*pow2(Mst2)*(
755  254.93734567901234 + (524*B4)/9. - (10*DN)/9. - 200*lmMsq + (40*pow2(
756  lmMsq))/3. - (2*lmMst1*(-173 + 90*lmMsq + 30*pow2(lmMsq)))/9. + (2*
757  lmMst2*(1495 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*pow2(lmMsq) -
758  16*pow2(lmMst1)))/9. + (32*pow2(lmMst1))/9. - (4*(-169 + 30*lmMsq +
759  136*lmMst1)*pow2(lmMst2))/9. + (80*(9 - 3*lmMsq*(2 + lmMst1 - lmMst2) +
760  4*lmMst2 + lmMst1*(2 + 3*lmMst2) - 3*pow2(lmMst2))*pow2(Mst1))/(9.*
761  pow2(Msq)) + 64*pow3(lmMst2) + (5*(23 + 12*lmMsq - 12*lmMst2)*pow4(
762  Mst1))/(108.*pow4(Msq))) + (pow3(Mst2)*(-320*(25 - 6*lmMsq*(2 + lmMst1
763  - lmMst2) + 4*lmMst2 + lmMst1*(8 + 6*lmMst2) - 6*pow2(lmMst2))*pow2(
764  Msq)*pow2(Mst1) - 3*(17177 + 1760*B4 - 16*DN - 5760*lmMsq + 960*pow2(
765  lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)) + 16*lmMst2*(1163
766  - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) - 16*pow2(
767  lmMst1)) - 256*pow2(lmMst1) - 32*(-281 + 30*lmMsq + 72*lmMst1)*pow2(
768  lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) + 10*(1 - 12*lmMsq + 12*lmMst2)*
769  pow4(Mst1) + (2*Dmglst2*Mst2*(240*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2)
770  + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2))*pow2(Msq)*
771  pow2(Mst1) - 768*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow4(Msq) - 5*(823 -
772  12*lmMsq*(61 + 30*lmMst1 - 30*lmMst2) + 606*lmMst2 + 18*lmMst1*(7 + 20*
773  lmMst2) - 360*pow2(lmMst2))*pow4(Mst1)))/pow2(Mst1)))/(216.*pow4(Msq))
774  + ((4*((5*(71 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*
775  (4 + 3*lmMst2) + 12*pow2(lmMst2)))/pow2(Msq) - (48*pow2(1 + lmMst2))/
776  pow2(Mst1)))/27. + (5*(Dmglst2*Mst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1
777  - 90*lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(
778  lmMst2)) + 3*(-223 + 12*lmMsq*(13 + 6*lmMst1 - 6*lmMst2) - 102*lmMst2 -
779  18*lmMst1*(3 + 4*lmMst2) + 72*pow2(lmMst2))*pow2(Mst1)))/(324.*pow4(
780  Msq)))*pow5(Mst2) + ((4*OepS2*(3*Mst2*(438*pow2(Mst1)*pow2(Mst2) + 439*
781  pow4(Mst1) + 189*pow4(Mst2)) - Dmglst2*(7218*pow2(Mst1)*pow2(Mst2) +
782  15571*pow4(Mst1) + 945*pow4(Mst2))))/2187. + (S2*(Dmglst2*(18*(14033 +
783  12030*lmMst1 - 12030*lmMst2)*pow2(Mst1)*pow2(Mst2) + (836021 + 467130*
784  lmMst1 - 467130*lmMst2)*pow4(Mst1) + 81*(-453 + 350*lmMst1 - 350*
785  lmMst2)*pow4(Mst2)) - 15*(18*(347 + 146*lmMst1 - 146*lmMst2)*pow2(Mst1)
786  *pow3(Mst2) + (6121 + 2634*lmMst1 - 2634*lmMst2)*Mst2*pow4(Mst1) + 81*(
787  -1 + 14*lmMst1 - 14*lmMst2)*pow5(Mst2))))/810.)/pow2(Mst2)) + (pow2(Mt)
788  *pow2(MuSUSY)*(-(Mt*s2t*((Dmglst2*((720*(95 + 12*lmMsq*(-2 + lmMst1 -
789  lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2)))/pow2(
790  Msq) - (2304*(-1 + 2*lmMst2 + 3*pow2(lmMst2)))/pow2(Mst1) + (5*(8713 +
791  12*lmMsq*(-179 + 270*lmMst1 - 270*lmMst2) + 3282*lmMst2 - 162*lmMst1*(7
792  + 20*lmMst2) + 3240*pow2(lmMst2))*pow2(Mst1))/pow4(Msq)))/162. + Mst2*(
793  (8*((5*(71 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4
794  + 3*lmMst2) + 12*pow2(lmMst2)))/pow2(Msq) - (48*pow2(1 + lmMst2))/pow2(
795  Mst1)))/27. + (5*(Mst2*(Mst2*(911 + 12*lmMsq*(-37 + 18*lmMst1 - 18*
796  lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) + 216*pow2(lmMst2)) +
797  Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2) + 2550*lmMst2 -
798  54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2))) + (1153 + 12*lmMsq*(-35
799  + 54*lmMst1 - 54*lmMst2) + 906*lmMst2 - 162*lmMst1*(3 + 4*lmMst2) +
800  648*pow2(lmMst2))*pow2(Mst1)))/(162.*pow4(Msq))) - (2*pow2(Msq)*pow2(
801  Mst1)*(125789 + 13716*B4 - 54*DN - 29160*lmMsq + 3240*pow2(lmMsq) -
802  108*lmMst1*(422 - 45*lmMsq + 45*pow2(lmMsq)) - 2376*pow2(lmMst1) + 108*
803  lmMst2*(1096 - 551*lmMst1 + 15*lmMsq*(-7 + 6*lmMst1) + 45*pow2(lmMsq) +
804  8*pow2(lmMst1)) - 108*(-717 + 90*lmMsq + 248*lmMst1)*pow2(lmMst2) +
805  25920*pow3(lmMst2)) - 720*(55 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) +
806  52*lmMst2 - 10*lmMst1*(4 + 3*lmMst2) + 30*pow2(lmMst2))*pow4(Mst1))/(
807  243.*pow2(Msq)*pow3(Mst2)) - (-640*(23 + lmMsq*(-6 + 9*lmMst1 - 9*
808  lmMst2) + 18*lmMst2 - 3*lmMst1*(4 + 3*lmMst2) + 9*pow2(lmMst2))*pow2(
809  Msq)*pow2(Mst1) + 3*(18201 + 1760*B4 - 16*DN - 5760*lmMsq + 960*pow2(
810  lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)) + 16*lmMst2*(1291
811  - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) - 16*pow2(
812  lmMst1)) - 256*pow2(lmMst1) - 32*(-313 + 30*lmMsq + 72*lmMst1)*pow2(
813  lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) - 20*(233 + 36*lmMsq*(-2 + 5*
814  lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*lmMst1*(3 + 4*lmMst2) + 180*pow2(
815  lmMst2))*pow4(Mst1))/(108.*Mst2*pow4(Msq)) - (Dmglst2*(
816  481.4302469135802 + (1048*B4)/9. - (20*DN)/9. - 400*lmMsq + (80*pow2(
817  lmMsq))/3. - (4*lmMst1*(-173 + 90*lmMsq + 30*pow2(lmMsq)))/9. + (4*
818  lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*pow2(lmMsq) -
819  16*pow2(lmMst1)))/9. + (64*pow2(lmMst1))/9. - (8*(-265 + 30*lmMsq +
820  136*lmMst1)*pow2(lmMst2))/9. - (80*(77 + 6*lmMsq*(-2 + 3*lmMst1 - 3*
821  lmMst2) + 24*lmMst2 - 6*lmMst1*(2 + 3*lmMst2) + 18*pow2(lmMst2))*pow2(
822  Mst1))/(9.*pow2(Msq)) + 128*pow3(lmMst2) - (5*(1961 + 180*lmMsq*(-2 +
823  5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*lmMst1*(7 + 20*lmMst2) + 900*
824  pow2(lmMst2))*pow4(Mst1))/(27.*pow4(Msq))))/pow2(Mst2) - (Dmglst2*pow2(
825  Mst1)*(881.6139917695473 + 248*B4 - 4*DN - (2560*lmMsq)/3. + lmMst1*(
826  130.96296296296296 - 120*lmMsq - 40*pow2(lmMsq)) + (80*pow2(lmMsq))/3.
827  + (176*pow2(lmMst1))/
828  9. + (8*lmMst2*(4364 - 573*lmMst1 + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(
829  lmMsq) + 24*pow2(lmMst1)))/27. - (8*(-377 + 90*lmMsq + 376*lmMst1)*
830  pow2(lmMst2))/9. - (80*(107 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 32*
831  lmMst2 - 10*lmMst1*(2 + 3*lmMst2) + 30*pow2(lmMst2))*pow2(Mst1))/(9.*
832  pow2(Msq)) + (2944*pow3(lmMst2))/9.))/pow4(Mst2) - ((2552929 + 257904*
833  B4 - 648*DN - 456840*lmMsq + 38880*pow2(lmMsq) - 216*lmMst1*(4591 -
834  360*lmMsq + 450*pow2(lmMsq)) + 41904*pow2(lmMst1) + 216*lmMst2*(9211 -
835  6466*lmMst1 + 180*lmMsq*(-4 + 5*lmMst1) + 450*pow2(lmMsq) + 576*pow2(
836  lmMst1)) - 864*(-1784 + 225*lmMsq + 840*lmMst1)*pow2(lmMst2) - 3456*
837  pow3(lmMst1) + 604800*pow3(lmMst2))*pow4(Mst1))/(1458.*pow5(Mst2)) + (-
838  12*Mst2*(10120*Dmglst2*OepS2 - 2720*Mst2*OepS2 - 54*Dmglst2*(2489 +
839  3795*lmMst1 - 3795*lmMst2)*S2 + 405*(169 + 136*lmMst1 - 136*lmMst2)*
840  Mst2*S2)*pow2(Mst1) + 9*(-1400*Dmglst2*OepS2 + 81*Dmglst2*(-453 + 350*
841  lmMst1 - 350*lmMst2)*S2 + 15*Mst2*(56*OepS2 + 81*(1 - 14*lmMst1 + 14*
842  lmMst2)*S2))*pow3(Mst2) + 10*(7528*OepS2 - 27*(9185 + 5646*lmMst1 -
843  5646*lmMst2)*S2)*pow4(Mst1))/(3645.*pow5(Mst2)))) + (pow2(Mt)*(144*
844  Dmglst2*pow2(Mst2)*(180 - 2*B4 + 2*D3 - DN + 16*lmMst1 + 144*lmMst2 -
845  216*S2 - 16*(-2 + lmMst1)*pow2(lmMst2) + 16*pow3(lmMst2)) + pow2(Mst1)*
846  (3*Mst2*(10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 - 384*(-25 + 9*
847  lmMst1)*lmMst2 - 384*(-1 + lmMst1 - lmMst2)*lmMt - 224*OepS2 + 324*(-43
848  + 14*lmMst1 - 14*lmMst2)*S2 - 384*(-13 + 4*lmMst1)*pow2(lmMst2) + 1536*
849  pow3(lmMst2)) + 2*Dmglst2*(28405 - 288*B4 + 288*D3 - 144*DN + 5472*
850  lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt
851  + 224*OepS2 - 324*(65 + 14*lmMst1 - 14*lmMst2)*S2 - 576*(-9 + 8*lmMst1)
852  *pow2(lmMst2) + 4608*pow3(lmMst2))) + 24*(436 - 6*B4 + 6*D3 - 3*DN -
853  48*lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt - 972*S2 - 48*(-4 +
854  lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2))*pow3(Mst2)))/(81.*pow5(Mst2)) +
855  pow2(s2t)*(97.70987654320987 - (40*B4)/9. + (4*D3)/9. - (2*DN)/9. - (
856  185*lmMsq)/9. + (25*pow2(lmMsq))/3. - (lmMst1*(5279 - 1950*lmMsq + 630*
857  pow2(lmMsq)))/54. - (53*pow2(lmMst1))/9. + (lmMst2*(10421 - 6558*lmMst1
858  + 30*lmMsq*(-95 + 42*lmMst1) + 630*pow2(lmMsq) + 234*pow2(lmMst1)))/54.
859  - ((-1460 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2))/9. + ((111 - 3028*
860  lmMst2 + 90*lmMsq*(4 - 13*lmMst1 + 13*lmMst2) + 2*lmMst1*(1334 + 675*
861  lmMst2) - 90*pow2(lmMst1) - 1260*pow2(lmMst2))*pow2(Mst1))/(135.*pow2(
862  Msq)) + (((1672 - 4470*lmMst2 + 150*lmMst1*(27 + 16*lmMst2) + 60*lmMsq*
863  (7 - 40*lmMst1 + 40*lmMst2) - 2400*pow2(lmMst2))/pow2(Msq) + (15*(341 +
864  642*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*
865  pow2(lmMsq) + 272*pow2(lmMst2)))/pow2(Mst1))*pow2(Mst2))/270. - (16*
866  pow3(lmMst1))/9. + (376*pow3(lmMst2))/9. + pow2(Mst1)*(-(4962073 +
867  205200*B4 - 5400*DN - 405000*lmMsq + 120*lmMst1*(57971 - 14625*lmMsq +
868  2700*pow2(lmMsq)) + 900*(-1331 + 180*lmMsq)*pow2(lmMst1) - 120*lmMst2*(
869  52436 - 70455*lmMst1 + 225*lmMsq*(-65 + 36*lmMst1) + 2700*pow2(lmMsq) +
870  8280*pow2(lmMst1)) + 900*(-8063 + 900*lmMsq + 3792*lmMst1)*pow2(lmMst2)
871  + (90*(-1725 + lmMst1*(-7006 + 2640*lmMsq - 4800*lmMst2) + (7006 -
872  2640*lmMsq)*lmMst2 + 1080*pow2(lmMst1) + 3720*pow2(lmMst2))*pow2(Mst1))
873  /pow2(Msq) - 55800*pow3(lmMst1) - 2363400*pow3(lmMst2))/(24300.*pow2(
874  Mst2)) + (Dmglst2*(109.11799176954733 - (8*B4)/3. + (32*D3)/9. - (20*
875  DN)/9. + 80*lmMsq - lmMst1*(78.19061728395062 + 20*pow2(lmMsq)) - (
876  2888*pow2(lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1 + 20*pow2(lmMsq) + (
877  4*(-21616 - 64515*lmMst1 + 31275*pow2(lmMst1)))/2025.) - (4*(-5023 +
878  1350*lmMsq + 6285*lmMst1)*pow2(lmMst2))/135. + (5*(291 + 2*(-103 + 84*
879  lmMsq)*lmMst2 + lmMst1*(206 - 168*lmMsq + 168*lmMst2) - 168*pow2(
880  lmMst2))*pow2(Mst1))/(27.*pow2(Msq)) + (20*pow3(lmMst1))/27. + (3340*
881  pow3(lmMst2))/27.))/pow3(Mst2)) - (Dmglst2*(192*lmMst2*(1 + lmMst2) + (
882  (560 - 600*lmMsq + 600*lmMst2)*pow2(Mst1))/pow2(Msq))*pow3(Mst2))/(27.*
883  pow4(Mst1)) + ((5*(-43 + 30*lmMsq - 30*lmMst2))/(27.*pow2(Msq)*pow2(
884  Mst1)) - (-41220947 + 420*lmMsq*(12479 + 69090*lmMst1 - 69930*lmMst2) +
885  21234990*lmMst2 - 10290*lmMst1*(2573 + 2820*lmMst2) + 176400*pow2(
886  lmMsq) + 29194200*pow2(lmMst2))/(1.11132e7*pow4(Msq)) - (16*pow2(1 +
887  lmMst2))/(9.*pow4(Mst1)))*pow4(Mst2) + pow4(Mst1)*((1.0702990137854083
888  - (4519*lmMst2)/
889  980. + lmMsq*(0.36171579743008314 - (169*lmMst1)/63. + (19*lmMst2)/7.)
890  + lmMst1*(4.249508692365835 + (31*lmMst2)/9.) - pow2(lmMsq)/63. - (8*
891  pow2(lmMst1))/21. - (194*pow2(lmMst2))/63.)/pow4(Msq) - (
892  363.3804294212688 + (76*B4)/9. - (2*DN)/9. - (35*lmMsq)/2. + lmMst1*(
893  211.3489518770471 - (695*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
894  214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
895  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
896  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
897  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
898  (1556*pow3(lmMst2))/9.)/pow4(Mst2) + (Dmglst2*(536.1152102791342 - (8*
899  B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*
900  lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 +
901  lmMsq) + (133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/
902  9.) - (15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (
903  2812*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(
904  lmMst2))/27.))/pow5(Mst2)) - (108*Dmglst2*(344*OepS2 + 9*(15643 - 774*
905  lmMst1 + 774*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) - 9*(3896*OepS2 - 81*(
906  9473 + 974*lmMst1 - 974*lmMst2)*S2)*pow2(Mst1)*pow3(Mst2) + 3*Mst2*(-
907  29428*OepS2 + 27*(160997 + 22071*lmMst1 - 22071*lmMst2)*S2)*pow4(Mst1)
908  + 8*Dmglst2*(17308*OepS2 + 27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)
909  *pow4(Mst1) + 54*Dmglst2*(56*OepS2 - 81*(-1677 + 14*lmMst1 - 14*lmMst2)
910  *S2)*pow4(Mst2) + 1296*(-4*OepS2 + 81*(22 + lmMst1 - lmMst2)*S2)*pow5(
911  Mst2))/(2187.*pow5(Mst2)) + (((257250*Dmglst2*Mst2*(557 - 224*lmMst2 +
912  12*lmMsq*(1 - 32*lmMst1 + 32*lmMst2) + 4*lmMst1*(53 + 96*lmMst2) - 384*
913  pow2(lmMst2)) + (4167613 - 19932360*lmMst2 + 20580*lmMst1*(701 + 540*
914  lmMst2) + 420*lmMsq*(13109 - 26460*lmMst1 + 25620*lmMst2) + 176400*
915  pow2(lmMsq) - 10936800*pow2(lmMst2))*pow2(Mst1))*pow2(Mst2))/5.5566e6 -
916  (5*(18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*
917  lmMst2)*Mst2)*pow5(Mst2))/(216.*pow2(Mst1)) + (Dmglst2*((18*(-115 + (
918  366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) +
919  336*pow2(lmMst2))*pow2(Mst2) + pow2(Mst1)*(3197 - 432*B4 + 576*D3 -
920  360*DN + 9180*lmMsq + 1620*pow2(lmMsq) - 216*lmMst1*(-7 + 15*pow2(
921  lmMsq)) - 1404*pow2(lmMst1) + 36*lmMst2*(-291 - 464*lmMst1 + 90*lmMsq*(
922  -1 + 2*lmMst1) + 90*pow2(lmMsq) + 32*pow2(lmMst1)) - 36*(-607 + 180*
923  lmMsq + 336*lmMst1)*pow2(lmMst2) + 10944*pow3(lmMst2)))*pow4(Msq) + 60*
924  pow2(Msq)*((118 + 109*lmMst1 + (-133 + 102*lmMst1)*lmMst2 + 6*lmMsq*(4
925  - 17*lmMst1 + 17*lmMst2) - 102*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + 2*
926  (69 + (-53 + 42*lmMsq)*lmMst2 + lmMst1*(53 - 42*lmMsq + 42*lmMst2) -
927  42*pow2(lmMst2))*pow4(Mst1)) + 15*((219 - 95*lmMst2 + 132*lmMsq*lmMst2
928  + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow2(Mst2)*
929  pow4(Mst1) + (216 - 95*lmMst2 + 132*lmMsq*lmMst2 + lmMst1*(95 - 132*
930  lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow6(Mst1))))/(162.*Mst2*pow2(
931  Mst1)))/pow4(Msq))))/pow2(Sbeta) + pow4(s2t)*(Mst2*pow2(Mst1)*(-(Mst2*(
932  95.16896090534979 - B4/9. + (2*D3)/9. - DN/6. - (445*lmMsq)/36. +
933  lmMst1*(21.80061728395062 - (5*pow2(lmMsq))/2.) + (35*pow2(lmMsq))/12.
934  + (lmMst2*(18499 + 20550*lmMst1 + 675*lmMsq*(-7 + 2*lmMst1) + 2025*
935  pow2(lmMsq) - 6525*pow2(lmMst1)))/810. + ((-1649 + 180*lmMsq)*pow2(
936  lmMst1))/108. + ((289 - 360*lmMsq + 1398*lmMst1)*pow2(lmMst2))/108. + (
937  (-2953 + 60*lmMsq*(17 + 6*lmMst1 - 6*lmMst2) - 636*lmMst2 - 24*lmMst1*(
938  16 + 75*lmMst2) + 720*pow2(lmMst1) + 1080*pow2(lmMst2))*pow2(Mst1))/(
939  1080.*pow2(Msq)) - (79*pow3(lmMst1))/54. - (185*pow3(lmMst2))/54.)) +
940  Dmglst2*(14.217769547325103 + (2*B4)/3. - (8*D3)/9. + (5*DN)/9. - (15*
941  lmMsq)/2. - (5*pow2(lmMsq))/2. + lmMst1*(-24.21432098765432 + 5*pow2(
942  lmMsq)) - lmMst2*(5*lmMsq*(-1 + 2*lmMst1) + 5*pow2(lmMsq) + (-128893 -
943  86970*lmMst1 - 48150*pow2(lmMst1))/4050.) - (137*pow2(lmMst1))/135. + (
944  10*lmMsq - (83*(34 + 15*lmMst1))/135.)*pow2(lmMst2) - (5*(25 + 12*
945  lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) + (48 - 36*lmMst1)*lmMst2 + 36*pow2(
946  lmMst2))*pow2(Mst1))/(108.*pow2(Msq)) + (5*pow3(lmMst1))/27. - (77*
947  pow3(lmMst2))/27.)) + (35.682629270197204 + B4 + D3/9. - DN/9. - (655*
948  lmMsq)/72. + lmMst1*(65.86121882086168 - (70*lmMsq)/9. + (5*pow2(lmMsq)
949  )/12.) + (25*pow2(lmMsq))/12. - lmMst2*(33.61121882086168 + (99767*
950  lmMst1)/3780. - (5*lmMsq*(13 + 9*lmMst1))/18. + (5*pow2(lmMsq))/12. - (
951  305*pow2(lmMst1))/36.) + (27.599470899470898 - (5*lmMsq)/3.)*pow2(
952  lmMst1) + (7.516137566137566 - (5*lmMsq)/6. - (473*lmMst1)/36.)*pow2(
953  lmMst2) - (10*pow3(lmMst1))/27. + (136*pow3(lmMst2))/27. + (Dmglst2*(
954  84.40344866031853 - (5*lmMsq*(2 + 3*lmMst1))/3. + (1011403*lmMst2)/
955  1.1907e6 + (5*pow2(lmMsq))/2. + (4.326984126984127 + (11*lmMst2)/3.)*
956  pow2(lmMst1) + lmMst1*(10.650581170739901 + (1474*lmMst2)/315. - (11*
957  pow2(lmMst2))/3.) - (113*pow2(lmMst2))/35. - (11*pow3(lmMst1))/9. + (
958  11*pow3(lmMst2))/9.))/Mst2)*pow4(Mst1) + (pow3(Mst2)*(Mst2*(-82320*(
959  1318 - 15*lmMsq*(23 + 41*lmMst1 - 41*lmMst2) - 346*lmMst2 + lmMst1*(691
960  + 525*lmMst2) + 45*pow2(lmMst1) - 570*pow2(lmMst2))*pow2(Msq)*pow2(
961  Mst1) + 34300*(9403 - 720*B4 + 72*D3 - 36*DN - 630*lmMsq - 270*pow2(
962  lmMsq) - 3*lmMst1*(5663 - 1950*lmMsq + 630*pow2(lmMsq)) - 954*pow2(
963  lmMst1) + 3*lmMst2*(6377 - 6942*lmMst1 + 30*lmMsq*(-59 + 42*lmMst1) +
964  630*pow2(lmMsq) + 234*pow2(lmMst1)) - 18*(-1172 + 210*lmMsq + 399*
965  lmMst1)*pow2(lmMst2) - 288*pow3(lmMst1) + 6768*pow3(lmMst2))*pow4(Msq)
966  + 3*(6074157 - 420*lmMsq*(9224 + 5705*lmMst1 - 6545*lmMst2) + 1208165*
967  lmMst2 + 35*lmMst1*(76169 + 108780*lmMst2) - 176400*pow2(lmMsq) -
968  705600*pow2(lmMst1) - 3278100*pow2(lmMst2))*pow4(Mst1)) + 17150*
969  Dmglst2*(240*(-77 + lmMsq*(6 + 60*lmMst1 - 60*lmMst2) + 50*lmMst2 - 4*
970  lmMst1*(14 + 15*lmMst2) + 60*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 2*(
971  7337 - 432*B4 + 576*D3 - 360*DN + 8100*lmMsq - 1620*pow2(lmMsq) - 216*
972  lmMst1*(-7 + 15*pow2(lmMsq)) - 1404*pow2(lmMst1) + 36*lmMst2*(-689 -
973  528*lmMst1 + 90*lmMsq*(1 + 2*lmMst1) + 90*pow2(lmMsq) + 32*pow2(lmMst1)
974  ) - 36*(-239 + 180*lmMsq + 336*lmMst1)*pow2(lmMst2) + 10944*pow3(
975  lmMst2))*pow4(Msq) + 15*(113 - 34*lmMst2 + 12*lmMsq*(1 - 10*lmMst1 +
976  10*lmMst2) + 2*lmMst1*(11 + 60*lmMst2) - 120*pow2(lmMst2))*pow4(Mst1))
977  + (51450*Dmglst2*pow2(Mst2)*(-40*(-230 + 6*lmMsq*(16 + 17*lmMst1 - 17*
978  lmMst2) + 13*lmMst2 - lmMst1*(109 + 102*lmMst2) + 102*pow2(lmMst2))*
979  pow2(Msq)*pow2(Mst1) + 12*(-115 + (494 + 64*lmMst1)*lmMst2 - 30*lmMsq*(
980  -1 + 6*lmMst2) + 90*pow2(lmMsq) + 464*pow2(lmMst2))*pow4(Msq) + 5*(-793
981  + 12*lmMsq*(19 + 42*lmMst1 - 42*lmMst2) + 6*lmMst2 - 18*lmMst1*(13 +
982  28*lmMst2) + 504*pow2(lmMst2))*pow4(Mst1)))/pow2(Mst1)))/(2.22264e7*
983  pow4(Msq)) + (9*(2744*OepS2 - 81*(3137 + 686*lmMst1 - 686*lmMst2)*S2)*
984  pow2(Mst1)*pow3(Mst2) + 15*Mst2*(1556*OepS2 - 27*(3799 + 1167*lmMst1 -
985  1167*lmMst2)*S2)*pow4(Mst1) - 2*Dmglst2*(972*(16*OepS2 + (275 - 324*
986  lmMst1 + 324*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (33592*OepS2 - 27*(
987  51635 + 25194*lmMst1 - 25194*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2 -
988  81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*pow4(Mst2)) - 1296*(-4*OepS2 +
989  81*(22 + lmMst1 - lmMst2)*S2)*pow5(Mst2))/(8748.*Mst2) + (((41160*(2986
990  - 30*lmMsq*(43 + 40*lmMst1 - 40*lmMst2) - 735*lmMst2 + 75*lmMst1*(27 +
991  16*lmMst2) - 1200*pow2(lmMst2)))/pow2(Msq) + (308700*(405 + 770*lmMst2
992  + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
993  336*pow2(lmMst2)))/pow2(Mst1) + ((-45671209 + 420*lmMsq*(51313 + 42630*
994  lmMst1 - 44310*lmMst2) - 9501870*lmMst2 - 10290*lmMst1*(1171 + 1740*
995  lmMst2) + 352800*pow2(lmMsq) + 18257400*pow2(lmMst2))*pow2(Mst1))/pow4(
996  Msq))*pow6(Mst2))/2.22264e7) + pow4(Mt)*(402.71234567901234 + (520*
997  lmMsq)/27. + (220*pow2(lmMsq))/9. - (10*lmMst1*(85 - 10*lmMsq + 6*pow2(
998  lmMsq)))/9. - (392*pow2(lmMst1))/9. + (4*lmMst2*(722 - 1449*lmMst1 +
999  270*lmMsq*lmMst1 - 135*pow2(lmMsq) + 63*pow2(lmMst1)))/81. + (2*lmMt*(
1000  1417 - 688*lmMst2 + 90*lmMsq*(-9 + 4*lmMst2) + 12*lmMst1*(27 + 32*
1001  lmMst2) + 18*pow2(lmMst1) - 246*pow2(lmMst2)))/27. - (4*(-803 + 90*
1002  lmMsq + 189*lmMst1)*pow2(lmMst2))/27. - (4*(-12 + 10*lmMsq + lmMst1 +
1003  45*lmMst2)*pow2(lmMt))/3. + (4*(22483 + 2250*lmMst2 + 30*lmMst1*(-91 +
1004  150*lmMst2) - 750*lmMt + 4500*lmMst2*lmMt - 30*lmMsq*(-41 + 60*lmMst1 +
1005  150*lmMt) + 3150*pow2(lmMsq) - 1350*pow2(lmMst1) - 4500*pow2(lmMst2))*
1006  pow2(Mst1))/(2025.*pow2(Msq)) + (2*((2*(-7839 - 8660*lmMst2 + 375*
1007  lmMst1*(7 + 6*lmMst2) + 4875*lmMt + 6000*lmMst2*lmMt - 10*lmMsq*(-116 +
1008  225*lmMst1 + 285*lmMst2 + 600*lmMt) + 5550*pow2(lmMsq) - 2700*pow2(
1009  lmMst2)))/pow2(Msq) + (75*(277 + 514*lmMst2 + 64*lmMst1*(1 + lmMst2) -
1010  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2)))/pow2(
1011  Mst1))*pow2(Mst2))/675. + (40*pow3(lmMsq))/9. - (68*pow3(lmMst1))/9. +
1012  (pow2(Mst1)*(6906919 - 4511760*lmMst2 - 1800*(373 + 114*lmMst2 - 90*
1013  lmMt)*pow2(lmMst1) - 352800*pow2(lmMst2) + 162000*lmMsq*(12 + lmMst2*(
1014  15 - 2*lmMt) - 2*lmMst1*(5 + lmMst2 - lmMt) - 5*lmMt + 2*pow2(lmMst2))
1015  + 16200*lmMt*(194 + 71*lmMst2 + 42*pow2(lmMst2)) - 259200*(1 + 2*
1016  lmMst2)*pow2(lmMt) + 120*lmMst1*(3938 + 1215*lmMt - 15*lmMst2*(7 + 468*
1017  lmMt) + 5940*pow2(lmMst2) + 4320*pow2(lmMt)) + (27000*(39 - 6*lmMst2*(-
1018  8 + lmMt) - 14*lmMt + lmMst1*(-34 - 6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2)
1019  )*pow2(Mst1))/pow2(Msq) + 14400*pow3(lmMst1) - 522000*pow3(lmMst2)))/(
1020  12150.*pow2(Mst2)) + (148*pow3(lmMst2))/9. + (184*pow3(lmMt))/3. + (2*
1021  Dmglst2*pow2(Mst1)*(23048051 + 10812060*lmMst2 + 12600*(1213 + 285*
1022  lmMst2 - 225*lmMt)*pow2(lmMst1) - 58646700*pow2(lmMst2) - 2835000*
1023  lmMsq*(27 + lmMst2*(19 - 2*lmMt) - 2*lmMst1*(6 + lmMst2 - lmMt) - 7*
1024  lmMt + 2*pow2(lmMst2)) + 31500*lmMt*(-622 - 389*lmMst2 + 6*pow2(lmMst2)
1025  ) + 1260*lmMst1*(58569 - 1075*lmMt + 5*lmMst2*(6883 + 420*lmMt) + 9300*
1026  pow2(lmMst2) - 7200*pow2(lmMt)) + 4536000*(3 + 2*lmMst2)*pow2(lmMt) + (
1027  472500*(-87 + lmMst1*(40 + 6*lmMst2 - 6*lmMt) + 6*lmMst2*(-10 + lmMt) +
1028  20*lmMt - 6*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) - 252000*pow3(lmMst1) -
1029  15057000*pow3(lmMst2)))/(212625.*pow3(Mst2)) - (32*Dmglst2*(24*lmMst2*(
1030  1 + lmMst2) + (5*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1))/pow2(Msq))*
1031  pow3(Mst2))/(27.*pow4(Mst1)) - ((860 - 600*lmMsq + 600*lmMst2)/(27.*
1032  pow2(Msq)*pow2(Mst1)) + (51.22583486304575 - (220709*lmMsq)/6615. + (5*
1033  (-41 + 60*lmMsq)*lmMst1)/54. + (44.290854119425546 + (788*lmMsq)/63. -
1034  (50*lmMst1)/9.)*lmMst2 + (5*(-77 + 228*lmMsq - 228*lmMst2)*lmMt)/54. -
1035  (1234*pow2(lmMsq))/63. + (446*pow2(lmMst2))/63.)/pow4(Msq) + (64*pow2(1
1036  + lmMst2))/(9.*pow4(Mst1)))*pow4(Mst2) + pow4(Mst1)*((16.98404168016413
1037  + (16403*lmMsq)/2205. - (4.383446712018141 + (2*lmMsq)/7.)*lmMst1 + (
1038  10*lmMst1*lmMst2)/3. - (5*(11 + 12*lmMsq - 12*lmMst2)*lmMt)/18. + (38*
1039  pow2(lmMsq))/21. - (32*pow2(lmMst1))/21. - (10*pow2(lmMst2))/3.)/pow4(
1040  Msq) + (1405.4626938375586 + 140*lmMsq + (514.9222171831696 - 520*
1041  lmMsq)*lmMst1 - (137992*pow2(lmMst1))/945. - lmMst2*(963.0333282942806
1042  - (550874*lmMst1)/
1043  945. + 40*lmMsq*(-16 + 3*lmMst1) + (376*pow2(lmMst1))/9.) - (
1044  579.1343915343915 - 120*lmMsq - (656*lmMst1)/3.)*pow2(lmMst2) + (lmMt*(
1045  3425 + 1080*lmMsq*(-1 + lmMst1 - lmMst2) + 2618*lmMst2 - 2*lmMst1*(573
1046  + 1112*lmMst2) + 312*pow2(lmMst1) + 1912*pow2(lmMst2)))/9. + (64*(-1 +
1047  3*lmMst1 - 3*lmMst2)*pow2(lmMt))/3. + (64*pow3(lmMst1))/27. - (4840*
1048  pow3(lmMst2))/27.)/pow4(Mst2) - (Dmglst2*(3879.568149934479 + 1840*
1049  lmMsq + (581.2930880994373 - 2320*lmMsq)*lmMst1 - (126272*pow2(lmMst1))
1050  /189. - (4*lmMst2*(57911521 - 22348620*lmMst1 + 2381400*lmMsq*(-19 + 3*
1051  lmMst1) + 2487240*pow2(lmMst1)))/59535. + (16*(-15893 + 5670*lmMsq +
1052  4284*lmMst1)*pow2(lmMst2))/189. + (16*lmMt*(2105 + 405*lmMsq*(-3 + 2*
1053  lmMst1 - 2*lmMst2) + 2247*lmMst2 - 3*lmMst1*(341 + 364*lmMst2) + 234*
1054  pow2(lmMst1) + 858*pow2(lmMst2)))/27. + (128*(-5 + 6*lmMst1 - 6*lmMst2)
1055  *pow2(lmMt))/3. + (256*pow3(lmMst1))/27. - (5536*pow3(lmMst2))/27.))/
1056  pow5(Mst2)) + (-945*pow2(MuSUSY)*(144*Dmglst2*pow2(Mst2)*(180 - 2*B4 +
1057  2*D3 - DN + 16*lmMst1 + 144*lmMst2 - 16*(-2 + lmMst1)*pow2(lmMst2) +
1058  16*pow3(lmMst2)) + pow2(Mst1)*(3*Mst2*(10667 - 96*B4 + 96*D3 - 48*DN -
1059  3072*lmMst1 - 384*(-25 + 9*lmMst1)*lmMst2 - 384*(-1 + lmMst1 - lmMst2)*
1060  lmMt - 384*(-13 + 4*lmMst1)*pow2(lmMst2) + 1536*pow3(lmMst2)) + 2*
1061  Dmglst2*(28405 - 288*B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*
1062  lmMst1)*lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt - 576*(-9 + 8*lmMst1)*
1063  pow2(lmMst2) + 4608*pow3(lmMst2))) + 24*(436 - 6*B4 + 6*D3 - 3*DN - 48*
1064  lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt - 48*(-4 + lmMst1)*pow2(
1065  lmMst2) + 48*pow3(lmMst2))*pow3(Mst2)) + 560*OepS2*(3*Mst2*(pow2(Mst1)*
1066  (627*pow2(Mst2) + 378*pow2(MuSUSY)) + 1168*pow4(Mst1) + 189*pow4(Mst2))
1067  + 4*Dmglst2*(63*pow2(Mst1)*(23*pow2(Mst2) - 3*pow2(MuSUSY)) + 5582*
1068  pow4(Mst1) + 189*pow4(Mst2))) - 27*S2*(42*Mst2*(9*pow2(Mst1)*((4163 +
1069  2090*lmMst1 - 2090*lmMst2)*pow2(Mst2) + 90*(-43 + 14*lmMst1 - 14*
1070  lmMst2)*pow2(MuSUSY)) + 8*(8653 + 4380*lmMst1 - 4380*lmMst2)*pow4(Mst1)
1071  + 81*(-240*pow2(Mst2)*pow2(MuSUSY) + (109 + 70*lmMst1 - 70*lmMst2)*
1072  pow4(Mst2))) + 4*Dmglst2*(45*pow2(Mst1)*(23*(115 + 588*lmMst1 - 588*
1073  lmMst2)*pow2(Mst2) - 126*(65 + 14*lmMst1 - 14*lmMst2)*pow2(MuSUSY)) + (
1074  2001242 + 2344440*lmMst1 - 2344440*lmMst2)*pow4(Mst1) - 81*(3360*pow2(
1075  Mst2)*pow2(MuSUSY) + (1593 - 980*lmMst1 + 980*lmMst2)*pow4(Mst2)))))/(
1076  76545.*pow5(Mst2)) + (350*pow2(Mst1)*(-(Dmglst2*Mst2*(1267 + 1632*
1077  lmMst2 - 6*lmMst1*(11 + 60*lmMst2) + 78*lmMt - 936*lmMst2*lmMt + 12*
1078  lmMsq*(-137 + 30*lmMst1 + 48*lmMst2 + 78*lmMt) - 936*pow2(lmMsq) + 360*
1079  pow2(lmMst2))) + 3*(5 + 15*lmMst1 + 6*(-13 + 6*lmMst1)*lmMst2 + 3*(5 +
1080  12*lmMst2)*lmMt + 12*lmMsq*(4 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) -
1081  36*pow2(lmMst2))*pow2(Mst1))*pow3(Mst2) + 4*Dmglst2*(2*(315*(-243 + 2*(
1082  55 + 32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) +
1083  208*pow2(lmMst2))*pow2(Mst2) + pow2(Mst1)*(496858 - 397915*lmMst2 +
1084  525*(419 + 208*lmMst2)*lmMt - 1050*lmMsq*(23 + 18*lmMst1 + 6*lmMst2 +
1085  30*lmMt) + 28350*pow2(lmMsq) - 4410*pow2(lmMst1) - 221970*pow2(lmMst2)
1086  + 630*lmMst1*(269 + 254*lmMst2 - 64*lmMt + 64*pow2(lmMst2)) + 63000*
1087  pow2(lmMt) - 40320*pow3(lmMst2)))*pow4(Msq) - 525*(18*lmMt*pow2(Mst1) +
1088  (-83 + 21*lmMt + 12*lmMsq*(-4 + 3*lmMt) - 36*pow2(lmMsq) + 36*pow2(
1089  lmMst2))*pow2(Mst2) + 3*lmMst1*(6*pow2(Mst1) + (7 + 12*lmMsq - 12*
1090  lmMst2)*pow2(Mst2)) + 6*lmMst2*(-6*pow2(Mst1) + (1 - 6*lmMt)*pow2(Mst2)
1091  ))*pow4(Mst1) - 6300*pow2(Msq)*((5 + 12*lmMst2 - lmMst1*(1 + 6*lmMst2)
1092  + lmMt - 12*lmMst2*lmMt + 6*lmMsq*(-2 + lmMst1 + lmMst2 + 2*lmMt) - 12*
1093  pow2(lmMsq) + 6*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (2 + 4*lmMst1 -
1094  8*lmMst2 + 4*lmMt)*pow4(Mst1))) - 525*(18*Dmglst2*(13 - 28*lmMsq + 28*
1095  lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mst2)*pow6(Mst2))/(5670.*Mst2*
1096  pow2(Mst1)*pow4(Msq))) - (T1ep*(4*Dmglst2*pow4(Mst1)*(8*pow2(Mt)*pow2(
1097  s2t)*(4327*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 6921*pow2(Mst2)*pow2(
1098  Sbeta)) - 205840*Mst2*s2t*pow2(Sbeta)*pow3(Mt) + 15571*Mt*pow2(Sbeta)*
1099  pow3(Mst2)*pow3(s2t) + 89312*pow2(Sbeta)*pow4(Mt) - 4199*pow2(Sbeta)*
1100  pow4(Mst2)*pow4(s2t)) - 756*Dmglst2*pow3(Mst2)*(-4*Mst2*pow2(Mt)*pow2(
1101  MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 10*s2t*(pow2(MuSUSY)*(-1 + pow2(
1102  Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 5*Mt*pow2(Sbeta)*pow3(
1103  s2t)*pow4(Mst2) - 16*Mst2*pow2(Sbeta)*pow4(Mt) + pow2(Sbeta)*pow4(s2t)*
1104  pow5(Mst2)) + 324*pow4(Mst2)*(Mst2*pow2(Mt)*pow2(s2t)*(-16*pow2(MuSUSY)
1105  *(-1 + pow2(Sbeta)) - 23*pow2(Mst2)*pow2(Sbeta)) + 14*s2t*(pow2(MuSUSY)
1106  *(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 7*Mt*pow2(
1107  Sbeta)*pow3(s2t)*pow4(Mst2) + 28*Mst2*pow2(Sbeta)*pow4(Mt) + 4*pow2(
1108  Sbeta)*pow4(s2t)*pow5(Mst2)) + 3*pow4(Mst1)*(-4*Mst2*pow2(Mt)*pow2(s2t)
1109  *(7357*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 6917*pow2(Mst2)*pow2(Sbeta)) +
1110  16*s2t*(941*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2740*pow2(Mst2)*pow2(
1111  Sbeta))*pow3(Mt) - 1756*Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) + 18688*
1112  Mst2*pow2(Sbeta)*pow4(Mt) + 1945*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) -
1113  72*Dmglst2*pow2(Mst1)*(-12*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(43*pow2(
1114  MuSUSY)*(-1 + pow2(Sbeta)) + 50*pow2(Mst2)*pow2(Sbeta)) + 2*Mst2*s2t*(
1115  506*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 1383*pow2(Mst2)*pow2(Sbeta))*
1116  pow3(Mt) + 56*(3*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 23*pow2(Mst2)*pow2(
1117  Sbeta))*pow4(Mt) - 401*Mt*pow2(Sbeta)*pow3(s2t)*pow5(Mst2) + 108*pow2(
1118  Sbeta)*pow4(s2t)*pow6(Mst2)) + 18*Mst2*pow2(Mst1)*(-4*pow2(Mst2)*pow2(
1119  Mt)*pow2(s2t)*(487*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 644*pow2(Mst2)*
1120  pow2(Sbeta)) + 8*Mst2*s2t*(136*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 377*
1121  pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 8*(126*pow2(MuSUSY)*(-1 + pow2(
1122  Sbeta)) + 209*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) - 292*Mt*pow2(Sbeta)*
1123  pow3(s2t)*pow5(Mst2) + 343*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))))/(1458.*
1124  pow2(Sbeta)*pow5(Mst2)) + pow2(Mt)*pow2(s2t)*((2*pow2(Mst1)*(517702 -
1125  2700*D3 + 2700*DN + 10125*lmMsq - 64800*(lmMst1 - lmMst2)*lmMt - 30375*
1126  pow2(lmMsq) - 15*lmMst1*(43538 - 5850*lmMsq + 675*pow2(lmMsq)) + 15*
1127  lmMst2*(47993 - 10020*lmMst1 - 450*lmMsq*(4 + 3*lmMst1) + 675*pow2(
1128  lmMsq) - 1035*pow2(lmMst1)) + 225*(-887 + 90*lmMsq)*pow2(lmMst1) + 225*
1129  (1195 - 339*lmMst1)*pow2(lmMst2) - 29250*pow3(lmMst1) + 121050*pow3(
1130  lmMst2)))/6075. + ((2*(5108 + 15*lmMst1*(718 - 75*lmMst2) - 15*lmMsq*(
1131  218 + 195*lmMst1 - 75*lmMst2) - 7500*lmMst2 + 900*pow2(lmMsq) + 2025*
1132  pow2(lmMst1)))/(2025.*pow2(Msq)) + (196.55862427463637 + (-
1133  293.24826908541195 + (40*lmMsq)/3.)*lmMst1 + lmMst2*(305.24826908541195
1134  - (40*lmMsq)/3. - (32894*lmMst1)/945. - (286*pow2(lmMst1))/9.) - (
1135  50753*pow2(lmMst1))/945. + (32*lmMt*(-2*lmMst1*(1 + lmMst2) + lmMst2*(2
1136  + lmMst2) + pow2(lmMst1)))/3. + (88.51534391534392 - (2*lmMst1)/9.)*
1137  pow2(lmMst2) + (190*pow3(lmMst1))/27. + (674*pow3(lmMst2))/27.)/pow2(
1138  Mst2) - (Dmglst2*(190.3527287429963 - (160*lmMsq)/3. + (-
1139  535.9278609221467 + (200*lmMsq)/3.)*lmMst1 + lmMst2*(315.4834164777022
1140  - (200*lmMsq)/
1141  3. + (84592*lmMst1)/315. - (208*pow2(lmMst1))/9.) - (35576*pow2(lmMst1)
1142  )/315. + (8*(-6127 + 5110*lmMst1)*pow2(lmMst2))/315. + (64*lmMt*(2 + 5*
1143  lmMst2 - lmMst1*(5 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. + (
1144  16*pow3(lmMst1))/27. - (2896*pow3(lmMst2))/27.))/pow3(Mst2) + (5*
1145  Dmglst2*(1 + 4*lmMsq - 4*lmMst2)*Mst2)/(6.*pow4(Msq)))*pow4(Mst1) - (
1146  Dmglst2*pow3(Mst2)*(40*(107 - 120*lmMsq + 120*lmMst2)*pow2(Msq)*pow2(
1147  Mst1) + 12*(-179 + 238*lmMst2 + 64*lmMst1*lmMst2 - 30*lmMsq*(-1 + 6*
1148  lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))*pow4(Msq) + 5*(-65 + 324*
1149  lmMsq - 324*lmMst2)*pow4(Mst1)))/(54.*pow2(Mst1)*pow4(Msq)) + pow2(
1150  Mst2)*(252.5348765432099 + (8*D3)/9. - (8*DN)/9. - (100*lmMsq)/3. + (
1151  32*lmMt)/3. + 20*pow2(lmMsq) + (2*lmMst1*(763 - 300*lmMsq + 45*pow2(
1152  lmMsq)))/27. + (124*pow2(lmMst1))/9. - (2*lmMst2*(30*lmMsq*(8 + 3*
1153  lmMst1) + 45*pow2(lmMsq) + 13*(-209 - 30*lmMst1 + 9*pow2(lmMst1))))/27.
1154  + (2*(256 + 30*lmMsq + 31*lmMst1)*pow2(lmMst2))/9. - (2*(3091 - 10230*
1155  lmMst2 + 60*lmMst1*(92 + 75*lmMst2) + 30*lmMsq*(157 - 60*(lmMst1 +
1156  lmMst2)) + 1800*pow2(lmMsq) - 1350*pow2(lmMst1) - 1350*pow2(lmMst2))*
1157  pow2(Mst1))/(2025.*pow2(Msq)) + (32*pow3(lmMst1))/9. - (16*pow3(lmMst2)
1158  )/9. - ((2.3647986178598424 - (991*lmMsq)/441. + ((-194 + 385*lmMsq)*
1159  lmMst1)/735. + (2.511111111111111 - lmMsq + lmMst1)*lmMst2 + (5*pow2(
1160  lmMsq))/21. - (16*pow2(lmMst1))/21.)*pow4(Mst1))/pow4(Msq)) + (Dmglst2*
1161  ((2*(225*pow2(Mst2)*(28373 - 240*B4 + 240*D3 - 120*DN + 750*lmMsq +
1162  1380*lmMst1 + 2700*pow2(lmMsq) + 690*pow2(lmMst1) - 20*lmMst2*(-1676 +
1163  270*lmMsq - 27*lmMst1 + 48*pow2(lmMst1)) - 30*(-391 + 32*lmMst1)*pow2(
1164  lmMst2) + 1920*pow3(lmMst2)) + pow2(Mst1)*(2416741 + 1789710*lmMst2 +
1165  67500*lmMsq*(8 - 3*lmMst1 + 12*lmMst2) - 324000*(2 + lmMst2)*lmMt -
1166  303750*pow2(lmMsq) + 450*(-341 + 30*lmMst2)*pow2(lmMst1) + 60*lmMst1*(
1167  34484 - 12885*lmMst2 + 5400*lmMt - 21825*pow2(lmMst2)) + 224550*pow2(
1168  lmMst2) - 4500*pow3(lmMst1) + 1300500*pow3(lmMst2))))/30375. + (20*(5*(
1169  3 - 4*lmMsq + 4*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(4 - lmMst1 + lmMst2)
1170  *pow4(Mst1)))/(9.*pow2(Msq))))/Mst2 - (((2*(22642 - 15*lmMsq*(1282 +
1171  75*lmMst1 - 195*lmMst2) + 16230*lmMst2 + 375*lmMst1*(8 + 3*lmMst2) -
1172  900*pow2(lmMsq) - 2025*pow2(lmMst2)))/pow2(Msq) + (225*(309 + 578*
1173  lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(
1174  lmMsq) + 240*pow2(lmMst2)))/pow2(Mst1))*pow4(Mst2))/2025. - ((Dmglst2*(
1175  18.796296296296298 - 50*lmMsq + 50*lmMst2)*Mst2 + (lmMsq*(
1176  6.64172335600907 - lmMst1 + (11*lmMst2)/21.) + lmMst1*(1.4 + lmMst2) +
1177  (5*pow2(lmMsq))/21. - (2*(65299 + 186186*lmMst2 + 17640*pow2(lmMst2)))/
1178  46305.)*pow2(Mst1))*pow4(Mst2))/pow4(Msq) + (16*Dmglst2*(24*lmMst2*(1 +
1179  lmMst2) + (5*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1))/pow2(Msq))*pow5(
1180  Mst2))/(27.*pow4(Mst1)) - pow2(MuSUSY)*(97.70987654320987 - (40*B4)/9.
1181  + (4*D3)/
1182  9. - (2*DN)/9. - (185*lmMsq)/9. + (25*pow2(lmMsq))/3. - (lmMst1*(5279 -
1183  1950*lmMsq + 630*pow2(lmMsq)))/54. - (53*pow2(lmMst1))/9. + (lmMst2*(
1184  10421 - 6558*lmMst1 + 30*lmMsq*(-95 + 42*lmMst1) + 630*pow2(lmMsq) +
1185  234*pow2(lmMst1)))/54. - ((-1460 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2)
1186  )/9. + ((111 - 3028*lmMst2 + 90*lmMsq*(4 - 13*lmMst1 + 13*lmMst2) + 2*
1187  lmMst1*(1334 + 675*lmMst2) - 90*pow2(lmMst1) - 1260*pow2(lmMst2))*pow2(
1188  Mst1))/(135.*pow2(Msq)) + (((2*(836 - 2235*lmMst2 + 75*lmMst1*(27 + 16*
1189  lmMst2) + 30*lmMsq*(7 - 40*lmMst1 + 40*lmMst2) - 1200*pow2(lmMst2)))/
1190  pow2(Msq) + (15*(341 + 642*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(
1191  5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2)))/pow2(Mst1))*pow2(
1192  Mst2))/270. - (16*pow3(lmMst1))/9. + (376*pow3(lmMst2))/9. + (pow2(
1193  Mst1)*(-(Mst2*(4962073 + 205200*B4 - 5400*DN - 405000*lmMsq + 120*
1194  lmMst1*(57971 - 14625*lmMsq + 2700*pow2(lmMsq)) + 900*(-1331 + 180*
1195  lmMsq)*pow2(lmMst1) - 120*lmMst2*(52436 - 70455*lmMst1 + 225*lmMsq*(-65
1196  + 36*lmMst1) + 2700*pow2(lmMsq) + 8280*pow2(lmMst1)) + 900*(-8063 +
1197  900*lmMsq + 3792*lmMst1)*pow2(lmMst2) + (90*(-1725 + lmMst1*(-7006 +
1198  2640*lmMsq - 4800*lmMst2) + (7006 - 2640*lmMsq)*lmMst2 + 1080*pow2(
1199  lmMst1) + 3720*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) - 55800*pow3(lmMst1)
1200  - 2363400*pow3(lmMst2)))/24300. + Dmglst2*(109.11799176954733 - (8*B4)/
1201  3. + (32*D3)/9. - (20*DN)/9. + 80*lmMsq - lmMst1*(78.19061728395062 +
1202  20*pow2(lmMsq)) - (2888*pow2(lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1 +
1203  20*pow2(lmMsq) + (4*(-21616 - 64515*lmMst1 + 31275*pow2(lmMst1)))/2025.
1204  ) - (4*(-5023 + 1350*lmMsq + 6285*lmMst1)*pow2(lmMst2))/135. + (5*(291
1205  + 2*(-103 + 84*lmMsq)*lmMst2 + lmMst1*(206 - 168*lmMsq + 168*lmMst2) -
1206  168*pow2(lmMst2))*pow2(Mst1))/(27.*pow2(Msq)) + (20*pow3(lmMst1))/27. +
1207  (3340*pow3(lmMst2))/27.)))/pow3(Mst2) - (8*Dmglst2*(24*lmMst2*(1 +
1208  lmMst2) + (5*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1))/pow2(Msq))*pow3(
1209  Mst2))/(27.*pow4(Mst1)) + ((5*(-43 + 30*lmMsq - 30*lmMst2))/(27.*pow2(
1210  Msq)*pow2(Mst1)) - (-41220947 + 420*lmMsq*(12479 + 69090*lmMst1 -
1211  69930*lmMst2) + 21234990*lmMst2 - 10290*lmMst1*(2573 + 2820*lmMst2) +
1212  176400*pow2(lmMsq) + 29194200*pow2(lmMst2))/(1.11132e7*pow4(Msq)) - (
1213  16*pow2(1 + lmMst2))/(9.*pow4(Mst1)))*pow4(Mst2) + pow4(Mst1)*((
1214  1.0702990137854083 - (4519*lmMst2)/980. + lmMsq*(0.36171579743008314 -
1215  (169*lmMst1)/63. + (19*lmMst2)/7.) + lmMst1*(4.249508692365835 + (31*
1216  lmMst2)/9.) - pow2(lmMsq)/63. - (8*pow2(lmMst1))/21. - (194*pow2(
1217  lmMst2))/63.)/pow4(Msq) - (363.3804294212688 + (76*B4)/9. - (2*DN)/9. -
1218  (35*lmMsq)/2. + lmMst1*(211.3489518770471 - (695*lmMsq)/9. + (40*pow2(
1219  lmMsq))/3.) - (214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
1220  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
1221  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
1222  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
1223  (1556*pow3(lmMst2))/9.)/pow4(Mst2) + (Dmglst2*(536.1152102791342 - (8*
1224  B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*
1225  lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 +
1226  lmMsq) + (133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/
1227  9.) - (15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (
1228  2812*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(
1229  lmMst2))/27.))/pow5(Mst2)) + (((257250*Dmglst2*Mst2*(557 - 224*lmMst2 +
1230  12*lmMsq*(1 - 32*lmMst1 + 32*lmMst2) + 4*lmMst1*(53 + 96*lmMst2) - 384*
1231  pow2(lmMst2)) + (4167613 - 19932360*lmMst2 + 20580*lmMst1*(701 + 540*
1232  lmMst2) + 420*lmMsq*(13109 - 26460*lmMst1 + 25620*lmMst2) + 176400*
1233  pow2(lmMsq) - 10936800*pow2(lmMst2))*pow2(Mst1))*pow2(Mst2))/5.5566e6 -
1234  (5*(18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*
1235  lmMst2)*Mst2)*pow5(Mst2))/(216.*pow2(Mst1)) + (Dmglst2*((18*(-115 + (
1236  366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) +
1237  336*pow2(lmMst2))*pow2(Mst2) + pow2(Mst1)*(3197 - 432*B4 + 576*D3 -
1238  360*DN + 9180*lmMsq + 1620*pow2(lmMsq) - 216*lmMst1*(-7 + 15*pow2(
1239  lmMsq)) - 1404*pow2(lmMst1) + 36*lmMst2*(-291 - 464*lmMst1 + 90*lmMsq*(
1240  -1 + 2*lmMst1) + 90*pow2(lmMsq) + 32*pow2(lmMst1)) - 36*(-607 + 180*
1241  lmMsq + 336*lmMst1)*pow2(lmMst2) + 10944*pow3(lmMst2)))*pow4(Msq) + 60*
1242  pow2(Msq)*((118 + 109*lmMst1 + (-133 + 102*lmMst1)*lmMst2 + 6*lmMsq*(4
1243  - 17*lmMst1 + 17*lmMst2) - 102*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + 2*
1244  (69 + (-53 + 42*lmMsq)*lmMst2 + lmMst1*(53 - 42*lmMsq + 42*lmMst2) -
1245  42*pow2(lmMst2))*pow4(Mst1)) + 15*((219 - 95*lmMst2 + 132*lmMsq*lmMst2
1246  + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow2(Mst2)*
1247  pow4(Mst1) + (216 - 95*lmMst2 + 132*lmMsq*lmMst2 + lmMst1*(95 - 132*
1248  lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow6(Mst1))))/(162.*Mst2*pow2(
1249  Mst1)))/pow4(Msq)) - (((17150*(-43 + 30*lmMsq - 30*lmMst2))/(pow2(Msq)*
1250  pow2(Mst1)) + (242073 - 105*lmMsq*(3909 + 49*lmMst1 - 259*lmMst2) +
1251  399812*lmMst2 + 343*lmMst1*(31 + 15*lmMst2) - 11025*pow2(lmMsq) -
1252  16170*pow2(lmMst2))/pow4(Msq) - (164640*pow2(1 + lmMst2))/pow4(Mst1))*
1253  pow6(Mst2))/46305. + (-3*Mst2*(6*pow2(Mst1)*pow2(Mst2)*((25760*OepS2 -
1254  162*(4783 + 3220*lmMst1 - 3220*lmMst2)*S2)*pow2(Mst2) + 5*(3896*OepS2 -
1255  81*(9473 + 974*lmMst1 - 974*lmMst2)*S2)*pow2(MuSUSY)) + ((276680*OepS2
1256  - 27*(406627 + 207510*lmMst1 - 207510*lmMst2)*S2)*pow2(Mst2) + 10*(
1257  29428*OepS2 - 27*(160997 + 22071*lmMst1 - 22071*lmMst2)*S2)*pow2(
1258  MuSUSY))*pow4(Mst1) + 27*((920*OepS2 - 81*(-891 + 230*lmMst1 - 230*
1259  lmMst2)*S2)*pow2(Mst2) + 160*(4*OepS2 - 81*(22 + lmMst1 - lmMst2)*S2)*
1260  pow2(MuSUSY))*pow4(Mst2)) + 4*Dmglst2*(54*pow2(Mst1)*pow2(Mst2)*((2000*
1261  OepS2 - 162*(31 + 250*lmMst1 - 250*lmMst2)*S2)*pow2(Mst2) + 5*(344*
1262  OepS2 + 9*(15643 - 774*lmMst1 + 774*lmMst2)*S2)*pow2(MuSUSY)) + 2*(9*(
1263  30760*OepS2 - 27*(28283 + 23070*lmMst1 - 23070*lmMst2)*S2)*pow2(Mst2) +
1264  10*(17308*OepS2 + 27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow2(
1265  MuSUSY))*pow4(Mst1) + 135*(56*OepS2 - 81*(-1677 + 14*lmMst1 - 14*
1266  lmMst2)*S2)*pow2(MuSUSY)*pow4(Mst2) - 2768742*S2*pow6(Mst2)))/(21870.*
1267  pow5(Mst2))) + (MuSUSY*((pow4(Mt)*(24*Mst2*pow2(Mst1)*(-3*Dmglst2*(
1268  93487 + 196530*lmMst2 - 9920*OepS2 - 72*(-601 + 2790*lmMst2)*S2 + 2700*
1269  (lmMst1 - lmMst2)*pow2(lmMsq) - 360*(23 + 8*lmMst2 - 4*lmMt)*pow2(
1270  lmMst1) + 68040*pow2(lmMst2) + 300*lmMsq*(29 + lmMst1*(9 - 18*lmMst2) +
1271  6*lmMst2 - 15*lmMt + 18*pow2(lmMst2)) + 30*lmMt*(301 - 246*lmMst2 + 48*
1272  pow2(lmMst2)) - 4320*(2 + lmMst2)*pow2(lmMt) + 20*lmMst1*(-5846 + 321*
1273  lmMt - 12*lmMst2*(209 + 12*lmMt) + 10044*S2 + 576*pow2(lmMst2) + 216*
1274  pow2(lmMt)) - 8640*pow3(lmMst2)) + 2*Mst2*(71744 - 28755*lmMst2 - 4400*
1275  OepS2 - 162*(-457 + 550*lmMst2)*S2 - 4050*(lmMst1 - lmMst2)*pow2(lmMsq)
1276  + 540*(-15 + 4*lmMt)*pow2(lmMst1) + 4050*lmMsq*(11 - lmMst1 + 2*(1 +
1277  lmMst1)*lmMst2 - lmMt - 2*pow2(lmMst2)) + 89910*pow2(lmMst2) - 135*
1278  lmMt*(113 + 132*lmMst2 + 48*pow2(lmMst2)) - 270*lmMst1*(221 + lmMst2*(
1279  279 - 16*lmMt) - 66*lmMt - 330*S2 + 112*pow2(lmMst2) - 24*pow2(lmMt)) -
1280  6480*(1 + lmMst2)*pow2(lmMt) + 30240*pow3(lmMst2))) + 9*(-5*Dmglst2*(
1281  7335 + 169856*lmMst2 - 1120*OepS2 - 1620*(27 + 14*lmMst2)*S2 + 4320*(
1282  lmMst1 - lmMst2)*pow2(lmMsq) + 2304*(-1 + lmMst2)*pow2(lmMst1) + 21984*
1283  pow2(lmMst2) + 480*lmMsq*(-79 - 30*lmMst2 - 9*lmMst1*(-3 + 2*lmMst2) +
1284  3*lmMt + 18*pow2(lmMst2)) + 48*lmMt*(31 - 128*lmMst2 + 96*pow2(lmMst2))
1285  + 72*lmMst1*(-538 + 64*lmMt - 4*lmMst2*(63 + 16*lmMt) + 315*S2 + 224*
1286  pow2(lmMst2)) - 18432*pow3(lmMst2)) + 3*Mst2*(2439 - 10080*lmMst2 -
1287  1120*OepS2 - 324*(79 + 70*lmMst2)*S2 - 7200*(lmMst1 - lmMst2)*pow2(
1288  lmMsq) - 3840*(1 + lmMst2)*pow2(lmMst1) + 7200*lmMsq*(7 + lmMst1 - 2*
1289  lmMst2 + 2*lmMst1*lmMst2 + lmMt - 2*pow2(lmMst2)) + 92640*pow2(lmMst2)
1290  - 240*lmMt*(175 + 96*lmMst2 + 32*pow2(lmMst2)) - 120*lmMst1*(334 + 516*
1291  lmMst2 - 64*(1 + lmMst2)*lmMt - 189*S2 + 224*pow2(lmMst2)) - 11520*
1292  pow2(lmMt) + 30720*pow3(lmMst2)))*pow3(Mst2) + 20*(567143 - 125172*
1293  lmMst2 + 648*lmMst2*(-38 + 5*lmMst2)*lmMt - 9720*(lmMsq*(lmMst1*(9 - 2*
1294  lmMt) + 2*lmMst2*(-6 + lmMt) + 3*(-4 + lmMt)) + lmMt) - 32480*OepS2 -
1295  216*(-4082 + 3045*lmMst2)*S2 - 9720*(lmMst1 - lmMst2)*pow2(lmMsq) +
1296  108*(-457 + 12*lmMst2 + 126*lmMt)*pow2(lmMst1) + 240300*pow2(lmMst2) -
1297  108*lmMst1*(2111 - 420*lmMt + 4*lmMst2*(454 + 39*lmMt) - 6090*S2 + 750*
1298  pow2(lmMst2) - 288*pow2(lmMt)) - 15552*(1 + 2*lmMst2)*pow2(lmMt) + 216*
1299  pow3(lmMst1) + 79488*pow3(lmMst2))*pow4(Mst1) + (207360*(1 + lmMst2)*(-
1300  Dmglst2 + 3*Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*pow5(Mst2))/pow2(Mst1)
1301  + (7200*Mst2*(9*(19 + (-8 + 6*lmMsq)*lmMst2 + lmMst1*(7 - 6*lmMsq + 6*
1302  lmMst2) + lmMt - 6*pow2(lmMst2))*pow2(Mst1)*pow3(Mst2) - 9*Mst2*(-25 +
1303  lmMst1*(-5 + 6*lmMsq - 6*lmMst2) + (4 - 6*lmMsq)*lmMst2 + lmMt + 6*
1304  pow2(lmMst2))*pow4(Mst1) + Dmglst2*((439 + 6*(-8 + 21*lmMsq)*lmMst2 +
1305  3*lmMst1*(17 - 42*lmMsq + 42*lmMst2) - 3*lmMt - 126*pow2(lmMst2))*pow2(
1306  Mst1)*pow2(Mst2) + (313 + 42*(-2 + 3*lmMsq)*lmMst2 + 3*lmMst1*(23 - 42*
1307  lmMsq + 42*lmMst2) + 15*lmMt - 126*pow2(lmMst2))*pow4(Mst1) + 6*(64 -
1308  20*lmMst2 + 6*lmMst1*(2 + 3*lmMst2) + 3*lmMt - 3*lmMst2*lmMt + lmMsq*(5
1309  - 18*lmMst1 + 21*lmMst2 + 3*lmMt) - 3*pow2(lmMsq) - 18*pow2(lmMst2))*
1310  pow4(Mst2)) + 2*(58 - 36*lmMst2 + 6*lmMst1*(4 + 3*lmMst2) - 3*lmMt - 9*
1311  lmMst2*lmMt + 3*lmMsq*(5 - 6*lmMst1 + 9*lmMst2 + 3*lmMt) - 9*pow2(
1312  lmMsq) - 18*pow2(lmMst2))*pow5(Mst2)))/pow2(Msq) - (450*pow3(Mst2)*((-
1313  1271 + 216*lmMst2 - 6*lmMst1*(41 + 60*lmMst2) + 12*lmMsq*(5 + 30*lmMst1
1314  - 36*lmMst2 - 6*lmMt) - 30*lmMt + 72*lmMst2*lmMt + 72*pow2(lmMsq) +
1315  360*pow2(lmMst2))*pow2(Mst1)*pow3(Mst2) + 36*Mst2*(-38 + lmMst1*(-7 +
1316  12*lmMsq - 12*lmMst2) + (8 - 12*lmMsq)*lmMst2 - lmMt + 12*pow2(lmMst2))
1317  *pow4(Mst1) + Dmglst2*(3*(-1693 + 136*lmMst2 - 6*lmMst1*(19 + 84*
1318  lmMst2) + 4*lmMsq*(5 + 126*lmMst1 - 132*lmMst2 - 6*lmMt) - 42*lmMt +
1319  24*lmMst2*lmMt + 24*pow2(lmMsq) + 504*pow2(lmMst2))*pow2(Mst1)*pow2(
1320  Mst2) + 4*(-1330 + lmMst1*(-51 + 396*lmMsq - 396*lmMst2) + (48 - 396*
1321  lmMsq)*lmMst2 + 3*lmMt + 396*pow2(lmMst2))*pow4(Mst1) + 3*(-1535 + 184*
1322  lmMst2 - 18*lmMst1*(7 + 20*lmMst2) + 4*lmMsq*(-1 + 90*lmMst1 - 132*
1323  lmMst2 - 42*lmMt) - 54*lmMt + 168*lmMst2*lmMt + 168*pow2(lmMsq) + 360*
1324  pow2(lmMst2))*pow4(Mst2)) + 3*(-403 + 24*lmMst2 - 18*lmMst1*(3 + 4*
1325  lmMst2) + 12*lmMsq*(1 + 6*lmMst1 - 12*lmMst2 - 6*lmMt) + 18*lmMt + 72*
1326  lmMst2*lmMt + 72*pow2(lmMsq) + 72*pow2(lmMst2))*pow5(Mst2)))/pow4(Msq))
1327  )/(7290.*pow5(Mst2)) - pow2(Mt)*pow2(s2t)*((pow2(Mst1)*(Mst2*(
1328  794.5756172839506 + 96*B4 - 120*lmMsq - 10*lmMst1*(43 - 4*lmMsq + 4*
1329  pow2(lmMsq)) - (56*pow2(lmMst1))/3. + (2*lmMst2*(901 - 780*lmMst1 + 60*
1330  lmMsq*(-1 + 2*lmMst1) + 60*pow2(lmMsq) + 32*pow2(lmMst1)))/3. - (16*(-
1331  101 + 15*lmMsq + 44*lmMst1)*pow2(lmMst2))/3. - (40*(9 + 4*lmMst1*(-4 +
1332  3*lmMsq - 3*lmMst2) + 4*(4 - 3*lmMsq)*lmMst2 + 12*pow2(lmMst2))*pow2(
1333  Mst1))/(9.*pow2(Msq)) + (640*pow3(lmMst2))/3.) + Dmglst2*(
1334  600.2756172839506 + (592*B4)/3. - (8*DN)/3. - 680*lmMsq + lmMst1*(
1335  81.11111111111111 - 120*lmMsq - 40*pow2(lmMsq)) + (56*pow2(lmMst1))/3.
1336  + lmMst2*(40*lmMsq*(3 + lmMsq + 2*lmMst1) + (2*(3859 - 756*lmMst1 +
1337  96*pow2(lmMst1)))/9.) - (16*(-28 + 15*lmMsq + 60*lmMst1)*pow2(lmMst2))/
1338  3. - (80*(15 + lmMst1*(-4 + 6*lmMsq - 6*lmMst2) + (4 - 6*lmMsq)*lmMst2
1339  + 6*pow2(lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) + (896*pow3(lmMst2))/3.)))
1340  /pow2(Mst2) + pow3(Mst2)*((-4*((5*(71 + 12*lmMsq*(-2 + lmMst1 - lmMst2)
1341  + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(lmMst2)))/pow2(Msq) - (
1342  48*pow2(1 + lmMst2))/pow2(Mst1)))/9. - (5*(Mst2*(Mst2*(911 + 12*lmMsq*(
1343  -37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) +
1344  216*pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*
1345  lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2)))
1346  + (242 + 24*lmMsq*(1 + 18*lmMst1 - 18*lmMst2) + 300*lmMst2 - 108*
1347  lmMst1*(3 + 4*lmMst2) + 432*pow2(lmMst2))*pow2(Mst1)))/(108.*pow4(Msq))
1348  ) + ((1073.5195473251028 + 96*B4 - 110*lmMsq - lmMst1*(
1349  457.55555555555554 - 20*lmMsq + 40*pow2(lmMsq)) + (652*pow2(lmMst1))/9.
1350  + (2*lmMst2*(2635 - 3160*lmMst1 + 90*lmMsq*(-1 + 4*lmMst1) + 180*pow2(
1351  lmMsq) + 528*pow2(lmMst1)))/9. + (629.7777777777778 - 80*lmMsq - 416*
1352  lmMst1)*pow2(lmMst2) - (32*pow3(lmMst1))/9. + (2720*pow3(lmMst2))/9.)*
1353  pow4(Mst1))/pow3(Mst2) - (Dmglst2*pow2(Mst2)*(360*(95 + 12*lmMsq*(-2 +
1354  lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(
1355  lmMst2))*pow2(Msq)*pow2(Mst1) - 1152*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*
1356  pow4(Msq) + 5*(1561 + 12*lmMsq*(1 + 90*lmMst1 - 90*lmMst2) + 366*lmMst2
1357  - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2))*pow4(Mst1)))/(54.*
1358  pow2(Mst1)*pow4(Msq)) + Mst2*(737.0416666666666 + (220*B4)/3. - (2*DN)/
1359  3. - 240*lmMsq + 40*pow2(lmMsq) - (2*lmMst1*(199 - 30*lmMsq + 30*pow2(
1360  lmMsq)))/3. + (2*lmMst2*(1227 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) +
1361  30*pow2(lmMsq) - 16*pow2(lmMst1)))/3. - (32*pow2(lmMst1))/3. - 4*(-99 +
1362  10*lmMsq + 24*lmMst1)*pow2(lmMst2) - (20*(21 + 8*lmMst1*(-4 + 3*lmMsq -
1363  3*lmMst2) + 8*(4 - 3*lmMsq)*lmMst2 + 24*pow2(lmMst2))*pow2(Mst1))/(9.*
1364  pow2(Msq)) + (320*pow3(lmMst2))/3. + ((5*lmMst1*(3 + 4*lmMst2) + lmMsq*
1365  (0.5555555555555556 - 20*lmMst1 + 20*lmMst2) - (5*(245 + 336*lmMst2 +
1366  432*pow2(lmMst2)))/108.)*pow4(Mst1))/pow4(Msq)) + Dmglst2*(
1367  743.4787037037037 + (524*B4)/3. - (10*DN)/3. - 600*lmMsq + lmMst1*(
1368  115.33333333333333 - 60*lmMsq - 20*pow2(lmMsq)) + 40*pow2(lmMsq) + (2*
1369  lmMst2*(1559 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*pow2(lmMsq) -
1370  16*pow2(lmMst1)))/3. + (32*pow2(lmMst1))/3. - (4*(-217 + 30*lmMsq +
1371  136*lmMst1)*pow2(lmMst2))/3. - (20*(59 + 8*lmMst1*(-2 + 3*lmMsq - 3*
1372  lmMst2) + 8*(2 - 3*lmMsq)*lmMst2 + 24*pow2(lmMst2))*pow2(Mst1))/(3.*
1373  pow2(Msq)) + 192*pow3(lmMst2) - pow4(Mst1)*((141.34259259259258 - (5*
1374  lmMsq)/9. + 5*(-7 + 20*lmMsq)*lmMst1 + (35.55555555555556 - 100*(lmMsq
1375  + lmMst1))*lmMst2 + 100*pow2(lmMst2))/pow4(Msq) + (618.5941700960219 -
1376  (592*B4)/3. + (8*DN)/3. + 750*lmMsq + (20*lmMst1*(542 + 243*lmMsq +
1377  162*pow2(lmMsq)))/81. + (92*pow2(lmMst1))/3. - lmMst2*(20*lmMsq*(3 + 4*
1378  lmMst1) + 40*pow2(lmMsq) + (8*(11723 - 702*lmMst1 + 756*pow2(lmMst1)))/
1379  81.) + (4*(-75 + 60*lmMsq + 344*lmMst1)*pow2(lmMst2))/3. - (32*pow3(
1380  lmMst1))/3. - (1120*pow3(lmMst2))/3.)/pow4(Mst2))) + S2*((9*(-1 + 14*
1381  lmMst1 - 14*lmMst2)*Mst2)/2. - ((Dmglst2*(799.6333333333333 + 907*
1382  lmMst1 - 907*lmMst2) - ((685 + 418*lmMst1 - 418*lmMst2)*Mst2)/2.)*pow2(
1383  Mst1))/pow2(Mst2) + ((6143 + 3198*lmMst1 - 3198*lmMst2)*pow4(Mst1))/(9.
1384  *pow3(Mst2)) + Dmglst2*(135.9 - 105*lmMst1 + 105*lmMst2 - ((525961 +
1385  356010*lmMst1 - 356010*lmMst2)*pow4(Mst1))/(135.*pow4(Mst2)))) + (4*
1386  OepS2*(Dmglst2*(8163*pow2(Mst1)*pow2(Mst2) + 23734*pow4(Mst1) + 945*
1387  pow4(Mst2)) - 3*(627*pow2(Mst1)*pow3(Mst2) + 1066*Mst2*pow4(Mst1) +
1388  189*pow5(Mst2))))/(729.*pow4(Mst2))) - s2t*pow3(Mt)*(454.18086419753087
1389  + (16*D3)/9. - (16*DN)/9. - (100*lmMsq)/3. + (64*lmMt)/3. + 20*pow2(
1390  lmMsq) + (4*lmMst1*(667 - 300*lmMsq + 45*pow2(lmMsq)))/27. + (4*lmMst2*
1391  (1946 + lmMsq*(30 - 90*lmMst1) + 294*lmMst1 - 45*pow2(lmMsq) - 117*
1392  pow2(lmMst1)))/27. + (248*pow2(lmMst1))/9. + (4*(152 + 30*lmMsq + 31*
1393  lmMst1)*pow2(lmMst2))/9. - (4*(9608 - 15*lmMsq*(218 + 195*lmMst1 - 75*
1394  lmMst2) - 5250*lmMst2 + 15*lmMst1*(568 + 375*lmMst2) + 900*pow2(lmMsq)
1395  - 1350*pow2(lmMst1) - 3375*pow2(lmMst2))*pow2(Mst1))/(2025.*pow2(Msq))
1396  - (2*((2*(6517 - 15*lmMsq*(532 + 75*lmMst1 - 195*lmMst2) + 4980*lmMst2
1397  + 375*lmMst1*(8 + 3*lmMst2) - 900*pow2(lmMsq) - 2025*pow2(lmMst2)))/
1398  pow2(Msq) + (225*(277 + 514*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*
1399  (5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2)))/pow2(Mst1))*pow2(
1400  Mst2))/2025. + (64*pow3(lmMst1))/9. - (32*pow3(lmMst2))/9. + pow2(Mst1)
1401  *((19319827 + 19042320*lmMst2 + 518400*lmMt + 1036800*lmMst2*lmMt -
1402  3600*(701 + 186*lmMst2)*pow2(lmMst1) + 5943600*pow2(lmMst2) + 324000*
1403  lmMsq*(-2 + lmMst1 - lmMst2 - 2*lmMst1*lmMst2 + pow2(lmMst1) + pow2(
1404  lmMst2)) - 240*lmMst1*(35693 + 5610*lmMst2 + 4320*lmMt + 3690*pow2(
1405  lmMst2)) + (54000*(-4 + lmMst1*(2 - 6*lmMst2) - 2*lmMst2 + 3*pow2(
1406  lmMst1) + 3*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) - 295200*pow3(lmMst1) +
1407  1850400*pow3(lmMst2))/(24300.*pow2(Mst2)) + (Dmglst2*(1195.824329218107
1408  - (64*B4)/9. + (64*D3)/9. - (32*DN)/9. + 80*lmMsq + (334.6883950617284
1409  - (80*lmMsq)/3.)*lmMst1 + (128*(-2 + lmMst1 - lmMst2)*lmMt)/3. + (16*
1410  lmMst2*(143041 + 3375*lmMsq - 14460*lmMst1 - 3375*pow2(lmMst1)))/2025.
1411  + (32*pow2(lmMst1))/
1412  135. + (16*(2402 - 1695*lmMst1)*pow2(lmMst2))/135. + (80*(3 - lmMst1 +
1413  lmMst2)*pow2(Mst1))/(9.*pow2(Msq)) - (16*pow3(lmMst1))/27. + (6160*
1414  pow3(lmMst2))/27.))/pow3(Mst2)) + (32*Dmglst2*(24*lmMst2*(1 + lmMst2) +
1415  (5*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1))/pow2(Msq))*pow3(Mst2))/(27.*
1416  pow4(Mst1)) - (((68600*(-43 + 30*lmMsq - 30*lmMst2))/(pow2(Msq)*pow2(
1417  Mst1)) + (393767 - 420*lmMsq*(2194 + 49*lmMst1 - 259*lmMst2) + 878948*
1418  lmMst2 + 1372*lmMst1*(31 + 15*lmMst2) - 44100*pow2(lmMsq) - 64680*pow2(
1419  lmMst2))/pow4(Msq) - (658560*pow2(1 + lmMst2))/pow4(Mst1))*pow4(Mst2))/
1420  92610. - pow4(Mst1)*((309383 - 420*lmMsq*(256 + 259*lmMst1 - 49*lmMst2)
1421  - 145432*lmMst2 + 28*lmMst1*(9034 + 13965*lmMst2) + 44100*pow2(lmMsq) -
1422  141120*pow2(lmMst1) - 205800*pow2(lmMst2))/(92610.*pow4(Msq)) - (
1423  1188.1718576027706 - (80*lmMsq)/3. + (-960.3533282942807 + 40*lmMsq)*
1424  lmMst1 + lmMst2*(1415.4644394053919 - (138308*lmMst1)/945. - (40*lmMsq*
1425  (3 + 2*lmMst1))/3. - (820*pow2(lmMst1))/9.) + (2*(-94783 + 6300*lmMsq)*
1426  pow2(lmMst1))/945. + (432.2899470899471 + (40*lmMsq)/3. - (332*lmMst1)/
1427  9.)*pow2(lmMst2) + (64*lmMt*(1 + 4*lmMst2 - 2*lmMst1*(2 + lmMst2) +
1428  pow2(lmMst1) + pow2(lmMst2)))/3. + (52*pow3(lmMst1))/27. + (3404*pow3(
1429  lmMst2))/27.)/pow4(Mst2) - (Dmglst2*(772.4522050654477 - (64*B4)/9. + (
1430  64*D3)/9. - (32*DN)/9. + (560*lmMsq)/3. + (1513.2107835726883 - 160*
1431  lmMsq)*lmMst1 + (38704*pow2(lmMst1))/189. + lmMst2*(160*lmMsq + (4*(
1432  1947623 - 3019800*lmMst1 + 97020*pow2(lmMst1)))/19845.) + (16*(6787 -
1433  5439*lmMst1)*pow2(lmMst2))/189. - (128*lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3
1434  + lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. - (16*pow3(lmMst1))/9. + (
1435  1328*pow3(lmMst2))/3.))/pow5(Mst2)) + ((-8*OepS2*(4485*pow2(Mst1)*pow3(
1436  Mst2) + 11402*Mst2*pow4(Mst1) - 24*Dmglst2*(150*pow2(Mst1)*pow2(Mst2) +
1437  919*pow4(Mst1)) + 621*pow5(Mst2)))/729. + (S2*(9*(11113 + 14950*lmMst1
1438  - 14950*lmMst2)*pow2(Mst1)*pow3(Mst2) + 4*(126661 + 85515*lmMst1 -
1439  85515*lmMst2)*Mst2*pow4(Mst1) - 24*Dmglst2*(45*(139 + 100*lmMst1 - 100*
1440  lmMst2)*pow2(Mst1)*pow2(Mst2) + (34538 + 27570*lmMst1 - 27570*lmMst2)*
1441  pow4(Mst1) + 5697*pow4(Mst2)) + 81*(-891 + 230*lmMst1 - 230*lmMst2)*
1442  pow5(Mst2)))/135.)/pow5(Mst2) + (5*pow2(Mst1)*(20*Dmglst2*(-43 + 144*
1443  lmMsq - 144*lmMst2)*Mst2 + (75 + 60*lmMsq*(-3 + 2*lmMst1 - 2*lmMst2) +
1444  356*lmMst2 - 8*lmMst1*(22 + 15*lmMst2) + 120*pow2(lmMst2))*pow2(Mst1))*
1445  pow3(Mst2) + 2*Dmglst2*(4*(-15*(-179 + 2*(87 + 32*lmMst1)*lmMst2 - 30*
1446  lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst2) +
1447  2*pow2(Mst1)*(15529 - 120*B4 + 120*D3 - 60*DN + 150*lmMsq + 690*lmMst1
1448  + 675*pow2(lmMsq) + 345*pow2(lmMst1) - 5*lmMst2*(-3091 + 270*lmMsq +
1449  42*lmMst1 + 96*pow2(lmMst1)) + (4305 - 480*lmMst1)*pow2(lmMst2) + 960*
1450  pow3(lmMst2)))*pow4(Msq) - 600*pow2(Msq)*((17 - 20*lmMsq + 20*lmMst2)*
1451  pow2(Mst1)*pow2(Mst2) + 2*pow4(Mst1)) - 75*((7 + 12*lmMsq - 12*lmMst2)*
1452  pow2(Mst2)*pow4(Mst1) + 4*pow6(Mst1))) + 25*(18*Dmglst2*(13 - 28*lmMsq
1453  + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mst2)*pow6(Mst2))/(270.*
1454  Mst2*pow2(Mst1)*pow4(Msq))) + Mt*(-((-1 + 2*lmMst2)*s2t*shiftst3*pow2(
1455  Mst2)*(-4*pow2(Mt) + ((-1 - lmMst1 + lmMst2)*pow2(Mst1) + pow2(Mst2))*
1456  pow2(s2t)))/(3.*pow2(Mst1)) + (2*T1ep*(-27*pow3(Mst2)*(3*Mst2*(46*Mst2*
1457  s2t*pow2(Mt) + 21*Mt*pow2(Mst2)*pow2(s2t) - 28*pow3(Mt) - 16*pow3(Mst2)
1458  *pow3(s2t)) + 7*Dmglst2*(-15*Mt*pow2(Mst2)*pow2(s2t) + 20*pow3(Mt) + 4*
1459  pow3(Mst2)*pow3(s2t))) - 9*Mst2*pow2(Mst1)*(Mst2*(2990*Mst2*s2t*pow2(
1460  Mt) + 627*Mt*pow2(Mst2)*pow2(s2t) - 1760*pow3(Mt) - 830*pow3(Mst2)*
1461  pow3(s2t)) + 3*Dmglst2*(-800*Mst2*s2t*pow2(Mt) - 907*Mt*pow2(Mst2)*
1462  pow2(s2t) + 1984*pow3(Mt) + 316*pow3(Mst2)*pow3(s2t))) + (12*(11028*
1463  Dmglst2 - 5701*Mst2)*s2t*pow2(Mt) + 6*(11867*Dmglst2 - 1599*Mst2)*Mst2*
1464  Mt*pow2(s2t) + 48720*pow3(Mt) + (-25328*Dmglst2 + 13305*Mst2)*pow2(
1465  Mst2)*pow3(s2t))*pow4(Mst1)))/(729.*pow5(Mst2)) + pow3(s2t)*(pow2(Mst1)
1466  *(301.91041152263375 + 4*B4 + (4*D3)/9. - (4*DN)/9. - (335*lmMsq)/9. +
1467  (25*pow2(lmMsq))/3. + lmMst1*(188.5172839506173 - (325*lmMsq)/9. + (5*
1468  pow2(lmMsq))/3.) + (10*(-149 + 18*lmMsq)*pow2(lmMst1))/27. - (lmMst2*(
1469  53429 - 183450*lmMst1 + 2250*lmMsq*(-7 + 6*lmMst1) + 1350*pow2(lmMsq) +
1470  29610*pow2(lmMst1)))/810. + ((-3683 + 270*lmMsq + 2595*lmMst1)*pow2(
1471  lmMst2))/27. - (110*pow3(lmMst1))/27. - (1498*pow3(lmMst2))/27.) - (-(-
1472  1503 + 60*lmMsq*(12 + 5*lmMst1 - 5*lmMst2) + 950*lmMst2 - 10*lmMst1*(
1473  167 + 210*lmMst2) + 900*pow2(lmMst1) + 1200*pow2(lmMst2))/(270.*pow2(
1474  Msq)) - (159.17989444184494 + (27180961*lmMst2)/396900. - (2*(78238 +
1475  33285*lmMst2)*pow2(lmMst1))/945. - (157316*pow2(lmMst2))/945. + (5*
1476  lmMsq*(-1 + 6*lmMst2 - 2*lmMst1*(3 + 16*lmMst2) + 16*pow2(lmMst1) + 16*
1477  pow2(lmMst2)))/6. + lmMst1*(-74.92759133282942 + (313792*lmMst2)/945. +
1478  (446*pow2(lmMst2))/3.) - (70*pow3(lmMst1))/27. - (2042*pow3(lmMst2))/
1479  27.)/pow2(Mst2) + (Dmglst2*(426.99721850958684 + (1510169*lmMst2)/
1480  59535. + lmMsq*(10 - 20*lmMst1 + 20*lmMst2) + (2*(433 + 6552*lmMst2)*
1481  pow2(lmMst1))/189. + (194*pow2(lmMst2))/189. - (lmMst1*(2674409 +
1482  333900*lmMst2 + 7514640*pow2(lmMst2)))/59535. - (112*pow3(lmMst1))/27.
1483  + (1648*pow3(lmMst2))/
1484  27.))/pow3(Mst2))*pow4(Mst1) + (pow2(Mst2)*(82320*(725 - 30*lmMsq*(5 +
1485  lmMst1 - lmMst2) + 793*lmMst2 - lmMst1*(643 + 150*lmMst2) + 90*pow2(
1486  lmMst1) + 60*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) - 68600*(12760 - 720*B4
1487  + 72*D3 - 36*DN - 1980*lmMsq + 540*pow2(lmMsq) - 3*lmMst1*(5471 - 1950*
1488  lmMsq + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*lmMst2*(8495 - 6750*
1489  lmMst1 + 210*lmMsq*(-11 + 6*lmMst1) + 630*pow2(lmMsq) + 234*pow2(
1490  lmMst1)) - 18*(-1324 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2) - 288*pow3(
1491  lmMst1) + 6768*pow3(lmMst2))*pow4(Msq) - 3*(1186407 - 420*lmMsq*(5549 +
1492  6020*lmMst1 - 6860*lmMst2) - 3793580*lmMst2 + 560*lmMst1*(10936 + 9555*
1493  lmMst2) - 176400*pow2(lmMsq) - 1411200*pow2(lmMst1) - 4116000*pow2(
1494  lmMst2))*pow4(Mst1) - (102900*Dmglst2*Mst2*(-40*(-174 + 6*lmMsq*(6 +
1495  17*lmMst1 - 17*lmMst2) + 73*lmMst2 - lmMst1*(109 + 102*lmMst2) + 102*
1496  pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 12*(-115 + (430 + 64*lmMst1)*
1497  lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 400*pow2(lmMst2))*
1498  pow4(Msq) + 5*(-119 + 12*lmMsq*(-1 + 10*lmMst1 - 10*lmMst2) + 34*lmMst2
1499  - 2*lmMst1*(11 + 60*lmMst2) + 120*pow2(lmMst2))*pow4(Mst1)))/pow2(Mst1)
1500  ))/(1.11132e7*pow4(Msq)) - Dmglst2*((pow2(Mst1)*(5430043 + 1334580*
1501  lmMst2 + 202500*lmMsq*(7 + 6*lmMst2) - 607500*pow2(lmMsq) + 900*(-859 +
1502  3690*lmMst2)*pow2(lmMst1) + 846900*pow2(lmMst2) - 120*lmMst1*(44309 +
1503  12315*lmMst2 + 56475*pow2(lmMst2)) + (33750*(5 - 2*lmMst1 + 2*lmMst2)*
1504  pow2(Mst1))/pow2(Msq) + 45000*pow3(lmMst1) + 3411000*pow3(lmMst2)))/(
1505  60750.*Mst2) + (Mst2*(5267 - 432*B4 + 576*D3 - 360*DN + 8640*lmMsq +
1506  216*lmMst1*(7 - 15*pow2(lmMsq)) - 1404*pow2(lmMst1) + 72*lmMst2*(-237 -
1507  248*lmMst1 + 90*lmMsq*lmMst1 + 45*pow2(lmMsq) + 16*pow2(lmMst1)) - 36*(
1508  -439 + 180*lmMsq + 336*lmMst1)*pow2(lmMst2) + (60*(20 + 6*lmMsq*(-4 +
1509  3*lmMst1 - 3*lmMst2) + 27*lmMst2 - 3*lmMst1*(1 + 6*lmMst2) + 18*pow2(
1510  lmMst2))*pow2(Mst1))/pow2(Msq) + 10944*pow3(lmMst2) - (45*pow4(Mst1))/
1511  pow4(Msq)))/162.) - (((2*(637 - 20*lmMsq*(9 + 20*lmMst1 - 20*lmMst2) -
1512  495*lmMst2 + 25*lmMst1*(27 + 16*lmMst2) - 400*pow2(lmMst2)))/pow2(Msq)
1513  + (5*(373 + 706*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
1514  lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2)))/pow2(Mst1))*pow4(Mst2))/
1515  90. + ((-343000*Dmglst2*Mst2*(337 - 24*lmMsq*(5 + 8*lmMst1 - 8*lmMst2)
1516  + 14*lmMst2 + 2*lmMst1*(53 + 96*lmMst2) - 192*pow2(lmMst2)) + 3*(
1517  3653969 - 140*lmMsq*(12899 + 5390*lmMst1 - 6230*lmMst2) + 2069970*
1518  lmMst2 + 37730*lmMst1*(-7 + 20*lmMst2) - 58800*pow2(lmMsq) - 813400*
1519  pow2(lmMst2))*pow2(Mst1))*pow4(Mst2))/(3.7044e6*pow4(Msq)) + (8*
1520  Dmglst2*(24*lmMst2*(1 + lmMst2) + (5*(14 - 15*lmMsq + 15*lmMst2)*pow2(
1521  Mst1))/pow2(Msq))*pow5(Mst2))/(27.*pow4(Mst1)) + (54*Dmglst2*(632*OepS2
1522  + 9*(16193 - 1422*lmMst1 + 1422*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) - 45*
1523  (664*OepS2 - 81*(1261 + 166*lmMst1 - 166*lmMst2)*S2)*pow2(Mst1)*pow3(
1524  Mst2) - 15*Mst2*(3548*OepS2 - 27*(15148 + 2661*lmMst1 - 2661*lmMst2)*
1525  S2)*pow4(Mst1) + 4*Dmglst2*(25328*OepS2 + 27*(47051 - 18996*lmMst1 +
1526  18996*lmMst2)*S2)*pow4(Mst1) + 54*Dmglst2*(56*OepS2 - 81*(-1677 + 14*
1527  lmMst1 - 14*lmMst2)*S2)*pow4(Mst2) + 1296*(-4*OepS2 + 81*(22 + lmMst1 -
1528  lmMst2)*S2)*pow5(Mst2))/(2187.*pow3(Mst2)) + ((5*(43 - 30*lmMsq + 30*
1529  lmMst2))/(27.*pow2(Msq)*pow2(Mst1)) + (-58456697 + 420*lmMsq*(63929 +
1530  69090*lmMst1 - 69930*lmMst2) - 374010*lmMst2 - 10290*lmMst1*(2573 +
1531  2820*lmMst2) + 176400*pow2(lmMsq) + 29194200*pow2(lmMst2))/(1.11132e7*
1532  pow4(Msq)) + (16*pow2(1 + lmMst2))/(9.*pow4(Mst1)))*pow6(Mst2)))))/
1533  Tbeta + ((1 - 2*lmMst2)*shiftst3*((8*(-1 + lmMst1 - lmMst2)*pow2(Mst1)*
1534  pow2(Mt)*pow2(s2t) - 16*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2) + (3 + 2*
1535  lmMst1 - 2*lmMst2)*pow4(Mst1) + pow4(Mst2))*pow4(s2t))*pow6(Mst2) - (4*
1536  pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)
1537  *pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (2 - 6*
1538  lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/pow2(Sbeta) + 4*pow2(Mt)*
1539  pow2(s2t)*(pow2(MuSUSY)*pow6(Mst2) + 2*(pow2(MuSUSY)*((1 - 2*lmMst1 +
1540  2*lmMst2)*pow2(Mst2)*pow4(Mst1) + (1 - lmMst1 + lmMst2)*pow2(Mst1)*
1541  pow4(Mst2) + (1 - 3*lmMst1 + 3*lmMst2)*pow6(Mst1)) + pow8(Mst2)))))/(
1542  12.*pow2(Mst1)*pow4(Mst2)))) - Al4p*((twoLoopFlag*((-72*Mt*pow3(s2t)*(-
1543  (Mst2*(4*(3 + lmMst1*(2 + lmMst2) - pow2(lmMst2))*pow2(Mst1)*pow2(Mst2)
1544  + (3 + 2*lmMst1 - 2*lmMst2)*pow4(Mst1) + 4*(-4 + lmMst1 - 3*lmMst2 +
1545  lmMst1*lmMst2 - pow2(lmMst2))*pow4(Mst2))) + Dmglst2*(-4*(1 + lmMst1*(-
1546  2 + lmMst2) + 4*lmMst2 - pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (1 + 6*
1547  lmMst1 - 6*lmMst2)*pow4(Mst1) + 4*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2
1548  + pow2(lmMst2))*pow4(Mst2))))/pow2(Mst2) - (144*s2t*pow3(Mt)*(4*pow2(
1549  Mst1)*((4 - 5*lmMst2 + lmMst1*(5 + 2*lmMst2 - 2*lmMt) + 2*lmMst2*lmMt -
1550  2*pow2(lmMst2))*pow2(Mst2) + (-5 - 6*lmMst2 + lmMst1*(4 + 3*lmMst2) -
1551  3*pow2(lmMst2))*pow2(MuSUSY))*pow3(Mst2) + Mst2*(4*(5 - 7*lmMst2 +
1552  lmMst1*(7 + 2*lmMst2 - 2*lmMt) + 2*lmMst2*lmMt - 2*pow2(lmMst2))*pow2(
1553  Mst2) + (-21 - 38*lmMst2 + 10*lmMst1*(3 + 2*lmMst2) - 20*pow2(lmMst2))*
1554  pow2(MuSUSY))*pow4(Mst1) + 4*(-4 + lmMst1 - 3*lmMst2 + lmMst1*lmMst2 -
1555  pow2(lmMst2))*pow2(MuSUSY)*pow5(Mst2) + Dmglst2*(4*pow2(Mst1)*pow2(
1556  Mst2)*((6 + 13*lmMst2 - 4*lmMt - 2*lmMst2*lmMt + lmMst1*(-9 - 2*lmMst2
1557  + 2*lmMt) + 2*pow2(lmMst2))*pow2(Mst2) + (-11 + 2*lmMst2 + lmMst1*(-4 +
1558  3*lmMst2) - 3*pow2(lmMst2))*pow2(MuSUSY)) - (4*(1 - 29*lmMst2 + lmMst1*
1559  (25 + 6*lmMst2 - 6*lmMt) + 4*lmMt + 6*lmMst2*lmMt - 6*pow2(lmMst2))*
1560  pow2(Mst2) + (65 + lmMst1*(34 - 20*lmMst2) - 26*lmMst2 + 20*pow2(
1561  lmMst2))*pow2(MuSUSY))*pow4(Mst1) - 4*(6 + lmMst1 + lmMst2 - lmMst1*
1562  lmMst2 + pow2(lmMst2))*pow2(MuSUSY)*pow4(Mst2) + 8*(5 + lmMst1*(-1 +
1563  lmMst2) + lmMst2 - pow2(lmMst2))*pow6(Mst2)) + 4*(3 - 4*lmMst2 + 2*(
1564  lmMst1 + lmMst1*lmMst2 + lmMt) - 2*pow2(lmMst2))*pow7(Mst2)))/pow6(
1565  Mst2) + (32*pow4(Mt)*(2*Dmglst2*((53 - 18*lmMst1 + 24*lmMst2 - 24*lmMt)
1566  *pow2(Mst1)*pow4(Mst2) + 18*((5 + lmMst2*(11 - 2*lmMt) - 2*lmMst1*(4 +
1567  lmMst2 - lmMt) - 3*lmMt + 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (3 -
1568  6*lmMst2*(-5 + lmMt) - 5*lmMt + lmMst1*(-25 - 6*lmMst2 + 6*lmMt) + 6*
1569  pow2(lmMst2))*pow6(Mst1)) - 18*lmMst2*pow6(Mst2)) + 9*(2*(2 + 2*lmMst1*
1570  (3 + lmMst2 - lmMt) + lmMt + lmMst2*(-7 + 2*lmMt) - 2*pow2(lmMst2))*
1571  pow3(Mst2)*pow4(Mst1) + (3 + 2*lmMst1*(3 + lmMst2) + lmMt + lmMst2*(-5
1572  + 4*lmMt) + pow2(lmMst1) - pow2(lmMst2) - 6*pow2(lmMt))*pow2(Mst1)*
1573  pow5(Mst2) + Mst2*(9 + lmMst1*(22 + 6*lmMst2 - 6*lmMt) + 6*lmMst2*(-4 +
1574  lmMt) + 2*lmMt - 6*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*pow7(Mst2)
1575  )))/(pow2(Mst1)*pow5(Mst2)) + (36*Mt*MuSUSY*(16*pow3(Mt)*(2*(4 +
1576  lmMst1*(3 + 2*lmMst2 - lmMt) + lmMst2*(-4 + lmMt) + lmMt - 2*pow2(
1577  lmMst2))*pow2(Mst1)*pow3(Mst2) + Mst2*(13 + 2*lmMst1*(6 + 3*lmMst2 - 2*
1578  lmMt) + 2*lmMt + 2*lmMst2*(-7 + 2*lmMt) - 6*pow2(lmMst2))*pow4(Mst1) +
1579  Dmglst2*(11 - 6*lmMst1*lmMst2 - 8*lmMst2*(-5 + lmMt) + 8*lmMst1*(-4 +
1580  lmMt) - 8*lmMt + 6*pow2(lmMst2))*pow4(Mst1) + 2*Dmglst2*((7 + 7*lmMst2
1581  + lmMst1*(-5 + lmMt) - 2*lmMt - lmMst2*lmMt)*pow2(Mst1)*pow2(Mst2) + (5
1582  + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(lmMst2))*pow4(Mst2)) + 2*(2 +
1583  lmMst1 + (-2 + lmMst1)*lmMst2 + lmMt - pow2(lmMst2))*pow5(Mst2)) + 6*
1584  Mt*pow2(Mst2)*pow2(s2t)*(4*(1 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*
1585  pow2(lmMst2))*pow2(Mst1)*pow3(Mst2) + Mst2*(1 + 14*lmMst2 - 2*lmMst1*(7
1586  + 4*lmMst2) + 8*pow2(lmMst2))*pow4(Mst1) + Dmglst2*(4*(5 + lmMst1*(3 -
1587  2*lmMst2) - 3*lmMst2 + 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (21 +
1588  lmMst1*(18 - 8*lmMst2) - 18*lmMst2 + 8*pow2(lmMst2))*pow4(Mst1) + 4*(6
1589  + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2))*pow4(Mst2)) + 4*(4 +
1590  3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2))*pow5(Mst2)) + (8*Mst2*
1591  s2t*pow2(Mt)*(Dmglst2*(4*(1 - lmMst1 + lmMst2)*pow2(Mst2)*pow4(Mst1) +
1592  2*(1 + 2*lmMst2)*pow2(Mst1)*pow4(Mst2) + (4 - 8*lmMst1 + 8*lmMst2)*
1593  pow6(Mst1) - 4*lmMst2*pow6(Mst2)) - Mst2*(-2*lmMst1*((1 + 2*lmMst2)*(
1594  pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (3 + lmMst2)*pow2(Mst1)*pow4(
1595  Mst2)) + pow2(lmMst1)*(2*pow2(Mst2)*pow4(Mst1) - pow2(Mst1)*pow4(Mst2)
1596  + 2*pow6(Mst1)) + pow2(lmMst2)*(2*pow2(Mst2)*pow4(Mst1) + 3*pow2(Mst1)*
1597  pow4(Mst2) + 2*pow6(Mst1)) + 2*pow6(Mst2) + 2*lmMst2*(pow2(Mst2)*pow4(
1598  Mst1) + 2*pow2(Mst1)*pow4(Mst2) + pow6(Mst1) + pow6(Mst2)))))/pow2(
1599  Mst1) + (pow3(Mst2)*pow3(s2t)*(2*(-16 + 6*lmMst2 - 2*lmMst1*(8 + 5*
1600  lmMst2) + 3*pow2(lmMst1) + 7*pow2(lmMst2))*pow3(Mst2)*pow4(Mst1) - 2*(-
1601  12 - 18*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(
1602  lmMst2))*pow2(Mst1)*pow5(Mst2) + Mst2*(3 + lmMst1*(2 - 32*lmMst2) - 2*
1603  lmMst2 + 16*pow2(lmMst1) + 16*pow2(lmMst2))*pow6(Mst1) - 4*Dmglst2*(2*(
1604  1 + 2*lmMst1 - lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 + lmMst1 - lmMst2 +
1605  2*lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1
1606  - 2*lmMst2)*pow6(Mst1) - 2*lmMst2*pow6(Mst2)) + 4*(1 + lmMst2)*pow7(
1607  Mst2)))/pow2(Mst1)))/(Tbeta*pow6(Mst2)) + 36*pow2(Mt)*pow2(s2t)*(4*(-2*
1608  lmMst1*(-2 + lmMst2) - lmMst2*(2 + lmMst2) + 3*pow2(lmMst1))*pow2(Mst1)
1609  - 4*(2 - 2*lmMst2 + 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) - 3*pow2(
1610  lmMst2))*pow2(Mst2) + (8*(2*Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*pow3(
1611  Mst2))/pow2(Mst1) - (8*Dmglst2*(pow2(Mst1)*pow2(Mst2) - 2*lmMst1*pow2(
1612  Mst1)*(pow2(Mst1) + pow2(Mst2)) + 2*lmMst2*pow4(Mst1) + pow4(Mst2) + 4*
1613  lmMst2*pow4(Mst2)))/pow3(Mst2) + (pow2(MuSUSY)*(4*(-1 - 13*lmMst1 + 13*
1614  lmMst2 - 8*lmMst1*lmMst2 + pow2(lmMst1) + 7*pow2(lmMst2))*pow3(Mst2)*
1615  pow4(Mst1) - 2*(-14 + 10*lmMst1 - 20*lmMst2 + 6*lmMst1*lmMst2 + pow2(
1616  lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*pow5(Mst2) + Mst2*(-1 - 50*lmMst1
1617  + 50*lmMst2 - 64*lmMst1*lmMst2 + 20*pow2(lmMst1) + 44*pow2(lmMst2))*
1618  pow6(Mst1) - 4*Dmglst2*(2*(2 - 3*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*
1619  pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(1 + lmMst1 - 2*lmMst2 + 2*
1620  lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (5 - 8*lmMst2 +
1621  4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*lmMst2*pow6(
1622  Mst2)) + 4*(1 + lmMst2)*pow7(Mst2)))/(pow2(Mst1)*pow5(Mst2))) + ((-9*
1623  pow4(s2t)*(4*(-14 - 3*lmMst1 - 6*lmMst2 - 2*lmMst1*lmMst2 + 2*pow2(
1624  lmMst1))*pow3(Mst2)*pow4(Mst1) - 2*(-10 + 10*lmMst1 - 16*lmMst2 + 6*
1625  lmMst1*lmMst2 + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*pow5(Mst2) +
1626  Mst2*(35 + 34*lmMst1 - 14*lmMst2 - 12*lmMst1*lmMst2 + 10*pow2(lmMst1) +
1627  2*pow2(lmMst2))*pow6(Mst1) + 4*Dmglst2*(-2*(lmMst1 - 2*lmMst1*lmMst2 +
1628  2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(1 + lmMst1 + 2*lmMst1*lmMst2
1629  - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1)*pow6(Mst1) +
1630  2*lmMst2*pow6(Mst2)) + 4*(1 + lmMst2)*pow7(Mst2)))/Mst2 - (36*s2t*pow2(
1631  Mt)*pow2(MuSUSY)*(4*(4*Mt*(5 + 6*lmMst2 - lmMst1*(4 + 3*lmMst2) + 3*
1632  pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 - lmMst1*(13 + 8*lmMst2) +
1633  pow2(lmMst1) + 7*pow2(lmMst2)))*pow3(Mst2)*pow4(Mst1) + 2*(-(Mst2*s2t*(
1634  -14 - 20*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(
1635  lmMst2))) + 8*Mt*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2)))*
1636  pow2(Mst1)*pow5(Mst2) + 4*Dmglst2*(Mst2*s2t*(-5 + 8*lmMst2 - 4*lmMst1*(
1637  2 + lmMst2) + 4*pow2(lmMst2)) + Mt*(65 + lmMst1*(34 - 20*lmMst2) - 26*
1638  lmMst2 + 20*pow2(lmMst2)))*pow6(Mst1) + Mst2*(Mst2*s2t*(-1 + 50*lmMst2
1639  - 2*lmMst1*(25 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(lmMst2)) + Mt*(
1640  84 + 152*lmMst2 - 40*lmMst1*(3 + 2*lmMst2) + 80*pow2(lmMst2)))*pow6(
1641  Mst1) + 8*Dmglst2*((Mst2*s2t*(-2 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) +
1642  2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8 - 6*lmMst2) - 4*lmMst2 + 6*pow2(
1643  lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(Mst2*s2t*(1 + lmMst1 - 2*lmMst2 +
1644  2*lmMst1*lmMst2 - 2*pow2(lmMst2))) + 2*Mt*(6 + lmMst1 + lmMst2 -
1645  lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + lmMst2*s2t*pow7(
1646  Mst2)) + 4*(1 + lmMst2)*s2t*pow8(Mst2)))/(pow2(Sbeta)*pow6(Mst2)))/
1647  pow2(Mst1)))/216. + xDmglst2*pow2(Dmglst2)*(-(twoLoopFlag*(72*Mt*pow3(
1648  s2t)*pow4(Mst2)*(8*pow2(Mst1)*pow2(Mst2) + (3 - 6*lmMst1 + 6*lmMst2)*
1649  pow4(Mst1) + 2*(8 + lmMst1 - lmMst2)*pow4(Mst2)) + (96*Mst2*pow4(Mt)*(
1650  3*(37 + 41*lmMst2 - 13*lmMt - 6*lmMst2*lmMt + lmMst1*(-28 - 6*lmMst2 +
1651  6*lmMt) + 6*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (17 - 3*lmMst1 + 9*
1652  lmMst2 - 3*lmMt)*pow2(Mst1)*pow4(Mst2) + 3*(75 + 174*lmMst2 - 37*lmMt -
1653  30*lmMst2*lmMt + lmMst1*(-137 - 30*lmMst2 + 30*lmMt) + 30*pow2(lmMst2))
1654  *pow6(Mst1) + 3*(-2 + lmMst2)*pow6(Mst2)))/pow2(Mst1) - 16*s2t*pow3(Mt)
1655  *(9*(2*(27 + 70*lmMst2 - 4*lmMst1*(14 + 3*lmMst2 - 3*lmMt) - 2*(7 + 6*
1656  lmMst2)*lmMt + 12*pow2(lmMst2))*pow2(Mst2) + 67*pow2(MuSUSY))*pow4(
1657  Mst1) + 18*(8 + lmMst1 - lmMst2)*pow2(MuSUSY)*pow4(Mst2) + 18*pow2(
1658  Mst1)*(2*(10 + lmMst1 - lmMst2)*pow2(Mst2)*pow2(MuSUSY) + (19 + 17*
1659  lmMst2 - 6*lmMt - 2*lmMst2*lmMt + lmMst1*(-11 - 2*lmMst2 + 2*lmMt) + 2*
1660  pow2(lmMst2))*pow4(Mst2)) + (19 + 36*lmMst1 - 42*lmMst2 + 6*lmMt)*pow6(
1661  Mst2)) - (12*Mst2*pow2(Mt)*pow2(s2t)*(-2*pow4(Mst1)*(3*(8 - 9*lmMst1 +
1662  9*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) +
1663  (-13 + 18*lmMst1 - 24*lmMst2)*pow4(Mst2)) - 3*(4*(-4 + 7*lmMst1 - 7*
1664  lmMst2)*pow2(Mst2) + (17 + 4*lmMst1*(-7 + lmMst2) + 28*lmMst2 - 4*pow2(
1665  lmMst2))*pow2(MuSUSY))*pow6(Mst1) + 6*(-2 + lmMst2)*(2*pow2(Mst2) +
1666  pow2(MuSUSY))*pow6(Mst2) - 2*pow2(Mst1)*(3*(8 - 5*lmMst1 + 4*lmMst2 +
1667  2*lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(MuSUSY)*pow4(Mst2) + (-29 + 12*
1668  lmMst2)*pow6(Mst2))))/pow2(Mst1) + (-9*pow4(s2t)*pow5(Mst2)*(2*(-6 +
1669  lmMst1 - 2*lmMst1*lmMst2 + 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(4
1670  + 6*lmMst2 + lmMst1*(-5 + 2*lmMst2) - 2*pow2(lmMst2))*pow2(Mst1)*pow4(
1671  Mst2) + (1 - 2*lmMst1)*pow6(Mst1) - 2*(-2 + lmMst2)*pow6(Mst2)) + (36*
1672  s2t*pow2(Mt)*pow2(MuSUSY)*(-2*(-8*(10 + lmMst1 - lmMst2)*Mt + Mst2*s2t*
1673  (8 - 9*lmMst1 + 9*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2)))*pow2(
1674  Mst2)*pow4(Mst1) - 2*(-4*(8 + lmMst1 - lmMst2)*Mt + Mst2*s2t*(8 - 5*
1675  lmMst1 + 4*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2)))*pow2(Mst1)*pow4(
1676  Mst2) + (268*Mt + Mst2*s2t*(-17 - 4*lmMst1*(-7 + lmMst2) - 28*lmMst2 +
1677  4*pow2(lmMst2)))*pow6(Mst1) + 2*(-2 + lmMst2)*s2t*pow7(Mst2)))/pow2(
1678  Sbeta) - (4*Mt*MuSUSY*(-2*(pow2(Mst2)*(36*(5 - 3*lmMst1 + 3*lmMst2)*
1679  Mst2*s2t*pow2(Mt) - 54*(12 + lmMst1 - lmMst2)*Mt*pow2(Mst2)*pow2(s2t) +
1680  4*(155 + 3*lmMst2*(41 - 6*lmMt) - 18*lmMst1*(4 + lmMst2 - lmMt) - 51*
1681  lmMt + 18*pow2(lmMst2))*pow3(Mt) - 9*(4*lmMst1 - 5*lmMst2)*pow3(Mst2)*
1682  pow3(s2t))*pow4(Mst1) + pow2(Mst1)*(6*(17 - 6*lmMst2)*Mst2*s2t*pow2(Mt)
1683  - 54*(8 + lmMst1 - lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 4*(11 + 18*lmMst1
1684  - 21*lmMst2 + 3*lmMt)*pow3(Mt) + 9*(6 + 5*lmMst2 + lmMst1*(-5 + 2*
1685  lmMst2) - 2*pow2(lmMst2))*pow3(Mst2)*pow3(s2t))*pow4(Mst2)) - (72*(9 -
1686  10*lmMst1 + 10*lmMst2)*Mst2*s2t*pow2(Mt) + 54*(-27 + 4*lmMst1 - 4*
1687  lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 8*(335 + 699*lmMst2 - 18*lmMst1*(29 +
1688  7*lmMst2 - 7*lmMt) - 3*(59 + 42*lmMst2)*lmMt + 126*pow2(lmMst2))*pow3(
1689  Mt) + 9*(1 - 10*lmMst1 + 10*lmMst2)*pow3(Mst2)*pow3(s2t))*pow6(Mst1) +
1690  18*(-2 + lmMst2)*s2t*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow7(Mst2)))/
1691  Tbeta)/pow2(Mst1)))/(108.*pow7(Mst2)) + Al4p*threeLoopFlag*(((4*(1298 +
1692  75*lmMst1*(11 - 6*lmMst2) + 1530*lmMst2 + (1545 - 900*lmMst2)*lmMt +
1693  150*lmMsq*(-26 + 3*lmMst1 + 3*lmMst2 + 6*lmMt) - 900*pow2(lmMsq) + 450*
1694  pow2(lmMst2)))/(135.*pow2(Msq)) - (2*(-535 + 64*lmMst1*(-2 + lmMst2) -
1695  722*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(
1696  lmMst2)))/(9.*pow2(Mst1)) + (4256*OepS2)/(243.*pow2(Mst2)) - (126544097
1697  + 53351256*lmMst2 - 42840*(123 + 44*lmMst2)*lmMt + 7560*lmMsq*(151 +
1698  75*lmMst1 - 390*lmMst2 + 90*lmMt) + 850500*pow2(lmMsq) + 132300*pow2(
1699  lmMst1) + 12525660*pow2(lmMst2) - 18900*lmMst1*(1053 + 510*lmMst2 - 64*
1700  (lmMt + pow2(lmMst2))) - 1587600*pow2(lmMt) + (189000*(-7 + 2*lmMst1 -
1701  4*lmMst2 + 2*lmMt)*pow2(Mst1))/pow2(Msq) - 1209600*pow3(lmMst2))/(
1702  42525.*pow2(Mst2)) + (pow2(Mst2)*((8971 + 31560*lmMst2 - 150*lmMst1*(-
1703  29 + 60*lmMst2) + 12990*lmMt - 19800*lmMst2*lmMt + 300*lmMsq*(-163 +
1704  30*lmMst1 + 36*lmMst2 + 66*lmMt) - 19800*pow2(lmMsq) + 9000*pow2(
1705  lmMst2))/pow4(Msq) - (3840*(2 + lmMst2 - 3*pow2(lmMst2)))/pow4(Mst1)))/
1706  270. + pow2(Mst1)*((-5*(95 + 138*lmMst2 + 3*lmMst1*(-31 + 12*lmMst2) +
1707  (-93 + 36*lmMst2)*lmMt + 12*lmMsq*(4 - 3*(lmMst1 + lmMt)) + 36*pow2(
1708  lmMsq) - 36*pow2(lmMst2)))/(27.*pow4(Msq)) - (3444114731 + 1993815180*
1709  lmMst2 - 113400*(1403 + 285*lmMst2 - 225*lmMt)*pow2(lmMst1) +
1710  943960500*pow2(lmMst2) + 8505000*lmMsq*(119 + lmMst2*(65 - 6*lmMt) -
1711  25*lmMt + lmMst1*(-40 - 6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2)) - 18900*
1712  lmMt*(-23695 + 43*lmMst2 + 90*pow2(lmMst2)) - 3780*lmMst1*(489006 -
1713  21415*lmMt + 35*lmMst2*(5201 + 180*lmMt) + 8700*pow2(lmMst2) - 21600*
1714  pow2(lmMt)) - 13608000*(13 + 6*lmMst2)*pow2(lmMt) + 2268000*pow3(
1715  lmMst1) + 62937000*pow3(lmMst2))/(637875.*pow4(Mst2))) + ((2*S2*((49447
1716  - 2380980*lmMst1 + 2380980*lmMst2)*pow2(Mst1) + 9*(36641 - 18620*lmMst1
1717  + 18620*lmMst2)*pow2(Mst2) - 95256*pow2(MuSUSY)))/945. + (907040*OepS2*
1718  pow2(Mst1) + 72*pow2(MuSUSY)*(33934 - 90*B4 + 90*D3 - 45*DN + 720*
1719  lmMst1 + 120*(163 + 24*lmMst1)*lmMst2 - 120*lmMt - 720*(2 + lmMst1)*
1720  pow2(lmMst2) + 720*pow3(lmMst2)))/3645.)/pow4(Mst2) + (5*(32*(4 - 15*
1721  lmMsq + 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 3*(9 - 140*lmMsq + 140*
1722  lmMst2)*pow4(Mst2)))/(18.*pow2(Mst1)*pow4(Msq)))*pow4(Mt) - pow2(Mt)*
1723  pow2(s2t)*(1007.0386243386243 - (16*B4)/9. + (16*D3)/9. - (8*DN)/9. +
1724  90*lmMsq + (424*lmMst1)/9. - (32*lmMt)/9. + 20*pow2(lmMsq) + (4*lmMst2*
1725  (2635 - 270*lmMsq + 549*lmMst1 - 48*pow2(lmMst1)))/27. + (82*pow2(
1726  lmMst1))/9. - (2*(39 + 32*lmMst1)*pow2(lmMst2))/9. - (((30*(11 - 40*
1727  lmMsq + 40*lmMst2))/pow2(Msq) + (-727 + 64*lmMst1*(-2 + lmMst2) - 594*
1728  lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 400*pow2(lmMst2))
1729  /pow2(Mst1))*pow2(Mst2))/9. + (128*pow3(lmMst2))/9. + pow2(Mst1)*((10*(
1730  19 - 60*lmMsq + 60*lmMst2))/(9.*pow2(Msq)) + (171.76748500881834 + 20*
1731  lmMsq*(-6 + lmMst1) + (286426*lmMst2)/675. + (32*(18 + 5*lmMst2)*lmMt)/
1732  9. - 10*pow2(lmMsq) + (5.822222222222222 - (4*lmMst2)/3.)*pow2(lmMst1)
1733  + (4*lmMst1*(47431 + 37635*lmMst2 - 3000*lmMt - 6975*pow2(lmMst2)))/
1734  675. - (3566*pow2(lmMst2))/15. + (4*pow3(lmMst1))/9. + (380*pow3(
1735  lmMst2))/9.)/pow2(Mst2)) - S2*(89.65714285714286 + 84*lmMst1 - 84*
1736  lmMst2 - ((65819 + 70*lmMst1 - 70*lmMst2)*pow2(MuSUSY))/(15.*pow2(Mst2)
1737  ) + (2*pow2(Mst1)*(9*(39779 + 20790*lmMst1 - 20790*lmMst2)*pow2(Mst2) -
1738  7*(620417 + 17670*lmMst1 - 17670*lmMst2)*pow2(MuSUSY)))/(945.*pow4(
1739  Mst2))) - (64*(2 + lmMst2 - 3*pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1))
1740  + (8*OepS2*(2*pow2(Mst1)*(891*pow2(Mst2) - 589*pow2(MuSUSY)) - 21*pow2(
1741  Mst2)*pow2(MuSUSY) + 378*pow4(Mst2)))/(729.*pow4(Mst2)) - pow2(MuSUSY)*
1742  ((5*(448 - 273*lmMst2 + 18*lmMsq*(8 - 19*lmMst1 + 19*lmMst2) + 3*
1743  lmMst1*(43 + 114*lmMst2) - 342*pow2(lmMst2)))/(27.*pow2(Msq)) + (-919 +
1744  64*lmMst1*(-2 + lmMst2) - 466*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*
1745  pow2(lmMsq) + 592*pow2(lmMst2))/(18.*pow2(Mst1)) + (92.43189300411522 -
1746  (76*B4)/9. + (80*D3)/9. - (14*DN)/3. + (545*lmMsq)/9. + 5*pow2(lmMsq) -
1747  (2*lmMst1*(-502 + 210*lmMsq + 45*pow2(lmMsq)))/9. - (25*pow2(lmMst1))/
1748  9. + (lmMst2*(-6175 + 1308*lmMst1 + 90*lmMsq*(11 + 6*lmMst1) + 270*
1749  pow2(lmMsq) + 96*pow2(lmMst1)))/27. - ((371 + 180*lmMsq + 336*lmMst1)*
1750  pow2(lmMst2))/9. + ((98.88888888888889 + (30 - 60*lmMsq)*lmMst1 - 30*
1751  lmMst2 + 60*(lmMsq + lmMst1)*lmMst2 - 60*pow2(lmMst2))*pow2(Mst1))/
1752  pow2(Msq) + (304*pow3(lmMst2))/9.)/pow2(Mst2) + pow2(Mst2)*((-5*(-3125
1753  + 540*lmMsq*(-1 + 4*lmMst1 - 4*lmMst2) + 876*lmMst2 - 48*lmMst1*(7 +
1754  45*lmMst2) + 2160*pow2(lmMst2)))/(216.*pow4(Msq)) + (32*(2 + lmMst2 -
1755  3*pow2(lmMst2)))/(9.*pow4(Mst1))) + pow2(Mst1)*((5*(493 + 5*(-17 + 60*
1756  lmMsq)*lmMst2 + lmMst1*(85 - 300*lmMsq + 300*lmMst2) - 300*pow2(lmMst2)
1757  ))/(36.*pow4(Msq)) - (182.90272153635118 + (140*B4)/9. - 16*D3 + (74*
1758  DN)/9. - (20*lmMsq)/3. + lmMst1*(-174.74765432098766 + 40*lmMsq + 10*
1759  pow2(lmMsq)) + lmMst2*(252.96987654320986 - (6002*lmMst1)/45. - 20*
1760  lmMsq*(2 + lmMst1) - 10*pow2(lmMsq) - (106*pow2(lmMst1))/3.) + (1556*
1761  pow2(lmMst1))/45. + (98.8 + 20*lmMsq + (878*lmMst1)/9.)*pow2(lmMst2) +
1762  (10*pow3(lmMst1))/9. - (190*pow3(lmMst2))/3.)/pow4(Mst2)) - (5*(32*(4 -
1763  15*lmMsq + 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 3*(9 - 140*lmMsq + 140*
1764  lmMst2)*pow4(Mst2)))/(72.*pow2(Mst1)*pow4(Msq))) - (5*((33 + 444*lmMsq
1765  - 444*lmMst2)*pow2(Mst2)*pow4(Mst1) + 32*(-4 + 15*lmMsq - 15*lmMst2)*
1766  pow2(Msq)*pow4(Mst2) + (25 - 852*lmMsq + 852*lmMst2)*pow2(Mst1)*pow4(
1767  Mst2) + 3*(-9 + 140*lmMsq - 140*lmMst2)*pow6(Mst2)))/(36.*pow2(Mst1)*
1768  pow4(Msq))) + pow4(s2t)*((-2*OepS2*(1136*pow2(Mst1) + 21*pow2(Mst2)))/
1769  729. + (S2*(4*(14023 + 8520*lmMst1 - 8520*lmMst2)*pow2(Mst1) + 9*(65819
1770  + 70*lmMst1 - 70*lmMst2)*pow2(Mst2)))/540. + pow2(Mst1)*(
1771  104.7055157750343 - B4/3. + (4*D3)/9. - (5*DN)/18. + (835*lmMsq)/36. +
1772  lmMst1*(13.868641975308641 - (40*lmMsq)/3. - (5*pow2(lmMsq))/2.) + (5*
1773  pow2(lmMsq))/4. + (653*pow2(lmMst1))/90. - lmMst2*(44.63716049382716 -
1774  (65*lmMsq)/6. + (10.011111111111111 - 5*lmMsq)*lmMst1 - (5*pow2(lmMsq))
1775  /2. + (127*pow2(lmMst1))/18.) - ((372 + 450*lmMsq - 515*lmMst1)*pow2(
1776  lmMst2))/90. + (5*pow3(lmMst1))/18. + (19*pow3(lmMst2))/18.) - pow2(
1777  Mst2)*(50.41352880658436 - (19*B4)/9. + (20*D3)/9. - (7*DN)/6. + (155*
1778  lmMsq)/36. - (5*pow2(lmMsq))/4. - (lmMst1*(-566 + 210*lmMsq + 45*pow2(
1779  lmMsq)))/18. - (25*pow2(lmMst1))/36. + (lmMst2*(-4681 + 1116*lmMst1 +
1780  90*lmMsq*(17 + 6*lmMst1) + 270*pow2(lmMsq) + 96*pow2(lmMst1)))/108. - (
1781  (353 + 60*lmMsq + 112*lmMst1)*pow2(lmMst2))/12. - (5*(205 - 102*lmMst2
1782  + 18*lmMsq*(3 - 10*lmMst1 + 10*lmMst2) + 12*lmMst1*(4 + 15*lmMst2) -
1783  180*pow2(lmMst2))*pow2(Mst1))/(54.*pow2(Msq)) + (76*pow3(lmMst2))/9.) -
1784  (((10*(544 - 18*lmMsq*(12 + 19*lmMst1 - 19*lmMst2) + 87*lmMst2 + 3*
1785  lmMst1*(43 + 114*lmMst2) - 342*pow2(lmMst2)))/pow2(Msq) + (3*(-1175 +
1786  64*lmMst1*(-2 + lmMst2) - 594*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*
1787  pow2(lmMsq) + 976*pow2(lmMst2)))/pow2(Mst1))*pow4(Mst2))/216. - ((8*(2
1788  + lmMst2 - 3*pow2(lmMst2))*pow2(Msq) + 5*(-4 + 15*lmMsq - 15*lmMst2)*
1789  pow2(Mst1))*pow6(Mst2))/(9.*pow2(Msq)*pow4(Mst1)) + (5*((3373 - 180*
1790  lmMsq*(1 + 14*lmMst1 - 14*lmMst2) + 18*lmMst2 + 18*lmMst1*(9 + 140*
1791  lmMst2) - 2520*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) - (3287 - 180*lmMsq*
1792  (11 + 12*lmMst1 - 12*lmMst2) + 1644*lmMst2 + 48*lmMst1*(7 + 45*lmMst2)
1793  - 2160*pow2(lmMst2))*pow6(Mst2)))/(864.*pow4(Msq))) - (Mt*pow3(s2t)*(-(
1794  pow4(Msq)*(12*pow2(Mst1)*pow2(Mst2)*(186448 - 61560*B4 + 1620*DN +
1795  288900*lmMsq + 1620*(-31 + 10*lmMsq)*lmMst1 - 180*(2201 + 90*lmMsq +
1796  528*lmMst1)*lmMst2 + 2240*OepS2 - 81*(-1373 + 560*lmMst1 - 560*lmMst2)*
1797  S2 - 4320*pow2(lmMst1) + 4320*(23 + 12*lmMst1)*pow2(lmMst2) - 51840*
1798  pow3(lmMst2)) - (9255817 - 32400*lmMsq*(7 + 6*lmMst1 - 6*lmMst2) +
1799  4247280*lmMst2 - 437920*OepS2 - 1836*(-1987 + 4830*lmMst2)*S2 + 360*
1800  lmMst1*(-7670 + 2520*lmMst2 + 24633*S2) - 349920*pow2(lmMst1) - 868320*
1801  pow2(lmMst2))*pow4(Mst1) + 103680*(3 + 4*lmMst2 - 3*pow2(lmMst2))*pow4(
1802  Mst2))) + 10800*pow2(Msq)*((35 - 36*lmMsq*(2 + lmMst1 - lmMst2) + 84*
1803  lmMst2 + 12*lmMst1*(-1 + 3*lmMst2) - 36*pow2(lmMst2))*pow2(Mst2)*pow4(
1804  Mst1) - (509 + lmMst1*(12 - 36*lmMst2) + 36*lmMsq*(-2 + lmMst1 -
1805  lmMst2) + 60*lmMst2 + 36*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2)) + 2700*((
1806  239 - 180*lmMsq*(2 + lmMst1 - lmMst2) + 387*lmMst2 + 9*lmMst1*(-3 + 20*
1807  lmMst2) - 180*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) - (1307 + 180*lmMsq*(
1808  -2 + lmMst1 - lmMst2) + 333*lmMst2 - 9*lmMst1*(-3 + 20*lmMst2) + 180*
1809  pow2(lmMst2))*pow2(Mst1)*pow6(Mst2))))/(14580.*Mst2*pow2(Mst1)*pow4(
1810  Msq)) + (s2t*pow3(Mt)*(60480*Mst2*((5*(67 - 6*lmMst1*(1 + 3*lmMsq - 3*
1811  lmMst2) + 3*lmMst2 + 18*lmMsq*lmMst2 + 3*lmMt - 18*pow2(lmMst2)))/pow2(
1812  Msq) + (24*(-3 - 4*lmMst2 + 3*pow2(lmMst2)))/pow2(Mst1)) + (24*(4617197
1813  - 18900*lmMsq*(5 + 6*lmMst1 - 6*lmMst2) + 699720*lmMst2 + 3780*lmMst1*(
1814  -75 + 96*lmMst2 - 16*lmMt) + 1260*(19 + 56*lmMst2)*lmMt + 30240*pow2(
1815  lmMst1) - 599760*pow2(lmMst2) + 15120*pow2(lmMt) - (18900*(7 + 2*lmMst1
1816  - 4*lmMst2 + 2*lmMt)*pow2(Mst1))/pow2(Msq)))/Mst2 + (8*pow2(Mst1)*(
1817  16684903 + 13530195*lmMst2 + 170100*lmMsq*(17 - 2*lmMst1 + 4*lmMst2 -
1818  2*lmMt) - 22680*(41 + 4*lmMst2 - 4*lmMt)*pow2(lmMst1) + 4023810*pow2(
1819  lmMst2) - 1890*lmMt*(-1210 - 19*lmMst2 + 48*pow2(lmMst2)) - 315*lmMst1*
1820  (32933 + 6654*lmMst2 + 690*lmMt + 864*pow2(lmMst2) - 864*pow2(lmMt)) -
1821  272160*(3 + lmMst2)*pow2(lmMt) + 362880*pow3(lmMst2)))/pow3(Mst2) + (-
1822  7840*OepS2*(24*pow2(Mst2)*(2*pow2(Mst2) + pow2(MuSUSY)) + pow2(Mst1)*(
1823  1208*pow2(Mst2) + 439*pow2(MuSUSY))) - 108*S2*(pow2(Mst1)*(8*(53899 -
1824  221970*lmMst1 + 221970*lmMst2)*pow2(Mst2) - 245*(259 + 2634*lmMst1 -
1825  2634*lmMst2)*pow2(MuSUSY)) + 9*(7*(1373 - 560*lmMst1 + 560*lmMst2)*
1826  pow2(Mst2)*pow2(MuSUSY) + 16*(1471 - 490*lmMst1 + 490*lmMst2)*pow4(
1827  Mst2))))/pow5(Mst2) + (37800*(Mst2*(47 - 39*lmMst1 + 6*(11 + 6*lmMst1)*
1828  lmMst2 + (-39 + 36*lmMst2)*lmMt + 12*lmMsq*(1 - 3*(lmMst1 + lmMt)) +
1829  36*pow2(lmMsq) - 36*pow2(lmMst2))*pow2(Mst1) + (673 - 6*lmMst2 + 9*
1830  lmMst1*(-3 + 20*lmMst2) - 12*lmMsq*(1 + 15*lmMst1 - 18*lmMst2 - 3*lmMt)
1831  + 45*lmMt - 36*lmMst2*lmMt - 36*pow2(lmMsq) - 180*pow2(lmMst2))*pow3(
1832  Mst2)) + (7*pow2(MuSUSY)*(pow4(Msq)*(-48*pow2(Mst1)*pow2(Mst2)*(59572 -
1833  15390*B4 + 405*DN + 72225*lmMsq + 405*(-31 + 10*lmMsq)*lmMst1 - 45*(
1834  1817 + 90*lmMsq + 528*lmMst1)*lmMst2 - 1080*pow2(lmMst1) + 1080*(11 +
1835  12*lmMst1)*pow2(lmMst2) - 12960*pow3(lmMst2)) + 5*(769589 + 295488*B4 -
1836  7776*DN - 1432080*lmMsq - 144*(2161 + 810*lmMsq)*lmMst1 + 144*(17377 +
1837  810*lmMsq + 4428*lmMst1)*lmMst2 - 49248*pow2(lmMst1) - 2592*(179 + 96*
1838  lmMst1)*pow2(lmMst2) + 248832*pow3(lmMst2))*pow4(Mst1) + 103680*(-3 -
1839  4*lmMst2 + 3*pow2(lmMst2))*pow4(Mst2)) - 10800*pow2(Msq)*((983 + 36*
1840  lmMst1 + 36*lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 36*lmMst2 - 108*lmMst1*
1841  lmMst2 + 108*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (509 + 12*lmMst1 +
1842  36*lmMsq*(-2 + lmMst1 - lmMst2) + 60*lmMst2 - 36*lmMst1*lmMst2 + 36*
1843  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2)) - 2700*((2375 + 81*lmMst1 + 180*
1844  lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 279*lmMst2 - 540*lmMst1*lmMst2 +
1845  540*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) + (1307 + 27*lmMst1 + 180*
1846  lmMsq*(-2 + lmMst1 - lmMst2) + 333*lmMst2 - 180*lmMst1*lmMst2 + 180*
1847  pow2(lmMst2))*pow2(Mst1)*pow6(Mst2))))/(pow2(Mst1)*pow5(Mst2)))/pow4(
1848  Msq)))/51030. + ((T1ep*(-4*pow2(Mst1)*(-2*Mst2*pow2(Mt)*pow2(s2t)*(-
1849  589*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 891*pow2(Mst2)*pow2(Sbeta)) - 14*
1850  s2t*(439*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 1208*pow2(Mst2)*pow2(Sbeta))
1851  *pow3(Mt) + 2737*Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) + 22676*Mst2*pow2(
1852  Sbeta)*pow4(Mt) - 284*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 21*pow2(Mst2)
1853  *(4*Mst2*pow2(Mt)*pow2(s2t)*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) + 18*
1854  pow2(Mst2)*pow2(Sbeta)) + 64*s2t*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*
1855  pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 32*Mt*pow2(Sbeta)*pow3(s2t)*pow4(
1856  Mst2) - 304*Mst2*pow2(Sbeta)*pow4(Mt) + pow2(Sbeta)*pow4(s2t)*pow5(
1857  Mst2))))/(243.*pow5(Mst2)) - pow2(Mt)*pow2(MuSUSY)*((8*pow2(Mt)*(33934
1858  - 90*B4 + 90*D3 - 45*DN + 720*lmMst1 + 120*(163 + 24*lmMst1)*lmMst2 -
1859  120*lmMt - 10206*S2 - 720*(2 + lmMst1)*pow2(lmMst2) + 720*pow3(lmMst2))
1860  )/(405.*pow4(Mst2)) + pow2(s2t)*((5*(448 - 273*lmMst2 + 18*lmMsq*(8 -
1861  19*lmMst1 + 19*lmMst2) + 3*lmMst1*(43 + 114*lmMst2) - 342*pow2(lmMst2))
1862  )/(27.*pow2(Msq)) + (-919 + 64*lmMst1*(-2 + lmMst2) - 466*lmMst2 - 30*
1863  lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 592*pow2(lmMst2))/(18.*pow2(
1864  Mst1)) + (92.43189300411522 - (76*B4)/9. + (80*D3)/9. - (14*DN)/3. + (
1865  545*lmMsq)/9. + 5*pow2(lmMsq) - (2*lmMst1*(-502 + 210*lmMsq + 45*pow2(
1866  lmMsq)))/9. - (25*pow2(lmMst1))/9. + (lmMst2*(-6175 + 1308*lmMst1 + 90*
1867  lmMsq*(11 + 6*lmMst1) + 270*pow2(lmMsq) + 96*pow2(lmMst1)))/27. - ((371
1868  + 180*lmMsq + 336*lmMst1)*pow2(lmMst2))/9. + ((98.88888888888889 + 30*(
1869  1 - 2*lmMsq)*lmMst1 - 30*lmMst2 + 60*(lmMsq + lmMst1)*lmMst2 - 60*pow2(
1870  lmMst2))*pow2(Mst1))/pow2(Msq) + (304*pow3(lmMst2))/9.)/pow2(Mst2) + (
1871  pow2(Mst2)*((5*(3125 - 876*lmMst2 + 540*lmMsq*(1 - 4*lmMst1 + 4*lmMst2)
1872  + 48*lmMst1*(7 + 45*lmMst2) - 2160*pow2(lmMst2)))/pow4(Msq) + (768*(2 +
1873  lmMst2 - 3*pow2(lmMst2)))/pow4(Mst1)))/216. + pow2(Mst1)*((5*(493 + 5*(
1874  -17 + 60*lmMsq)*lmMst2 + lmMst1*(85 - 300*lmMsq + 300*lmMst2) - 300*
1875  pow2(lmMst2)))/(36.*pow4(Msq)) - (182.90272153635118 + (140*B4)/9. -
1876  16*D3 + (74*DN)/9. - (20*lmMsq)/3. + lmMst1*(-174.74765432098766 + 40*
1877  lmMsq + 10*pow2(lmMsq)) + lmMst2*(252.96987654320986 - (6002*lmMst1)/
1878  45. - 20*lmMsq*(2 + lmMst1) - 10*pow2(lmMsq) - (106*pow2(lmMst1))/3.) +
1879  (1556*pow2(lmMst1))/45. + (98.8 + 20*lmMsq + (878*lmMst1)/9.)*pow2(
1880  lmMst2) + (10*pow3(lmMst1))/9. - (190*pow3(lmMst2))/3.)/pow4(Mst2)) + (
1881  (47120*OepS2 - 54*(620417 + 17670*lmMst1 - 17670*lmMst2)*S2)*pow2(Mst1)
1882  + 3*(280*OepS2 - 81*(65819 + 70*lmMst1 - 70*lmMst2)*S2)*pow2(Mst2))/(
1883  3645.*pow4(Mst2)) - (5*(32*(4 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow2(
1884  Mst2) + 3*(9 - 140*lmMsq + 140*lmMst2)*pow4(Mst2)))/(72.*pow2(Mst1)*
1885  pow4(Msq))) - (Mt*s2t*(pow4(Msq)*(12*pow2(Mst1)*pow2(Mst2)*(238288 -
1886  61560*B4 + 1620*DN + 288900*lmMsq + 1620*(-31 + 10*lmMsq)*lmMst1 - 180*
1887  (1817 + 90*lmMsq + 528*lmMst1)*lmMst2 + 2240*OepS2 - 81*(-1373 + 560*
1888  lmMst1 - 560*lmMst2)*S2 - 4320*pow2(lmMst1) + 4320*(11 + 12*lmMst1)*
1889  pow2(lmMst2) - 51840*pow3(lmMst2)) - 5*(769589 + 295488*B4 - 7776*DN -
1890  1432080*lmMsq - 144*(2161 + 810*lmMsq)*lmMst1 + 144*(17377 + 810*lmMsq
1891  + 4428*lmMst1)*lmMst2 - 98336*OepS2 + 756*(259 + 2634*lmMst1 - 2634*
1892  lmMst2)*S2 - 49248*pow2(lmMst1) - 2592*(179 + 96*lmMst1)*pow2(lmMst2) +
1893  248832*pow3(lmMst2))*pow4(Mst1) + 103680*(3 + 4*lmMst2 - 3*pow2(lmMst2)
1894  )*pow4(Mst2)) + 10800*pow2(Msq)*((983 + 36*lmMst1 + 36*lmMsq*(-2 + 3*
1895  lmMst1 - 3*lmMst2) + 36*lmMst2 - 108*lmMst1*lmMst2 + 108*pow2(lmMst2))*
1896  pow2(Mst2)*pow4(Mst1) + (509 + 12*lmMst1 + 36*lmMsq*(-2 + lmMst1 -
1897  lmMst2) + 60*lmMst2 - 36*lmMst1*lmMst2 + 36*pow2(lmMst2))*pow2(Mst1)*
1898  pow4(Mst2)) + 2700*((2375 + 81*lmMst1 + 180*lmMsq*(-2 + 3*lmMst1 - 3*
1899  lmMst2) + 279*lmMst2 - 540*lmMst1*lmMst2 + 540*pow2(lmMst2))*pow4(Mst1)
1900  *pow4(Mst2) + (1307 + 27*lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) +
1901  333*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2))*pow2(Mst1)*pow6(
1902  Mst2))))/(7290.*pow2(Mst1)*pow4(Msq)*pow5(Mst2))))/pow2(Sbeta) - (
1903  MuSUSY*(-(pow2(Mt)*pow2(s2t)*((-4*Mst2*((5*(509 + lmMst1*(12 - 36*
1904  lmMst2) + 36*lmMsq*(-2 + lmMst1 - lmMst2) + 60*lmMst2 + 36*pow2(lmMst2)
1905  ))/pow2(Msq) + (48*(3 + 4*lmMst2 - 3*pow2(lmMst2)))/pow2(Mst1)))/9. - (
1906  524.3654320987654 - 152*B4 + 4*DN + (2140*lmMsq)/3. + 4*(-31 + 10*
1907  lmMsq)*lmMst1 - (4*(2009 + 90*lmMsq + 528*lmMst1)*lmMst2)/9. - (32*
1908  pow2(lmMst1))/3. + (32*(17 + 12*lmMst1)*pow2(lmMst2))/3. + (40*(79 + 4*
1909  lmMst1*(1 + 3*lmMsq - 3*lmMst2) - 4*(1 + 3*lmMsq)*lmMst2 + 12*pow2(
1910  lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) - 128*pow3(lmMst2))/Mst2 + ((-56*
1911  OepS2*(415*pow2(Mst1) + 24*pow2(Mst2)))/243. + (S2*((21422 + 87150*
1912  lmMst1 - 87150*lmMst2)*pow2(Mst1) + 9*(-1373 + 560*lmMst1 - 560*lmMst2)
1913  *pow2(Mst2)))/45.)/pow3(Mst2) + (pow2(Mst1)*(1380.1236625514402 + 152*
1914  B4 - 4*DN - 760*lmMsq - (8*(1499 + 270*lmMsq)*lmMst1)/27. + (8*(5963 +
1915  270*lmMsq + 1422*lmMst1)*lmMst2)/27. - (184*pow2(lmMst1))/3. - 8*(45 +
1916  16*lmMst1)*pow2(lmMst2) + 128*pow3(lmMst2)))/pow3(Mst2) - (5*(6*Mst2*(
1917  178 + lmMst1*(9 + 60*lmMsq - 60*lmMst2) - 9*lmMst2 - 60*lmMsq*lmMst2 +
1918  60*pow2(lmMst2))*pow2(Mst1) + (1307 + 27*lmMst1 + 180*lmMsq*(-2 +
1919  lmMst1 - lmMst2) + 333*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2))*
1920  pow3(Mst2)))/(9.*pow4(Msq)))) + (4*Mt*T1ep*(21*pow2(Mst2)*(36*Mst2*s2t*
1921  pow2(Mt) - 24*Mt*pow2(Mst2)*pow2(s2t) + 32*pow3(Mt) + pow3(Mst2)*pow3(
1922  s2t)) + pow2(Mst1)*(4320*Mst2*s2t*pow2(Mt) - 8715*Mt*pow2(Mst2)*pow2(
1923  s2t) + 17584*pow3(Mt) + 1157*pow3(Mst2)*pow3(s2t))))/(243.*pow5(Mst2))
1924  - Mt*pow3(s2t)*(143.48744855967078 - (76*B4)/9. + (80*D3)/9. - (14*DN)/
1925  3. + (350*lmMsq)/9. - (2*lmMst1*(-178 + 70*lmMsq + 15*pow2(lmMsq)))/3.
1926  - (25*pow2(lmMst1))/
1927  9. + (2*lmMst2*(-2738 + 606*lmMst1 + 90*lmMsq*(7 + 3*lmMst1) + 135*
1928  pow2(lmMsq) + 48*pow2(lmMst1)))/27. - ((667 + 180*lmMsq + 336*lmMst1)*
1929  pow2(lmMst2))/9. + (8*OepS2*(21 + (1157*pow2(Mst1))/pow2(Mst2)))/729. +
1930  (((10*(496 - 18*lmMsq*(2 + 19*lmMst1 - 19*lmMst2) - 93*lmMst2 + 3*
1931  lmMst1*(43 + 114*lmMst2) - 342*pow2(lmMst2)))/pow2(Msq) + (3*(-1047 +
1932  64*lmMst1*(-2 + lmMst2) - 530*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*
1933  pow2(lmMsq) + 784*pow2(lmMst2)))/pow2(Mst1))*pow2(Mst2))/54. - (S2*((
1934  648463 + 34710*lmMst1 - 34710*lmMst2)*pow2(Mst1) + 9*(65819 + 70*lmMst1
1935  - 70*lmMst2)*pow2(Mst2)))/(135.*pow2(Mst2)) + pow2(Mst1)*((5*(86 +
1936  lmMst1*(33 - 18*lmMst2) + 18*lmMsq*(-8 + lmMst1 - lmMst2) + 111*lmMst2
1937  + 18*pow2(lmMst2)))/(27.*pow2(Msq)) - (275.3346145404664 + (64*B4)/9. -
1938  (64*D3)/9. + (32*DN)/9. + (485*lmMsq)/9. - (4*(31991 + 3375*lmMsq)*
1939  lmMst1)/2025. + 5*pow2(lmMsq) + (159*pow2(lmMst1))/5. - (lmMst2*(-49139
1940  + 6750*lmMsq + 171990*lmMst1 + 64350*pow2(lmMst1)))/2025. + ((2591 +
1941  2710*lmMst1)*pow2(lmMst2))/45. + (10*pow3(lmMst1))/9. - (266*pow3(
1942  lmMst2))/9.)/pow2(Mst2)) + (304*pow3(lmMst2))/9. + (32*(2 + lmMst2 - 3*
1943  pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1)) + (5*((-167 + 180*lmMsq*(-3 +
1944  2*lmMst1 - 2*lmMst2) + 366*lmMst2 - 6*lmMst1*(-29 + 60*lmMst2) + 360*
1945  pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 96*(-4 + 15*lmMsq - 15*lmMst2)*
1946  pow2(Msq)*pow4(Mst2) + 2*(1603 - 360*lmMsq*(1 + 3*lmMst1 - 3*lmMst2) +
1947  192*lmMst2 + 24*lmMst1*(7 + 45*lmMst2) - 1080*pow2(lmMst2))*pow2(Mst1)*
1948  pow4(Mst2) + 9*(-9 + 140*lmMsq - 140*lmMst2)*pow6(Mst2)))/(216.*pow2(
1949  Mst1)*pow4(Msq))) + (pow3(Mt)*(100*Mt*pow2(Mst1)*(-2*pow4(Msq)*(-3*(
1950  4455287 - 18900*lmMsq*(5 + 6*lmMst1 - 6*lmMst2) + 493080*lmMst2 + 1260*
1951  (31 + 56*lmMst2)*lmMt - 15680*OepS2 - 648*(1471 + 490*lmMst2)*S2 +
1952  3780*lmMst1*(-83 + 96*lmMst2 - 16*lmMt + 84*S2) + 30240*pow2(lmMst1) -
1953  418320*pow2(lmMst2) + 15120*pow2(lmMt))*pow2(Mst1)*pow2(Mst2) - 2*(
1954  15392987 + 7445655*lmMst2 + 28350*lmMsq*(43 - 12*lmMst1 + 18*lmMst2 -
1955  6*lmMt) - 615440*OepS2 - 54*(80377 + 230790*lmMst2)*S2 - 11340*(35 + 4*
1956  lmMst2 - 4*lmMt)*pow2(lmMst1) + 1361745*pow2(lmMst2) - 945*lmMt*(-840 +
1957  13*lmMst2 + 48*pow2(lmMst2)) - 315*lmMst1*(17917 + 1599*lmMst2 + 201*
1958  lmMt - 39564*S2 + 432*pow2(lmMst2) - 432*pow2(lmMt)) - 22680*(17 + 6*
1959  lmMst2)*pow2(lmMt) + 181440*pow3(lmMst2))*pow4(Mst1) + 181440*(3 + 4*
1960  lmMst2 - 3*pow2(lmMst2))*pow4(Mst2)) + 37800*pow2(Msq)*((113 - 18*
1961  lmMst1*(1 + 2*lmMsq - 2*lmMst2) + 18*lmMst2 + 36*lmMsq*lmMst2 - 36*
1962  pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (137 - 12*lmMst1*(1 + 3*lmMsq -
1963  3*lmMst2) + 6*lmMst2 + 36*lmMsq*lmMst2 + 6*lmMt - 36*pow2(lmMst2))*
1964  pow2(Mst1)*pow4(Mst2)) + 4725*(6*(241 + 4*(5 + 18*lmMsq)*lmMst2 +
1965  lmMst1*(-22 - 72*lmMsq + 72*lmMst2) + 2*lmMt - 72*pow2(lmMst2))*pow4(
1966  Mst1)*pow4(Mst2) + (1391 - 48*lmMst2 + 18*lmMst1*(-3 + 20*lmMst2) + 90*
1967  lmMt - 72*lmMst2*lmMt + 12*lmMsq*(1 - 30*lmMst1 + 36*lmMst2 + 6*lmMt) -
1968  72*pow2(lmMsq) - 360*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2))) - 9*Mst2*
1969  s2t*(2*pow4(Msq)*(75*pow2(Mst2)*(2025733 - 3360*B4 + 3360*D3 - 1680*DN
1970  + 88200*lmMsq + 115920*lmMst1 - 6720*lmMt + 7840*OepS2 - 324*(523 +
1971  490*lmMst1 - 490*lmMst2)*S2 + 18900*pow2(lmMsq) + 17220*pow2(lmMst1) -
1972  140*lmMst2*(-6065 + 270*lmMsq - 1002*lmMst1 + 96*pow2(lmMst1)) - 420*(
1973  143 + 32*lmMst1)*pow2(lmMst2) + 26880*pow3(lmMst2))*pow4(Mst1) + 15750*
1974  (599 - 64*lmMst1*(-2 + lmMst2) + 530*lmMst2 + 30*lmMsq*(-13 + 6*lmMst2)
1975  - 90*pow2(lmMsq) - 208*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + 8*(
1976  22601752 - 31500*B4 + 31500*D3 - 15750*DN - 1299375*lmMsq + 105*(56281
1977  + 3375*lmMsq)*lmMst1 - 63000*(-17 + 5*lmMst1 - 5*lmMst2)*lmMt + 420000*
1978  OepS2 - 675*(22243 + 12600*lmMst1 - 12600*lmMst2)*S2 + 264600*pow2(
1979  lmMst1) - 105*lmMst2*(-148919 + 3375*lmMsq - 50160*lmMst1 + 1425*pow2(
1980  lmMst1)) - 1575*(3032 + 545*lmMst1)*pow2(lmMst2) + 7875*pow3(lmMst1) +
1981  1000125*pow3(lmMst2))*pow6(Mst1) - 1008000*(2 + lmMst2 - 3*pow2(lmMst2)
1982  )*pow6(Mst2)) + 315000*pow2(Msq)*((-17 + 60*lmMsq - 60*lmMst2)*pow4(
1983  Mst1)*pow4(Mst2) + 2*pow2(Mst2)*pow6(Mst1) + 4*(4 - 15*lmMsq + 15*
1984  lmMst2)*pow2(Mst1)*pow6(Mst2)) - 39375*((31 + 12*lmMsq - 12*lmMst2)*
1985  pow4(Mst2)*pow6(Mst1) - 2*(1 + 216*lmMsq - 216*lmMst2)*pow4(Mst1)*pow6(
1986  Mst2) + 3*(-9 + 140*lmMsq - 140*lmMst2)*pow2(Mst1)*pow8(Mst2)))))/(
1987  1.27575e6*pow4(Msq)*pow4(Mst1)*pow5(Mst2))))/Tbeta))) + xDR2DRMOD*(
1988  Al4p*(-((2*Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*twoLoopFlag*(-(pow2(
1989  Mst2)*pow2(s2t)*pow4(Mst1)*(-8*(lmMst1 - lmMst2)*Tbeta*pow2(Mt)*pow2(
1990  MuSUSY)*(-1 + pow2(Sbeta)) + 4*Mt*(-(MuSUSY*s2t) + 2*Mt*Tbeta)*pow2(
1991  Mst2)*pow2(Sbeta) + (1 - 2*lmMst1 + 2*lmMst2)*Tbeta*pow2(s2t)*pow2(
1992  Sbeta)*pow4(Mst2))) - pow2(Mst1)*pow4(Mst2)*(-4*Tbeta*pow2(Mt)*pow2(
1993  s2t)*((-1 + 2*lmMst1 - 2*lmMst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*
1994  pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*MuSUSY*s2t*pow3(Mt) + 8*(-
1995  lmMst1 + lmMst2)*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) - 16*Tbeta*pow4(Mt) + (
1996  1 + 2*lmMst1 - 2*lmMst2)*Tbeta*pow4(Mst2)*pow4(s2t))) + Tbeta*pow2(s2t)
1997  *(8*(lmMst1 - lmMst2)*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(
1998  s2t)*pow2(Sbeta)*pow4(Mst2))*pow6(Mst1) + (-4*Tbeta*pow2(Mt)*pow2(s2t)*
1999  (pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(
2000  Sbeta)*(16*MuSUSY*s2t*pow3(Mt) - 4*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) + 16*
2001  Tbeta*pow4(Mt) + Tbeta*pow4(Mst2)*pow4(s2t)))*pow6(Mst2)))/(6.*Tbeta*
2002  pow2(Mst1)*pow2(Sbeta)*pow5(Mst2)) - xDmglst2*pow2(Dmglst2)*(-((2 -
2003  lmMst2)*twoLoopFlag*(-(pow2(Mst2)*pow2(s2t)*pow4(Mst1)*(-8*(lmMst1 -
2004  lmMst2)*Tbeta*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*Mt*(-(
2005  MuSUSY*s2t) + 2*Mt*Tbeta)*pow2(Mst2)*pow2(Sbeta) + (1 - 2*lmMst1 + 2*
2006  lmMst2)*Tbeta*pow2(s2t)*pow2(Sbeta)*pow4(Mst2))) - pow2(Mst1)*pow4(
2007  Mst2)*(-4*Tbeta*pow2(Mt)*pow2(s2t)*((-1 + 2*lmMst1 - 2*lmMst2)*pow2(
2008  MuSUSY)*(-1 + pow2(Sbeta)) + 4*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(
2009  16*MuSUSY*s2t*pow3(Mt) + 8*(-lmMst1 + lmMst2)*Mt*MuSUSY*pow2(Mst2)*
2010  pow3(s2t) - 16*Tbeta*pow4(Mt) + (1 + 2*lmMst1 - 2*lmMst2)*Tbeta*pow4(
2011  Mst2)*pow4(s2t))) + Tbeta*pow2(s2t)*(8*(lmMst1 - lmMst2)*pow2(Mt)*pow2(
2012  MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2))*pow6(
2013  Mst1) + (-4*Tbeta*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2014  2*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*MuSUSY*s2t*pow3(Mt) - 4*Mt*
2015  MuSUSY*pow2(Mst2)*pow3(s2t) + 16*Tbeta*pow4(Mt) + Tbeta*pow4(Mst2)*
2016  pow4(s2t)))*pow6(Mst2)))/(6.*Tbeta*pow2(Mst1)*pow2(Sbeta)*pow6(Mst2)) +
2017  Al4p*threeLoopFlag*(pow4(s2t)*((pow2(Mst1)*(73 + 2824*lmMst2 - 90*
2018  lmMsq*(-1 + 2*lmMst1 - 2*lmMst2)*(-13 + 6*lmMst2) + 270*(-1 + 2*lmMst1
2019  - 2*lmMst2)*pow2(lmMsq) + 1344*(-2 + lmMst2)*pow2(lmMst1) + 60*pow2(
2020  lmMst2) - 6*lmMst1*(643 - 686*lmMst2 + 176*pow2(lmMst2)) - 288*pow3(
2021  lmMst2)))/216. - ((615080*OepS2 - 27*(669989 + 461310*lmMst1 - 461310*
2022  lmMst2)*S2)*pow4(Mst1))/(43740.*pow2(Mst2)) + ((5*(133 + lmMst1*(48 -
2023  36*lmMst2) + 36*lmMsq*(2 + lmMst1 - lmMst2) - 120*lmMst2 + 36*pow2(
2024  lmMst2)))/(216.*pow2(Msq)) + (150.8801470186938 - (87576071*lmMst2)/
2025  2.3814e6 + (5*lmMsq*(29 - 78*lmMst1 + 78*lmMst2))/36. + (
2026  1.4137566137566138 + (143*lmMst2)/18.)*pow2(lmMst1) + lmMst1*(
2027  27.663925002099607 + (12028*lmMst2)/945. - (143*pow2(lmMst2))/18.) - (
2028  13364*pow2(lmMst2))/945. - (143*pow3(lmMst1))/54. + (143*pow3(lmMst2))/
2029  54.)/pow2(Mst2))*pow4(Mst1) - (pow2(Mst2)*(240*(-4 + 15*lmMsq - 15*
2030  lmMst2)*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Msq)*pow2(Mst1) + 2*(-2089 +
2031  3644*lmMst2 - 90*lmMsq*(1 + 2*lmMst1 - 2*lmMst2)*(-13 + 6*lmMst2) +
2032  270*(1 + 2*lmMst1 - 2*lmMst2)*pow2(lmMsq) - 192*(-2 + lmMst2)*pow2(
2033  lmMst1) + 5916*pow2(lmMst2) + 6*lmMst1*(-1123 - 338*lmMst2 + 336*pow2(
2034  lmMst2)) - 1824*pow3(lmMst2))*pow4(Msq) + 5*(127 - 180*lmMsq*(2 +
2035  lmMst1 - lmMst2) + 447*lmMst2 + 3*lmMst1*(-29 + 60*lmMst2) - 180*pow2(
2036  lmMst2))*pow4(Mst1)))/(432.*pow4(Msq)) + (((40*(1 + 2*lmMst1 - 2*
2037  lmMst2)*(4 - 15*lmMsq + 15*lmMst2))/pow2(Msq) + (-1091 + 64*lmMst1*(-2
2038  + lmMst2) - 594*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) +
2039  976*pow2(lmMst2))/pow2(Mst1))*pow4(Mst2))/72. + (5*(9 - 140*lmMsq +
2040  140*lmMst2)*((1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst1) + (1 + 2*lmMst1 - 2*
2041  lmMst2)*pow2(Mst2))*pow4(Mst2))/(96.*pow4(Msq)) + ((8*(2 + lmMst2 - 3*
2042  pow2(lmMst2))*pow2(Msq) + 5*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Mst1))*
2043  pow6(Mst2))/(9.*pow2(Msq)*pow4(Mst1))) - (Mt*pow3(s2t)*(12150*(4*pow2(
2044  Msq)*pow2(Mst2) + pow4(Mst2))*pow6(Mst1) - pow4(Msq)*(25920*((77 + 59*
2045  lmMst2 - 6*lmMst1*(3 + lmMst2) - 12*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1)
2046  + pow2(Mst1)*(31 - 101*lmMst2 + 6*lmMst1*(7 + 8*lmMst2 - 6*pow2(lmMst2)
2047  ) - 48*pow2(lmMst2) + 36*pow3(lmMst2))*pow4(Mst2)) - (26480791 +
2048  4317750*lmMst2 + 291600*lmMsq*(5 - 3*lmMst1 + 3*lmMst2) - 2529760*OepS2
2049  - 162*(-411733 + 316220*lmMst2)*S2 + 19440*(-61 + 24*lmMst2)*pow2(
2050  lmMst1) - 2118960*pow2(lmMst2) - 90*lmMst1*(71303 - 36720*lmMst2 -
2051  569196*S2 + 5184*pow2(lmMst2)) - 155520*pow3(lmMst1) + 155520*pow3(
2052  lmMst2))*pow6(Mst1) + 155520*(-3 - 4*lmMst2 + 3*pow2(lmMst2))*pow6(
2053  Mst2))))/(21870.*pow2(Mst1)*pow3(Mst2)*pow4(Msq)) + (pow3(Mt)*(20*s2t*
2054  pow2(Mst1)*(14175*(-5*(688 + 27*lmMst1 + 36*lmMsq*(-2 + 5*lmMst1 - 5*
2055  lmMst2) + 45*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2))*pow2(Mst2)*
2056  pow2(MuSUSY) - 8*pow2(Msq)*(3*(-19 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*
2057  pow2(Mst2) + (727 + 30*lmMst1 + 18*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) +
2058  6*lmMst2 - 90*lmMst1*lmMst2 + 90*pow2(lmMst2))*pow2(MuSUSY)) - 6*(5 +
2059  2*lmMst1 - 4*lmMst2 + 2*lmMt)*pow4(Mst2))*pow6(Mst1) + pow4(Msq)*(-
2060  30240*pow2(Mst1)*pow2(Mst2)*((553 + 194*lmMst2 + 18*lmMst1*(-1 + 4*
2061  lmMst2 - 2*lmMt) + 6*(-5 + 8*lmMst2)*lmMt - 192*pow2(lmMst2))*pow2(
2062  Mst2) - 3*pow2(MuSUSY)*(5 + 149*lmMst2 + 12*pow2(lmMst2) + 6*lmMst1*(-7
2063  - 8*lmMst2 + 6*pow2(lmMst2)) - 36*pow3(lmMst2))) - 90720*(6*pow2(Mst2)*
2064  (116 + lmMst2*(181 - 30*lmMt) - 36*lmMt - 4*(-14 + lmMt)*pow2(lmMst2) -
2065  2*lmMst1*(42 + lmMst2*(21 - 2*lmMt) - 8*lmMt + 2*pow2(lmMst2)) + 4*
2066  pow3(lmMst2)) + pow2(MuSUSY)*(85 - 215*lmMst2 + lmMst1*(66 + 90*lmMst2
2067  - 72*pow2(lmMst2)) - 54*pow2(lmMst2) + 72*pow3(lmMst2)))*pow4(Mst1) +
2068  544320*(3 + 4*lmMst2 - 3*pow2(lmMst2))*(2*pow2(Mst2) + pow2(MuSUSY))*
2069  pow4(Mst2) + (370047113 - 300957300*lmMst2 - 45543680*OepS2 - 4968*(-
2070  135731 + 185640*lmMst2)*S2 - 136080*(339 + 62*lmMst2 - 59*lmMt)*pow2(
2071  lmMst1) - 210470400*pow2(lmMst2) + 1020600*lmMsq*(97 + 94*lmMst2 - 4*
2072  lmMst1*(17 + 3*lmMst2 - 3*lmMt) - 2*(13 + 6*lmMst2)*lmMt + 12*pow2(
2073  lmMst2)) + 5670*lmMt*(22061 + 24472*lmMst2 + 6024*pow2(lmMst2)) -
2074  1632960*(7 + 6*lmMst2)*pow2(lmMt) + 630*lmMst1*(98585 + 11160*lmMst2*(
2075  31 - 6*lmMt) - 140760*lmMt + 1463904*S2 + 52056*pow2(lmMst2) + 15552*
2076  pow2(lmMt)) + 136080*pow3(lmMst1) - 24494400*pow3(lmMst2))*pow6(Mst1)))
2077  + 189*Mst2*Mt*(3375*pow2(Mst1)*pow2(Mst2)*((-9 + 140*lmMsq - 140*
2078  lmMst2)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 4*(-4 + lmMst1 - 2*
2079  lmMst2 + lmMt)*pow6(Mst1)) + 4*pow4(Msq)*((772621 + 6750*lmMsq*(13 - 6*
2080  lmMst2) + 516606*lmMst2 - 28800*lmMst1*(8 + 2*lmMst2 - lmMt) - 480*(427
2081  + 117*lmMst2)*lmMt + 20250*pow2(lmMsq) + 102960*pow2(lmMst2))*pow2(
2082  Mst2)*pow4(Mst1) + 225*(-451 + 64*lmMst1*(-2 + lmMst2) - 722*lmMst2 -
2083  30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(
2084  Mst1)*pow4(Mst2) + 14400*(283 + lmMst2*(489 - 93*lmMt) - 94*lmMt + 9*(
2085  21 - 2*lmMt)*pow2(lmMst2) - 2*lmMst1*(115 - 9*lmMst2*(-8 + lmMt) - 24*
2086  lmMt + 9*pow2(lmMst2)) + 18*pow3(lmMst2))*pow6(Mst1) + 14400*(2 +
2087  lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)) - 9000*pow2(Msq)*(4*(4 - 15*lmMsq
2088  + 15*lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst2) + 3*(127 +
2089  lmMst2*(68 - 6*lmMt) - 24*lmMt + lmMst1*(-44 - 6*lmMst2 + 6*lmMt) + 6*
2090  pow2(lmMst2))*pow8(Mst1)))))/(765450.*pow4(Msq)*pow4(Mst1)*pow5(Mst2))
2091  + (s2t*((T1ep*(-58056*Mst2*s2t*pow2(Mt) - 126488*Mt*pow2(Mst2)*pow2(
2092  s2t) + 1301248*pow3(Mt) + 15377*pow3(Mst2)*pow3(s2t))*pow4(Mst1))/729.
2093  + (pow2(Mt)*pow2(MuSUSY)*(4*pow4(Msq)*(-(pow2(Mst2)*(Mst2*s2t*(3305 +
2094  6632*lmMst2 + 90*lmMsq*(1 - 2*lmMst1 + 2*lmMst2)*(-13 + 6*lmMst2) +
2095  270*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(lmMsq) - 192*(-2 + lmMst2)*pow2(
2096  lmMst1) + 1788*pow2(lmMst2) + 6*lmMst1*(-995 - 402*lmMst2 + 336*pow2(
2097  lmMst2)) - 1824*pow3(lmMst2)) + 128*Mt*(5 + 149*lmMst2 + 12*pow2(
2098  lmMst2) + 6*lmMst1*(-7 - 8*lmMst2 + 6*pow2(lmMst2)) - 36*pow3(lmMst2)))
2099  *pow4(Mst1)) - 3*(Mst2*s2t*(835 - 64*lmMst1*(-2 + lmMst2) + 466*lmMst2
2100  + 30*lmMsq*(-13 + 6*lmMst2) - 90*pow2(lmMsq) - 592*pow2(lmMst2)) + 256*
2101  Mt*(3 + 4*lmMst2 - 3*pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + 2*(-3*Mst2*
2102  s2t*(672 + lmMst2*(1507 - 390*lmMsq - 90*pow2(lmMsq)) - 288*(-2 +
2103  lmMst2)*pow2(lmMst1) + 18*(49 + 10*lmMsq)*pow2(lmMst2) + lmMst1*(-1411
2104  - 1458*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 848*pow2(
2105  lmMst2)) - 560*pow3(lmMst2)) + 64*Mt*(85 - 215*lmMst2 + lmMst1*(66 +
2106  90*lmMst2 - 72*pow2(lmMst2)) - 54*pow2(lmMst2) + 72*pow3(lmMst2)))*
2107  pow6(Mst1) + 192*s2t*(2 + lmMst2 - 3*pow2(lmMst2))*pow7(Mst2)) + 20*
2108  pow2(Msq)*(24*(-4 + 15*lmMsq - 15*lmMst2)*s2t*pow2(Mst1)*(pow2(Mst1) +
2109  pow2(Mst2))*(-2*lmMst1*pow2(Mst1) + 2*lmMst2*pow2(Mst1) + pow2(Mst2))*
2110  pow3(Mst2) + (-3*Mst2*s2t*(337 + lmMst1*(50 + 24*lmMsq - 24*lmMst2) -
2111  50*lmMst2 - 24*lmMsq*lmMst2 + 24*pow2(lmMst2)) + 32*Mt*(727 + 30*lmMst1
2112  + 18*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 6*lmMst2 - 90*lmMst1*lmMst2 +
2113  90*pow2(lmMst2)))*pow8(Mst1)) + 5*(9*(-9 + 140*lmMsq - 140*lmMst2)*s2t*
2114  pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*(-2*lmMst1*pow2(Mst1) + 2*lmMst2*
2115  pow2(Mst1) + pow2(Mst2))*pow5(Mst2) + 4*(-3*Mst2*s2t*(247 + lmMst1*(29
2116  + 60*lmMsq - 60*lmMst2) - 29*lmMst2 - 60*lmMsq*lmMst2 + 60*pow2(lmMst2)
2117  ) + 20*Mt*(688 + 27*lmMst1 + 36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 45*
2118  lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2)))*pow2(Mst2)*pow8(Mst1)))
2119  )/(216.*pow2(Sbeta)*pow4(Msq)*pow4(Mst1))))/pow5(Mst2) - (MuSUSY*((76*
2120  Mt*(-6369*Mt + 992*Mst2*s2t)*T1ep*pow2(s2t)*pow4(Mst1))/(729.*pow5(
2121  Mst2)) - (pow2(Mt)*pow2(s2t)*(-((322696*OepS2 - 81*(86631 + 80674*
2122  lmMst1 - 80674*lmMst2)*S2)*pow4(Mst1))/729. + (4692.605281207133 + 152*
2123  B4 - 4*DN - 560*lmMsq - (1409.7654320987654 + 200*lmMsq)*lmMst1 - 224*
2124  pow2(lmMst1) + lmMst2*(2593.7654320987654 + 200*lmMsq + (2176*lmMst1)/
2125  3. + 64*pow2(lmMst1)) - (32*(47 + 6*lmMst1)*pow2(lmMst2))/3. - (64*
2126  pow3(lmMst1))/3. + (64*pow3(lmMst2))/3.)*pow4(Mst1) - (4*pow2(Mst2)*(
2127  16*pow2(Msq)*pow2(Mst1)*(15 - 11*lmMst2 + lmMst1*(4 + 7*lmMst2 - 6*
2128  pow2(lmMst2)) - 7*pow2(lmMst2) + 6*pow3(lmMst2)) + 5*(157 + 8*lmMst1*(1
2129  + 3*lmMsq - 3*lmMst2) - 8*(1 + 3*lmMsq)*lmMst2 + 24*pow2(lmMst2))*pow4(
2130  Mst1)))/(3.*pow2(Msq)) - ((32*(13 - 125*lmMst2 + 6*lmMst1*(7 + 8*lmMst2
2131  - 6*pow2(lmMst2)) - 30*pow2(lmMst2) + 36*pow3(lmMst2)) + (15*(355 + 6*
2132  lmMst1*(3 + 20*lmMsq - 20*lmMst2) - 6*(3 + 20*lmMsq)*lmMst2 + 120*pow2(
2133  lmMst2))*pow4(Mst1))/pow4(Msq))*pow4(Mst2))/9. + (64*(3 + 4*lmMst2 - 3*
2134  pow2(lmMst2))*pow6(Mst2))/(3.*pow2(Mst1))))/pow5(Mst2) - Mt*pow3(s2t)*(
2135  14.814814814814815 + (lmMst1*(-353 + 130*lmMsq + 30*pow2(lmMsq)))/3. +
2136  (64*pow2(lmMst1))/9. - (lmMst2*(-2617 + 1110*lmMst1 + 90*lmMsq*(13 + 6*
2137  lmMst1) + 270*pow2(lmMsq) + 96*pow2(lmMst1)))/27. + (2*(99 + 30*lmMsq +
2138  56*lmMst1)*pow2(lmMst2))/3. + (20*(-4 + 15*lmMsq - 15*lmMst2)*pow2(
2139  Mst1))/(9.*pow2(Msq)) - ((-963 + 64*lmMst1*(-2 + lmMst2) - 530*lmMst2 -
2140  30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 784*pow2(lmMst2))*pow2(
2141  Mst2))/(18.*pow2(Mst1)) + (pow2(Mst1)*(727 + 90*lmMsq*(13 - 6*lmMst2) +
2142  2410*lmMst2 + 270*pow2(lmMsq) - 1536*(-2 + lmMst2)*pow2(lmMst1) + 3504*
2143  pow2(lmMst2) + 192*lmMst1*(-13 - 33*lmMst2 + 16*pow2(lmMst2)) - 1536*
2144  pow3(lmMst2)))/(54.*pow2(Mst2)) - (304*pow3(lmMst2))/9. - (5*(9 - 140*
2145  lmMsq + 140*lmMst2)*pow2(Mst2)*(pow2(Mst1) + 2*(lmMst1 - lmMst2)*pow2(
2146  Mst2)))/(24.*pow4(Msq)) + pow4(Mst1)*(5/(36.*pow4(Msq)) - (
2147  865.3922396522787 + (64*B4)/9. - (64*D3)/9. + (32*DN)/9. + (145*lmMsq)/
2148  3. + (93.68582346518855 - 50*lmMsq)*lmMst1 - (3673*pow2(lmMst1))/189. +
2149  lmMst2*(-167.46360124296632 + 50*lmMsq + (15746*lmMst1)/189. + (256*
2150  pow2(lmMst1))/9.) - ((12073 + 5376*lmMst1)*pow2(lmMst2))/189. - (256*
2151  pow3(lmMst1))/27. + (256*pow3(lmMst2))/27.)/pow4(Mst2)) + (2*(376960*
2152  OepS2 - 27*(1307689 + 282720*lmMst1 - 282720*lmMst2)*S2)*pow4(Mst1))/(
2153  10935.*pow4(Mst2)) - (32*(2 + lmMst2 - 3*pow2(lmMst2))*pow4(Mst2))/(9.*
2154  pow4(Mst1)) - (5*(19 - 6*lmMst1 + 6*lmMst2)*pow4(Mst1) + 80*(lmMst1 -
2155  lmMst2)*(4 - 15*lmMsq + 15*lmMst2)*pow4(Mst2))/(18.*pow2(Msq)*pow2(
2156  Mst2)) + (5*(32*(4 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow4(Mst2) + 3*(9
2157  - 140*lmMsq + 140*lmMst2)*pow6(Mst2)))/(72.*pow2(Mst1)*pow4(Msq))) + (
2158  pow3(Mt)*(8*Mt*pow2(Mst1)*(-32*pow4(Msq)*((215 + 37*lmMst2 + 3*(-5 + 8*
2159  lmMst2)*lmMt - 18*lmMst1*(1 - 2*lmMst2 + lmMt) - 42*pow2(lmMst2))*pow2(
2160  Mst1)*pow2(Mst2) + (1097 + lmMst2*(1531 - 246*lmMt) - 339*lmMt + (444 -
2161  36*lmMt)*pow2(lmMst2) - 18*lmMst1*(39 - 2*lmMst2*(-9 + lmMt) - 7*lmMt +
2162  2*pow2(lmMst2)) + 36*pow3(lmMst2))*pow4(Mst1) + 18*(-3 - 4*lmMst2 + 3*
2163  pow2(lmMst2))*pow4(Mst2)) + (60*(167 - 12*lmMst1*(2 + 3*lmMsq - 3*
2164  lmMst2) + 6*(5 + 6*lmMsq)*lmMst2 - 6*lmMt - 36*pow2(lmMst2))*pow2(Msq)
2165  + 45*(235 - 24*lmMst1*(1 + 3*lmMsq - 3*lmMst2) + 24*(1 + 3*lmMsq)*
2166  lmMst2 - 72*pow2(lmMst2))*pow2(Mst2))*pow6(Mst1)) - 3*Mst2*s2t*(45*(9 -
2167  140*lmMsq + 140*lmMst2)*pow2(Mst1)*(pow2(Mst1) - pow2(Mst2))*pow6(Mst2)
2168  + 4*pow4(Msq)*(pow2(Mst2)*(2153 + 1782*lmMst2 + 90*lmMsq*(-13 + 6*
2169  lmMst2) - 270*pow2(lmMsq) + 192*(-2 + lmMst2)*pow2(lmMst1) + 192*
2170  lmMst1*(1 + 3*lmMst2 - 2*pow2(lmMst2)) - 432*pow2(lmMst2) + 192*pow3(
2171  lmMst2))*pow4(Mst1) + 3*(-515 + 64*lmMst1*(-2 + lmMst2) - 530*lmMst2 -
2172  30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(
2173  Mst1)*pow4(Mst2) + 192*(26 + 29*lmMst2 + (-2 + lmMst2)*pow2(lmMst1) +
2174  4*pow2(lmMst2) - 2*lmMst1*(8 + lmMst2 + pow2(lmMst2)) + pow3(lmMst2))*
2175  pow6(Mst1) + 192*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)) + 60*pow2(
2176  Mst2)*pow8(Mst1) - 240*pow2(Msq)*((4 - 15*lmMsq + 15*lmMst2)*(-2*pow4(
2177  Mst1)*pow4(Mst2) + 2*pow2(Mst1)*pow6(Mst2)) + (11 - 3*lmMst1 + 3*
2178  lmMst2)*pow8(Mst1)))))/(162.*pow4(Msq)*pow4(Mst1)*pow5(Mst2))))/Tbeta -
2179  (pow2(Mt)*pow2(s2t)*(29584 - 18720*lmMsq + 4608*lmMst1 - 4320*pow2(
2180  lmMsq) - 3072*pow2(lmMst1) + 96*lmMst2*(281 + 90*lmMsq + 32*lmMst1 +
2181  16*pow2(lmMst1)) - 768*(11 + 4*lmMst1)*pow2(lmMst2) + (960*(-4 + 15*
2182  lmMsq - 15*lmMst2)*pow2(Mst1))/pow2(Msq) + (8*(2839 + 90*lmMsq*(13 - 6*
2183  lmMst2) + 3786*lmMst2 - 192*lmMst1*(17 + 5*lmMst2) + 270*pow2(lmMsq) +
2184  1200*pow2(lmMst2))*pow2(Mst1))/pow2(Mst2) + (24*(-643 + 64*lmMst1*(-2 +
2185  lmMst2) - 594*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) +
2186  400*pow2(lmMst2))*pow2(Mst2))/pow2(Mst1) + 1536*pow3(lmMst2) - (90*(9 -
2187  140*lmMsq + 140*lmMst2)*(pow2(Mst1) - 2*pow2(Mst2))*pow2(Mst2))/pow4(
2188  Msq) + 216*pow4(Mst1)*((5*(35 + 12*lmMsq - 12*lmMst2))/(36.*pow4(Msq))
2189  + (810.2826641631374 - 240*lmMsq + (-94.56843537414966 + 180*lmMsq)*
2190  lmMst1 + lmMst2*(1029.6795464852607 - 180*lmMsq + (466664*lmMst1)/945.
2191  - (304*pow2(lmMst1))/
2192  9.) - (162772*pow2(lmMst1))/945. + (4*(-75973 + 5460*lmMst1)*pow2(
2193  lmMst2))/945. + (32*lmMt*(54 + 65*lmMst2 - lmMst1*(65 + 18*lmMst2) + 9*
2194  pow2(lmMst1) + 9*pow2(lmMst2)))/9. + (16*pow3(lmMst1))/27. + (272*pow3(
2195  lmMst2))/27.)/pow4(Mst2)) - (32*(338660*OepS2 + 27*(182471 - 253995*
2196  lmMst1 + 253995*lmMst2)*S2)*pow4(Mst1))/(945.*pow4(Mst2)) + (1536*(2 +
2197  lmMst2 - 3*pow2(lmMst2))*pow4(Mst2))/pow4(Mst1) + (480*(3*(-4 + lmMst1
2198  - lmMst2)*pow4(Mst1) + 4*(4 - 15*lmMsq + 15*lmMst2)*pow4(Mst2)))/(pow2(
2199  Msq)*pow2(Mst2)) - ((30*(32*(4 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow4(
2200  Mst2) + 3*(9 - 140*lmMsq + 140*lmMst2)*pow6(Mst2)))/pow2(Mst1) + (pow2(
2201  MuSUSY)*(-45*(-9 + 140*lmMsq - 140*lmMst2)*pow2(Mst1)*(pow2(Mst1) +
2202  pow2(Mst2))*(-2*lmMst1*pow2(Mst1) + 2*lmMst2*pow2(Mst1) + pow2(Mst2))*
2203  pow4(Mst2) + 4*pow4(Msq)*(pow2(Mst2)*(3305 + 6632*lmMst2 + 90*lmMsq*(1
2204  - 2*lmMst1 + 2*lmMst2)*(-13 + 6*lmMst2) + 270*(-1 + 2*lmMst1 - 2*
2205  lmMst2)*pow2(lmMsq) - 192*(-2 + lmMst2)*pow2(lmMst1) + 1788*pow2(
2206  lmMst2) + 6*lmMst1*(-995 - 402*lmMst2 + 336*pow2(lmMst2)) - 1824*pow3(
2207  lmMst2))*pow4(Mst1) + 3*(835 - 64*lmMst1*(-2 + lmMst2) + 466*lmMst2 +
2208  30*lmMsq*(-13 + 6*lmMst2) - 90*pow2(lmMsq) - 592*pow2(lmMst2))*pow2(
2209  Mst1)*pow4(Mst2) + 6*(672 + lmMst2*(1507 - 390*lmMsq - 90*pow2(lmMsq))
2210  - 288*(-2 + lmMst2)*pow2(lmMst1) + 18*(49 + 10*lmMsq)*pow2(lmMst2) +
2211  lmMst1*(-1411 - 1458*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(
2212  lmMsq) + 848*pow2(lmMst2)) - 560*pow3(lmMst2))*pow6(Mst1) - 192*(2 +
2213  lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)) + 60*(247 + lmMst1*(29 + 60*lmMsq
2214  - 60*lmMst2) - (29 + 60*lmMsq)*lmMst2 + 60*pow2(lmMst2))*pow2(Mst2)*
2215  pow8(Mst1) + 60*pow2(Msq)*(-8*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Mst1)*
2216  pow2(Mst2)*(pow2(Mst1) + pow2(Mst2))*(-2*lmMst1*pow2(Mst1) + 2*lmMst2*
2217  pow2(Mst1) + pow2(Mst2)) + (337 + lmMst1*(50 + 24*lmMsq - 24*lmMst2) -
2218  2*(25 + 12*lmMsq)*lmMst2 + 24*pow2(lmMst2))*pow8(Mst1))))/(pow4(Mst1)*
2219  pow4(Mst2)))/pow4(Msq)))/216.))) + (threeLoopFlag*pow2(Al4p)*((3*pow3(
2220  s2t)*(3072*Mt*((1 + lmMst2)*Mst2*(2*(2 + 2*lmMst1 - lmMst2)*pow2(Mst2)*
2221  pow4(Mst1) + 2*(1 - 3*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst2))*
2222  pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(Mst1) - 2*(1 +
2223  lmMst2)*pow6(Mst2)) + Dmglst2*(2*(1 - 4*lmMst1 + 10*lmMst2 + 3*pow2(
2224  lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*pow2(Mst1)*(6 + 11*lmMst2 - 5*pow2(
2225  lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*
2226  pow4(Mst2) + (1 + 13*lmMst2 - 2*lmMst1*(5 + 3*lmMst2) + 6*pow2(lmMst2))
2227  *pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(Mst2))) + (Mst2*
2228  s2t*(4*pow2(Msq)*pow2(Mst2)*(80*Dmglst2*(14 - 15*lmMsq + 15*lmMst2)*
2229  pow2(Mst1) + 10*(43 - 30*lmMsq + 30*lmMst2)*Mst2*pow2(Mst1) + 3*Mst2*
2230  pow2(Msq)*(143 + 1260*lmMst2*(1 + lmMst2) + 30*lmMsq*(-1 + 2*lmMst1 -
2231  2*lmMst2)*(5 + 6*lmMst2) + 90*(1 - 2*lmMst1 + 2*lmMst2)*pow2(lmMsq) -
2232  448*(1 + lmMst2)*pow2(lmMst1) + 2*lmMst1*(-463 - 334*lmMst2 + 176*pow2(
2233  lmMst2)) + 96*pow3(lmMst2)) + 6*Dmglst2*pow2(Msq)*(13 + 30*lmMsq*(1 -
2234  6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 90*(1 - 2*lmMst1 + 2*lmMst2)*
2235  pow2(lmMsq) - 8*lmMst2*(31 + 56*pow2(lmMst1)) + 748*pow2(lmMst2) +
2236  lmMst1*(358 - 732*lmMst2 + 352*pow2(lmMst2)) + 96*pow3(lmMst2)))*pow4(
2237  Mst1) + pow2(Mst1)*(320*Dmglst2*(-1 + 2*lmMst1 - 2*lmMst2)*(14 - 15*
2238  lmMsq + 15*lmMst2)*pow2(Msq)*pow2(Mst1) + 40*(-1 + 2*lmMst1 - 2*lmMst2)
2239  *(43 - 30*lmMsq + 30*lmMst2)*Mst2*pow2(Msq)*pow2(Mst1) + 12*Mst2*(399 -
2240  80*lmMst2 - 30*lmMsq*(1 + 2*lmMst1 - 2*lmMst2)*(5 + 6*lmMst2) + 90*(1 +
2241  2*lmMst1 - 2*lmMst2)*pow2(lmMsq) - 64*(1 + lmMst2)*pow2(lmMst1) - 1228*
2242  pow2(lmMst2) + 2*lmMst1*(495 + 878*lmMst2 + 336*pow2(lmMst2)) - 608*
2243  pow3(lmMst2))*pow4(Msq) - 24*Dmglst2*(275 - 564*lmMst2 + 30*lmMsq*(1 +
2244  2*lmMst1 - 2*lmMst2)*(-1 + 6*lmMst2) - 90*(1 + 2*lmMst1 - 2*lmMst2)*
2245  pow2(lmMsq) + 64*lmMst2*pow2(lmMst1) + 332*pow2(lmMst2) - 2*lmMst1*(-83
2246  + 494*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2))*pow4(Msq) + 90*
2247  Dmglst2*(13 - 28*lmMsq + 28*lmMst2)*pow4(Mst1) + 5*(67 - 84*lmMsq + 84*
2248  lmMst2)*Mst2*pow4(Mst1))*pow4(Mst2) + 12*(-2*Dmglst2*(-147 + 2*(55 +
2249  32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 144*
2250  pow2(lmMst2)) - Mst2*(207 + 430*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*
2251  lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 176*pow2(lmMst2)))*pow4(Msq)*
2252  pow6(Mst1) + 2*Dmglst2*(-160*(1 + 2*lmMst1 - 2*lmMst2)*(14 - 15*lmMsq +
2253  15*lmMst2)*pow2(Msq)*pow2(Mst1) - 12*(-115 + (494 + 64*lmMst1)*lmMst2 -
2254  30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 464*pow2(lmMst2))*pow4(Msq)
2255  + 45*(-1 + 2*lmMst1 - 2*lmMst2)*(13 - 28*lmMsq + 28*lmMst2)*pow4(Mst1))
2256  *pow6(Mst2) - (40*(1 + 2*lmMst1 - 2*lmMst2)*(43 - 30*lmMsq + 30*lmMst2)
2257  *pow2(Msq)*pow2(Mst1) + 12*(399 + 782*lmMst2 + 64*lmMst1*(1 + lmMst2) -
2258  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(Msq)
2259  + 5*(1 - 2*lmMst1 + 2*lmMst2)*(67 - 84*lmMsq + 84*lmMst2)*pow4(Mst1))*
2260  pow7(Mst2)))/pow4(Msq)))/(pow2(Mst1)*pow2(Mst2)) + 12*pow2(Mt)*pow2(
2261  s2t)*((8*(2*Dmglst2*(-889 - 694*lmMst2 + 576*lmMst1*(1 + lmMst2) - 90*
2262  lmMsq*(-1 + 6*lmMst2) + 270*pow2(lmMsq) + 48*pow2(lmMst2)) + 3*Mst2*(
2263  207 + 494*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 240*pow2(
2264  lmMst2)))*pow2(Mst1))/Mst2 + 32*Dmglst2*Mst2*(329 + 90*lmMsq*(-1 + 6*
2265  lmMst2) + 96*lmMst1*(1 - 2*lmMst2*(1 + lmMst2)) - 270*pow2(lmMsq) +
2266  lmMst2*(-586 + 96*pow2(lmMst1)) - 528*pow2(lmMst2) + (20*(-14 + 15*
2267  lmMsq - 15*lmMst2)*pow2(Mst1))/pow2(Msq) + 96*pow3(lmMst2)) - 16*pow2(
2268  Mst2)*(621 + 1242*lmMst2 - 90*lmMsq*(5 + 6*lmMst2) + 270*pow2(lmMsq) +
2269  384*pow2(lmMst2) + 96*lmMst1*(3 + 5*lmMst2 + 2*pow2(lmMst2)) + (5*(43 -
2270  30*lmMsq + 30*lmMst2)*pow2(Mst1))/pow2(Msq) - 96*((1 + lmMst2)*pow2(
2271  lmMst1) + pow3(lmMst2))) - (1536*((lmMst1 - lmMst2)*(1 + lmMst2)*Mst2 +
2272  2*Dmglst2*(2 + 7*lmMst2 - lmMst1*(5 + 4*lmMst2) + 4*pow2(lmMst2)))*
2273  pow4(Mst1))/pow3(Mst2) + (4*Dmglst2*pow3(Mst2)*(-320*(-14 + 15*lmMsq -
2274  15*lmMst2)*pow2(Msq)*pow2(Mst1) + 12*(-179 + 238*lmMst2 + 64*lmMst1*
2275  lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))*
2276  pow4(Msq) + 45*(-13 + 28*lmMsq - 28*lmMst2)*pow4(Mst1)))/(pow2(Mst1)*
2277  pow4(Msq)) + 8*((20*(43 - 30*lmMsq + 30*lmMst2))/pow2(Msq) + (3*(303 +
2278  590*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*
2279  pow2(lmMsq) + 240*pow2(lmMst2)))/pow2(Mst1))*pow4(Mst2) - (10*(36*
2280  Dmglst2*(-13 + 28*lmMsq - 28*lmMst2)*Mst2 + (67 - 84*lmMsq + 84*lmMst2)
2281  *pow2(Mst1))*pow4(Mst2))/pow4(Msq) + (4*(-768*Dmglst2*lmMst2*(1 +
2282  lmMst2) - 192*Mst2*pow2(1 + lmMst2) + (160*Dmglst2*(-14 + 15*lmMsq -
2283  15*lmMst2)*pow2(Mst1))/pow2(Msq) + (20*(-43 + 30*lmMsq - 30*lmMst2)*
2284  Mst2*pow2(Mst1))/pow2(Msq) + (5*(67 - 84*lmMsq + 84*lmMst2)*Mst2*pow4(
2285  Mst1))/pow4(Msq))*pow5(Mst2))/pow4(Mst1) + (pow2(MuSUSY)*(pow2(Mst1)*((
2286  pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(
2287  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))*(40*(-43 + 30*lmMsq -
2288  30*lmMst2)*pow2(Msq)*pow3(Mst2) + 5*(-67 + 84*lmMsq - 84*lmMst2)*pow5(
2289  Mst2)) + 12*Mst2*pow4(Msq)*((303 + 1452*lmMst2 + 30*lmMsq*(-1 + 2*
2290  lmMst1 - 2*lmMst2)*(5 + 6*lmMst2) + 90*(1 - 2*lmMst1 + 2*lmMst2)*pow2(
2291  lmMsq) + 64*(1 + lmMst2)*pow2(lmMst1) + 1804*pow2(lmMst2) - 2*lmMst1*(
2292  431 + 814*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2))*pow4(Mst1)*
2293  pow4(Mst2) + (335 + 654*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 +
2294  6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) +
2295  2*(pow2(Mst2)*(64 + 15*lmMst2*(33 - 10*lmMsq + 6*pow2(lmMsq)) + 288*(1
2296  + lmMst2)*pow2(lmMst1) + 6*(173 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(431
2297  + 1326*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 848*pow2(
2298  lmMst2)) + 560*pow3(lmMst2))*pow6(Mst1) + (80 + lmMst2*(479 - 150*lmMsq
2299  + 90*pow2(lmMsq)) + 544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 - 90*lmMsq)*
2300  pow2(lmMst2) - lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) +
2301  90*pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2))*pow8(Mst1)) -
2302  32*pow2(1 + lmMst2)*pow8(Mst2)) + 2*Dmglst2*(pow2(Mst1)*(160*(-14 + 15*
2303  lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 45*(-13 + 28*lmMsq - 28*
2304  lmMst2)*pow4(Mst2))*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 -
2305  lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) +
2306  12*pow4(Msq)*((45 + 30*lmMsq*(1 - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) +
2307  90*(1 - 2*lmMst1 + 2*lmMst2)*pow2(lmMsq) + 8*lmMst2*(29 + 8*pow2(
2308  lmMst1)) + 1068*pow2(lmMst2) - 2*lmMst1*(-83 + 430*lmMst2 + 336*pow2(
2309  lmMst2)) + 608*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) + (-115 + (366 + 64*
2310  lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(
2311  lmMst2))*pow2(Mst1)*pow6(Mst2) + 2*(pow2(Mst2)*(96 + lmMst2*(173 + 30*
2312  lmMsq + 90*pow2(lmMsq) + 288*pow2(lmMst1)) + (526 - 180*lmMsq)*pow2(
2313  lmMst2) - lmMst1*(13 + 30*lmMsq*(1 - 6*lmMst2) + 526*lmMst2 + 90*pow2(
2314  lmMsq) + 848*pow2(lmMst2)) + 560*pow3(lmMst2))*pow6(Mst1) + (96 +
2315  lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*pow2(lmMst1)) + (590 -
2316  180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*lmMsq*(1 - 6*lmMst2) + 590*
2317  lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2))*pow8(
2318  Mst1)) - 64*lmMst2*(1 + lmMst2)*pow8(Mst2)))))/(pow4(Msq)*pow4(Mst1)*
2319  pow5(Mst2))) + (16*pow3(Mt)*(128*s2t*pow2(Mst1)*(-(Dmglst2*Mst2*(pow2(
2320  Mst1)*pow2(Mst2)*(pow2(Mst2)*(253 + 5*lmMst2*(107 - 6*lmMt) - 102*lmMt
2321  - 18*lmMst1*(9 + lmMst2 - 2*lmMt + 2*lmMst2*lmMt - 2*pow2(lmMst2)) +
2322  12*(10 + 3*lmMt)*pow2(lmMst2) - 36*pow3(lmMst2)) + 18*pow2(MuSUSY)*(8 +
2323  7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) -
2324  6*pow3(lmMst2))) + 18*((2*pow2(MuSUSY)*(8 + 13*lmMst2 - 8*pow2(lmMst2)
2325  + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)) + pow2(
2326  Mst2)*(23 + lmMst2*(93 - 22*lmMt) - 14*lmMt - 4*(-11 + lmMt)*pow2(
2327  lmMst2) - 2*lmMst1*(25 + lmMst2*(17 - 2*lmMt) - 6*lmMt + 2*pow2(lmMst2)
2328  ) + 4*pow3(lmMst2)))*pow4(Mst1) + (1 - 2*lmMst2 - 3*pow2(lmMst2))*(2*
2329  pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2) + (14 + lmMst2*(189 - 48*lmMt) -
2330  22*lmMt + lmMst1*(-137 + 30*lmMt + 9*lmMst2*(-13 + 2*lmMt) - 18*pow2(
2331  lmMst2)) - 9*(-15 + 2*lmMt)*pow2(lmMst2) + 18*pow3(lmMst2))*pow6(Mst1))
2332  )) + 9*(1 + lmMst2)*(-2*pow2(Mst2)*((3 + 2*lmMst1*(7 + 2*lmMst2 - 2*
2333  lmMt) + 4*lmMst2*(-4 + lmMt) + 2*lmMt - 4*pow2(lmMst2))*pow2(Mst2) + (1
2334  - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2))*pow2(MuSUSY))*
2335  pow4(Mst1) + pow2(Mst1)*((1 - 2*lmMst1*(5 + 2*lmMst2 - 2*lmMt) - 4*
2336  lmMst2*(-3 + lmMt) - 6*lmMt + 4*pow2(lmMst2))*pow2(Mst2) + 2*(1 + 5*
2337  lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2))*pow2(MuSUSY))*pow4(
2338  Mst2) - (2*(8 - 27*lmMst2 + lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 2*lmMt +
2339  6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2) + (7 - 32*lmMst2 + 4*lmMst1*
2340  (7 + 3*lmMst2) - 12*pow2(lmMst2))*pow2(MuSUSY))*pow6(Mst1) + 2*(1 +
2341  lmMst2)*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2))) + (Mt*(15*pow2(Mst1)
2342  *(pow2(Mst1) + pow2(Mst2))*(8*(43 - 30*lmMsq + 30*lmMst2)*pow2(Msq) + (
2343  67 - 84*lmMsq + 84*lmMst2)*pow2(Mst2))*pow7(Mst2) + 4*Mst2*pow4(Msq)*(-
2344  ((3559 + 10942*lmMst2 - 270*lmMsq*(5 + 6*lmMst2) - 1152*lmMst1*(1 +
2345  lmMst2)*(3 + lmMst2 - lmMt) + 810*pow2(lmMsq) + 8112*pow2(lmMst2) -
2346  192*lmMt*(7 + 13*lmMst2 + 6*pow2(lmMst2)) + 1152*pow3(lmMst2))*pow4(
2347  Mst1)*pow4(Mst2)) + 576*(1 + lmMst2)*((5 - 57*lmMst2 + 2*lmMst1*(25 +
2348  6*lmMst2 - 6*lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow2(
2349  Mst1) + (-2 - 27*lmMst2 + lmMst1*(22 + 6*lmMst2 - 6*lmMt) + 5*lmMt + 6*
2350  lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2))*pow6(Mst1) - 9*(271 + 526*
2351  lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(
2352  lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 288*pow2(1 + lmMst2)
2353  *pow8(Mst2)) + 2*Dmglst2*(4*pow4(Msq)*((9115 + 12498*lmMst2 + 270*
2354  lmMsq*(-1 + 6*lmMst2) - 1152*lmMst1*(4 + 2*lmMst2 - lmMt) - 96*(29 +
2355  27*lmMst2)*lmMt - 810*pow2(lmMsq) + 1872*pow2(lmMst2))*pow4(Mst1)*pow4(
2356  Mst2) - 9*(-243 + 2*(55 + 32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2)
2357  + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 576*(pow2(
2358  Mst2)*(31 + lmMst2*(95 - 23*lmMt) - 16*lmMt + (51 - 6*lmMt)*pow2(
2359  lmMst2) - 2*lmMst1*(25 + lmMst2*(20 - 3*lmMt) - 6*lmMt + 3*pow2(lmMst2)
2360  ) + 6*pow3(lmMst2))*pow6(Mst1) + (42 + lmMst2*(242 - 62*lmMt) - 33*lmMt
2361  + 6*(29 - 4*lmMt)*pow2(lmMst2) - 2*lmMst1*(81 + lmMst2*(74 - 12*lmMt) -
2362  18*lmMt + 12*pow2(lmMst2)) + 24*pow3(lmMst2))*pow8(Mst1)) + 576*lmMst2*
2363  (1 + lmMst2)*pow8(Mst2)) + pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*(480*(
2364  14 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow6(Mst2) + 135*(13 - 28*lmMsq +
2365  28*lmMst2)*pow8(Mst2)))))/pow4(Msq)))/(pow4(Mst1)*pow5(Mst2)) + (4*Mt*
2366  MuSUSY*((3*Mt*MuSUSY*s2t*(1536*Mt*pow2(Mst1)*(2*(pow2(Mst1)*((1 +
2367  lmMst2)*Mst2*(-1 - 5*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst2)) +
2368  Dmglst2*(8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*
2369  pow2(lmMst2)) - 6*pow3(lmMst2)))*pow3(Mst2) + Mst2*((1 + lmMst2)*Mst2*(
2370  1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2)) + 2*Dmglst2*(8
2371  + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2))
2372  - 6*pow3(lmMst2)))*pow4(Mst1)) + (1 + lmMst2)*(-2*(-Dmglst2 + 3*
2373  Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*pow5(Mst2) + (7 - 32*lmMst2 + 4*
2374  lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*pow6(Mst1))) - (s2t*(pow2(
2375  Mst1)*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(
2376  Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))*(40*(-43 + 30*
2377  lmMsq - 30*lmMst2)*pow2(Msq)*pow3(Mst2) + 5*(-67 + 84*lmMsq - 84*
2378  lmMst2)*pow5(Mst2)) + 12*Mst2*pow4(Msq)*((303 + 1452*lmMst2 + 30*lmMsq*
2379  (-1 + 2*lmMst1 - 2*lmMst2)*(5 + 6*lmMst2) + 90*(1 - 2*lmMst1 + 2*
2380  lmMst2)*pow2(lmMsq) + 64*(1 + lmMst2)*pow2(lmMst1) + 1804*pow2(lmMst2)
2381  - 2*lmMst1*(431 + 814*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2))*
2382  pow4(Mst1)*pow4(Mst2) + (335 + 654*lmMst2 + 64*lmMst1*(1 + lmMst2) -
2383  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))*pow2(Mst1)
2384  *pow6(Mst2) + 2*(pow2(Mst2)*(64 + 15*lmMst2*(33 - 10*lmMsq + 6*pow2(
2385  lmMsq)) + 288*(1 + lmMst2)*pow2(lmMst1) + 6*(173 - 30*lmMsq)*pow2(
2386  lmMst2) - lmMst1*(431 + 1326*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*
2387  pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(lmMst2))*pow6(Mst1) + (80 +
2388  lmMst2*(479 - 150*lmMsq + 90*pow2(lmMsq)) + 544*(1 + lmMst2)*pow2(
2389  lmMst1) + 2*(631 - 90*lmMsq)*pow2(lmMst2) - lmMst1*(399 + 1806*lmMst2 -
2390  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*
2391  pow3(lmMst2))*pow8(Mst1)) - 32*pow2(1 + lmMst2)*pow8(Mst2)) + 2*
2392  Dmglst2*(pow2(Mst1)*(160*(-14 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(
2393  Mst2) + 45*(-13 + 28*lmMsq - 28*lmMst2)*pow4(Mst2))*((pow2(Mst1) +
2394  pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*
2395  pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) + 12*pow4(Msq)*((45 + 30*lmMsq*(
2396  1 - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 90*(1 - 2*lmMst1 + 2*lmMst2)*
2397  pow2(lmMsq) + 8*lmMst2*(29 + 8*pow2(lmMst1)) + 1068*pow2(lmMst2) - 2*
2398  lmMst1*(-83 + 430*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2))*pow4(
2399  Mst1)*pow4(Mst2) + (-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*
2400  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 2*
2401  (pow2(Mst2)*(96 + lmMst2*(173 + 30*lmMsq + 90*pow2(lmMsq) + 288*pow2(
2402  lmMst1)) + (526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(13 + 30*lmMsq*(1 -
2403  6*lmMst2) + 526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(
2404  lmMst2))*pow6(Mst1) + (96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) +
2405  544*pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
2406  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
2407  + 816*pow3(lmMst2))*pow8(Mst1)) - 64*lmMst2*(1 + lmMst2)*pow8(Mst2)))))
2408  /pow4(Msq)))/pow2(Sbeta) + (1024*pow2(Mst1)*pow3(Mt)*(pow2(Mst1)*(-9*(1
2409  + lmMst2)*Mst2*(1 + lmMst2*(7 - 2*lmMt) - 2*lmMst1*(2 + lmMst2 - lmMt)
2410  - 3*lmMt + 2*pow2(lmMst2)) + Dmglst2*(119 + lmMst2*(224 - 15*lmMt) -
2411  51*lmMt + 3*(5 + 6*lmMt)*pow2(lmMst2) + 18*lmMst1*(-4 + lmMt - lmMst2*(
2412  1 + lmMt) + pow2(lmMst2)) - 18*pow3(lmMst2)))*pow3(Mst2) + Mst2*(9*(1 +
2413  lmMst2)*Mst2*(3 + 2*lmMst1*(8 + 3*lmMst2 - 3*lmMt) + 5*lmMt + 3*lmMst2*
2414  (-7 + 2*lmMt) - 6*pow2(lmMst2)) + Dmglst2*(263 + lmMst2*(962 - 213*
2415  lmMt) - 177*lmMt + (393 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(26 -
2416  lmMst2*(-17 + lmMt) - 7*lmMt + pow2(lmMst2)) + 18*pow3(lmMst2)))*pow4(
2417  Mst1) + (1 + lmMst2)*(-18*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mst2 + lmMst2*
2418  Mst2)*pow5(Mst2) + 9*(12 - 45*lmMst2 + 2*lmMst1*(19 + 6*lmMst2 - 6*
2419  lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow6(Mst1))) - 6912*
2420  Mst2*Mt*pow2(Mst1)*pow2(s2t)*((1 + lmMst2)*Mst2*(2*(2 - 5*lmMst2 +
2421  lmMst1*(5 + 2*lmMst2) - 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-2*
2422  lmMst2*(2 + lmMst2) + lmMst1*(3 + 2*lmMst2))*pow2(Mst1)*pow4(Mst2) + (5
2423  - 12*lmMst2 + 4*lmMst1*(3 + lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*(1
2424  + lmMst2)*pow6(Mst2)) + Dmglst2*(2*pow2(Mst2)*(8 + 19*lmMst2 - 5*pow2(
2425  lmMst2) + lmMst1*(-7 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*
2426  pow4(Mst1) + 2*pow2(Mst1)*(7 + 9*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-3 +
2427  5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst2) + (17 + 51*
2428  lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*pow2(lmMst2)) - 12*
2429  pow3(lmMst2))*pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(
2430  Mst2))) + (3*pow2(Mst2)*pow3(s2t)*(40*(43 - 30*lmMsq + 30*lmMst2)*pow2(
2431  Msq)*pow2(Mst1)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1)
2432  - pow4(Mst2))*pow5(Mst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*(pow2(Mst1) +
2433  2*(lmMst1 - lmMst2)*pow2(Mst2))*pow4(Mst1)*pow7(Mst2) + 12*Mst2*pow4(
2434  Msq)*(-2*(16 - 3*lmMst2*(133 - 50*lmMsq + 30*pow2(lmMsq)) - 32*(1 +
2435  lmMst2)*pow2(lmMst1) + 2*(-383 + 90*lmMsq)*pow2(lmMst2) + lmMst1*(463 +
2436  846*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(
2437  lmMst2)) - 304*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) - pow2(Mst2)*(175 +
2438  462*lmMst2 + 1024*lmMst1*lmMst2*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2)
2439  + 90*pow2(lmMsq) - 272*pow2(lmMst2) - 512*((1 + lmMst2)*pow2(lmMst1) +
2440  pow3(lmMst2)))*pow6(Mst1) + (367 + 718*lmMst2 + 64*lmMst1*(1 + lmMst2)
2441  - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2))*pow2(
2442  Mst1)*pow6(Mst2) + 32*(1 + lmMst2)*(1 + lmMst1*(2 - 32*lmMst2) - 2*
2443  lmMst2 + 16*pow2(lmMst1) + 16*pow2(lmMst2))*pow8(Mst1) - 32*pow2(1 +
2444  lmMst2)*pow8(Mst2)) + 2*Dmglst2*(384*lmMst2*pow4(Msq)*pow4(Mst1)*(2*
2445  pow2(lmMst1)*(8*pow2(Mst1)*pow2(Mst2) + 8*pow4(Mst1) + pow4(Mst2)) +
2446  pow2(lmMst2)*(16*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 19*pow4(Mst2)))
2447  + pow2(Mst1)*pow2(Mst2)*(45*(13 - 28*lmMsq)*pow4(Mst1)*pow4(Mst2) +
2448  160*(-14 + 15*lmMsq)*pow2(Msq)*pow2(Mst2)*(-pow4(Mst1) + pow4(Mst2)) +
2449  12*pow4(Msq)*(160*pow2(Mst1)*pow2(Mst2) - 3*(-49 + 10*lmMsq + 30*pow2(
2450  lmMsq))*pow4(Mst1) + 5*(-23 + 6*lmMsq + 18*pow2(lmMsq))*pow4(Mst2))) -
2451  24*pow2(lmMst2)*(200*pow2(Msq)*pow4(Mst1)*pow6(Mst2) + 105*pow4(Mst1)*
2452  pow8(Mst2) + pow4(Msq)*(6*(-61 + 30*lmMsq)*pow4(Mst1)*pow4(Mst2) + 8*
2453  pow2(Mst2)*pow6(Mst1) - 200*pow2(Mst1)*pow6(Mst2) - 64*pow8(Mst1) + 32*
2454  pow8(Mst2))) + 2*lmMst1*(-12*pow4(Msq)*((-83 + 462*lmMst2 - 30*lmMsq*(-
2455  1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(Mst1)*pow4(
2456  Mst2) + 32*(3 + 3*lmMst2 + 16*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1) - 32*
2457  lmMst2*pow2(Mst1)*pow6(Mst2) + 32*(3 + 2*lmMst2 + 16*pow2(lmMst2))*
2458  pow8(Mst1)) + pow4(Mst1)*(160*(14 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*
2459  pow6(Mst2) + 45*(13 - 28*lmMsq + 28*lmMst2)*pow8(Mst2))) + 2*lmMst2*(
2460  630*pow6(Mst1)*pow6(Mst2) + 12*pow4(Msq)*((-67 + 30*lmMsq + 90*pow2(
2461  lmMsq))*pow4(Mst1)*pow4(Mst2) + 3*(19 + 30*lmMsq)*pow2(Mst2)*pow6(Mst1)
2462  + 5*(43 - 18*lmMsq)*pow2(Mst1)*pow6(Mst2) + 112*pow8(Mst1) - 32*pow8(
2463  Mst2)) + 45*(-13 + 28*lmMsq)*pow4(Mst1)*pow8(Mst2) + 80*pow2(Msq)*(15*
2464  pow4(Mst2)*pow6(Mst1) + 2*(-14 + 15*lmMsq)*pow4(Mst1)*pow6(Mst2) - 15*
2465  pow2(Mst1)*pow8(Mst2))))))/pow4(Msq) - (12*s2t*pow2(Mt)*(12*Mst2*pow4(
2466  Msq)*(-((143 + 302*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
2467  48*pow2(lmMst2) + 128*lmMst1*pow2(1 + lmMst2) - 64*((1 + lmMst2)*pow2(
2468  lmMst1) + pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2)) + (271 + 526*lmMst2 +
2469  64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
2470  208*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 64*(1 + lmMst2)*(pow2(1 -
2471  lmMst1 + lmMst2)*pow2(Mst2)*pow6(Mst1) + (1 + 3*lmMst2 - lmMst1*(3 + 2*
2472  lmMst2) + pow2(lmMst1) + pow2(lmMst2))*pow8(Mst1)) - 32*pow2(1 +
2473  lmMst2)*pow8(Mst2)) + 2*Dmglst2*(-4*pow4(Msq)*(-((121 - 650*lmMst2 +
2474  90*lmMsq*(-1 + 6*lmMst2) - 270*pow2(lmMsq) + 192*lmMst2*pow2(lmMst1) -
2475  432*pow2(lmMst2) - 192*lmMst1*(-1 + lmMst2 + 2*pow2(lmMst2)) + 192*
2476  pow3(lmMst2))*pow4(Mst1)*pow4(Mst2)) - 192*(lmMst2*pow2(lmMst1) +
2477  lmMst1*(4 + 2*lmMst2 - 2*pow2(lmMst2)) + (-4 + lmMst2)*pow2(1 + lmMst2)
2478  )*pow2(Mst2)*pow6(Mst1) - 3*(-179 + 2*(87 + 32*lmMst1)*lmMst2 - 30*
2479  lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*
2480  pow6(Mst2) - 192*(-6 - 14*lmMst2 + lmMst2*pow2(lmMst1) + lmMst1*(9 + 6*
2481  lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) + pow3(lmMst2))*pow8(Mst1) +
2482  192*lmMst2*(1 + lmMst2)*pow8(Mst2)) + pow2(Mst1)*(pow2(Mst1) - pow2(
2483  Mst2))*(160*(14 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow6(Mst2) + 45*(13 -
2484  28*lmMsq + 28*lmMst2)*pow8(Mst2))) + pow2(Mst1)*(pow2(Mst1) - pow2(
2485  Mst2))*(40*(43 - 30*lmMsq + 30*lmMst2)*pow2(Msq)*pow7(Mst2) + 5*(67 -
2486  84*lmMsq + 84*lmMst2)*pow9(Mst2))))/pow4(Msq))/Tbeta))/(pow4(Mst1)*
2487  pow5(Mst2))))/2592.) - ((xMst*pow6(Mst1)*((-27*(lmMst1 - lmMst2)*
2488  oneLoopFlag*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*pow3(
2489  Mst2))/pow2(Sbeta) - Al4p*twoLoopFlag*(8*Mst2*s2t*pow2(Mt)*(Mst2*(Mt*(-
2490  193 - 474*lmMst2 + 6*lmMst1*(67 + 42*lmMst2) - 252*pow2(lmMst2)) +
2491  Dmglst2*s2t*(49 - 84*lmMst2 + 12*lmMst1*(7 + 3*lmMst2) - 36*pow2(
2492  lmMst2)))*pow2(MuSUSY) + Dmglst2*Mt*(-785 + 438*lmMst2 + 6*lmMst1*(-85
2493  + 42*lmMst2) - 252*pow2(lmMst2))*pow2(MuSUSY) + s2t*(1 - 111*lmMst2 +
2494  3*lmMst1*(37 + 72*lmMst2) - 81*pow2(lmMst1) - 135*pow2(lmMst2))*pow2(
2495  Mst2)*pow2(MuSUSY) + 4*(9*Dmglst2*(-lmMst1 + lmMst2)*s2t + Mt*(49 - 75*
2496  lmMst2 + 3*lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 18*lmMst2*lmMt - 18*pow2(
2497  lmMst2)))*pow3(Mst2)) - 32*(Dmglst2*s2t*(95 - 447*lmMst2 + lmMst1*(411
2498  + 90*lmMst2 - 90*lmMt) + 36*lmMt + 90*lmMst2*lmMt - 90*pow2(lmMst2)) +
2499  Mt*(65 - 159*lmMst2 + 6*lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 9*lmMt + 36*
2500  lmMst2*lmMt - 36*pow2(lmMst2)))*pow3(Mst2)*pow3(Mt) + 2*Mst2*Mt*MuSUSY*
2501  ((4*Mt*MuSUSY*s2t*(Dmglst2*Mst2*s2t*(-49 + 84*lmMst2 - 12*lmMst1*(7 +
2502  3*lmMst2) + 36*pow2(lmMst2)) + Dmglst2*Mt*(785 - 438*lmMst2 - 6*lmMst1*
2503  (-85 + 42*lmMst2) + 252*pow2(lmMst2)) + Mst2*Mt*(193 + 474*lmMst2 - 6*
2504  lmMst1*(67 + 42*lmMst2) + 252*pow2(lmMst2)) + s2t*(-1 + 111*lmMst2 - 3*
2505  lmMst1*(37 + 72*lmMst2) + 81*pow2(lmMst1) + 135*pow2(lmMst2))*pow2(
2506  Mst2)))/pow2(Sbeta) + (8*Dmglst2*(36*(-1 + 3*lmMst1 - 3*lmMst2)*Mst2*
2507  s2t*pow2(Mt) + 3*Mt*(-50 + 51*lmMst2 + 3*lmMst1*(-17 + 6*lmMst2) - 18*
2508  pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(7 - 381*lmMst2 + lmMst1*(327 +
2509  72*lmMst2 - 81*lmMt) + 54*lmMt + 81*lmMst2*lmMt - 72*pow2(lmMst2))*
2510  pow3(Mt) + 2*(1 + 3*lmMst1 - 3*lmMst2)*pow3(Mst2)*pow3(s2t)) - Mst2*(-
2511  144*Mst2*s2t*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(lmMst1) + pow2(
2512  lmMst2))*pow2(Mt) + 24*Mt*(1 + 33*lmMst2 - 3*lmMst1*(11 + 6*lmMst2) +
2513  18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 32*(83 - 96*lmMst2 + 3*lmMst1*(
2514  29 + 12*lmMst2 - 9*lmMt) + 9*lmMt + 27*lmMst2*lmMt - 36*pow2(lmMst2))*
2515  pow3(Mt) + (5 + lmMst1*(6 - 288*lmMst2) - 6*lmMst2 + 144*pow2(lmMst1) +
2516  144*pow2(lmMst2))*pow3(Mst2)*pow3(s2t)))/Tbeta) + 576*Dmglst2*(4 + 6*
2517  lmMst1*(9 + 2*lmMst2 - 2*lmMt) + 7*lmMt + lmMst2*(-61 + 12*lmMt) - 12*
2518  pow2(lmMst2))*pow2(Mst2)*pow4(Mt) + 4*Dmglst2*(11 + 42*lmMst1 - 42*
2519  lmMst2)*Mt*pow3(s2t)*pow5(Mst2) + (-144*(lmMst1 - lmMst2)*Mst2*
2520  xDR2DRMOD*(2*Dmglst2*lmMst2*Mst2 + (-2 + lmMst2)*xDmglst2*pow2(Dmglst2)
2521  + (1 + lmMst2)*pow2(Mst2))*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(
2522  Sbeta)) + (xDmglst2*pow2(Dmglst2)*(-4*Mst2*pow2(Mt)*pow2(s2t)*(Tbeta*(-
2523  157 + lmMst1*(348 - 36*lmMst2) - 348*lmMst2 + 36*pow2(lmMst2))*pow2(
2524  MuSUSY)*(-1 + pow2(Sbeta)) + 18*Mst2*((85 - 36*lmMst1 + 36*lmMst2)*
2525  MuSUSY + 2*(4 - 11*lmMst1 + 11*lmMst2)*Mst2*Tbeta)*pow2(Sbeta)) + 96*
2526  s2t*((-143 + 18*lmMst1 - 18*lmMst2)*Tbeta*pow2(MuSUSY)*(-1 + pow2(
2527  Sbeta)) + 3*Mst2*((13 - 21*lmMst1 + 21*lmMst2)*MuSUSY + Mst2*Tbeta*(-18
2528  - 169*lmMst2 + 3*lmMst1*(49 + 10*lmMst2 - 10*lmMt) + 22*lmMt + 30*
2529  lmMst2*lmMt - 30*pow2(lmMst2)))*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(
2530  16*Mt*((1 - 24*lmMst1 + 24*lmMst2)*MuSUSY + 6*(1 - 6*lmMst1 + 6*lmMst2)
2531  *Mst2*Tbeta)*pow3(Mst2)*pow3(s2t) + 32*(9*Mst2*Tbeta*(94 + 475*lmMst2 -
2532  6*lmMst1*(67 + 14*lmMst2 - 14*lmMt) - 73*lmMt - 84*lmMst2*lmMt + 84*
2533  pow2(lmMst2)) + MuSUSY*(398 + 2085*lmMst2 - 18*lmMst1*(95 + 22*lmMst2 -
2534  22*lmMt) - 375*lmMt - 396*lmMst2*lmMt + 396*pow2(lmMst2)))*pow4(Mt) + (
2535  5 + 6*lmMst1 - 6*lmMst2)*Tbeta*pow4(s2t)*pow5(Mst2))))/Tbeta)/pow2(
2536  Sbeta) + 2*(5 + 6*lmMst1 - 6*lmMst2)*(-2*Mt + Dmglst2*s2t)*pow3(s2t)*
2537  pow6(Mst2) - (11 + 6*lmMst1 - 6*lmMst2)*pow4(s2t)*pow7(Mst2))))/108. +
2538  (Al4p*z2*(-68040*twoLoopFlag*pow2(Mst1)*pow3(Mst2)*pow4(Msq)*(pow5(
2539  Mst2)*(4*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(
2540  Sbeta))) + 6*Mst2*pow2(Sbeta)) + 16*s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(
2541  Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 4*Mt*(MuSUSY + 2*Mst2*
2542  Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 32*(2*MuSUSY + Mst2*Tbeta)*
2543  pow2(Sbeta)*pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + Mst2*
2544  pow4(Mst1)*(16*s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(
2545  Mst2)*pow2(Sbeta))*pow3(Mt) + 96*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*
2546  pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) - 2*pow2(Mst1)*pow3(
2547  Mst2)*(pow2(Sbeta)*(-2*Mt*(MuSUSY + 2*Mst2*Tbeta)*pow3(Mst2)*pow3(s2t)
2548  - 32*(2*MuSUSY + Mst2*Tbeta)*pow4(Mt)) + Tbeta*(8*s2t*(pow2(MuSUSY) + (
2549  4*pow2(Mst2) - pow2(MuSUSY))*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*pow4(
2550  s2t)*pow5(Mst2))) + 4*Dmglst2*(4*pow2(Mt)*(-12*(MuSUSY + 2*Mst2*Tbeta)*
2551  pow2(Mt)*pow2(Sbeta) + Mst2*MuSUSY*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 +
2552  pow2(Sbeta))) + 6*Mst2*pow2(Sbeta)) + Mt*s2t*Tbeta*(13*pow2(MuSUSY)*(-1
2553  + pow2(Sbeta)) + 12*pow2(Mst2)*pow2(Sbeta)))*pow4(Mst1) + pow2(Mst1)*
2554  pow2(Mst2)*(8*s2t*(3*MuSUSY*s2t + 2*Mt*Tbeta)*pow2(Mst2)*pow2(Mt)*pow2(
2555  Sbeta) + Tbeta*(-4*Mst2*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(
2556  Sbeta)) + 36*s2t*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + (2*Mt -
2557  Mst2*s2t)*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) - 32*Mst2*pow2(Sbeta)*pow4(
2558  Mt))) + pow4(Mst2)*(2*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-2*MuSUSY*Tbeta*(
2559  -1 + pow2(Sbeta)) + 15*Mst2*pow2(Sbeta)) + 4*s2t*Tbeta*(5*pow2(MuSUSY)*
2560  (-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 2*Mt*(2*
2561  MuSUSY + 5*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 16*MuSUSY*
2562  pow2(Sbeta)*pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)))) - 6*
2563  xDmglst2*pow2(Dmglst2)*pow2(Mst2)*(22680*twoLoopFlag*pow2(Mst1)*pow4(
2564  Msq)*(-4*pow2(Mt)*(-8*(7*MuSUSY + 15*Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) +
2565  Mst2*MuSUSY*pow2(s2t)*(MuSUSY*Tbeta*(-1 + pow2(Sbeta)) - 18*Mst2*pow2(
2566  Sbeta)) + 12*Mt*s2t*Tbeta*(-3*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*pow2(
2567  Mst2)*pow2(Sbeta)))*pow4(Mst1) + s2t*(4*(12*Mt - Mst2*s2t)*Tbeta*pow2(
2568  Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + s2t*pow2(Mst2)*pow2(Sbeta)*(-4*
2569  Mst2*Mt*s2t*(MuSUSY + 6*Mst2*Tbeta) + 72*MuSUSY*pow2(Mt) + Tbeta*pow2(
2570  s2t)*pow3(Mst2)))*pow4(Mst2) - pow2(Mst1)*pow2(Mst2)*(-4*Mst2*MuSUSY*
2571  pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 18*Mst2*pow2(
2572  Sbeta)) + 32*s2t*Tbeta*(-3*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)
2573  *pow2(Sbeta))*pow3(Mt) - 32*(MuSUSY + 3*Mst2*Tbeta)*pow2(Sbeta)*pow4(
2574  Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2))) + Al4p*threeLoopFlag*
2575  pow2(Mst2)*(pow4(Msq)*(196560*(-4*Tbeta*pow2(Mt)*pow2(s2t)*(pow2(
2576  MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(
2577  16*MuSUSY*s2t*pow3(Mt) - 4*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) + 16*Tbeta*
2578  pow4(Mt) + Tbeta*pow4(Mst2)*pow4(s2t)))*pow5(Mst2) - 3*Mst2*pow2(Mst1)*
2579  (-4*pow2(Mst2)*pow2(Mt)*(7*(8599 + 16200*lmMsq + 12240*lmMst1 - 43920*
2580  lmMst2)*Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 4*Mt*(3*(
2581  85649 + 2100*lmMst1 + 441420*lmMst2)*MuSUSY*s2t + (1361431 - 32760*
2582  lmMst1 + 5040*lmMst2 - 133560*lmMt)*Mt*Tbeta)*pow2(Sbeta)) + 4*Mt*s2t*(
2583  6*Mt*s2t*(14*(-63187 + 32400*lmMsq + 810*lmMst1 - 52650*lmMst2)*MuSUSY
2584  + (63809 + 2100*lmMst1 + 441420*lmMst2)*Mst2*Tbeta) + 16*(-12727 +
2585  5670*lmMst1 + 6300*lmMst2 - 11970*lmMt)*Tbeta*pow2(Mt) - 7*(17959 +
2586  16200*lmMsq + 12240*lmMst1 - 43920*lmMst2)*Mst2*MuSUSY*pow2(s2t))*pow2(
2587  Sbeta)*pow3(Mst2) + 32*Mst2*MuSUSY*(7*(-63187 + 32400*lmMsq + 810*
2588  lmMst1 - 52650*lmMst2)*MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta)) + 4*(9356 -
2589  2835*lmMst1 - 3150*lmMst2 + 5985*lmMt)*Mt*pow2(Sbeta))*pow3(Mt) +
2590  Tbeta*(-5376*(17 + 1320*lmMst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(
2591  Mt) + 7*(16*(63187 - 32400*lmMsq - 810*lmMst1 + 52650*lmMst2)*Mt + (
2592  27319 + 16200*lmMsq + 12240*lmMst1 - 43920*lmMst2)*Mst2*s2t)*pow2(
2593  Sbeta)*pow3(s2t)*pow5(Mst2))) - 4*pow4(Mst1)*(Mst2*pow2(Mt)*pow2(s2t)*(
2594  -14*(249097 + 24300*lmMsq + 30510*lmMst1 - 78030*lmMst2)*Tbeta*pow2(
2595  MuSUSY)*(-1 + pow2(Sbeta)) + 3*Mst2*(7*(708829 + 388800*lmMsq + 198720*
2596  lmMst1 - 820800*lmMst2)*MuSUSY + 30*(160243 - 16632*lmMst1 + 97272*
2597  lmMst2)*Mst2*Tbeta)*pow2(Sbeta)) - 2*s2t*(-35*(-9883 + 155520*lmMsq +
2598  41688*lmMst1 - 290520*lmMst2)*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2599  8*Mst2*(9*(221716 - 20265*lmMst1 + 231945*lmMst2)*MuSUSY + 2*(-3042896
2600  + 104895*lmMst1 - 281610*lmMst2 + 55755*lmMt)*Mst2*Tbeta)*pow2(Sbeta))*
2601  pow3(Mt) + pow2(Sbeta)*(-7*Mt*((472397 + 24300*lmMst1 - 24300*lmMst2)*
2602  MuSUSY + (1467073 + 189000*lmMst1 - 189000*lmMst2)*Mst2*Tbeta)*pow3(
2603  Mst2)*pow3(s2t) - 4*(4*(5973901 - 192780*lmMst1 + 582120*lmMst2 -
2604  147420*lmMt)*MuSUSY + (47240777 + 680400*lmMsq - 3152520*lmMst1 +
2605  6705720*lmMst2 - 1496880*lmMt)*Mst2*Tbeta)*pow4(Mt) + 35*(20926 - 2430*
2606  lmMsq - 621*lmMst1 + 5373*lmMst2)*Tbeta*pow4(s2t)*pow5(Mst2)))) +
2607  28350*pow2(Mst1)*pow2(Mst2)*(-(pow2(Mst2)*(2*pow2(Mst2)*(12*Mst2*
2608  MuSUSY*pow2(Mt)*pow2(s2t)*(-5*MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 46*
2609  Mst2*pow2(Sbeta)) + 16*s2t*Tbeta*(23*pow2(MuSUSY)*(-1 + pow2(Sbeta)) -
2610  24*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 4*Mt*(15*MuSUSY + 46*Mst2*Tbeta)*
2611  pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 96*(4*MuSUSY - Mst2*Tbeta)*pow2(
2612  Sbeta)*pow4(Mt) + 15*Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + pow2(
2613  Mst1)*(4*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-25*MuSUSY*Tbeta*(-1 + pow2(
2614  Sbeta)) + 216*Mst2*pow2(Sbeta)) + 1312*s2t*Tbeta*pow2(MuSUSY)*(-1 +
2615  pow2(Sbeta))*pow3(Mt) + 20*Mt*(MuSUSY + 4*Mst2*Tbeta)*pow2(Sbeta)*pow3(
2616  Mst2)*pow3(s2t) + pow2(Sbeta)*(768*MuSUSY*pow4(Mt) - 35*Tbeta*pow4(s2t)
2617  *pow5(Mst2))))) - 2*pow2(Msq)*(pow2(Mst2)*(4*Mst2*MuSUSY*pow2(Mt)*pow2(
2618  s2t)*(-19*MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 216*Mst2*pow2(Sbeta)) + 64*
2619  s2t*Tbeta*(9*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta)
2620  )*pow3(Mt) - 4*Mt*(19*MuSUSY + 72*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*
2621  pow3(s2t) + 32*(8*MuSUSY - Mst2*Tbeta)*pow2(Sbeta)*pow4(Mt) + 19*Tbeta*
2622  pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 4*pow2(Mst1)*(6*Mst2*MuSUSY*pow2(
2623  Mt)*pow2(s2t)*(-3*MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 32*Mst2*pow2(Sbeta)
2624  ) + 272*s2t*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + Mt*(MuSUSY
2625  + 8*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + pow2(Sbeta)*(64*
2626  MuSUSY*pow4(Mt) - 5*Tbeta*pow4(s2t)*pow5(Mst2))))))) + 2*Al4p*
2627  threeLoopFlag*pow4(Mst2)*(340200*Mst2*xMsq*pow6(Msq)*(-(pow2(s2t)*pow4(
2628  Mst1)*(8*(-shiftst1 + lmMst1*(-1 + 2*shiftst1 - shiftst2) + shiftst2 +
2629  lmMst2*(1 - 2*shiftst1 + shiftst2))*Tbeta*pow2(Mt)*pow2(MuSUSY)*(-1 +
2630  pow2(Sbeta)) - 4*Mt*(-1 + shiftst2)*(-(MuSUSY*s2t) + 2*Mt*Tbeta)*pow2(
2631  Mst2)*pow2(Sbeta) + (1 + 2*(lmMst1 - lmMst2)*(-1 + shiftst1) + 3*
2632  shiftst1 - 4*shiftst2)*Tbeta*pow2(s2t)*pow2(Sbeta)*pow4(Mst2))) + (1 -
2633  shiftst1)*pow4(Mst2)*(-4*Tbeta*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 +
2634  pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*MuSUSY*s2t*
2635  pow3(Mt) - 4*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) + 16*Tbeta*pow4(Mt) +
2636  Tbeta*pow4(Mst2)*pow4(s2t))) - pow2(Mst1)*pow2(Mst2)*(-4*Tbeta*pow2(Mt)
2637  *pow2(s2t)*((1 + 2*(lmMst1 - lmMst2)*(-1 + shiftst1) - 2*shiftst1 +
2638  shiftst2)*pow2(MuSUSY)*(1 - pow2(Sbeta)) + 2*(2 + (-1 + lmMst1 -
2639  lmMst2)*shiftst1 + (-1 - lmMst1 + lmMst2)*shiftst2)*pow2(Mst2)*pow2(
2640  Sbeta)) + pow2(Sbeta)*(-16*MuSUSY*s2t*(-1 + shiftst2)*pow3(Mt) + 4*Mt*
2641  MuSUSY*(shiftst1 - shiftst2 + lmMst1*(-2 + shiftst1 + shiftst2) -
2642  lmMst2*(-2 + shiftst1 + shiftst2))*pow2(Mst2)*pow3(s2t) + 16*(-1 +
2643  shiftst2)*Tbeta*pow4(Mt) + (1 - 4*shiftst1 - 2*(lmMst1 - lmMst2)*(-1 +
2644  shiftst2) + 3*shiftst2)*Tbeta*pow4(Mst2)*pow4(s2t))) - (-1 + shiftst2)*
2645  Tbeta*pow2(Mst2)*pow2(Sbeta)*pow4(s2t)*pow6(Mst1)) + xDR2DRMOD*(-
2646  181440*Mt*pow2(Sbeta)*(-40*Tbeta*xDmglst2*pow2(Dmglst2)*pow3(Mt) + (23*
2647  Dmglst2 + 13*Mst2)*MuSUSY*pow3(Mst2)*pow3(s2t))*pow4(Msq)*pow5(Mst2) +
2648  xDmglst2*pow2(Dmglst2)*(90720*pow4(Msq)*(pow4(Mst1)*(8*Mst2*pow2(Mt)*
2649  pow2(s2t)*((-4 + 5*lmMst1 - 3*lmMst2)*Tbeta*pow2(MuSUSY)*(-1 + pow2(
2650  Sbeta)) + Mst2*((24 - 36*lmMst2)*MuSUSY - 5*Mst2*Tbeta)*pow2(Sbeta)) -
2651  128*s2t*Tbeta*((-2 + 3*lmMst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*(4 +
2652  lmMst2)*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + (20*Mt*MuSUSY + (-13 + 10*
2653  lmMst1 - 6*lmMst2)*s2t*Tbeta*pow2(Mst2))*pow2(Sbeta)*pow3(Mst2)*pow3(
2654  s2t) + 128*((7 + 2*lmMst2)*MuSUSY + 3*(8 + 3*lmMst2)*Mst2*Tbeta)*pow2(
2655  Sbeta)*pow4(Mt)) + 5*s2t*(-4*s2t*Tbeta*pow2(Mt)*(pow2(MuSUSY)*(-1 +
2656  pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + 4*MuSUSY*pow2(Sbeta)*(-(Mt*
2657  pow2(Mst2)*pow2(s2t)) + 4*pow3(Mt)) + Tbeta*pow2(Sbeta)*pow3(s2t)*pow4(
2658  Mst2))*pow5(Mst2) + pow2(Mst1)*pow2(Mst2)*(4*Mst2*pow2(Mt)*pow2(s2t)*((
2659  -13 + 10*lmMst1 - 6*lmMst2)*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*
2660  Mst2*(6*(2 - 3*lmMst2)*MuSUSY + 5*Mst2*Tbeta)*pow2(Sbeta)) - 16*s2t*(4*
2661  (-2 + 3*lmMst2)*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + Mst2*(5*MuSUSY
2662  - 8*Mst2*Tbeta)*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(8*Mt*((-4 + 5*
2663  lmMst1 - 3*lmMst2)*MuSUSY + 4*(-2 + 3*lmMst2)*Mst2*Tbeta)*pow3(Mst2)*
2664  pow3(s2t) - 16*(8*MuSUSY - 13*Mst2*Tbeta)*pow4(Mt) + (3 - 10*lmMst1 +
2665  6*lmMst2)*Tbeta*pow4(s2t)*pow5(Mst2)))) + (s2t*pow2(Sbeta)*(12*s2t*(7*(
2666  19432961 + 1166400*lmMsq - 278640*lmMst1 - 1898640*lmMst2)*MuSUSY - 2*(
2667  38749 + 3738420*lmMst1 - 7367220*lmMst2)*Mst2*Tbeta)*pow2(Mt) + 56*
2668  Mst2*Mt*((-4649068 + 546750*lmMst1 - 546750*lmMst2)*MuSUSY + (-8549557
2669  + 437400*lmMst1 - 437400*lmMst2)*Mst2*Tbeta)*pow2(s2t) + 64*(88729639 +
2670  2041200*lmMsq - 5210730*lmMst1 + 4683420*lmMst2 - 561330*lmMt)*Tbeta*
2671  pow3(Mt) + 35*(1589149 - 233280*lmMst1 + 233280*lmMst2)*Tbeta*pow3(
2672  Mst2)*pow3(s2t))*pow4(Msq) + 170100*pow2(Msq)*(24*Mst2*MuSUSY*pow2(Mt)*
2673  pow2(s2t)*(-3*MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 32*Mst2*pow2(Sbeta)) +
2674  1600*s2t*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + 32*(8*MuSUSY
2675  - 3*Mst2*Tbeta)*pow2(Sbeta)*pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*
2676  pow5(Mst2)) + 85050*pow2(Mst2)*(4*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-25*
2677  MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 216*Mst2*pow2(Sbeta)) + 1888*s2t*
2678  Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(768*
2679  MuSUSY*pow4(Mt) + 5*Tbeta*pow4(s2t)*pow5(Mst2))))*pow6(Mst1)) + 45360*
2680  pow4(Msq)*(4*Mt*MuSUSY*(Mt*MuSUSY*s2t*Tbeta*((32*(Dmglst2 + 3*Dmglst2*
2681  lmMst2 + Mst2 + lmMst2*Mst2)*Mt + Mst2*(Dmglst2*(23 - 46*lmMst1 + 30*
2682  lmMst2) + (5 - 26*lmMst1 + 18*lmMst2)*Mst2)*s2t)*pow2(Mst1)*pow3(Mst2)
2683  + 2*(Mst2*(32*(Dmglst2 + 3*Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*Mt -
2684  Mst2*(Dmglst2*(23*lmMst1 - 15*lmMst2) + (4 + 13*lmMst1 - 9*lmMst2)*
2685  Mst2)*s2t)*pow4(Mst1) + (48*(1 + lmMst2)*Mt + Dmglst2*(-23*lmMst1 + 15*
2686  lmMst2)*s2t + (-4 - 13*lmMst1 + 9*lmMst2)*Mst2*s2t)*pow6(Mst1)) + (23*
2687  Dmglst2 + 13*Mst2)*s2t*pow6(Mst2)) + pow2(Sbeta)*(2*pow2(Mst1)*pow3(
2688  Mst2)*(Dmglst2*(-46*Mst2*s2t*pow2(Mt) - 24*(1 + 3*lmMst2)*Mt*pow2(Mst2)
2689  *pow2(s2t) + 32*(-1 + lmMst2)*pow3(Mt) + (23*lmMst1 - 15*lmMst2)*pow3(
2690  Mst2)*pow3(s2t)) + Mst2*(-26*Mst2*s2t*pow2(Mt) - 24*(1 + lmMst2)*Mt*
2691  pow2(Mst2)*pow2(s2t) + 32*(1 + lmMst2)*pow3(Mt) + (4 + 13*lmMst1 - 9*
2692  lmMst2)*pow3(Mst2)*pow3(s2t))) - Mst2*(48*(Dmglst2 + 3*Dmglst2*lmMst2 +
2693  Mst2 + lmMst2*Mst2)*Mt*pow2(Mst2)*pow2(s2t) + 64*(Dmglst2*(7 + lmMst2)
2694  - 3*(1 + lmMst2)*Mst2)*pow3(Mt) - (23*Dmglst2 + 13*Mst2)*pow3(Mst2)*
2695  pow3(s2t))*pow4(Mst1) + 48*(-(Mst2*(Dmglst2 + 3*Dmglst2*lmMst2 + Mst2 +
2696  lmMst2*Mst2)*Mt*pow2(s2t)) + 8*(1 + lmMst2)*pow3(Mt))*pow6(Mst1) + 4*(
2697  23*Dmglst2 + 13*Mst2)*s2t*pow2(Mt)*pow6(Mst2))) + Tbeta*pow2(Sbeta)*(-
2698  128*s2t*pow2(Mst1)*pow3(Mt)*((1 + lmMst2)*(2*pow2(Mst2) + pow2(MuSUSY))
2699  *(2*pow2(Mst1)*pow2(Mst2) + 3*pow4(Mst1) + pow4(Mst2)) - Dmglst2*Mst2*(
2700  -((1 + 3*lmMst2)*pow2(Mst2)*pow2(MuSUSY)) + pow2(Mst1)*(4*(3 + lmMst2)*
2701  pow2(Mst2) - 2*(1 + 3*lmMst2)*pow2(MuSUSY)) + 6*(5 + 3*lmMst2)*pow4(
2702  Mst1) - 2*(-1 + lmMst2)*pow4(Mst2))) + (pow2(Mst1) - pow2(Mst2))*pow4(
2703  Mst2)*pow4(s2t)*(2*(4 + 13*lmMst1 - 9*lmMst2)*pow2(Mst1)*pow3(Mst2) +
2704  13*Mst2*pow4(Mst1) + Dmglst2*(2*(23*lmMst1 - 15*lmMst2)*pow2(Mst1)*
2705  pow2(Mst2) + 23*pow4(Mst1) - 23*pow4(Mst2)) - 13*pow5(Mst2)) + 64*(
2706  Dmglst2 + 3*Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*Mt*pow2(Mst1)*pow3(
2707  s2t)*pow7(Mst2) + 16*pow4(Mt)*(48*(1 + lmMst2)*Mst2*(2*pow2(Mst1) +
2708  pow2(Mst2))*pow4(Mst1) + (29 + 16*lmMst2)*pow2(Mst1)*pow5(Mst2) -
2709  Dmglst2*(96*(2 + lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*pow2(Mst1)*pow4(
2710  Mst2) + 192*(3 + 2*lmMst2)*pow6(Mst1) - 23*pow6(Mst2)) + 13*pow7(Mst2))
2711  + 4*pow2(Mt)*pow2(s2t)*(2*(-13*pow2(Mst2) + (4 + 13*lmMst1 - 9*lmMst2)*
2712  pow2(MuSUSY))*pow3(Mst2)*pow4(Mst1) + pow2(Mst1)*(52*pow2(Mst2) + (-5 +
2713  26*lmMst1 - 18*lmMst2)*pow2(MuSUSY))*pow5(Mst2) + 2*(4 + 13*lmMst1 - 9*
2714  lmMst2)*Mst2*pow2(MuSUSY)*pow6(Mst1) + Dmglst2*(-2*pow2(Mst2)*(23*pow2(
2715  Mst2) + (-23*lmMst1 + 15*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*
2716  (92*pow2(Mst2) + (-23 + 46*lmMst1 - 30*lmMst2)*pow2(MuSUSY))*pow4(Mst2)
2717  + 2*(23*lmMst1 - 15*lmMst2)*pow2(MuSUSY)*pow6(Mst1) - 23*(2*pow2(Mst2)
2718  + pow2(MuSUSY))*pow6(Mst2)) - 13*(2*pow2(Mst2) + pow2(MuSUSY))*pow7(
2719  Mst2)))))) + 544320*twoLoopFlag*xMst*pow2(Mt)*(xDmglst2*pow2(Dmglst2)*(
2720  -16*(11*MuSUSY + 21*Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) + Mst2*MuSUSY*
2721  pow2(s2t)*(MuSUSY*Tbeta*(-1 + pow2(Sbeta)) - 18*Mst2*pow2(Sbeta)) - 24*
2722  Mt*s2t*Tbeta*(2*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 5*pow2(Mst2)*pow2(
2723  Sbeta))) + 2*Mt*pow2(Mst2)*(-8*Mt*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta) +
2724  s2t*Tbeta*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) + 4*pow2(Mst2)*pow2(
2725  Sbeta))) - 2*Dmglst2*Mst2*(-16*(2*MuSUSY + 3*Mst2*Tbeta)*pow2(Mt)*pow2(
2726  Sbeta) + Mst2*MuSUSY*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 6*
2727  Mst2*pow2(Sbeta)) + Mt*s2t*Tbeta*(17*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2728  20*pow2(Mst2)*pow2(Sbeta))))*pow4(Msq)*pow8(Mst1) + Al4p*threeLoopFlag*
2729  pow4(Mst2)*(28*Mt*MuSUSY*pow2(Sbeta)*(-(pow4(Msq)*(-27*pow2(Mst1)*pow3(
2730  Mst2)*(Dmglst2*(32*(-4879 + 270*lmMst1 - 8910*lmMst2)*Mst2*s2t*pow2(Mt)
2731  - 3*(278347 - 79200*lmMsq + 3720*lmMst1 + 119160*lmMst2)*Mt*pow2(Mst2)*
2732  pow2(s2t) + 60*(1805 + 960*lmMsq + 248*lmMst1 - 2872*lmMst2 - 448*lmMt)
2733  *pow3(Mt) + 20*(3599 - 1080*lmMsq - 1368*lmMst1 + 3480*lmMst2)*pow3(
2734  Mst2)*pow3(s2t)) - Mst2*(2*(29683 - 13560*lmMst1 + 36600*lmMst2)*Mst2*
2735  s2t*pow2(Mt) + 45*(3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*Mt*
2736  pow2(Mst2)*pow2(s2t) + 4*(88373 - 14400*lmMsq - 9960*lmMst1 + 52680*
2737  lmMst2 + 3360*lmMt)*pow3(Mt) + 20*(235 + 450*lmMsq + 642*lmMst1 - 1362*
2738  lmMst2 + 18*(1 + lmMst1)*shiftst3 - 18*lmMst2*shiftst3)*pow3(Mst2)*
2739  pow3(s2t))) + 9*Mst2*(-3*Dmglst2*(-32*(21379 + 1770*lmMst1 + 12630*
2740  lmMst2)*Mst2*s2t*pow2(Mt) + (-1302523 + 216000*lmMsq + 106200*lmMst1 -
2741  428760*lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 32*(57943 + 1800*lmMsq - 2850*
2742  lmMst1 + 2190*lmMst2 - 1260*lmMt)*pow3(Mt) + 4*(33563 - 4020*lmMst1 +
2743  4020*lmMst2)*pow3(Mst2)*pow3(s2t)) + Mst2*(-2*(502399 + 65160*lmMst1 -
2744  134280*lmMst2)*Mst2*s2t*pow2(Mt) + 15*(15395 - 8640*lmMsq + 17928*
2745  lmMst1 - 8712*lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 64*(45986 - 2700*lmMsq
2746  - 7245*lmMst1 + 21015*lmMst2 + 630*lmMt)*pow3(Mt) + 2*(242149 - 2700*
2747  lmMsq - 9360*lmMst1 + 19440*lmMst2)*pow3(Mst2)*pow3(s2t)))*pow4(Mst1) +
2748  (12*(12*Dmglst2*(520939 + 44280*lmMst1 + 76680*lmMst2) + (-2414263 -
2749  203040*lmMst1 + 306720*lmMst2)*Mst2)*s2t*pow2(Mt) + 6*Mst2*(5*Dmglst2*(
2750  1991719 - 194400*lmMsq - 328536*lmMst1 + 618840*lmMst2) + 3*(63043 -
2751  64800*lmMsq + 217080*lmMst1 - 147960*lmMst2)*Mst2)*Mt*pow2(s2t) + 48*(
2752  1126591 - 184140*lmMst1 + 383940*lmMst2 + 7560*lmMt)*pow3(Mt) - (16*
2753  Dmglst2*(776573 - 80595*lmMst1 + 80595*lmMst2) + 3*(-2205079 + 76140*
2754  lmMst1 - 76140*lmMst2)*Mst2)*pow2(Mst2)*pow3(s2t))*pow6(Mst1) - 3240*
2755  s2t*(92*Dmglst2 + Mst2*(49 + 3*shiftst3))*(-4*pow2(Mt) + pow2(Mst2)*
2756  pow2(s2t))*pow6(Mst2))) + 4050*Mst2*pow2(Mst1)*(pow2(Mst2)*(24*(Mt*
2757  pow2(s2t)*pow3(Mst2) + 8*Mst2*pow3(Mt))*pow4(Mst1) + 192*pow3(Mt)*pow5(
2758  Mst2) + pow2(Mst1)*(192*pow3(Mst2)*pow3(Mt) + 24*Mt*pow2(s2t)*pow5(
2759  Mst2) + 5*pow3(s2t)*pow6(Mst2)) + 60*Mt*pow2(s2t)*pow7(Mst2) + 4*
2760  Dmglst2*(2*(39*Mt*pow2(Mst2)*pow2(s2t) + 88*pow3(Mt))*pow4(Mst1) + 176*
2761  pow3(Mt)*pow4(Mst2) + pow2(Mst1)*(176*pow2(Mst2)*pow3(Mt) + 78*Mt*pow2(
2762  s2t)*pow4(Mst2) + 5*pow3(s2t)*pow5(Mst2)) + 123*Mt*pow2(s2t)*pow6(Mst2)
2763  - 16*pow3(s2t)*pow7(Mst2)) - 9*pow3(s2t)*pow8(Mst2)) + 4*pow2(Msq)*(24*
2764  (Mt*pow2(s2t)*pow3(Mst2) + 4*Mst2*pow3(Mt))*pow4(Mst1) + 96*pow3(Mt)*
2765  pow5(Mst2) + 3*pow2(Mst1)*(32*pow3(Mst2)*pow3(Mt) + 8*Mt*pow2(s2t)*
2766  pow5(Mst2) + pow3(s2t)*pow6(Mst2)) + 48*Mt*pow2(s2t)*pow7(Mst2) +
2767  Dmglst2*(8*(27*Mt*pow2(Mst2)*pow2(s2t) + 28*pow3(Mt))*pow4(Mst1) + 224*
2768  pow3(Mt)*pow4(Mst2) + pow2(Mst1)*(224*pow2(Mst2)*pow3(Mt) + 216*Mt*
2769  pow2(s2t)*pow4(Mst2) + 6*pow3(s2t)*pow5(Mst2)) + 288*Mt*pow2(s2t)*pow6(
2770  Mst2) - 34*pow3(s2t)*pow7(Mst2)) - 7*pow3(s2t)*pow8(Mst2)))) + Tbeta*(-
2771  68040*Mst2*shiftst3*pow4(Msq)*(-4*pow2(Mst1)*pow2(s2t)*pow4(Mst2)*(2*(-
2772  1 + lmMst1 - lmMst2)*pow2(Mt)*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) +
2773  pow2(Mst2)*pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 8*(-1 +
2774  3*lmMst1 - 3*lmMst2)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))
2775  *pow6(Mst1) + (-4*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2776  2*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*pow4(Mt) + pow4(Mst2)*pow4(
2777  s2t)))*pow6(Mst2) + pow4(Mst1)*(8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst2)
2778  *pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (3 + 2*lmMst1 -
2779  2*lmMst2)*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))) - 28*pow2(Mt)*pow2(MuSUSY)
2780  *(4050*s2t*pow2(Mst1)*pow2(Mst2)*((72*Mt - 4*Mst2*s2t)*pow2(Mst2)*pow4(
2781  Mst1) - 4*(-14*Mt + Mst2*s2t)*pow2(Mst1)*pow4(Mst2) + 4*pow2(Msq)*(-4*(
2782  -12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + (64*Mt - 4*Mst2*s2t)*pow4(
2783  Mst1) + (32*Mt - 7*Mst2*s2t)*pow4(Mst2)) + (40*Mt - 9*Mst2*s2t)*pow6(
2784  Mst2)) + 16200*Dmglst2*Mst2*s2t*pow2(Mst1)*((186*Mt - 11*Mst2*s2t)*
2785  pow2(Mst2)*pow4(Mst1) + (134*Mt - 11*Mst2*s2t)*pow2(Mst1)*pow4(Mst2) +
2786  2*pow2(Msq)*(-14*(-12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 2*(120*Mt
2787  - 7*Mst2*s2t)*pow4(Mst1) + (96*Mt - 17*Mst2*s2t)*pow4(Mst2)) + 2*(41*Mt
2788  - 8*Mst2*s2t)*pow6(Mst2)) + 2*Dmglst2*pow4(Msq)*(-27*pow2(Mst1)*pow2(
2789  Mst2)*((278347 - 79200*lmMsq + 3720*lmMst1 + 119160*lmMst2)*Mst2*Mt*s2t
2790  + 7680*(5 + 6*lmMst2)*pow2(Mt) + 10*(-4151 + 1080*lmMsq + 1368*lmMst1 -
2791  3480*lmMst2)*pow2(Mst2)*pow2(s2t)) - 36*((534391 - 113400*lmMsq -
2792  23760*lmMst1 + 196560*lmMst2)*Mst2*Mt*s2t + 30*(3643 - 120*lmMst1 +
2793  3192*lmMst2)*pow2(Mt) + 9*(-9053 + 900*lmMsq + 1810*lmMst1 - 3570*
2794  lmMst2)*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + pow2(s2t)*(4*(2286439 -
2795  72900*lmMsq - 307800*lmMst1 + 450360*lmMst2)*pow6(Mst1) + 149040*pow6(
2796  Mst2))) + 3*pow4(Msq)*(90*pow2(Mst1)*(3*(-3469 + 1440*lmMsq - 664*
2797  lmMst1 - 1384*lmMst2)*Mst2*Mt*s2t - 64*(53 + 24*lmMst2)*pow2(Mt) + 2*(
2798  59 - 450*lmMsq - 642*lmMst1 + 1362*lmMst2)*pow2(Mst2)*pow2(s2t))*pow3(
2799  Mst2) - 6*Mst2*(-40*(-5827 + 2700*lmMsq - 2988*lmMst1 - 468*lmMst2)*
2800  Mst2*Mt*s2t + 60*(-353 + 72*lmMst1 + 696*lmMst2)*pow2(Mt) + (240379 +
2801  10800*lmMsq + 9900*lmMst1 - 21420*lmMst2)*pow2(Mst2)*pow2(s2t))*pow4(
2802  Mst1) + s2t*(4*(-412663 + 226800*lmMsq - 396360*lmMst1 + 119880*lmMst2)
2803  *Mt + (-3647353 - 64800*lmMsq + 16740*lmMst1 + 52380*lmMst2)*Mst2*s2t)*
2804  pow6(Mst1) + 52920*pow2(s2t)*pow7(Mst2))) + pow2(Sbeta)*(-7*pow4(Mst2)*
2805  pow4(s2t)*(540*pow2(Msq)*pow2(Mst1)*((Dmglst2*(3047 - 1080*lmMsq -
2806  1368*lmMst1 + 3480*lmMst2) - (529 + 450*lmMsq + 642*lmMst1 - 1362*
2807  lmMst2)*Mst2)*pow2(Msq) - 1020*Dmglst2*pow2(Mst2) - 210*pow3(Mst2))*
2808  pow4(Mst2) - 18*pow2(Mst2)*pow4(Mst1)*(-9000*pow2(Msq)*pow3(Mst2) + (
2809  235099 - 16200*lmMsq - 28620*lmMst1 + 60300*lmMst2)*Mst2*pow4(Msq) -
2810  12*Dmglst2*(3000*pow2(Msq)*pow2(Mst2) + 2*(3892 + 1350*lmMsq + 705*
2811  lmMst1 - 3345*lmMst2)*pow4(Msq) + 1575*pow4(Mst2)) - 3150*pow5(Mst2)) +
2812  (Dmglst2*(-97200*pow2(Msq)*pow2(Mst2) + (8800364 - 855360*lmMst1 +
2813  855360*lmMst2)*pow4(Msq) - 81000*pow4(Mst2)) - 15*(3240*pow2(Msq)*pow3(
2814  Mst2) + (150437 + 3240*lmMsq - 3996*lmMst1 - 8100*lmMst2)*Mst2*pow4(
2815  Msq) + 1350*pow5(Mst2)))*pow6(Mst1) + 3240*(92*Dmglst2 + 49*Mst2)*pow4(
2816  Msq)*pow6(Mst2)) - 28*pow2(Mt)*pow2(s2t)*(4050*pow2(Mst1)*pow2(Mst2)*
2817  pow2(MuSUSY)*(4*pow3(Mst2)*pow4(Mst1) + 4*pow2(Mst1)*pow5(Mst2) + 4*
2818  pow2(Msq)*(4*pow2(Mst1)*pow3(Mst2) + 4*Mst2*pow4(Mst1) + 7*pow5(Mst2))
2819  + 4*Dmglst2*(11*pow2(Mst2)*pow4(Mst1) + 11*pow2(Mst1)*pow4(Mst2) +
2820  pow2(Msq)*(28*pow2(Mst1)*pow2(Mst2) + 28*pow4(Mst1) + 34*pow4(Mst2)) +
2821  16*pow6(Mst2)) + 9*pow7(Mst2)) + pow4(Msq)*(-4*Dmglst2*(162*pow2(Mst2)*
2822  (40*(275 + 34*lmMst1 + 62*lmMst2)*pow2(Mst2) + (9053 - 900*lmMsq -
2823  1810*lmMst1 + 3570*lmMst2)*pow2(MuSUSY))*pow4(Mst1) - 27*pow2(Mst1)*(4*
2824  (-3499 + 270*lmMst1 - 8910*lmMst2)*pow2(Mst2) + 5*(-4151 + 1080*lmMsq +
2825  1368*lmMst1 - 3480*lmMst2)*pow2(MuSUSY))*pow4(Mst2) + 2*(45*(78533 +
2826  6732*lmMst1 + 180*lmMst2)*pow2(Mst2) + (2286439 - 72900*lmMsq - 307800*
2827  lmMst1 + 450360*lmMst2)*pow2(MuSUSY))*pow6(Mst1) + 74520*(2*pow2(Mst2)
2828  + pow2(MuSUSY))*pow6(Mst2)) + 3*(6*(4*(73931 + 3060*lmMst1 - 3060*
2829  lmMst2)*pow2(Mst2) + (240379 + 10800*lmMsq + 9900*lmMst1 - 21420*
2830  lmMst2)*pow2(MuSUSY))*pow3(Mst2)*pow4(Mst1) + 9*pow2(Mst1)*((-17923 +
2831  13560*lmMst1 - 36600*lmMst2)*pow2(Mst2) + 20*(-59 + 450*lmMsq + 642*
2832  lmMst1 - 1362*lmMst2)*pow2(MuSUSY))*pow5(Mst2) + Mst2*((3321329 +
2833  210600*lmMst1 - 210600*lmMst2)*pow2(Mst2) + (3647353 + 64800*lmMsq -
2834  16740*lmMst1 - 52380*lmMst2)*pow2(MuSUSY))*pow6(Mst1) - 52920*(2*pow2(
2835  Mst2) + pow2(MuSUSY))*pow7(Mst2)))) + 28*Mt*pow2(Mst1)*pow3(Mst2)*pow3(
2836  s2t)*(129600*pow2(Msq)*(3*Dmglst2*(pow2(Mst1) - 4*pow2(Mst2)) + Mst2*(
2837  pow2(Mst1) - 2*pow2(Mst2)))*pow4(Mst2) + pow4(Msq)*(18*Dmglst2*(233741
2838  + 10800*lmMsq - 58680*lmMst1 + 35640*lmMst2)*pow2(Mst1)*pow2(Mst2) +
2839  90*(-7913 + 2160*lmMsq + 5976*lmMst1 - 10584*lmMst2)*pow2(Mst1)*pow3(
2840  Mst2) + Dmglst2*(8194483 - 2329560*lmMst1 + 2329560*lmMst2)*pow4(Mst1)
2841  + 51*(-6167 + 9720*lmMst1 - 9720*lmMst2)*Mst2*pow4(Mst1) + 27*Dmglst2*(
2842  278347 - 79200*lmMsq + 3720*lmMst1 + 119160*lmMst2)*pow4(Mst2) + 405*(
2843  3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*pow5(Mst2)) + 48600*pow2(
2844  Mst1)*pow7(Mst2) + 16200*Dmglst2*(15*pow2(Mst1)*pow6(Mst2) - 41*pow8(
2845  Mst2))) - 16*pow4(Mt)*(-4*Dmglst2*pow4(Msq)*(27*pow2(Mst1)*pow2(Mst2)*(
2846  (114841 - 1680*lmMst1 + 31920*lmMst2 + 23520*lmMt)*pow2(Mst2) - 6720*(5
2847  + 6*lmMst2)*pow2(MuSUSY)) + 9*((2655197 + 75600*lmMsq - 325080*lmMst1 +
2848  778680*lmMst2 - 10080*lmMt)*pow2(Mst2) + 105*(-3643 + 120*lmMst1 -
2849  3192*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 4*(17026487 + 1530900*lmMsq -
2850  3163860*lmMst1 + 4320540*lmMst2 - 340200*lmMt)*pow6(Mst1) - 521640*
2851  pow6(Mst2)) - 453600*Dmglst2*pow2(Mst1)*(3*pow2(Msq)*pow2(Mst2)*(pow4(
2852  Mst1) - pow4(Mst2)) - 4*pow8(Mst2)) + 21*Mst2*(pow4(Msq)*(9*pow2(Mst1)*
2853  pow2(Mst2)*((54383 + 3600*lmMsq - 12480*lmMst1 + 25020*lmMst2 - 13980*
2854  lmMt)*pow2(Mst2) + 160*(53 + 24*lmMst2)*pow2(MuSUSY)) + 3*((310039 +
2855  21600*lmMsq - 91080*lmMst1 + 123480*lmMst2 - 43920*lmMt)*pow2(Mst2) +
2856  30*(-353 + 72*lmMst1 + 696*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 2*(610669
2857  + 145800*lmMsq - 300240*lmMst1 + 249480*lmMst2 - 78840*lmMt)*pow6(Mst1)
2858  + 52920*pow6(Mst2)) + 10800*pow2(Msq)*(3*pow2(Mst2)*pow6(Mst1) + 5*
2859  pow2(Mst1)*pow6(Mst2)) + 37800*pow2(Mst1)*pow8(Mst2))) - 56*s2t*pow2(
2860  Mst1)*pow3(Mt)*(Dmglst2*Mst2*(pow4(Msq)*(27*pow2(Mst2)*(30*(2029 + 960*
2861  lmMsq + 248*lmMst1 - 2872*lmMst2 - 448*lmMt)*pow2(Mst2) + (278347 -
2862  79200*lmMsq + 3720*lmMst1 + 119160*lmMst2)*pow2(MuSUSY)) + 18*pow2(
2863  Mst1)*(3*(438149 - 26520*lmMst1 + 60600*lmMst2 - 3360*lmMt)*pow2(Mst2)
2864  + 2*(534391 - 113400*lmMsq - 23760*lmMst1 + 196560*lmMst2)*pow2(MuSUSY)
2865  ) + 8*(9227767 + 291600*lmMsq - 754920*lmMst1 + 1088640*lmMst2 - 22680*
2866  lmMt)*pow4(Mst1)) + 129600*pow2(Msq)*(-3*pow2(MuSUSY)*(7*pow2(Mst1)*
2867  pow2(Mst2) + 10*pow4(Mst1) + 4*pow4(Mst2)) + 14*pow6(Mst2)) + 16200*(-(
2868  pow2(MuSUSY)*(93*pow2(Mst2)*pow4(Mst1) + 67*pow2(Mst1)*pow4(Mst2) + 41*
2869  pow6(Mst2))) + 88*pow8(Mst2))) + 3*(-(pow4(Msq)*(6*pow2(Mst1)*pow2(
2870  Mst2)*((470657 - 86040*lmMst1 + 178200*lmMst2)*pow2(Mst2) - 20*(5827 -
2871  2700*lmMsq + 2988*lmMst1 + 468*lmMst2)*pow2(MuSUSY)) + 2*(4*(574759 +
2872  32400*lmMsq - 97200*lmMst1 + 131760*lmMst2)*pow2(Mst2) + (-412663 +
2873  226800*lmMsq - 396360*lmMst1 + 119880*lmMst2)*pow2(MuSUSY))*pow4(Mst1)
2874  + 9*(2*(86693 - 14400*lmMsq - 9960*lmMst1 + 52680*lmMst2 + 3360*lmMt)*
2875  pow2(Mst2) - 15*(3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*pow2(
2876  MuSUSY))*pow4(Mst2))) + 43200*pow2(Msq)*(-(pow2(MuSUSY)*(4*pow2(Mst2)*
2877  pow4(Mst1) + 3*pow2(Mst1)*pow4(Mst2) + 2*pow6(Mst2))) + 6*pow8(Mst2)) +
2878  5400*(-(pow2(MuSUSY)*(9*pow4(Mst1)*pow4(Mst2) + 7*pow2(Mst1)*pow6(Mst2)
2879  + 5*pow8(Mst2))) + 24*power10(Mst2)))))))))/(408240.*Tbeta*pow2(Mst1)*
2880  pow2(Sbeta)*pow4(Msq)))/pow9(Mst2);
2881 }
2882 
2883 /**
2884  * @return The off-diagonal (1, 2) = (2, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6'
2885  */
2886 double H6::getS12() const {
2887  return Al4p*z2*(Al4p*threeLoopFlag*(MuSUSY*((Mt*s2t*shiftst3*pow2(Mst2)*(-4*
2888  pow2(Mt) + ((-1 - lmMst1 + lmMst2)*pow2(Mst1) + pow2(Mst2))*pow2(s2t)))
2889  /(3.*pow2(Mst1)) - pow2(Mt)*pow2(s2t)*((-5*(Mst2*(41*Dmglst2 + 5*Mst2)
2890  + 16*pow2(Msq) + 2*pow2(Mst1))*pow3(Mst2))/(3.*pow4(Msq)) + ((
2891  38.91543209876543 - 40*lmMsq + 134*lmMst1 - (274*lmMst2)/3.)*pow4(Mst1)
2892  )/pow3(Mst2) + ((71.27314814814815 - 40*lmMsq + 83*lmMst1 - (121*
2893  lmMst2)/3.)*pow2(Mst1) - (40*pow4(Mst1))/(3.*pow2(Msq)))/Mst2 + (Mst2*(
2894  3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2 - (320*pow2(Mst1))/pow2(
2895  Msq) - (80*pow4(Mst1))/pow4(Msq)))/24. + Dmglst2*(773.1861111111111 -
2896  220*lmMsq + (31*lmMst1)/3. + 331*lmMst2 - (120*pow2(Mst1))/pow2(Msq) +
2897  (pow2(Mst1)*(1206.039814814815 - 200*lmMsq - (295*lmMst1)/3. + 397*
2898  lmMst2 - (120*pow2(Mst1))/pow2(Msq)))/pow2(Mst2) - (10*(48*pow2(Msq) +
2899  13*pow2(Mst1))*pow2(Mst2))/(3.*pow4(Msq)) - (130*pow4(Mst1))/(3.*pow4(
2900  Msq)) + ((2049.0936213991768 - 200*lmMsq - 338*lmMst1 + (1910*lmMst2)/
2901  3.)*pow4(Mst1))/pow4(Mst2))) - Mt*pow3(s2t)*((149.4746913580247 - (5*
2902  lmMsq)/3. - (52*lmMst1)/9. + 12*lmMst2)*pow2(Mst1) + ((235 + 450*lmMsq
2903  + 642*lmMst1 - 1362*lmMst2 - (90*pow2(Mst1))/pow2(Msq))*pow2(Mst2))/54.
2904  - Dmglst2*(((33563 - 4020*lmMst1 + 4020*lmMst2)*pow2(Mst1))/(270.*
2905  Mst2) + Mst2*(66.64814814814815 - 20*lmMsq - (76*lmMst1)/3. + (580*
2906  lmMst2)/9. + (10*pow2(Mst1))/(3.*pow2(Msq))) - (pow3(Mst2)*(170/pow2(
2907  Msq) - 92/pow2(Mst1) - (25*pow2(Mst1))/pow4(Msq)))/9.) + ((16*Dmglst2*(
2908  -776573 + 80595*lmMst1 - 80595*lmMst2) + 3*(2205079 - 76140*lmMst1 +
2909  76140*lmMst2)*Mst2)*pow4(Mst1))/(29160.*pow3(Mst2)) + ((5*Mst2*(64*
2910  Dmglst2 + 9*Mst2) - pow2(14*pow2(Msq) - 5*pow2(Mst1))/pow2(Mst1))*pow4(
2911  Mst2))/(36.*pow4(Msq))) + (pow3(Mt)*(3*(502399 + 65160*lmMst1 - 134280*
2912  lmMst2)*s2t*pow2(Mst1)*pow3(Mst2) + (4828526 + 406080*lmMst1 - 613440*
2913  lmMst2)*Mst2*s2t*pow4(Mst1) + 2*Mt*(24*Mst2*(3*Dmglst2*(57943 + 1800*
2914  lmMsq - 2850*lmMst1 + 2190*lmMst2 - 1260*lmMt) + 2*(-45986 + 2700*lmMsq
2915  + 7245*lmMst1 - 21015*lmMst2 - 630*lmMt)*Mst2)*pow2(Mst1) + 9*(15*
2916  Dmglst2*(1805 + 960*lmMsq + 248*lmMst1 - 2872*lmMst2 - 448*lmMt) + (-
2917  88373 + 14400*lmMsq + 9960*lmMst1 - 52680*lmMst2 - 3360*lmMt)*Mst2)*
2918  pow3(Mst2) - 4*(1126591 - 184140*lmMst1 + 383940*lmMst2 + 7560*lmMt)*
2919  pow4(Mst1)) + (43200*Mst2*Mt*(14*Dmglst2*pow2(Msq) + 6*Mst2*pow2(Msq) +
2920  11*Dmglst2*pow2(Mst2) + 3*pow3(Mst2))*(pow2(Mst1)*pow2(Mst2) + pow4(
2921  Mst1) + pow4(Mst2)))/pow4(Msq) + 9*(-29683 + 13560*lmMst1 - 36600*
2922  lmMst2)*s2t*pow5(Mst2) - (24*Dmglst2*s2t*(6*(21379 + 1770*lmMst1 +
2923  12630*lmMst2)*pow2(Mst2)*pow4(Mst1) + 6*(4879 - 270*lmMst1 + 8910*
2924  lmMst2)*pow2(Mst1)*pow4(Mst2) + (520939 + 44280*lmMst1 + 76680*lmMst2)*
2925  pow6(Mst1) + 8280*pow6(Mst2)))/pow2(Mst1) - (105840*s2t*pow7(Mst2))/
2926  pow2(Mst1)))/(4860.*pow5(Mst2))) + (Mt*MuSUSY*(48600*Mst2*s2t*xMsq*
2927  pow2(Msq)*(Tbeta*pow2(Mst2)*((-1 + shiftst1)*pow2(Mst2)*(-4*pow2(Mt) +
2928  pow2(Mst2)*pow2(s2t)) + pow2(Mst1)*(4*(-1 + shiftst2)*pow2(Mt) + (-
2929  shiftst1 + shiftst2)*pow2(Mst2)*pow2(s2t)) - (-1 + shiftst2)*pow2(s2t)*
2930  pow4(Mst1)) + s2t*(Mt*MuSUSY*(2*(1 - 2*shiftst1 + shiftst2)*pow2(Mst1)*
2931  pow2(Mst2) - 4*(shiftst1 - shiftst2)*pow4(Mst1) - 2*(-1 + shiftst1)*
2932  pow4(Mst2)) + (-lmMst1 + lmMst2)*pow2(Mst1)*(4*Mt*MuSUSY*(1 - 2*
2933  shiftst1 + shiftst2)*pow2(Mst1) - 4*Mt*MuSUSY*(-1 + shiftst1)*pow2(
2934  Mst2) + s2t*(-2 + shiftst1 + shiftst2)*Tbeta*pow4(Mst2)))) + 6480*
2935  xDR2DRMOD*(2*pow2(Mst1)*pow2(Mst2)*(Dmglst2*Mst2*(2*s2t*(16*(1 + 3*
2936  lmMst2)*MuSUSY - 23*Mst2*Tbeta)*pow2(Mt) + Mst2*Mt*((23 - 46*lmMst1 +
2937  30*lmMst2)*MuSUSY - 24*(1 + 3*lmMst2)*Mst2*Tbeta)*pow2(s2t) + 32*(-1 +
2938  lmMst2)*Tbeta*pow3(Mt) + (23*lmMst1 - 15*lmMst2)*Tbeta*pow3(Mst2)*pow3(
2939  s2t)) + pow2(Mst2)*(2*s2t*(16*(1 + lmMst2)*MuSUSY - 13*Mst2*Tbeta)*
2940  pow2(Mt) + Mst2*Mt*((5 - 26*lmMst1 + 18*lmMst2)*MuSUSY - 24*(1 +
2941  lmMst2)*Mst2*Tbeta)*pow2(s2t) + 32*(1 + lmMst2)*Tbeta*pow3(Mt) + (4 +
2942  13*lmMst1 - 9*lmMst2)*Tbeta*pow3(Mst2)*pow3(s2t)) - 2*xDmglst2*pow2(
2943  Dmglst2)*(2*s2t*(-8*(-2 + 3*lmMst2)*MuSUSY + 5*Mst2*Tbeta)*pow2(Mt) +
2944  Mst2*Mt*((-13 + 10*lmMst1 - 6*lmMst2)*MuSUSY + 12*(-2 + 3*lmMst2)*Mst2*
2945  Tbeta)*pow2(s2t) + 16*Tbeta*pow3(Mt) + (4 - 5*lmMst1 + 3*lmMst2)*Tbeta*
2946  pow3(Mst2)*pow3(s2t))) + (-2*xDmglst2*pow2(Dmglst2)*(-64*(-2 + 3*
2947  lmMst2)*MuSUSY*s2t*pow2(Mt) + 4*Mst2*Mt*((-4 + 5*lmMst1 - 3*lmMst2)*
2948  MuSUSY + 6*(-2 + 3*lmMst2)*Mst2*Tbeta)*pow2(s2t) - 32*(7 + 2*lmMst2)*
2949  Tbeta*pow3(Mt) - 5*Tbeta*pow3(Mst2)*pow3(s2t)) + pow2(Mst2)*(64*(1 +
2950  lmMst2)*(2*MuSUSY*s2t + 3*Mt*Tbeta)*pow2(Mt) - 4*Mst2*Mt*((4 + 13*
2951  lmMst1 - 9*lmMst2)*MuSUSY + 12*(1 + lmMst2)*Mst2*Tbeta)*pow2(s2t) + 13*
2952  Tbeta*pow3(Mst2)*pow3(s2t)) + Dmglst2*Mst2*(128*(1 + 3*lmMst2)*MuSUSY*
2953  s2t*pow2(Mt) - 4*Mst2*Mt*(23*lmMst1*MuSUSY - 15*lmMst2*MuSUSY + 12*
2954  Mst2*Tbeta + 36*lmMst2*Mst2*Tbeta)*pow2(s2t) - 64*(7 + lmMst2)*Tbeta*
2955  pow3(Mt) + 23*Tbeta*pow3(Mst2)*pow3(s2t)))*pow4(Mst1) + s2t*(23*
2956  Dmglst2*Mst2 + 10*xDmglst2*pow2(Dmglst2) + 13*pow2(Mst2))*(2*Mt*MuSUSY*
2957  s2t + 4*Tbeta*pow2(Mt) - Tbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst2) + 4*Mt*
2958  (48*(1 + lmMst2)*Mt*(MuSUSY*s2t + 2*Mt*Tbeta) - (Dmglst2*(23*lmMst1 -
2959  15*lmMst2)*MuSUSY + (4 + 13*lmMst1 - 9*lmMst2)*Mst2*MuSUSY + 12*
2960  Dmglst2*(1 + 3*lmMst2)*Mst2*Tbeta + 12*(1 + lmMst2)*Tbeta*pow2(Mst2))*
2961  pow2(s2t))*pow6(Mst1)) - (Mt*MuSUSY*(4050*s2t*pow2(Mst1)*pow2(Mst2)*((
2962  72*Mt - 4*Mst2*s2t)*pow2(Mst2)*pow4(Mst1) - 4*(-14*Mt + Mst2*s2t)*pow2(
2963  Mst1)*pow4(Mst2) + 4*pow2(Msq)*(-4*(-12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(
2964  Mst2) + (64*Mt - 4*Mst2*s2t)*pow4(Mst1) + (32*Mt - 7*Mst2*s2t)*pow4(
2965  Mst2)) + (40*Mt - 9*Mst2*s2t)*pow6(Mst2)) + 16200*Dmglst2*Mst2*s2t*
2966  pow2(Mst1)*((186*Mt - 11*Mst2*s2t)*pow2(Mst2)*pow4(Mst1) + (134*Mt -
2967  11*Mst2*s2t)*pow2(Mst1)*pow4(Mst2) + 2*pow2(Msq)*(-14*(-12*Mt + Mst2*
2968  s2t)*pow2(Mst1)*pow2(Mst2) + 2*(120*Mt - 7*Mst2*s2t)*pow4(Mst1) + (96*
2969  Mt - 17*Mst2*s2t)*pow4(Mst2)) + 2*(41*Mt - 8*Mst2*s2t)*pow6(Mst2)) + 2*
2970  Dmglst2*pow4(Msq)*(-27*pow2(Mst1)*pow2(Mst2)*((278347 - 79200*lmMsq +
2971  3720*lmMst1 + 119160*lmMst2)*Mst2*Mt*s2t + 7680*(5 + 6*lmMst2)*pow2(Mt)
2972  + 10*(-4151 + 1080*lmMsq + 1368*lmMst1 - 3480*lmMst2)*pow2(Mst2)*pow2(
2973  s2t)) - 36*((534391 - 113400*lmMsq - 23760*lmMst1 + 196560*lmMst2)*
2974  Mst2*Mt*s2t + 30*(3643 - 120*lmMst1 + 3192*lmMst2)*pow2(Mt) + 9*(-9053
2975  + 900*lmMsq + 1810*lmMst1 - 3570*lmMst2)*pow2(Mst2)*pow2(s2t))*pow4(
2976  Mst1) + pow2(s2t)*(4*(2286439 - 72900*lmMsq - 307800*lmMst1 + 450360*
2977  lmMst2)*pow6(Mst1) + 149040*pow6(Mst2))) + 3*pow4(Msq)*(-90*pow2(Mst1)*
2978  (3*(3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*Mst2*Mt*s2t + 64*(53
2979  + 24*lmMst2)*pow2(Mt) - 2*(59 - 450*lmMsq + 1362*lmMst2 + 36*(1 +
2980  lmMst2)*shiftst3 - 6*lmMst1*(107 + 6*shiftst3))*pow2(Mst2)*pow2(s2t))*
2981  pow3(Mst2) + 6*Mst2*(-40*(5827 - 2700*lmMsq + 2988*lmMst1 + 468*lmMst2)
2982  *Mst2*Mt*s2t - 60*(-353 + 72*lmMst1 + 696*lmMst2)*pow2(Mt) - (240379 +
2983  10800*lmMsq - 21420*lmMst2 - 1080*(1 + 2*lmMst2)*shiftst3 + 180*lmMst1*
2984  (55 + 12*shiftst3))*pow2(Mst2)*pow2(s2t))*pow4(Mst1) - s2t*(4*(412663 -
2985  226800*lmMsq + 396360*lmMst1 - 119880*lmMst2)*Mt + Mst2*s2t*(3647353 +
2986  64800*lmMsq - 52380*lmMst2 - 6480*(1 + 3*lmMst2)*shiftst3 + 540*lmMst1*
2987  (-31 + 36*shiftst3)))*pow6(Mst1) + 1080*(49 + 3*shiftst3)*pow2(s2t)*
2988  pow7(Mst2))))/pow4(Msq)))/(14580.*Tbeta*pow2(Mst1)*pow5(Mst2))) - (Mt*
2989  MuSUSY*((xDmglst2*pow2(Dmglst2)*(-22680*twoLoopFlag*(-2*Mt*pow2(Mst1)*
2990  pow2(Mst2)*(-24*Mt*MuSUSY*s2t + 4*Tbeta*pow2(Mt) + Mst2*(MuSUSY + 9*
2991  Mst2*Tbeta)*pow2(s2t)) - 2*Mt*(-36*Mt*MuSUSY*s2t + 28*Tbeta*pow2(Mt) +
2992  Mst2*(MuSUSY + 9*Mst2*Tbeta)*pow2(s2t))*pow4(Mst1) + s2t*(-2*Mst2*Mt*
2993  s2t*(MuSUSY + 9*Mst2*Tbeta) + 24*MuSUSY*pow2(Mt) + Tbeta*pow2(s2t)*
2994  pow3(Mst2))*pow4(Mst2)) + Al4p*threeLoopFlag*pow2(Mst2)*(pow2(Mst1)*(4*
2995  s2t*(35*(-9883 + 155520*lmMsq + 41688*lmMst1 - 290520*lmMst2)*MuSUSY +
2996  36*(221716 - 20265*lmMst1 + 231945*lmMst2)*Mst2*Tbeta)*pow2(Mt) - 7*
2997  Mst2*Mt*(4*(249097 + 24300*lmMsq + 30510*lmMst1 - 78030*lmMst2)*MuSUSY
2998  + 3*(708829 + 388800*lmMsq + 198720*lmMst1 - 820800*lmMst2)*Mst2*Tbeta)
2999  *pow2(s2t) - 16*(-5973901 + 192780*lmMst1 - 582120*lmMst2 + 147420*
3000  lmMt)*Tbeta*pow3(Mt) + 7*(472397 + 24300*lmMst1 - 24300*lmMst2)*Tbeta*
3001  pow3(Mst2)*pow3(s2t)) + (56700*pow2(Mst2)*(-(pow2(Mst1)*(-544*MuSUSY*
3002  s2t*pow2(Mt) + 12*Mst2*Mt*(3*MuSUSY + 16*Mst2*Tbeta)*pow2(s2t) + 64*
3003  Tbeta*pow3(Mt) + Tbeta*pow3(Mst2)*pow3(s2t))) + pow2(Mst2)*(288*MuSUSY*
3004  s2t*pow2(Mt) - 2*Mst2*Mt*(19*MuSUSY + 108*Mst2*Tbeta)*pow2(s2t) - 64*
3005  Tbeta*pow3(Mt) + 19*Tbeta*pow3(Mst2)*pow3(s2t))))/pow2(Msq) + (28350*(-
3006  (pow2(Mst1)*(-656*MuSUSY*s2t*pow2(Mt) + 2*Mst2*Mt*(25*MuSUSY + 108*
3007  Mst2*Tbeta)*pow2(s2t) + 192*Tbeta*pow3(Mt) + 5*Tbeta*pow3(Mst2)*pow3(
3008  s2t))) + 2*pow2(Mst2)*(184*MuSUSY*s2t*pow2(Mt) - 6*Mst2*Mt*(5*MuSUSY +
3009  23*Mst2*Tbeta)*pow2(s2t) - 96*Tbeta*pow3(Mt) + 15*Tbeta*pow3(Mst2)*
3010  pow3(s2t)))*pow4(Mst2))/pow4(Msq) + 3*Mst2*(4*Mst2*s2t*(28*(-63187 +
3011  32400*lmMsq + 810*lmMst1 - 52650*lmMst2)*MuSUSY + 3*(85649 + 2100*
3012  lmMst1 + 441420*lmMst2)*Mst2*Tbeta)*pow2(Mt) - 14*Mt*((8599 + 16200*
3013  lmMsq + 12240*lmMst1 - 43920*lmMst2)*MuSUSY + 6*(-63187 + 32400*lmMsq +
3014  810*lmMst1 - 52650*lmMst2)*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) - 32*(84*(
3015  17 + 1320*lmMst2)*MuSUSY + (9356 - 2835*lmMst1 - 3150*lmMst2 + 5985*
3016  lmMt)*Mst2*Tbeta)*pow3(Mt) + 7*(17959 + 16200*lmMsq + 12240*lmMst1 -
3017  43920*lmMst2)*Tbeta*pow3(s2t)*pow4(Mst2)) - (196560*s2t*(-2*Mt*MuSUSY*
3018  s2t - 4*Tbeta*pow2(Mt) + Tbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst2))/pow2(
3019  Mst1))))/(34020.*pow7(Mst2)) + (twoLoopFlag*(8*(-(MuSUSY*s2t) + 6*Mt*
3020  Tbeta)*pow2(Mt)*pow4(Mst1)*pow4(Mst2) + 8*(-(MuSUSY*s2t) + 8*Mt*Tbeta)*
3021  xMst*pow2(Mst2)*pow2(Mt)*pow6(Mst1) + 4*Mt*xDmglst2*xMst*pow2(Dmglst2)*
3022  (-48*Mt*MuSUSY*s2t + 88*Tbeta*pow2(Mt) + Mst2*(MuSUSY + 9*Mst2*Tbeta)*
3023  pow2(s2t))*pow6(Mst1) + pow2(Mst1)*(-8*MuSUSY*s2t*pow2(Mt) + 32*Tbeta*
3024  pow3(Mt) + Tbeta*pow3(Mst2)*pow3(s2t))*pow6(Mst2) + 2*Dmglst2*(4*Mt*(-
3025  13*Mt*MuSUSY*s2t - 6*Tbeta*pow2(Mt) + Mst2*(MuSUSY + 3*Mst2*Tbeta)*
3026  pow2(s2t))*pow3(Mst2)*pow4(Mst1) + 4*Mt*s2t*(-9*Mt*MuSUSY + Mst2*s2t*(
3027  MuSUSY + 3*Mst2*Tbeta))*pow2(Mst1)*pow5(Mst2) + 4*Mst2*Mt*xMst*(-17*Mt*
3028  MuSUSY*s2t - 16*Tbeta*pow2(Mt) + Mst2*(MuSUSY + 3*Mst2*Tbeta)*pow2(s2t)
3029  )*pow6(Mst1) + (-20*MuSUSY*s2t*pow2(Mt) + Mst2*Mt*(4*MuSUSY + 15*Mst2*
3030  Tbeta)*pow2(s2t) + 8*Tbeta*pow3(Mt) - 2*Tbeta*pow3(Mst2)*pow3(s2t))*
3031  pow7(Mst2)) + (-8*MuSUSY*s2t*pow2(Mt) + 2*Mst2*Mt*(MuSUSY + 3*Mst2*
3032  Tbeta)*pow2(s2t) + 16*Tbeta*pow3(Mt) - Tbeta*pow3(Mst2)*pow3(s2t))*
3033  pow8(Mst2)))/(3.*pow9(Mst2))))/Tbeta) + (Mt*xMst*(27*(lmMst1 - lmMst2)*
3034  Mt*oneLoopFlag*pow2(MuSUSY)*pow2(s2t)*pow3(Mst2) - Al4p*twoLoopFlag*(2*
3035  xDmglst2*pow2(Dmglst2)*(-(Mst2*Mt*pow2(s2t)*(18*(85 - 36*lmMst1 + 36*
3036  lmMst2)*Mst2*MuSUSY*Tbeta + (314 + 24*lmMst2*(29 - 6*xDR2DRMOD) - 24*
3037  lmMst1*(29 + 3*lmMst2*(-1 + xDR2DRMOD) - 6*xDR2DRMOD) + 72*(-1 +
3038  xDR2DRMOD)*pow2(lmMst2))*pow2(MuSUSY) + 15*(-43 + 60*lmMst1 - 60*
3039  lmMst2)*pow2(Mst2)*(-1 + pow2(Sbeta))*pow2(Sbeta))) + MuSUSY*(6*s2t*
3040  pow2(Mt)*(8*(143 - 18*lmMst1 + 18*lmMst2)*MuSUSY + Mst2*Tbeta*(371 +
3041  lmMst2*(552 - 600*pow2(Sbeta)) - 430*pow2(Sbeta) + 24*lmMst1*(-23 + 25*
3042  pow2(Sbeta)))) + Tbeta*(8*(398 + lmMst2*(2085 - 396*lmMt) - 18*lmMst1*(
3043  95 + 22*lmMst2 - 22*lmMt) - 375*lmMt + 396*pow2(lmMst2))*pow3(Mt) + 4*(
3044  1 - 24*lmMst1 + 24*lmMst2)*pow3(Mst2)*pow3(s2t)))) + Mst2*MuSUSY*(8*
3045  Dmglst2*(s2t*(36*(-1 + 3*lmMst1 - 3*lmMst2)*Mst2*Tbeta + MuSUSY*(785 +
3046  6*lmMst1*(85 - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)))*pow2(Mt) -
3047  Mst2*Mt*(3*Mst2*Tbeta*(50 + lmMst1*(51 - 18*lmMst2) - 51*lmMst2 + 18*
3048  pow2(lmMst2)) + MuSUSY*(49 - 84*lmMst2 + lmMst1*(84 - 36*lmMst2*(-1 +
3049  xDR2DRMOD)) + 36*(-1 + xDR2DRMOD)*pow2(lmMst2)))*pow2(s2t) + Tbeta*(4*(
3050  7 - 381*lmMst2 + lmMst1*(327 + 72*lmMst2 - 81*lmMt) + 54*lmMt + 81*
3051  lmMst2*lmMt - 72*pow2(lmMst2))*pow3(Mt) + 2*(1 + 3*lmMst1 - 3*lmMst2)*
3052  pow3(Mst2)*pow3(s2t))) - Mst2*(-8*s2t*(18*Mst2*Tbeta*(-lmMst1 + lmMst2
3053  - 2*lmMst1*lmMst2 + pow2(lmMst1) + pow2(lmMst2)) + MuSUSY*(193 + 474*
3054  lmMst2 - 6*lmMst1*(67 + 42*lmMst2) + 252*pow2(lmMst2)))*pow2(Mt) + 8*
3055  Mst2*Mt*(3*Mst2*Tbeta*(1 + 33*lmMst2 - 3*lmMst1*(11 + 6*lmMst2) + 18*
3056  pow2(lmMst2)) + MuSUSY*(1 + 3*lmMst2*(-37 + 6*xDR2DRMOD) - 3*lmMst1*(-
3057  37 + 6*lmMst2*(-12 + xDR2DRMOD) + 6*xDR2DRMOD) - 81*pow2(lmMst1) + 9*(-
3058  15 + 2*xDR2DRMOD)*pow2(lmMst2)))*pow2(s2t) + Tbeta*(32*(83 + 3*lmMst1*(
3059  29 + 12*lmMst2 - 9*lmMt) + 9*lmMt + 3*lmMst2*(-32 + 9*lmMt) - 36*pow2(
3060  lmMst2))*pow3(Mt) + (5 + lmMst1*(6 - 288*lmMst2) - 6*lmMst2 + 144*(
3061  pow2(lmMst1) + pow2(lmMst2)))*pow3(Mst2)*pow3(s2t))))))*pow6(Mst1))/(
3062  108.*Tbeta*pow9(Mst2)) + MuSUSY*((Mt*oneLoopFlag*s2t*(4*(lmMst1 -
3063  lmMst2)*pow2(Mt) - ((2 + lmMst1 - lmMst2)*pow2(Mst1) + (-2 + lmMst1 -
3064  lmMst2)*pow2(Mst2))*pow2(s2t) - (2*Mt*MuSUSY*s2t*(2 - lmMst1 + lmMst2 -
3065  (2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)))
3066  /Tbeta))/16. - (Mt*threeLoopFlag*pow2(Al4p)*((24300*(1 - 2*lmMsq)*s2t*
3067  xMsq*pow2(Msq)*(Tbeta*pow2(Mst2)*((-1 + shiftst1)*pow2(Mst2)*(-4*pow2(
3068  Mt) + pow2(Mst2)*pow2(s2t)) + pow2(Mst1)*(4*(-1 + shiftst2)*pow2(Mt) +
3069  (-shiftst1 + shiftst2)*pow2(Mst2)*pow2(s2t)) - (-1 + shiftst2)*pow2(
3070  s2t)*pow4(Mst1)) + s2t*(Mt*MuSUSY*(2*(1 - 2*shiftst1 + shiftst2)*pow2(
3071  Mst1)*pow2(Mst2) - 4*(shiftst1 - shiftst2)*pow4(Mst1) - 2*(-1 +
3072  shiftst1)*pow4(Mst2)) + (-lmMst1 + lmMst2)*pow2(Mst1)*(4*Mt*MuSUSY*(1 -
3073  2*shiftst1 + shiftst2)*pow2(Mst1) - 4*Mt*MuSUSY*(-1 + shiftst1)*pow2(
3074  Mst2) + s2t*(-2 + shiftst1 + shiftst2)*Tbeta*pow4(Mst2)))))/(pow2(Mst1)
3075  *pow4(Mst2)) + (5*(Dmglst2*(2*s2t*(72*Tbeta*pow2(Mt)*(2806*z3 + 1514*z4
3076  + 2757*pow2(z2)) - 4*Tbeta*pow2(Mst2)*pow2(s2t)*(89947*z3 + 6332*z4 +
3077  9498*pow2(z2)) + Mt*s2t*(8*MuSUSY*(338536*z3 + 11327*z4 + 15897*pow2(
3078  z2)) + 3*Mst2*Tbeta*(-844756*z3 + 10126*z4 + 105585*pow2(z2))))*pow4(
3079  Mst1) - 9*pow2(Mst1)*(-16*Mst2*s2t*pow2(Mt)*(MuSUSY*(59336*z3 + 709*z4
3080  - 8535*pow2(z2)) + 6*Mst2*Tbeta*(590*z3 - 4*z4 + 75*pow2(z2))) - 3*Mt*
3081  pow2(Mst2)*pow2(s2t)*(16*MuSUSY*(9207*z3 + 185*z4 + 237*pow2(z2)) +
3082  Mst2*Tbeta*(-124922*z3 - 1210*z4 + 18273*pow2(z2))) + 96*(MuSUSY*(250*
3083  z3 - 94*z4 + 21*pow2(z2)) + 2*Mst2*Tbeta*(-955*z3 + 26*z4 + 93*pow2(z2)
3084  ))*pow3(Mt) + 6*Tbeta*(20653*z3 + 316*z4 + 474*pow2(z2))*pow3(s2t)*
3085  pow4(Mst2)) - 27*pow2(Mst2)*(-4*Mt*s2t*pow2(Mst2)*(4*Mt*Tbeta*(439*z3 -
3086  108*z4) + MuSUSY*s2t*(16175*z3 + 424*z4 + 474*pow2(z2))) + 4*Mst2*pow2(
3087  Mt)*(Mt*Tbeta*(5742*z3 - 506*z4 + 105*pow2(z2)) + MuSUSY*s2t*(-37474*z3
3088  - 542*z4 + 5289*pow2(z2))) - 3*Mt*Tbeta*pow2(s2t)*(-37474*z3 - 542*z4 +
3089  5289*pow2(z2))*pow3(Mst2) + 64*MuSUSY*(83*z3 - 27*z4)*pow3(Mt) + 2*
3090  Tbeta*(16175*z3 + 424*z4 + 474*pow2(z2))*pow3(s2t)*pow4(Mst2))) + 3*((
3091  4*s2t*pow2(Mt)*(MuSUSY*(134464*z3 + 23528*z4 - 41010*pow2(z2)) + Mst2*
3092  Tbeta*(22466*z3 - 11402*z4 - 17103*pow2(z2))) + 2*Mst2*Mt*pow2(s2t)*(
3093  MuSUSY*(8*(76813 + 162*lmMst1 - 162*lmMst2)*z3 - 15686*z4 - 18183*pow2(
3094  z2)) + 3*Mst2*Tbeta*(1144*z3 - 4954*z4 + 6177*pow2(z2))) + 16*Tbeta*(-
3095  107072*z3 + 3326*z4 + 3045*pow2(z2))*pow3(Mt) + Tbeta*(-272636*z3 +
3096  8870*z4 + 13305*pow2(z2))*pow3(Mst2)*pow3(s2t))*pow4(Mst1) - 9*pow3(
3097  Mst2)*(-4*Mst2*pow2(Mt)*(5*MuSUSY*s2t*(2098*z3 + 102*z4 - 333*pow2(z2))
3098  + 3*Mt*Tbeta*(-1922*z3 + 206*z4 + 21*pow2(z2))) + 6*Mt*s2t*pow2(Mst2)*(
3099  -2*MuSUSY*s2t*((1913 + 12*lmMst1 - 12*lmMst2)*z3 - 10*z4 + 48*pow2(z2))
3100  + Mt*Tbeta*((1622 - 48*lmMst1 + 48*lmMst2)*z3 + 142*z4 + 69*pow2(z2)))
3101  + 15*Mt*Tbeta*pow2(s2t)*(2098*z3 + 102*z4 - 333*pow2(z2))*pow3(Mst2) -
3102  32*MuSUSY*(230*z3 + 27*z4)*pow3(Mt) + 6*Tbeta*((1913 + 12*lmMst1 - 12*
3103  lmMst2)*z3 - 10*z4 + 48*pow2(z2))*pow3(s2t)*pow4(Mst2)) + 3*Mst2*pow2(
3104  Mst1)*(-2*Mst2*s2t*pow2(Mt)*(8*MuSUSY*(-11396*z3 - 1135*z4 + 2388*pow2(
3105  z2)) + Mst2*Tbeta*(7078*z3 + 2990*z4 + 4485*pow2(z2))) + Mt*pow2(Mst2)*
3106  pow2(s2t)*(-4*MuSUSY*((-56978 - 216*lmMst1 + 216*lmMst2)*z3 + 1136*z4 +
3107  813*pow2(z2)) + 3*Mst2*Tbeta*(-14114*z3 - 3010*z4 + 4557*pow2(z2))) +
3108  16*(9*MuSUSY*(218*z3 + 50*z4 + 21*pow2(z2)) + 2*Mst2*Tbeta*(-8219*z3 +
3109  326*z4 + 165*pow2(z2)))*pow3(Mt) + 2*Tbeta*((-39761 - 108*lmMst1 + 108*
3110  lmMst2)*z3 + 1046*z4 + 1245*pow2(z2))*pow3(s2t)*pow4(Mst2))) + 3*
3111  xDmglst2*pow2(Dmglst2)*(pow2(Mst1)*(8*s2t*pow2(Mt)*(MuSUSY*(343276*z3 +
3112  8090*z4 - 37437*pow2(z2)) + 36*Mst2*Tbeta*(2534*z3 + 33*z4 + 90*pow2(
3113  z2))) + 2*Mst2*Mt*pow2(s2t)*(MuSUSY*(974888*z3 + 29956*z4 - 3180*pow2(
3114  z2)) + 3*Mst2*Tbeta*(-127198*z3 - 6782*z4 + 14613*pow2(z2))) + 8*Tbeta*
3115  (-186761*z3 + 8792*z4 + 13188*pow2(z2))*pow3(Mt) + Tbeta*(-586697*z3 -
3116  10924*z4 + 6942*pow2(z2))*pow3(Mst2)*pow3(s2t)) - 3*Mst2*(-8*Mst2*pow2(
3117  Mt)*(MuSUSY*s2t*(72026*z3 + 436*z4 - 7608*pow2(z2)) + Mt*Tbeta*(-19363*
3118  z3 + 112*z4 + 168*pow2(z2))) - 2*Mt*s2t*pow2(Mst2)*(3*Mt*Tbeta*(55597*
3119  z3 - 264*z4 + 252*pow2(z2)) + MuSUSY*s2t*(129397*z3 + 6344*z4 + 1254*
3120  pow2(z2))) + 12*Mt*Tbeta*pow2(s2t)*(36013*z3 + 218*z4 - 3804*pow2(z2))*
3121  pow3(Mst2) + 288*MuSUSY*(608*z3 - 9*z4)*pow3(Mt) + Tbeta*(129397*z3 +
3122  6344*z4 + 1254*pow2(z2))*pow3(s2t)*pow4(Mst2)))))/pow5(Mst2) + Mt*
3123  MuSUSY*(-(Mt*s2t*(90*Mst2*(48*((5*(71 + 12*lmMsq*(-2 + lmMst1 - lmMst2)
3124  + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(lmMst2)))/pow2(Msq) - (
3125  48*pow2(1 + lmMst2))/pow2(Mst1)) + (5*(Mst2*(Mst2*(911 + 12*lmMsq*(-37
3126  + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) + 216*
3127  pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2)
3128  + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2))) + (1153
3129  + 12*lmMsq*(-35 + 54*lmMst1 - 54*lmMst2) + 906*lmMst2 - 162*lmMst1*(3 +
3130  4*lmMst2) + 648*pow2(lmMst2))*pow2(Mst1)))/pow4(Msq)) - (60*(2*pow2(
3131  Msq)*pow2(Mst1)*(125789 + 13716*B4 - 54*DN - 29160*lmMsq + 3240*pow2(
3132  lmMsq) - 108*lmMst1*(422 - 45*lmMsq + 45*pow2(lmMsq)) - 2376*pow2(
3133  lmMst1) + 108*lmMst2*(1096 - 551*lmMst1 + 15*lmMsq*(-7 + 6*lmMst1) +
3134  45*pow2(lmMsq) + 8*pow2(lmMst1)) - 108*(-717 + 90*lmMsq + 248*lmMst1)*
3135  pow2(lmMst2) + 25920*pow3(lmMst2)) - 720*(55 + 6*lmMsq*(-2 + 5*lmMst1 -
3136  5*lmMst2) + 52*lmMst2 - 10*lmMst1*(4 + 3*lmMst2) + 30*pow2(lmMst2))*
3137  pow4(Mst1)))/(pow2(Msq)*pow3(Mst2)) - (135*(-640*(23 + lmMsq*(-6 + 9*
3138  lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*lmMst1*(4 + 3*lmMst2) + 9*pow2(
3139  lmMst2))*pow2(Msq)*pow2(Mst1) + 3*(18201 + 1760*B4 - 16*DN - 5760*lmMsq
3140  + 960*pow2(lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)) + 16*
3141  lmMst2*(1291 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) -
3142  16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(-313 + 30*lmMsq + 72*lmMst1)*
3143  pow2(lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) - 20*(233 + 36*lmMsq*(-2 +
3144  5*lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*lmMst1*(3 + 4*lmMst2) + 180*
3145  pow2(lmMst2))*pow4(Mst1)))/(Mst2*pow4(Msq)) + 14580*Dmglst2*((40*(95 +
3146  12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) +
3147  12*pow2(lmMst2)))/(9.*pow2(Msq)) - (128*(-1 + 2*lmMst2 + 3*pow2(lmMst2)
3148  ))/(9.*pow2(Mst1)) - (481.4302469135802 + (1048*B4)/9. - (20*DN)/9. -
3149  400*lmMsq + (80*pow2(lmMsq))/3. + (4*(lmMst1*(173 - 90*lmMsq - 30*pow2(
3150  lmMsq)) + lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*
3151  pow2(lmMsq) - 16*pow2(lmMst1))))/9. + (64*pow2(lmMst1))/9. - (8*(-265 +
3152  30*lmMsq + 136*lmMst1)*pow2(lmMst2))/9. - (80*(77 + 6*lmMsq*(-2 + 3*
3153  lmMst1 - 3*lmMst2) + 24*lmMst2 - 6*lmMst1*(2 + 3*lmMst2) + 18*pow2(
3154  lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + 128*pow3(lmMst2) - (5*(1961 +
3155  180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*lmMst1*(7 + 20*
3156  lmMst2) + 900*pow2(lmMst2))*pow4(Mst1))/(27.*pow4(Msq)))/pow2(Mst2) +
3157  pow2(Mst1)*((268.91975308641975 - (1790*lmMsq)/27. + 5*(-7 + 20*lmMsq)*
3158  lmMst1 + (101.29629629629629 - 100*(lmMsq + lmMst1))*lmMst2 + 100*pow2(
3159  lmMst2))/pow4(Msq) - (881.6139917695473 + 248*B4 - 4*DN - (2560*lmMsq)/
3160  3. + lmMst1*(130.96296296296296 - 120*lmMsq - 40*pow2(lmMsq)) + (80*
3161  pow2(lmMsq))/3. + (176*pow2(lmMst1))/9. + (8*lmMst2*(4364 - 573*lmMst1
3162  + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(lmMsq) + 24*pow2(lmMst1)))/27. - (
3163  8*(-377 + 90*lmMsq + 376*lmMst1)*pow2(lmMst2))/9. - (80*(107 + 6*lmMsq*
3164  (-2 + 5*lmMst1 - 5*lmMst2) + 32*lmMst2 - 10*lmMst1*(2 + 3*lmMst2) + 30*
3165  pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + (2944*pow3(lmMst2))/9.)/
3166  pow4(Mst2))) + (2*(-5*(2552929 + 257904*B4 - 648*DN - 456840*lmMsq +
3167  38880*pow2(lmMsq) - 216*lmMst1*(4591 - 360*lmMsq + 450*pow2(lmMsq)) +
3168  41904*pow2(lmMst1) + 216*lmMst2*(9211 - 6466*lmMst1 + 180*lmMsq*(-4 +
3169  5*lmMst1) + 450*pow2(lmMsq) + 576*pow2(lmMst1)) - 864*(-1784 + 225*
3170  lmMsq + 840*lmMst1)*pow2(lmMst2) - 3456*pow3(lmMst1) + 604800*pow3(
3171  lmMst2))*pow4(Mst1) + 80*OepS2*(12*Mst2*(-253*Dmglst2 + 68*Mst2)*pow2(
3172  Mst1) + 63*(-5*Dmglst2 + 3*Mst2)*pow3(Mst2) + 1882*pow4(Mst1)) - 54*S2*
3173  (-12*Mst2*(Dmglst2*(4978 + 7590*lmMst1 - 7590*lmMst2) - 15*(169 + 136*
3174  lmMst1 - 136*lmMst2)*Mst2)*pow2(Mst1) + 27*(Dmglst2*(453 - 350*lmMst1 +
3175  350*lmMst2) + 15*(-1 + 14*lmMst1 - 14*lmMst2)*Mst2)*pow3(Mst2) + 10*(
3176  9185 + 5646*lmMst1 - 5646*lmMst2)*pow4(Mst1))))/pow5(Mst2))) + (180*
3177  pow2(Mt)*(144*Dmglst2*pow2(Mst2)*(180 - 2*B4 + 2*D3 - DN + 144*lmMst2 -
3178  216*S2 - 16*(-2 + lmMst1)*pow2(lmMst2) + 16*(lmMst1 + pow3(lmMst2))) +
3179  pow2(Mst1)*(3*Mst2*(10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 - 384*(
3180  -25 + 9*lmMst1)*lmMst2 - 384*lmMst1*lmMt + 384*(1 + lmMst2)*lmMt - 224*
3181  OepS2 + 324*(-43 + 14*lmMst1 - 14*lmMst2)*S2 - 384*(-13 + 4*lmMst1)*
3182  pow2(lmMst2) + 1536*pow3(lmMst2)) + 2*Dmglst2*(28405 - 288*B4 + 288*D3
3183  - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 + lmMst1
3184  - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*lmMst1 - 14*lmMst2)*S2 - 576*
3185  (-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(lmMst2))) + 24*(436 - 6*B4 +
3186  6*D3 - 3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt - 972*S2 -
3187  48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2))*pow3(Mst2)) + 40*T1ep*
3188  (18*Mst2*pow2(Mst1)*(272*Mst2*Mt*s2t + 252*pow2(Mt) - 487*pow2(Mst2)*
3189  pow2(s2t)) - 72*Dmglst2*pow2(Mst1)*(253*Mst2*Mt*s2t + 42*pow2(Mt) -
3190  129*pow2(Mst2)*pow2(s2t)) + 378*Dmglst2*s2t*(-5*Mt + 2*Mst2*s2t)*pow3(
3191  Mst2) + 3*s2t*(3764*Mt - 7357*Mst2*s2t)*pow4(Mst1) + 34616*Dmglst2*
3192  pow2(s2t)*pow4(Mst1) + 162*s2t*(7*Mt - 8*Mst2*s2t)*pow4(Mst2)))/pow5(
3193  Mst2) + 90*pow2(s2t)*(15829 - 720*B4 + 72*D3 - 36*DN - 3330*lmMsq +
3194  1350*pow2(lmMsq) - 3*lmMst1*(5279 - 1950*lmMsq + 630*pow2(lmMsq)) -
3195  954*pow2(lmMst1) + 3*lmMst2*(10421 - 6558*lmMst1 + 30*lmMsq*(-95 + 42*
3196  lmMst1) + 630*pow2(lmMsq) + 234*pow2(lmMst1)) - 18*(-1460 + 210*lmMsq +
3197  399*lmMst1)*pow2(lmMst2) - 288*pow3(lmMst1) + (pow2(Mst1)*((180*(111 -
3198  3028*lmMst2 + 90*lmMsq*(4 - 13*lmMst1 + 13*lmMst2) + 2*lmMst1*(1334 +
3199  675*lmMst2) - 90*pow2(lmMst1) - 1260*pow2(lmMst2)))/pow2(Msq) - (
3200  4962073 + 205200*B4 - 5400*DN - 405000*lmMsq + 120*lmMst1*(57971 -
3201  14625*lmMsq + 2700*pow2(lmMsq)) - 120*lmMst2*(52436 - 70455*lmMst1 +
3202  225*lmMsq*(-65 + 36*lmMst1) + 2700*pow2(lmMsq) + 8280*pow2(lmMst1)) -
3203  900*((1331 - 180*lmMsq)*pow2(lmMst1) + (8063 - 900*lmMsq - 3792*lmMst1)
3204  *pow2(lmMst2)) + (90*(-1725 + lmMst1*(-7006 + 2640*lmMsq - 4800*lmMst2)
3205  + (7006 - 2640*lmMsq)*lmMst2 + 1080*pow2(lmMst1) + 3720*pow2(lmMst2))*
3206  pow2(Mst1))/pow2(Msq) - 55800*pow3(lmMst1) - 2363400*pow3(lmMst2))/
3207  pow2(Mst2)))/150. + 6768*pow3(lmMst2) + (pow2(Mst2)*(257250*Dmglst2*
3208  Mst2*(557 - 224*lmMst2 + 12*lmMsq*(1 - 32*lmMst1 + 32*lmMst2) + 4*
3209  lmMst1*(53 + 96*lmMst2) - 384*pow2(lmMst2))*pow2(Mst1) + 20580*pow2(
3210  Msq)*(15*(341 + 642*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
3211  lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))*pow2(Msq) + (1672 - 4470*
3212  lmMst2 + 150*lmMst1*(27 + 16*lmMst2) + 60*lmMsq*(7 - 40*lmMst1 + 40*
3213  lmMst2) - 2400*pow2(lmMst2))*pow2(Mst1)) - 128625*(18*Dmglst2*(13 - 28*
3214  lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mst2)*pow3(Mst2) + (
3215  4167613 - 19932360*lmMst2 + 20580*lmMst1*(701 + 540*lmMst2) + 420*
3216  lmMsq*(13109 - 26460*lmMst1 + 25620*lmMst2) + 176400*pow2(lmMsq) -
3217  10936800*pow2(lmMst2))*pow4(Mst1)))/(34300.*pow2(Mst1)*pow4(Msq)) + (
3218  30*(-43 + 30*lmMsq - 30*lmMst2)*pow4(Mst2))/(pow2(Msq)*pow2(Mst1)) - ((
3219  -41220947 + 420*lmMsq*(12479 + 69090*lmMst1 - 69930*lmMst2) + 21234990*
3220  lmMst2 - 10290*lmMst1*(2573 + 2820*lmMst2) + 176400*pow2(lmMsq) +
3221  29194200*pow2(lmMst2))*pow4(Mst2))/(68600.*pow4(Msq)) - (288*pow2(1 +
3222  lmMst2)*pow4(Mst2))/pow4(Mst1) + 162*pow4(Mst1)*((1.0702990137854083 -
3223  (4519*lmMst2)/980. + lmMsq*(0.36171579743008314 - (169*lmMst1)/63. + (
3224  19*lmMst2)/7.) + lmMst1*(4.249508692365835 + (31*lmMst2)/9.) - pow2(
3225  lmMsq)/63. - (8*pow2(lmMst1))/21. - (194*pow2(lmMst2))/63.)/pow4(Msq) -
3226  (363.3804294212688 + (76*B4)/9. - (2*DN)/9. - (35*lmMsq)/2. + lmMst1*(
3227  211.3489518770471 - (695*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
3228  214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
3229  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
3230  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
3231  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
3232  (1556*pow3(lmMst2))/9.)/pow4(Mst2) + (Dmglst2*(536.1152102791342 - (8*
3233  B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*
3234  lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 +
3235  lmMsq) + (133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/
3236  9.) - (15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (
3237  2812*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(
3238  lmMst2))/27.))/pow5(Mst2)) - (4*Dmglst2*(54*(344*OepS2 + 9*(15643 -
3239  774*lmMst1 + 774*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 4*(17308*OepS2 +
3240  27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2
3241  - 81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*pow4(Mst2)) + 6*(-3*(3896*
3242  OepS2 - 81*(9473 + 974*lmMst1 - 974*lmMst2)*S2)*pow2(Mst1)*pow3(Mst2) +
3243  Mst2*(-29428*OepS2 + 27*(160997 + 22071*lmMst1 - 22071*lmMst2)*S2)*
3244  pow4(Mst1) + 432*(-4*OepS2 + 81*(22 + lmMst1 - lmMst2)*S2)*pow5(Mst2)))
3245  /(27.*pow5(Mst2)) + (54*(-1 + 2*lmMst2)*shiftst3*(2*(1 - 2*lmMst1 + 2*
3246  lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*
3247  pow4(Mst2) + (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/(pow2(
3248  Mst1)*pow4(Mst2)) + (Dmglst2*(162*pow2(Mst1)*(109.11799176954733 - (8*
3249  B4)/3. + (32*D3)/9. - (20*DN)/9. + 80*lmMsq - lmMst1*(78.19061728395062
3250  + 20*pow2(lmMsq)) - (2888*pow2(lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1
3251  + 20*pow2(lmMsq) + (4*(-21616 - 64515*lmMst1 + 31275*pow2(lmMst1)))/
3252  2025.) - (4*(-5023 + 1350*lmMsq + 6285*lmMst1)*pow2(lmMst2))/135. + (5*
3253  (291 + 2*(-103 + 84*lmMsq)*lmMst2 + lmMst1*(206 - 168*lmMsq + 168*
3254  lmMst2) - 168*pow2(lmMst2))*pow2(Mst1))/(27.*pow2(Msq)) + (20*pow3(
3255  lmMst1))/27. + (3340*pow3(lmMst2))/27.) + (pow2(Mst2)*(120*(69 + (-53 +
3256  42*lmMsq)*lmMst2 + lmMst1*(53 - 42*lmMsq + 42*lmMst2) - 42*pow2(lmMst2)
3257  )*pow2(Msq)*pow2(Mst1) + (3197 - 432*B4 + 576*D3 - 360*DN + 9180*lmMsq
3258  + 1620*pow2(lmMsq) - 216*lmMst1*(-7 + 15*pow2(lmMsq)) - 1404*pow2(
3259  lmMst1) + 36*lmMst2*(-291 - 464*lmMst1 + 90*lmMsq*(-1 + 2*lmMst1) + 90*
3260  pow2(lmMsq) + 32*pow2(lmMst1)) - 36*(-607 + 180*lmMsq + 336*lmMst1)*
3261  pow2(lmMst2) + 10944*pow3(lmMst2))*pow4(Msq) + 15*(216 + (-95 + 132*
3262  lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2)
3263  )*pow4(Mst1) + (3*pow2(Mst2)*(-20*(-118 - 109*lmMst1 + 6*lmMsq*(-4 +
3264  17*lmMst1 - 17*lmMst2) + 133*lmMst2 - 102*lmMst1*lmMst2 + 102*pow2(
3265  lmMst2))*pow2(Msq)*pow2(Mst1) + 6*(-115 + 366*lmMst2 + 64*lmMst1*lmMst2
3266  - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(
3267  Msq) + 5*(219 - 95*lmMst2 + 132*lmMsq*lmMst2 + lmMst1*(95 - 132*lmMsq +
3268  132*lmMst2) - 132*pow2(lmMst2))*pow4(Mst1)))/pow2(Mst1)))/pow4(Msq) - (
3269  6*(192*lmMst2*(1 + lmMst2) + ((560 - 600*lmMsq + 600*lmMst2)*pow2(Mst1)
3270  )/pow2(Msq))*pow6(Mst2))/pow4(Mst1)))/pow3(Mst2)))))/(14580.*Tbeta) -
3271  Al4p*xDmglst2*pow2(Dmglst2)*(Al4p*threeLoopFlag*(-(pow2(Mt)*pow2(s2t)*(
3272  (-2*Mst2*((5*(509 + lmMst1*(12 - 36*lmMst2) + 36*lmMsq*(-2 + lmMst1 -
3273  lmMst2) + 60*lmMst2 + 36*pow2(lmMst2)))/pow2(Msq) + (48*(3 + 4*lmMst2 -
3274  3*pow2(lmMst2)))/pow2(Mst1)))/9. - (262.1827160493827 - 76*B4 + 2*DN +
3275  (1070*lmMsq)/3. + 2*(-31 + 10*lmMsq)*lmMst1 - (2*(2009 + 90*lmMsq +
3276  528*lmMst1)*lmMst2)/9. - (16*pow2(lmMst1))/3. + (16*(17 + 12*lmMst1)*
3277  pow2(lmMst2))/3. + (20*(79 + 4*lmMst1*(1 + 3*lmMsq - 3*lmMst2) - 4*(1 +
3278  3*lmMsq)*lmMst2 + 12*pow2(lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) - 64*
3279  pow3(lmMst2))/Mst2 + ((-28*OepS2*(415*pow2(Mst1) + 24*pow2(Mst2)))/243.
3280  + (S2*((21422 + 87150*lmMst1 - 87150*lmMst2)*pow2(Mst1) + 9*(-1373 +
3281  560*lmMst1 - 560*lmMst2)*pow2(Mst2)))/90.)/pow3(Mst2) + (pow2(Mst1)*(
3282  690.0618312757201 + 76*B4 - 2*DN - 380*lmMsq - (222.07407407407408 +
3283  40*lmMsq)*lmMst1 + (4*(5963 + 270*lmMsq + 1422*lmMst1)*lmMst2)/27. - (
3284  92*pow2(lmMst1))/3. - 4*(45 + 16*lmMst1)*pow2(lmMst2) + 64*pow3(lmMst2)
3285  ))/pow3(Mst2) - (5*(6*Mst2*(178 + lmMst1*(9 + 60*lmMsq - 60*lmMst2) -
3286  9*lmMst2 - 60*lmMsq*lmMst2 + 60*pow2(lmMst2))*pow2(Mst1) + (1307 + 27*
3287  lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) + 333*lmMst2 - 180*lmMst1*
3288  lmMst2 + 180*pow2(lmMst2))*pow3(Mst2)))/(18.*pow4(Msq)))) + s2t*pow3(
3289  Mt)*((10*(17 - 60*lmMsq + 60*lmMst2))/(9.*pow2(Msq)) - (
3290  1071.816402116402 - (16*B4)/9. + (16*D3)/9. - (8*DN)/9. + (140*lmMsq)/
3291  3. + (184*lmMst1)/3. - (32*lmMt)/9. + 10*pow2(lmMsq) + (2*lmMst2*(6065
3292  - 270*lmMsq + 1002*lmMst1 - 96*pow2(lmMst1)))/27. + (82*pow2(lmMst1))/
3293  9. - (2*(143 + 32*lmMst1)*pow2(lmMst2))/9. + (20*pow2(Mst1))/(9.*pow2(
3294  Msq)) + (128*pow3(lmMst2))/9.)/pow2(Mst2) - pow2(Mst2)*((
3295  0.2777777777777778 + 60*lmMsq - 60*lmMst2)/pow4(Msq) - (64*(2 + lmMst2
3296  - 3*pow2(lmMst2)))/(9.*pow4(Mst1))) + S2*((89.65714285714286 + 84*
3297  lmMst1 - 84*lmMst2)/pow2(Mst2) + ((847.3523809523809 + 480*lmMst1 -
3298  480*lmMst2)*pow2(Mst1))/pow4(Mst2)) + pow2(Mst1)*((5*(31 + 12*lmMsq -
3299  12*lmMst2))/(36.*pow4(Msq)) - (1275.5838871252204 - (16*B4)/9. + (16*
3300  D3)/9. - (8*DN)/9. - (220*lmMsq)/3. + (333.517037037037 + 20*lmMsq)*
3301  lmMst1 - 20*lmMsq*lmMst2 + (32*(17 - 5*lmMst1 + 5*lmMst2)*lmMt)/9. + (
3302  4*lmMst2*(148919 + 50160*lmMst1 - 1425*pow2(lmMst1)))/675. + (224*pow2(
3303  lmMst1))/15. - (4*(3032 + 545*lmMst1)*pow2(lmMst2))/45. + (4*pow3(
3304  lmMst1))/9. + (508*pow3(lmMst2))/9.)/pow4(Mst2)) - (16*OepS2*(40*pow2(
3305  Mst1) + 7*pow2(Mst2)))/(27.*pow4(Mst2)) + (160*(-4 + 15*lmMsq - 15*
3306  lmMst2)*pow2(Msq)*pow2(Mst2) + 4*(-599 + 64*lmMst1*(-2 + lmMst2) - 530*
3307  lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))
3308  *pow4(Msq) + 15*(-9 + 140*lmMsq - 140*lmMst2)*pow4(Mst2))/(36.*pow2(
3309  Mst1)*pow4(Msq))) - Mt*pow3(s2t)*(71.74372427983539 - (38*B4)/9. + (40*
3310  D3)/9. - (7*DN)/3. + (175*lmMsq)/9. - (lmMst1*(-178 + 70*lmMsq + 15*
3311  pow2(lmMsq)))/3. - (25*pow2(lmMst1))/18. + (lmMst2*(-2738 + 606*lmMst1
3312  + 90*lmMsq*(7 + 3*lmMst1) + 135*pow2(lmMsq) + 48*pow2(lmMst1)))/27. - (
3313  (667 + 180*lmMsq + 336*lmMst1)*pow2(lmMst2))/18. + (4*OepS2*(21 + (
3314  1157*pow2(Mst1))/pow2(Mst2)))/729. + (((10*(496 - 18*lmMsq*(2 + 19*
3315  lmMst1 - 19*lmMst2) - 93*lmMst2 + 3*lmMst1*(43 + 114*lmMst2) - 342*
3316  pow2(lmMst2)))/pow2(Msq) + (3*(-1047 + 64*lmMst1*(-2 + lmMst2) - 530*
3317  lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*pow2(lmMsq) + 784*pow2(lmMst2))
3318  )/pow2(Mst1))*pow2(Mst2))/108. - (S2*((648463 + 34710*lmMst1 - 34710*
3319  lmMst2)*pow2(Mst1) + 9*(65819 + 70*lmMst1 - 70*lmMst2)*pow2(Mst2)))/(
3320  270.*pow2(Mst2)) + pow2(Mst1)*((5*(86 + lmMst1*(33 - 18*lmMst2) + 18*
3321  lmMsq*(-8 + lmMst1 - lmMst2) + 111*lmMst2 + 18*pow2(lmMst2)))/(54.*
3322  pow2(Msq)) - (137.6673072702332 + (32*B4)/9. - (32*D3)/9. + (16*DN)/9.
3323  + (485*lmMsq)/
3324  18. - (2*(31991 + 3375*lmMsq)*lmMst1)/2025. + (5*pow2(lmMsq))/2. +
3325  lmMst2*(12.133086419753086 - (5*lmMsq)/3. - (637*lmMst1)/15. - (143*
3326  pow2(lmMst1))/9.) + (159*pow2(lmMst1))/10. + ((2591 + 2710*lmMst1)*
3327  pow2(lmMst2))/90. + (5*pow3(lmMst1))/9. - (133*pow3(lmMst2))/9.)/pow2(
3328  Mst2)) + (152*pow3(lmMst2))/9. + (16*(2 + lmMst2 - 3*pow2(lmMst2))*
3329  pow4(Mst2))/(9.*pow4(Mst1)) + (5*((-167 + 180*lmMsq*(-3 + 2*lmMst1 - 2*
3330  lmMst2) + 366*lmMst2 - 6*lmMst1*(-29 + 60*lmMst2) + 360*pow2(lmMst2))*
3331  pow2(Mst2)*pow4(Mst1) + 96*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow4(
3332  Mst2) + 2*(1603 - 360*lmMsq*(1 + 3*lmMst1 - 3*lmMst2) + 192*lmMst2 +
3333  24*lmMst1*(7 + 45*lmMst2) - 1080*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) +
3334  9*(-9 + 140*lmMsq - 140*lmMst2)*pow6(Mst2)))/(432.*pow2(Mst1)*pow4(Msq)
3335  )) + (Mt*(210*T1ep*(21*pow2(Mst2)*(36*Mst2*s2t*pow2(Mt) - 24*Mt*pow2(
3336  Mst2)*pow2(s2t) + 32*pow3(Mt) + pow3(Mst2)*pow3(s2t)) + pow2(Mst1)*(
3337  4320*Mst2*s2t*pow2(Mt) - 8715*Mt*pow2(Mst2)*pow2(s2t) + 17584*pow3(Mt)
3338  + 1157*pow3(Mst2)*pow3(s2t))) + (pow3(Mt)*(-2*pow4(Msq)*(-3*(4455287 -
3339  18900*lmMsq*(5 + 6*lmMst1 - 6*lmMst2) + 493080*lmMst2 + 1260*(31 + 56*
3340  lmMst2)*lmMt - 15680*OepS2 - 648*(1471 + 490*lmMst2)*S2 + 3780*lmMst1*(
3341  -83 + 96*lmMst2 - 16*lmMt + 84*S2) + 30240*pow2(lmMst1) - 418320*pow2(
3342  lmMst2) + 15120*pow2(lmMt))*pow2(Mst1)*pow2(Mst2) - 2*(15392987 +
3343  7445655*lmMst2 + 28350*lmMsq*(43 - 12*lmMst1 + 18*lmMst2 - 6*lmMt) -
3344  615440*OepS2 - 54*(80377 + 230790*lmMst2)*S2 - 11340*(35 + 4*lmMst2 -
3345  4*lmMt)*pow2(lmMst1) + 1361745*pow2(lmMst2) - 945*lmMt*(-840 + 13*
3346  lmMst2 + 48*pow2(lmMst2)) - 315*lmMst1*(17917 + 1599*lmMst2 + 201*lmMt
3347  - 39564*S2 + 432*pow2(lmMst2) - 432*pow2(lmMt)) - 22680*(17 + 6*lmMst2)
3348  *pow2(lmMt) + 181440*pow3(lmMst2))*pow4(Mst1) + 181440*(3 + 4*lmMst2 -
3349  3*pow2(lmMst2))*pow4(Mst2)) + 37800*pow2(Msq)*((113 - 18*lmMst1*(1 + 2*
3350  lmMsq - 2*lmMst2) + 18*lmMst2 + 36*lmMsq*lmMst2 - 36*pow2(lmMst2))*
3351  pow2(Mst2)*pow4(Mst1) + (137 - 12*lmMst1*(1 + 3*lmMsq - 3*lmMst2) + 6*
3352  lmMst2 + 36*lmMsq*lmMst2 + 6*lmMt - 36*pow2(lmMst2))*pow2(Mst1)*pow4(
3353  Mst2)) + 4725*(6*(241 + 4*(5 + 18*lmMsq)*lmMst2 + lmMst1*(-22 - 72*
3354  lmMsq + 72*lmMst2) + 2*lmMt - 72*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) +
3355  (1391 - 48*lmMst2 + 18*lmMst1*(-3 + 20*lmMst2) + 90*lmMt - 72*lmMst2*
3356  lmMt + 12*lmMsq*(1 - 30*lmMst1 + 36*lmMst2 + 6*lmMt) - 72*pow2(lmMsq) -
3357  360*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2))))/(pow2(Mst1)*pow4(Msq))))/(
3358  25515.*pow5(Mst2)) + (MuSUSY*pow2(Mt)*((144*pow2(Mt)*(33934 - 90*B4 +
3359  90*D3 - 45*DN + 720*lmMst1 + 120*(163 + 24*lmMst1)*lmMst2 - 120*lmMt -
3360  10206*S2 - 720*(2 + lmMst1)*pow2(lmMst2) + 720*pow3(lmMst2)))/pow4(
3361  Mst2) + 7290*pow2(s2t)*((5*(448 - 273*lmMst2 + 18*lmMsq*(8 - 19*lmMst1
3362  + 19*lmMst2) + 3*lmMst1*(43 + 114*lmMst2) - 342*pow2(lmMst2)))/(27.*
3363  pow2(Msq)) + (92.43189300411522 - (76*B4)/9. + (80*D3)/9. - (14*DN)/3.
3364  + (545*lmMsq)/
3365  9. + 5*pow2(lmMsq) - (2*lmMst1*(-502 + 210*lmMsq + 45*pow2(lmMsq)))/9.
3366  - (25*pow2(lmMst1))/
3367  9. + (lmMst2*(-6175 + 1308*lmMst1 + 90*lmMsq*(11 + 6*lmMst1) + 270*
3368  pow2(lmMsq) + 96*pow2(lmMst1)))/27. - ((371 + 180*lmMsq + 336*lmMst1)*
3369  pow2(lmMst2))/9. + ((98.88888888888889 + 30*(1 - 2*lmMsq)*lmMst1 - 30*
3370  lmMst2 + 60*(lmMsq + lmMst1)*lmMst2 - 60*pow2(lmMst2))*pow2(Mst1))/
3371  pow2(Msq) + (304*pow3(lmMst2))/9.)/pow2(Mst2) + (pow2(Mst2)*((5*(3125 -
3372  876*lmMst2 + 540*lmMsq*(1 - 4*lmMst1 + 4*lmMst2) + 48*lmMst1*(7 + 45*
3373  lmMst2) - 2160*pow2(lmMst2)))/pow4(Msq) + (768*(2 + lmMst2 - 3*pow2(
3374  lmMst2)))/pow4(Mst1)))/216. + pow2(Mst1)*((5*(493 + 5*(-17 + 60*lmMsq)*
3375  lmMst2 + lmMst1*(85 - 300*lmMsq + 300*lmMst2) - 300*pow2(lmMst2)))/(36.
3376  *pow4(Msq)) - (182.90272153635118 + (140*B4)/9. - 16*D3 + (74*DN)/9. -
3377  (20*lmMsq)/3. + lmMst1*(-174.74765432098766 + 40*lmMsq + 10*pow2(lmMsq)
3378  ) + lmMst2*(252.96987654320986 - (6002*lmMst1)/45. - 20*lmMsq*(2 +
3379  lmMst1) - 10*pow2(lmMsq) - (106*pow2(lmMst1))/3.) + (1556*pow2(lmMst1))
3380  /45. + (98.8 + 20*lmMsq + (878*lmMst1)/9.)*pow2(lmMst2) + (10*pow3(
3381  lmMst1))/9. - (190*pow3(lmMst2))/3.)/pow4(Mst2)) + ((47120*OepS2 - 54*(
3382  620417 + 17670*lmMst1 - 17670*lmMst2)*S2)*pow2(Mst1) + 3*(280*OepS2 -
3383  81*(65819 + 70*lmMst1 - 70*lmMst2)*S2)*pow2(Mst2))/(3645.*pow4(Mst2)) +
3384  (160*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 4*(-919 + 64*
3385  lmMst1*(-2 + lmMst2) - 466*lmMst2 - 30*lmMsq*(-13 + 6*lmMst2) + 90*
3386  pow2(lmMsq) + 592*pow2(lmMst2))*pow4(Msq) + 15*(-9 + 140*lmMsq - 140*
3387  lmMst2)*pow4(Mst2))/(72.*pow2(Mst1)*pow4(Msq))) + (120*s2t*T1ep*(2*(
3388  3073*Mt - 589*Mst2*s2t)*pow2(Mst1) - 21*(-16*Mt + Mst2*s2t)*pow2(Mst2))
3389  )/pow5(Mst2) - (Mt*s2t*(pow4(Msq)*(12*pow2(Mst1)*pow2(Mst2)*(238288 -
3390  61560*B4 + 1620*DN + 288900*lmMsq + 1620*(-31 + 10*lmMsq)*lmMst1 - 180*
3391  (1817 + 90*lmMsq + 528*lmMst1)*lmMst2 + 2240*OepS2 - 81*(-1373 + 560*
3392  lmMst1 - 560*lmMst2)*S2 - 4320*pow2(lmMst1) + 4320*(11 + 12*lmMst1)*
3393  pow2(lmMst2) - 51840*pow3(lmMst2)) - 5*(769589 + 295488*B4 - 7776*DN -
3394  1432080*lmMsq - 144*(2161 + 810*lmMsq)*lmMst1 + 144*(17377 + 810*lmMsq
3395  + 4428*lmMst1)*lmMst2 - 98336*OepS2 + 756*(259 + 2634*lmMst1 - 2634*
3396  lmMst2)*S2 - 49248*pow2(lmMst1) - 2592*(179 + 96*lmMst1)*pow2(lmMst2) +
3397  248832*pow3(lmMst2))*pow4(Mst1) + 103680*(3 + 4*lmMst2 - 3*pow2(lmMst2)
3398  )*pow4(Mst2)) + 10800*pow2(Msq)*((983 + 36*lmMst1 + 36*lmMsq*(-2 + 3*
3399  lmMst1 - 3*lmMst2) + 36*lmMst2 - 108*lmMst1*lmMst2 + 108*pow2(lmMst2))*
3400  pow2(Mst2)*pow4(Mst1) + (509 + 12*lmMst1 + 36*lmMsq*(-2 + lmMst1 -
3401  lmMst2) + 60*lmMst2 - 36*lmMst1*lmMst2 + 36*pow2(lmMst2))*pow2(Mst1)*
3402  pow4(Mst2)) + 2700*((2375 + 81*lmMst1 + 180*lmMsq*(-2 + 3*lmMst1 - 3*
3403  lmMst2) + 279*lmMst2 - 540*lmMst1*lmMst2 + 540*pow2(lmMst2))*pow4(Mst1)
3404  *pow4(Mst2) + (1307 + 27*lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) +
3405  333*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2))*pow2(Mst1)*pow6(
3406  Mst2))))/(pow2(Mst1)*pow4(Msq)*pow5(Mst2))))/(7290.*Tbeta)) + (Mt*
3407  twoLoopFlag*(2*(pow2(Mst2)*(36*(5 - 3*lmMst1 + 3*lmMst2)*Mst2*s2t*pow2(
3408  Mt) - 54*(12 + lmMst1 - lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 4*(155 + 3*
3409  lmMst2*(41 - 6*lmMt) - 18*lmMst1*(4 + lmMst2 - lmMt) - 51*lmMt + 18*
3410  pow2(lmMst2))*pow3(Mt) - 9*(4*lmMst1 - 5*lmMst2)*pow3(Mst2)*pow3(s2t))*
3411  pow4(Mst1) + pow2(Mst1)*(6*(17 - 6*lmMst2)*Mst2*s2t*pow2(Mt) - 54*(8 +
3412  lmMst1 - lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 4*(11 + 18*lmMst1 - 21*
3413  lmMst2 + 3*lmMt)*pow3(Mt) + 9*(6 + 5*lmMst2 + lmMst1*(-5 + 2*lmMst2) -
3414  2*pow2(lmMst2))*pow3(Mst2)*pow3(s2t))*pow4(Mst2)) + (72*(9 - 10*lmMst1
3415  + 10*lmMst2)*Mst2*s2t*pow2(Mt) + 54*(-27 + 4*lmMst1 - 4*lmMst2)*Mt*
3416  pow2(Mst2)*pow2(s2t) + 8*(335 + 699*lmMst2 - 18*lmMst1*(29 + 7*lmMst2 -
3417  7*lmMt) - 3*(59 + 42*lmMst2)*lmMt + 126*pow2(lmMst2))*pow3(Mt) + 9*(1 -
3418  10*lmMst1 + 10*lmMst2)*pow3(Mst2)*pow3(s2t))*pow6(Mst1) - 18*(-2 +
3419  lmMst2)*s2t*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow7(Mst2) + (18*Mt*
3420  MuSUSY*s2t*(-2*(-8*(10 + lmMst1 - lmMst2)*Mt + Mst2*s2t*(8 - 9*lmMst1 +
3421  9*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) -
3422  2*(-4*(8 + lmMst1 - lmMst2)*Mt + Mst2*s2t*(8 - 5*lmMst1 + 4*lmMst2 + 2*
3423  lmMst1*lmMst2 - 2*pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + (268*Mt +
3424  Mst2*s2t*(-17 - 4*lmMst1*(-7 + lmMst2) - 28*lmMst2 + 4*pow2(lmMst2)))*
3425  pow6(Mst1) + 2*(-2 + lmMst2)*s2t*pow7(Mst2)))/Tbeta))/(54.*pow2(Mst1)*
3426  pow7(Mst2))) - threeLoopFlag*pow2(Al4p)*(-(pow2(Mt)*pow2(s2t)*((pow2(
3427  Mst1)*(397.2878086419753 + 48*B4 - 60*lmMsq - 5*lmMst1*(43 - 4*lmMsq +
3428  4*pow2(lmMsq)) - (28*pow2(lmMst1))/3. + (lmMst2*(901 - 780*lmMst1 + 60*
3429  lmMsq*(-1 + 2*lmMst1) + 60*pow2(lmMsq) + 32*pow2(lmMst1)))/3. - (8*(-
3430  101 + 15*lmMsq + 44*lmMst1)*pow2(lmMst2))/3. - (20*(9 + 4*lmMst1*(-4 +
3431  3*lmMsq - 3*lmMst2) + 4*(4 - 3*lmMsq)*lmMst2 + 12*pow2(lmMst2))*pow2(
3432  Mst1))/(9.*pow2(Msq)) + (320*pow3(lmMst2))/3.))/Mst2 - (2*((5*(71 + 12*
3433  lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) +
3434  12*pow2(lmMst2)))/pow2(Msq) - (48*pow2(1 + lmMst2))/pow2(Mst1))*pow3(
3435  Mst2))/9. - (5*(Mst2*(Mst2*(911 + 12*lmMsq*(-37 + 18*lmMst1 - 18*
3436  lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) + 216*pow2(lmMst2)) +
3437  Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2) + 2550*lmMst2 -
3438  54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2))) + (242 + 24*lmMsq*(1 +
3439  18*lmMst1 - 18*lmMst2) + 300*lmMst2 - 108*lmMst1*(3 + 4*lmMst2) + 432*
3440  pow2(lmMst2))*pow2(Mst1))*pow3(Mst2))/(216.*pow4(Msq)) + ((
3441  536.7597736625514 + 48*B4 - 55*lmMsq - lmMst1*(228.77777777777777 - 10*
3442  lmMsq + 20*pow2(lmMsq)) + (326*pow2(lmMst1))/9. + (lmMst2*(2635 - 3160*
3443  lmMst1 + 90*lmMsq*(-1 + 4*lmMst1) + 180*pow2(lmMsq) + 528*pow2(lmMst1))
3444  )/9. + (314.8888888888889 - 40*lmMsq - 208*lmMst1)*pow2(lmMst2) - (16*
3445  pow3(lmMst1))/9. + (1360*pow3(lmMst2))/9.)*pow4(Mst1))/pow3(Mst2) +
3446  Mst2*(368.5208333333333 + (110*B4)/3. - DN/3. - 120*lmMsq + 20*pow2(
3447  lmMsq) - (lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)))/3. + (lmMst2*(1227
3448  - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) - 16*pow2(
3449  lmMst1)))/3. - (16*pow2(lmMst1))/3. - 2*(-99 + 10*lmMsq + 24*lmMst1)*
3450  pow2(lmMst2) - (10*(21 + 8*lmMst1*(-4 + 3*lmMsq - 3*lmMst2) + 8*(4 - 3*
3451  lmMsq)*lmMst2 + 24*pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + (160*
3452  pow3(lmMst2))/3. - (5*(245 + 12*lmMsq*(-1 + 36*lmMst1 - 36*lmMst2) +
3453  336*lmMst2 - 108*lmMst1*(3 + 4*lmMst2) + 432*pow2(lmMst2))*pow4(Mst1))/
3454  (216.*pow4(Msq))) + Dmglst2*(371.73935185185184 + (262*B4)/3. - (5*DN)/
3455  3. - 300*lmMsq + lmMst1*(57.666666666666664 - 30*lmMsq - 10*pow2(lmMsq)
3456  ) + 20*pow2(lmMsq) + (lmMst2*(1559 - 130*lmMst1 + 30*lmMsq*(-1 + 2*
3457  lmMst1) + 30*pow2(lmMsq) - 16*pow2(lmMst1)))/3. + (16*pow2(lmMst1))/3.
3458  - (2*(-217 + 30*lmMsq + 136*lmMst1)*pow2(lmMst2))/
3459  3. - (10*(59 + 8*lmMst1*(-2 + 3*lmMsq - 3*lmMst2) + 8*(2 - 3*lmMsq)*
3460  lmMst2 + 24*pow2(lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) + 96*pow3(lmMst2)
3461  + (pow2(Mst1)*(300.1378086419753 + (296*B4)/3. - (4*DN)/3. - 340*lmMsq
3462  + lmMst1*(40.55555555555556 - 60*lmMsq - 20*pow2(lmMsq)) + (28*pow2(
3463  lmMst1))/3. + lmMst2*(428.77777777777777 - 84*lmMst1 + 20*lmMsq*(3 + 2*
3464  lmMst1) + 20*pow2(lmMsq) + (32*pow2(lmMst1))/3.) - (8*(-28 + 15*lmMsq +
3465  60*lmMst1)*pow2(lmMst2))/3. - (40*(15 + lmMst1*(-4 + 6*lmMsq - 6*
3466  lmMst2) + (4 - 6*lmMsq)*lmMst2 + 6*pow2(lmMst2))*pow2(Mst1))/(3.*pow2(
3467  Msq)) + (448*pow3(lmMst2))/3.))/pow2(Mst2) - (pow2(Mst2)*(360*(95 + 12*
3468  lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) +
3469  12*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) - 1152*(-1 + 2*lmMst2 + 3*pow2(
3470  lmMst2))*pow4(Msq) + 5*(1561 + 12*lmMsq*(1 + 90*lmMst1 - 90*lmMst2) +
3471  366*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2))*pow4(Mst1))
3472  )/(108.*pow2(Mst1)*pow4(Msq)) - pow4(Mst1)*((70.67129629629629 - (5*
3473  lmMsq)/18. + (5*(-7 + 20*lmMsq)*lmMst1)/2. + (17.77777777777778 - 50*(
3474  lmMsq + lmMst1))*lmMst2 + 50*pow2(lmMst2))/pow4(Msq) + (
3475  309.29708504801096 - (296*B4)/3. + (4*DN)/3. + 375*lmMsq + lmMst1*(
3476  66.91358024691358 + 30*lmMsq + 20*pow2(lmMsq)) + (46*pow2(lmMst1))/3. -
3477  lmMst2*(10*lmMsq*(3 + 4*lmMst1) + 20*pow2(lmMsq) + (4*(11723 - 702*
3478  lmMst1 + 756*pow2(lmMst1)))/81.) + (2*(-75 + 60*lmMsq + 344*lmMst1)*
3479  pow2(lmMst2))/3. - (16*pow3(lmMst1))/3. - (560*pow3(lmMst2))/3.)/pow4(
3480  Mst2))) + ((2*OepS2*(Dmglst2*(8163*pow2(Mst1)*pow2(Mst2) + 23734*pow4(
3481  Mst1) + 945*pow4(Mst2)) - 3*(627*pow2(Mst1)*pow3(Mst2) + 1066*Mst2*
3482  pow4(Mst1) + 189*pow5(Mst2))))/729. - (S2*(Dmglst2*(9*(23989 + 27210*
3483  lmMst1 - 27210*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(525961 + 356010*
3484  lmMst1 - 356010*lmMst2)*pow4(Mst1) + 81*(-453 + 350*lmMst1 - 350*
3485  lmMst2)*pow4(Mst2)) - 15*(9*(685 + 418*lmMst1 - 418*lmMst2)*pow2(Mst1)*
3486  pow3(Mst2) + 2*(6143 + 3198*lmMst1 - 3198*lmMst2)*Mst2*pow4(Mst1) + 81*
3487  (-1 + 14*lmMst1 - 14*lmMst2)*pow5(Mst2))))/540.)/pow4(Mst2))) + (pow4(
3488  Mt)*(48*pow2(Mst1)*pow2(Mst2)*(71744 - 28755*lmMst2 - 4050*(lmMst1 -
3489  lmMst2)*pow2(lmMsq) + 540*(-15 + 4*lmMt)*pow2(lmMst1) + 4050*lmMsq*(11
3490  - lmMst1 + 2*(1 + lmMst1)*lmMst2 - lmMt - 2*pow2(lmMst2)) + 89910*pow2(
3491  lmMst2) - 135*lmMt*(113 + 132*lmMst2 + 48*pow2(lmMst2)) - 270*lmMst1*(
3492  221 + lmMst2*(279 - 16*lmMt) - 66*lmMt + 112*pow2(lmMst2) - 24*pow2(
3493  lmMt)) - 6480*(1 + lmMst2)*pow2(lmMt) - (1350*(-25 + lmMst1*(-5 + 6*
3494  lmMsq - 6*lmMst2) + (4 - 6*lmMsq)*lmMst2 + lmMt + 6*pow2(lmMst2))*pow2(
3495  Mst1))/pow2(Msq) + 30240*pow3(lmMst2)) + 20*(567143 - 125172*lmMst2 +
3496  648*lmMst2*(-38 + 5*lmMst2)*lmMt - 9720*(lmMsq*(lmMst1*(9 - 2*lmMt) +
3497  2*lmMst2*(-6 + lmMt) + 3*(-4 + lmMt)) + lmMt) - 9720*(lmMst1 - lmMst2)*
3498  pow2(lmMsq) + 240300*pow2(lmMst2) - 108*lmMst1*(2111 + lmMst1*(457 -
3499  12*lmMst2 - 126*lmMt) - 420*lmMt + 4*lmMst2*(454 + 39*lmMt) + 750*pow2(
3500  lmMst2) - 288*pow2(lmMt)) - 15552*(1 + 2*lmMst2)*pow2(lmMt) + 216*pow3(
3501  lmMst1) + 79488*pow3(lmMst2))*pow4(Mst1) - 160*OepS2*(-24*(186*Dmglst2
3502  - 55*Mst2)*Mst2*pow2(Mst1) + 63*(-5*Dmglst2 + 3*Mst2)*pow3(Mst2) +
3503  4060*pow4(Mst1)) + 108*S2*(-24*Mst2*(2*Dmglst2*(601 + 2790*lmMst1 -
3504  2790*lmMst2) - 3*(457 + 550*lmMst1 - 550*lmMst2)*Mst2)*pow2(Mst1) + 27*
3505  (25*Dmglst2*(27 - 14*lmMst1 + 14*lmMst2) + 3*(-79 + 70*lmMst1 - 70*
3506  lmMst2)*Mst2)*pow3(Mst2) + 40*(4082 + 3045*lmMst1 - 3045*lmMst2)*pow4(
3507  Mst1)) + (81*(800*(19 + (-8 + 6*lmMsq)*lmMst2 + lmMst1*(7 - 6*lmMsq +
3508  6*lmMst2) + lmMt - 6*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + (813 - 3360*
3509  lmMst2 - 2400*(lmMst1 - lmMst2)*pow2(lmMsq) - 1280*(1 + lmMst2)*pow2(
3510  lmMst1) + 2400*lmMsq*(7 + lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 + lmMt -
3511  2*pow2(lmMst2)) + 30880*pow2(lmMst2) - 80*lmMt*(175 + 96*lmMst2 + 32*
3512  pow2(lmMst2)) - 80*lmMst1*(167 + 258*lmMst2 - 32*(1 + lmMst2)*lmMt +
3513  112*pow2(lmMst2)) - 3840*pow2(lmMt) + 10240*pow3(lmMst2))*pow4(Msq) +
3514  200*(38 + 4*(-2 + 3*lmMsq)*lmMst2 + lmMst1*(7 - 12*lmMsq + 12*lmMst2) +
3515  lmMt - 12*pow2(lmMst2))*pow4(Mst1))*pow4(Mst2))/pow4(Msq) - (9*Dmglst2*
3516  Mst2*(pow4(Msq)*(5*pow2(Mst1)*pow2(Mst2)*(7335 + 169856*lmMst2 + 4320*(
3517  lmMst1 - lmMst2)*pow2(lmMsq) + 2304*(-1 + lmMst2)*pow2(lmMst1) + 21984*
3518  pow2(lmMst2) + 480*lmMsq*(-79 - 30*lmMst2 - 9*lmMst1*(-3 + 2*lmMst2) +
3519  3*lmMt + 18*pow2(lmMst2)) + 48*lmMt*(31 - 128*lmMst2 + 96*pow2(lmMst2))
3520  + 144*lmMst1*(-269 + 32*lmMt - 2*lmMst2*(63 + 16*lmMt) + 112*pow2(
3521  lmMst2)) - 18432*pow3(lmMst2)) + 8*(93487 + 196530*lmMst2 + 2700*(
3522  lmMst1 - lmMst2)*pow2(lmMsq) - 360*(23 + 8*lmMst2 - 4*lmMt)*pow2(
3523  lmMst1) + 68040*pow2(lmMst2) + 300*lmMsq*(29 + lmMst1*(9 - 18*lmMst2) +
3524  6*lmMst2 - 15*lmMt + 18*pow2(lmMst2)) + 30*lmMt*(301 - 246*lmMst2 + 48*
3525  pow2(lmMst2)) - 4320*(2 + lmMst2)*pow2(lmMt) + 20*lmMst1*(-5846 + 321*
3526  lmMt - 12*lmMst2*(209 + 12*lmMt) + 576*pow2(lmMst2) + 216*pow2(lmMt)) -
3527  8640*pow3(lmMst2))*pow4(Mst1) - 23040*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*
3528  pow4(Mst2)) - 800*pow2(Msq)*((439 + 6*(-8 + 21*lmMsq)*lmMst2 + 3*
3529  lmMst1*(17 - 42*lmMsq + 42*lmMst2) - 3*lmMt - 126*pow2(lmMst2))*pow2(
3530  Mst2)*pow4(Mst1) + 6*(64 - 20*lmMst2 + 6*lmMst1*(2 + 3*lmMst2) + 3*lmMt
3531  - 3*lmMst2*lmMt + lmMsq*(5 - 18*lmMst1 + 21*lmMst2 + 3*lmMt) - 3*pow2(
3532  lmMsq) - 18*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (313 + 42*(-2 + 3*
3533  lmMsq)*lmMst2 + 3*lmMst1*(23 - 42*lmMsq + 42*lmMst2) + 15*lmMt - 126*
3534  pow2(lmMst2))*pow6(Mst1)) - 50*(3*(1693 - 136*lmMst2 + 6*lmMst1*(19 +
3535  84*lmMst2) - 4*lmMsq*(5 + 126*lmMst1 - 132*lmMst2 - 6*lmMt) + 42*lmMt -
3536  24*lmMst2*lmMt - 24*pow2(lmMsq) - 504*pow2(lmMst2))*pow4(Mst1)*pow4(
3537  Mst2) + 4*(1330 + 12*(-4 + 33*lmMsq)*lmMst2 + lmMst1*(51 - 396*lmMsq +
3538  396*lmMst2) - 3*lmMt - 396*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1))))/(
3539  pow2(Mst1)*pow4(Msq)) + 90*(32*((5*(58 - 36*lmMst2 + 6*lmMst1*(4 + 3*
3540  lmMst2) - 3*lmMt - 9*lmMst2*lmMt + 3*lmMsq*(5 - 6*lmMst1 + 9*lmMst2 +
3541  3*lmMt) - 9*pow2(lmMsq) - 18*pow2(lmMst2)))/pow2(Msq) + (72*pow2(1 +
3542  lmMst2))/pow2(Mst1)) - (5*(3*Mst2*(Mst2*(-403 + 24*lmMst2 - 18*lmMst1*(
3543  3 + 4*lmMst2) + 12*lmMsq*(1 + 6*lmMst1 - 12*lmMst2 - 6*lmMt) + 18*lmMt
3544  + 72*lmMst2*lmMt + 72*pow2(lmMsq) + 72*pow2(lmMst2)) + Dmglst2*(-1535 +
3545  184*lmMst2 - 18*lmMst1*(7 + 20*lmMst2) + 4*lmMsq*(-1 + 90*lmMst1 - 132*
3546  lmMst2 - 42*lmMt) - 54*lmMt + 168*lmMst2*lmMt + 168*pow2(lmMsq) + 360*
3547  pow2(lmMst2))) + (-1271 + 216*lmMst2 - 6*lmMst1*(41 + 60*lmMst2) + 12*
3548  lmMsq*(5 + 30*lmMst1 - 36*lmMst2 - 6*lmMt) - 30*lmMt + 72*lmMst2*lmMt +
3549  72*pow2(lmMsq) + 360*pow2(lmMst2))*pow2(Mst1)))/pow4(Msq))*pow6(Mst2)))
3550  /(14580.*pow5(Mst2)) + Mt*(-((-1 + 2*lmMst2)*s2t*shiftst3*pow2(Mst2)*(-
3551  4*pow2(Mt) + ((-1 - lmMst1 + lmMst2)*pow2(Mst1) + pow2(Mst2))*pow2(s2t)
3552  ))/(6.*pow2(Mst1)) + (T1ep*(-27*pow3(Mst2)*(3*Mst2*(46*Mst2*s2t*pow2(
3553  Mt) + 21*Mt*pow2(Mst2)*pow2(s2t) - 28*pow3(Mt) - 16*pow3(Mst2)*pow3(
3554  s2t)) + 7*Dmglst2*(-15*Mt*pow2(Mst2)*pow2(s2t) + 20*pow3(Mt) + 4*pow3(
3555  Mst2)*pow3(s2t))) - 9*Mst2*pow2(Mst1)*(Mst2*(2990*Mst2*s2t*pow2(Mt) +
3556  627*Mt*pow2(Mst2)*pow2(s2t) - 1760*pow3(Mt) - 830*pow3(Mst2)*pow3(s2t))
3557  + 3*Dmglst2*(-800*Mst2*s2t*pow2(Mt) - 907*Mt*pow2(Mst2)*pow2(s2t) +
3558  1984*pow3(Mt) + 316*pow3(Mst2)*pow3(s2t))) + (12*(11028*Dmglst2 - 5701*
3559  Mst2)*s2t*pow2(Mt) + 6*(11867*Dmglst2 - 1599*Mst2)*Mst2*Mt*pow2(s2t) +
3560  48720*pow3(Mt) + (-25328*Dmglst2 + 13305*Mst2)*pow2(Mst2)*pow3(s2t))*
3561  pow4(Mst1)))/(729.*pow5(Mst2)) + pow3(s2t)*(pow2(Mst1)*(
3562  150.95520576131688 + 2*B4 + (2*D3)/9. - (2*DN)/9. - (335*lmMsq)/18. +
3563  lmMst1*(94.25864197530865 - (325*lmMsq)/18. + (5*pow2(lmMsq))/6.) + (
3564  25*pow2(lmMsq))/6. + (5*(-149 + 18*lmMsq)*pow2(lmMst1))/27. - (lmMst2*(
3565  53429 - 183450*lmMst1 + 2250*lmMsq*(-7 + 6*lmMst1) + 1350*pow2(lmMsq) +
3566  29610*pow2(lmMst1)))/1620. + ((-3683 + 270*lmMsq + 2595*lmMst1)*pow2(
3567  lmMst2))/54. - (55*pow3(lmMst1))/27. - (749*pow3(lmMst2))/27.) - (-(-
3568  1503 + 60*lmMsq*(12 + 5*lmMst1 - 5*lmMst2) + 950*lmMst2 - 10*lmMst1*(
3569  167 + 210*lmMst2) + 900*pow2(lmMst1) + 1200*pow2(lmMst2))/(540.*pow2(
3570  Msq)) - (79.58994722092247 + (27180961*lmMst2)/793800. - ((78238 +
3571  33285*lmMst2)*pow2(lmMst1))/945. - (78658*pow2(lmMst2))/945. + (5*
3572  lmMsq*(-1 + 6*lmMst2 - 2*lmMst1*(3 + 16*lmMst2) + 16*pow2(lmMst1) + 16*
3573  pow2(lmMst2)))/12. + lmMst1*(-37.46379566641471 + (156896*lmMst2)/945.
3574  + (223*pow2(lmMst2))/
3575  3.) - (35*pow3(lmMst1))/27. - (1021*pow3(lmMst2))/27.)/pow2(Mst2) + (
3576  Dmglst2*(213.49860925479342 + (1510169*lmMst2)/119070. + lmMsq*(5 - 10*
3577  lmMst1 + 10*lmMst2) + ((433 + 6552*lmMst2)*pow2(lmMst1))/189. + (97*
3578  pow2(lmMst2))/189. - (lmMst1*(2674409 + 333900*lmMst2 + 7514640*pow2(
3579  lmMst2)))/119070. - (56*pow3(lmMst1))/27. + (824*pow3(lmMst2))/27.))/
3580  pow3(Mst2))*pow4(Mst1) - (pow2(Mst2)*(-82320*(725 - 30*lmMsq*(5 +
3581  lmMst1 - lmMst2) + 793*lmMst2 - lmMst1*(643 + 150*lmMst2) + 90*pow2(
3582  lmMst1) + 60*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 68600*(12760 - 720*B4
3583  + 72*D3 - 36*DN - 1980*lmMsq + 540*pow2(lmMsq) - 3*lmMst1*(5471 - 1950*
3584  lmMsq + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*lmMst2*(8495 - 6750*
3585  lmMst1 + 210*lmMsq*(-11 + 6*lmMst1) + 630*pow2(lmMsq) + 234*pow2(
3586  lmMst1)) - 18*(-1324 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2) - 288*pow3(
3587  lmMst1) + 6768*pow3(lmMst2))*pow4(Msq) + 3*(1186407 - 420*lmMsq*(5549 +
3588  6020*lmMst1 - 6860*lmMst2) - 3793580*lmMst2 + 560*lmMst1*(10936 + 9555*
3589  lmMst2) - 176400*pow2(lmMsq) - 1411200*pow2(lmMst1) - 4116000*pow2(
3590  lmMst2))*pow4(Mst1)))/(2.22264e7*pow4(Msq)) - (((2*(637 - 20*lmMsq*(9 +
3591  20*lmMst1 - 20*lmMst2) - 495*lmMst2 + 25*lmMst1*(27 + 16*lmMst2) - 400*
3592  pow2(lmMst2)))/pow2(Msq) + (5*(373 + 706*lmMst2 + 64*lmMst1*(1 +
3593  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2)))
3594  /pow2(Mst1))*pow4(Mst2))/180. + ((-343000*Dmglst2*Mst2*(337 - 24*lmMsq*
3595  (5 + 8*lmMst1 - 8*lmMst2) + 14*lmMst2 + 2*lmMst1*(53 + 96*lmMst2) -
3596  192*pow2(lmMst2)) + 3*(3653969 - 140*lmMsq*(12899 + 5390*lmMst1 - 6230*
3597  lmMst2) + 2069970*lmMst2 + 37730*lmMst1*(-7 + 20*lmMst2) - 58800*pow2(
3598  lmMsq) - 813400*pow2(lmMst2))*pow2(Mst1))*pow4(Mst2))/(7.4088e6*pow4(
3599  Msq)) + (54*Dmglst2*(632*OepS2 + 9*(16193 - 1422*lmMst1 + 1422*lmMst2)*
3600  S2)*pow2(Mst1)*pow2(Mst2) - 45*(664*OepS2 - 81*(1261 + 166*lmMst1 -
3601  166*lmMst2)*S2)*pow2(Mst1)*pow3(Mst2) - 15*Mst2*(3548*OepS2 - 27*(15148
3602  + 2661*lmMst1 - 2661*lmMst2)*S2)*pow4(Mst1) + 4*Dmglst2*(25328*OepS2 +
3603  27*(47051 - 18996*lmMst1 + 18996*lmMst2)*S2)*pow4(Mst1) + 54*Dmglst2*(
3604  56*OepS2 - 81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*pow4(Mst2) + 1296*(-
3605  4*OepS2 + 81*(22 + lmMst1 - lmMst2)*S2)*pow5(Mst2))/(4374.*pow3(Mst2))
3606  + Dmglst2*((pow2(Mst1)*((-5*lmMsq*(7 + 6*lmMst2))/3. + 5*pow2(lmMsq) +
3607  (5*(-5 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1))/(18.*pow2(Msq)) + (-5430043 -
3608  1334580*lmMst2 + 900*(859 - 3690*lmMst2)*pow2(lmMst1) - 846900*pow2(
3609  lmMst2) + 120*lmMst1*(44309 + 12315*lmMst2 + 56475*pow2(lmMst2)) -
3610  45000*pow3(lmMst1) - 3411000*pow3(lmMst2))/121500.))/Mst2 - (pow3(Mst2)
3611  *(-40*(-174 + 6*lmMsq*(6 + 17*lmMst1 - 17*lmMst2) + 73*lmMst2 - lmMst1*
3612  (109 + 102*lmMst2) + 102*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 12*(-115
3613  + (430 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq)
3614  + 400*pow2(lmMst2))*pow4(Msq) + 5*(-119 + 12*lmMsq*(-1 + 10*lmMst1 -
3615  10*lmMst2) + 34*lmMst2 - 2*lmMst1*(11 + 60*lmMst2) + 120*pow2(lmMst2))*
3616  pow4(Mst1)))/(216.*pow2(Mst1)*pow4(Msq)) - (Mst2*(5267 - 432*B4 + 576*
3617  D3 - 360*DN + 8640*lmMsq + 216*lmMst1*(7 - 15*pow2(lmMsq)) - 1404*pow2(
3618  lmMst1) + 72*lmMst2*(-237 - 248*lmMst1 + 90*lmMsq*lmMst1 + 45*pow2(
3619  lmMsq) + 16*pow2(lmMst1)) - 36*(-439 + 180*lmMsq + 336*lmMst1)*pow2(
3620  lmMst2) + (60*(20 + 6*lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) + 27*lmMst2 - 3*
3621  lmMst1*(1 + 6*lmMst2) + 18*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) + 10944*
3622  pow3(lmMst2) - (45*pow4(Mst1))/pow4(Msq)))/324. + (4*(24*lmMst2*(1 +
3623  lmMst2) + (5*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1))/pow2(Msq))*pow5(
3624  Mst2))/(27.*pow4(Mst1))) + ((5*(43 - 30*lmMsq + 30*lmMst2))/(54.*pow2(
3625  Msq)*pow2(Mst1)) + (-58456697 + 420*lmMsq*(63929 + 69090*lmMst1 -
3626  69930*lmMst2) - 374010*lmMst2 - 10290*lmMst1*(2573 + 2820*lmMst2) +
3627  176400*pow2(lmMsq) + 29194200*pow2(lmMst2))/(2.22264e7*pow4(Msq)) + (8*
3628  pow2(1 + lmMst2))/(9.*pow4(Mst1)))*pow6(Mst2))) - s2t*pow3(Mt)*(
3629  227.09043209876543 + (8*D3)/9. - (8*DN)/9. - (50*lmMsq)/3. + (32*lmMt)/
3630  3. + 10*pow2(lmMsq) + (2*lmMst1*(667 - 300*lmMsq + 45*pow2(lmMsq)))/27.
3631  + (2*lmMst2*(1946 + lmMsq*(30 - 90*lmMst1) + 294*lmMst1 - 45*pow2(
3632  lmMsq) - 117*pow2(lmMst1)))/27. + (124*pow2(lmMst1))/9. + (2*(152 + 30*
3633  lmMsq + 31*lmMst1)*pow2(lmMst2))/9. - (2*(9608 - 15*lmMsq*(218 + 195*
3634  lmMst1 - 75*lmMst2) - 5250*lmMst2 + 15*lmMst1*(568 + 375*lmMst2) + 900*
3635  pow2(lmMsq) - 1350*pow2(lmMst1) - 3375*pow2(lmMst2))*pow2(Mst1))/(2025.
3636  *pow2(Msq)) - (((2*(6517 - 15*lmMsq*(532 + 75*lmMst1 - 195*lmMst2) +
3637  4980*lmMst2 + 375*lmMst1*(8 + 3*lmMst2) - 900*pow2(lmMsq) - 2025*pow2(
3638  lmMst2)))/pow2(Msq) + (225*(277 + 514*lmMst2 + 64*lmMst1*(1 + lmMst2) -
3639  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2)))/pow2(
3640  Mst1))*pow2(Mst2))/2025. + (32*pow3(lmMst1))/9. - (16*pow3(lmMst2))/9.
3641  + (pow2(Mst1)*(19319827 + 19042320*lmMst2 + 518400*lmMt + 1036800*
3642  lmMst2*lmMt - 3600*(701 + 186*lmMst2)*pow2(lmMst1) + 5943600*pow2(
3643  lmMst2) + 324000*lmMsq*(-2 + lmMst1 - lmMst2 - 2*lmMst1*lmMst2 + pow2(
3644  lmMst1) + pow2(lmMst2)) - 240*lmMst1*(35693 + 5610*lmMst2 + 4320*lmMt +
3645  3690*pow2(lmMst2)) + (54000*(-4 + lmMst1*(2 - 6*lmMst2) - 2*lmMst2 + 3*
3646  pow2(lmMst1) + 3*pow2(lmMst2))*pow2(Mst1))/pow2(Msq) - 295200*pow3(
3647  lmMst1) + 1850400*pow3(lmMst2)))/(48600.*pow2(Mst2)) - (((68600*(-43 +
3648  30*lmMsq - 30*lmMst2))/(pow2(Msq)*pow2(Mst1)) + (393767 - 420*lmMsq*(
3649  2194 + 49*lmMst1 - 259*lmMst2) + 878948*lmMst2 + 1372*lmMst1*(31 + 15*
3650  lmMst2) - 44100*pow2(lmMsq) - 64680*pow2(lmMst2))/pow4(Msq) - (658560*
3651  pow2(1 + lmMst2))/pow4(Mst1))*pow4(Mst2))/185220. - pow4(Mst1)*((309383
3652  - 420*lmMsq*(256 + 259*lmMst1 - 49*lmMst2) - 145432*lmMst2 + 28*lmMst1*
3653  (9034 + 13965*lmMst2) + 44100*pow2(lmMsq) - 141120*pow2(lmMst1) -
3654  205800*pow2(lmMst2))/(185220.*pow4(Msq)) - (594.0859288013853 - (40*
3655  lmMsq)/3. + (-480.17666414714034 + 20*lmMsq)*lmMst1 + lmMst2*(
3656  707.7322197026959 - (69154*lmMst1)/945. - (20*lmMsq*(3 + 2*lmMst1))/3.
3657  - (410*pow2(lmMst1))/
3658  9.) + ((-94783 + 6300*lmMsq)*pow2(lmMst1))/945. + (216.14497354497354 +
3659  (20*lmMsq)/3. - (166*lmMst1)/9.)*pow2(lmMst2) + (32*lmMt*(1 + 4*lmMst2
3660  - 2*lmMst1*(2 + lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. + (26*pow3(
3661  lmMst1))/27. + (1702*pow3(lmMst2))/27.)/pow4(Mst2) - (Dmglst2*(
3662  386.22610253272387 - (32*B4)/9. + (32*D3)/9. - (16*DN)/9. + (280*lmMsq)
3663  /3. + (756.6053917863442 - 80*lmMsq)*lmMst1 + (19352*pow2(lmMst1))/189.
3664  + lmMst2*(196.28349710254471 + 80*lmMsq - (57520*lmMst1)/189. + (88*
3665  pow2(lmMst1))/9.) + (8*(6787 - 5439*lmMst1)*pow2(lmMst2))/189. - (64*
3666  lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(
3667  lmMst2)))/3. - (8*pow3(lmMst1))/9. + (664*pow3(lmMst2))/3.))/pow5(Mst2)
3668  ) + ((-4*OepS2*(4485*pow2(Mst1)*pow3(Mst2) + 11402*Mst2*pow4(Mst1) -
3669  24*Dmglst2*(150*pow2(Mst1)*pow2(Mst2) + 919*pow4(Mst1)) + 621*pow5(
3670  Mst2)))/729. + (S2*(9*(11113 + 14950*lmMst1 - 14950*lmMst2)*pow2(Mst1)*
3671  pow3(Mst2) + 4*(126661 + 85515*lmMst1 - 85515*lmMst2)*Mst2*pow4(Mst1) -
3672  24*Dmglst2*(45*(139 + 100*lmMst1 - 100*lmMst2)*pow2(Mst1)*pow2(Mst2) +
3673  (34538 + 27570*lmMst1 - 27570*lmMst2)*pow4(Mst1) + 5697*pow4(Mst2)) +
3674  81*(-891 + 230*lmMst1 - 230*lmMst2)*pow5(Mst2)))/270.)/pow5(Mst2) + ((
3675  pow2(Mst2)*(20*Dmglst2*(-43 + 144*lmMsq - 144*lmMst2)*Mst2*pow2(Mst1) +
3676  5*(18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)
3677  *Mst2)*pow3(Mst2) + (75 + 60*lmMsq*(-3 + 2*lmMst1 - 2*lmMst2) + 356*
3678  lmMst2 - 8*lmMst1*(22 + 15*lmMst2) + 120*pow2(lmMst2))*pow4(Mst1)))/(
3679  108.*pow2(Mst1)) - (Dmglst2*(-4*pow4(Msq)*(450*pow2(Mst2)*(15529 - 120*
3680  B4 + 120*D3 - 60*DN + 150*lmMsq + 690*lmMst1 + 675*pow2(lmMsq) + 345*
3681  pow2(lmMst1) - 5*lmMst2*(-3091 + 270*lmMsq + 42*lmMst1 + 96*pow2(
3682  lmMst1)) + (4305 - 480*lmMst1)*pow2(lmMst2) + 960*pow3(lmMst2))*pow4(
3683  Mst1) - 3375*(-179 + 2*(87 + 32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*
3684  lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (
3685  9080791 - 54000*B4 + 54000*D3 - 27000*DN + 607500*lmMsq - 60*(-42359 +
3686  3375*lmMsq)*lmMst1 + 324000*(-2 + lmMst1 - lmMst2)*lmMt + 60*lmMst2*(
3687  143041 + 3375*lmMsq - 14460*lmMst1 - 3375*pow2(lmMst1)) + 1800*pow2(
3688  lmMst1) - 900*(-2402 + 1695*lmMst1)*pow2(lmMst2) - 4500*pow3(lmMst1) +
3689  1732500*pow3(lmMst2))*pow6(Mst1) + 216000*lmMst2*(1 + lmMst2)*pow6(
3690  Mst2)) - 45000*pow2(Msq)*(3*(-17 + 20*lmMsq - 20*lmMst2)*pow4(Mst1)*
3691  pow4(Mst2) - 6*pow2(Mst2)*pow6(Mst1) + 4*(14 - 15*lmMsq + 15*lmMst2)*
3692  pow2(Mst1)*pow6(Mst2) + 6*(3 - lmMst1 + lmMst2)*pow8(Mst1)) + 16875*((7
3693  + 12*lmMsq - 12*lmMst2)*pow4(Mst2)*pow6(Mst1) + 4*pow2(Mst2)*pow8(Mst1)
3694  )))/(60750.*pow3(Mst2)*pow4(Mst1)))/pow4(Msq))) + (Al4p*Mt*twoLoopFlag*
3695  (12*Mt*pow2(s2t)*(2*(Mst2*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(
3696  lmMst2)) + ((Dmglst2*(5 + lmMst1*(3 - 2*lmMst2) - 3*lmMst2 + 2*pow2(
3697  lmMst2)) + Mst2*(1 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2))
3698  )*pow2(Mst1))/pow2(Mst2)) + ((0.5 + 7*lmMst2 - lmMst1*(7 + 4*lmMst2) +
3699  4*pow2(lmMst2))*pow4(Mst1))/pow3(Mst2) + Dmglst2*(12 - 2*lmMst1*lmMst2
3700  + 2*(lmMst1 + lmMst2 + pow2(lmMst2)) + ((10.5 + lmMst1*(9 - 4*lmMst2) -
3701  9*lmMst2 + 4*pow2(lmMst2))*pow4(Mst1))/pow4(Mst2))) + 4*s2t*pow2(Mt)*(
3702  12*lmMst1 + 4*(-2 + lmMst1)*lmMst2 + 2*pow2(lmMst1) - 6*pow2(lmMst2) -
3703  (4*(1 + lmMst2)*pow2(Mst2))/pow2(Mst1) + (Dmglst2*(4 + lmMst2*(8 - (8*
3704  pow2(Mst2))/pow2(Mst1))))/Mst2 + (4*(1 - lmMst1 + lmMst2)*(2*Dmglst2 +
3705  (lmMst1 - lmMst2)*Mst2)*pow2(Mst1))/pow3(Mst2) - (4*(Dmglst2*(-2 + 4*
3706  lmMst1 - 4*lmMst2) + Mst2*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(
3707  lmMst1) + pow2(lmMst2)))*pow4(Mst1))/pow5(Mst2)) - (16*pow3(Mt)*(
3708  Dmglst2*(2*(-7 + lmMst2*(-7 + lmMt) - lmMst1*(-5 + lmMt) + 2*lmMt)*
3709  pow2(Mst1)*pow2(Mst2) + (-11 + lmMst1*(32 + 6*lmMst2 - 8*lmMt) + 8*
3710  lmMst2*(-5 + lmMt) + 8*lmMt - 6*pow2(lmMst2))*pow4(Mst1) - 2*(5 +
3711  lmMst1*(-1 + lmMst2) + lmMst2 - pow2(lmMst2))*pow4(Mst2)) - Mst2*(2*(4
3712  + lmMst1*(3 + 2*lmMst2 - lmMt) + lmMst2*(-4 + lmMt) + lmMt - 2*pow2(
3713  lmMst2))*pow2(Mst1)*pow2(Mst2) + (13 + 2*lmMst1*(6 + 3*lmMst2 - 2*lmMt)
3714  + 2*lmMt + 2*lmMst2*(-7 + 2*lmMt) - 6*pow2(lmMst2))*pow4(Mst1) + 2*(2 +
3715  lmMst1 - 2*lmMst2 + lmMst1*lmMst2 + lmMt - pow2(lmMst2))*pow4(Mst2))))/
3716  pow6(Mst2) + ((pow3(s2t)*(2*(-16 + 6*lmMst2 - 2*lmMst1*(8 + 5*lmMst2) +
3717  3*pow2(lmMst1) + 7*pow2(lmMst2))*pow3(Mst2)*pow4(Mst1) - 2*(-12 - 18*
3718  lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(
3719  Mst1)*pow5(Mst2) + Mst2*(3 + lmMst1*(2 - 32*lmMst2) - 2*lmMst2 + 16*
3720  pow2(lmMst1) + 16*pow2(lmMst2))*pow6(Mst1) - 4*Dmglst2*(2*(1 + 2*lmMst1
3721  - lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 + lmMst1 - lmMst2 + 2*lmMst1*
3722  lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1 - 2*
3723  lmMst2)*pow6(Mst1) - 2*lmMst2*pow6(Mst2)) + 4*(1 + lmMst2)*pow7(Mst2)))
3724  /pow3(Mst2) - (2*Mt*MuSUSY*s2t*(4*(4*Mt*(5 + 6*lmMst2 - lmMst1*(4 + 3*
3725  lmMst2) + 3*pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 - lmMst1*(13 + 8*
3726  lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2)))*pow3(Mst2)*pow4(Mst1) + 2*(-(
3727  Mst2*s2t*(-14 - 20*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*
3728  pow2(lmMst2))) + 8*Mt*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(
3729  lmMst2)))*pow2(Mst1)*pow5(Mst2) + 4*Dmglst2*(Mst2*s2t*(-5 + 8*lmMst2 -
3730  4*lmMst1*(2 + lmMst2) + 4*pow2(lmMst2)) + Mt*(65 + lmMst1*(34 - 20*
3731  lmMst2) - 26*lmMst2 + 20*pow2(lmMst2)))*pow6(Mst1) + Mst2*(Mst2*s2t*(-1
3732  + 50*lmMst2 - 2*lmMst1*(25 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(
3733  lmMst2)) + Mt*(84 + 152*lmMst2 - 40*lmMst1*(3 + 2*lmMst2) + 80*pow2(
3734  lmMst2)))*pow6(Mst1) + 8*Dmglst2*((Mst2*s2t*(-2 + 3*lmMst2 - lmMst1*(3
3735  + 2*lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8 - 6*lmMst2) - 4*
3736  lmMst2 + 6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(Mst2*s2t*(1 +
3737  lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) + 2*Mt*(6 +
3738  lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2)
3739  + lmMst2*s2t*pow7(Mst2)) + 4*(1 + lmMst2)*s2t*pow8(Mst2)))/(Tbeta*pow6(
3740  Mst2)))/pow2(Mst1)))/12. - (Al4p*Mt*xDR2DRMOD*(-(xDmglst2*pow2(Dmglst2)
3741  *(432*(2 - lmMst2)*s2t*twoLoopFlag*pow2(Mst1)*(-((-4*pow2(Mst1)*pow2(
3742  Mt) + 4*pow2(Mst2)*pow2(Mt) + 2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)
3743  *pow2(s2t) + pow2(s2t)*(pow4(Mst1) - pow4(Mst2)))*pow4(Mst2)) - (2*Mt*
3744  MuSUSY*s2t*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*
3745  pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))))/Tbeta) +
3746  Al4p*Mst2*threeLoopFlag*(256*Mt*pow2(Mst1)*(-9*pow2(Mst2)*pow2(s2t)*(
3747  pow2(Mst1)*pow2(Mst2)*(13 - 125*lmMst2 + 6*lmMst1*(7 + 8*lmMst2 - 6*
3748  pow2(lmMst2)) - 30*pow2(lmMst2) + 36*pow3(lmMst2)) + 6*(15 - 11*lmMst2
3749  + lmMst1*(4 + 7*lmMst2 - 6*pow2(lmMst2)) - 7*pow2(lmMst2) + 6*pow3(
3750  lmMst2))*pow4(Mst1) + 6*(-3 - 4*lmMst2 + 3*pow2(lmMst2))*pow4(Mst2)) +
3751  4*pow2(Mt)*((215 + 37*lmMst2 + 3*(-5 + 8*lmMst2)*lmMt - 18*lmMst1*(1 -
3752  2*lmMst2 + lmMt) - 42*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (1097 +
3753  lmMst2*(1531 - 246*lmMt) - 339*lmMt + (444 - 36*lmMt)*pow2(lmMst2) -
3754  18*lmMst1*(39 - 2*lmMst2*(-9 + lmMt) - 7*lmMt + 2*pow2(lmMst2)) + 36*
3755  pow3(lmMst2))*pow4(Mst1) + 18*(-3 - 4*lmMst2 + 3*pow2(lmMst2))*pow4(
3756  Mst2))) + (s2t*(-3*pow2(s2t)*pow3(Mst2)*(pow2(Mst1)*(2*(lmMst1 -
3757  lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2))*(480*(4 - 15*
3758  lmMsq + 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 45*(9 - 140*lmMsq + 140*
3759  lmMst2)*pow4(Mst2)) - 4*pow4(Msq)*(2*pow2(Mst2)*(400 + lmMst2*(2617 -
3760  1170*lmMsq - 270*pow2(lmMsq)) - 96*(-2 + lmMst2)*pow2(lmMst1) + 54*(33
3761  + 10*lmMsq)*pow2(lmMst2) + 3*lmMst1*(-1059 - 370*lmMst2 - 30*lmMsq*(-13
3762  + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2)) - 912*pow3(lmMst2))*
3763  pow4(Mst1) + 3*(963 - 64*lmMst1*(-2 + lmMst2) + 530*lmMst2 + 30*lmMsq*(
3764  -13 + 6*lmMst2) - 90*pow2(lmMsq) - 784*pow2(lmMst2))*pow2(Mst1)*pow4(
3765  Mst2) + (727 + 90*lmMsq*(13 - 6*lmMst2) + 2410*lmMst2 + 270*pow2(lmMsq)
3766  - 1536*(-2 + lmMst2)*pow2(lmMst1) + 3504*pow2(lmMst2) + 192*lmMst1*(-13
3767  - 33*lmMst2 + 16*pow2(lmMst2)) - 1536*pow3(lmMst2))*pow6(Mst1) - 192*(2
3768  + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2))) + 12*Mst2*pow2(Mt)*(pow2(Mst1)*
3769  (pow2(Mst1) - pow2(Mst2))*(480*(4 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*
3770  pow4(Mst2) + 45*(9 - 140*lmMsq + 140*lmMst2)*pow6(Mst2)) + 4*pow4(Msq)*
3771  (pow2(Mst2)*(2153 + 1782*lmMst2 + 90*lmMsq*(-13 + 6*lmMst2) - 270*pow2(
3772  lmMsq) + 192*(-2 + lmMst2)*pow2(lmMst1) - 432*pow2(lmMst2) + 192*(
3773  lmMst1 + 3*lmMst1*lmMst2 - 2*lmMst1*pow2(lmMst2) + pow3(lmMst2)))*pow4(
3774  Mst1) + 3*(-515 + 64*lmMst1*(-2 + lmMst2) - 530*lmMst2 - 30*lmMsq*(-13
3775  + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2)
3776  + 192*((26 + 29*lmMst2 + (-2 + lmMst2)*pow2(lmMst1) + 4*pow2(lmMst2) -
3777  2*lmMst1*(8 + lmMst2 + pow2(lmMst2)) + pow3(lmMst2))*pow6(Mst1) + (2 +
3778  lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)))) + (6*Mt*MuSUSY*(s2t*pow2(Mst1)*(
3779  2*(lmMst1 - lmMst2)*pow2(Mst1) - pow2(Mst2))*(pow2(Mst1) + pow2(Mst2))*
3780  (480*(4 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow3(Mst2) + 45*(9 - 140*
3781  lmMsq + 140*lmMst2)*pow5(Mst2)) + 4*pow4(Msq)*(-(pow2(Mst2)*(Mst2*s2t*(
3782  3305 + 6632*lmMst2 - 90*lmMsq*(13 + 3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1 +
3783  2*lmMst2) - 192*(-2 + lmMst2)*pow2(lmMst1) + 1788*pow2(lmMst2) + 6*
3784  lmMst1*(-995 - 402*lmMst2 + 336*pow2(lmMst2)) - 1824*pow3(lmMst2)) +
3785  128*Mt*(5 + 149*lmMst2 + 12*pow2(lmMst2) + 6*lmMst1*(-7 - 8*lmMst2 + 6*
3786  pow2(lmMst2)) - 36*pow3(lmMst2)))*pow4(Mst1)) - 3*(Mst2*s2t*(835 - 64*
3787  lmMst1*(-2 + lmMst2) + 466*lmMst2 + 30*lmMsq*(-13 + 6*lmMst2) - 90*
3788  pow2(lmMsq) - 592*pow2(lmMst2)) + 256*Mt*(3 + 4*lmMst2 - 3*pow2(lmMst2)
3789  ))*pow2(Mst1)*pow4(Mst2) + 2*(-3*Mst2*s2t*(672 + lmMst2*(1507 - 390*
3790  lmMsq - 90*pow2(lmMsq)) - 288*(-2 + lmMst2)*pow2(lmMst1) + 18*(49 + 10*
3791  lmMsq)*pow2(lmMst2) + lmMst1*(-1411 - 1458*lmMst2 - 30*lmMsq*(-13 + 6*
3792  lmMst2) + 90*pow2(lmMsq) + 848*pow2(lmMst2)) - 560*pow3(lmMst2)) + 64*
3793  Mt*(85 - 215*lmMst2 + lmMst1*(66 + 90*lmMst2 - 72*pow2(lmMst2)) - 54*
3794  pow2(lmMst2) + 72*pow3(lmMst2)))*pow6(Mst1) + 192*s2t*(2 + lmMst2 - 3*
3795  pow2(lmMst2))*pow7(Mst2))))/Tbeta))/pow4(Msq)))) + Mst2*((432*(2*
3796  Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*s2t*twoLoopFlag*pow2(Mst1)*(-((2*
3797  Mt*(MuSUSY*s2t - 2*Mt*Tbeta)*pow2(Mst1) + pow2(Mst2)*(2*Mt*MuSUSY*s2t +
3798  4*Tbeta*pow2(Mt) - Tbeta*pow2(Mst2)*pow2(s2t)) + Tbeta*pow2(s2t)*pow4(
3799  Mst1))*pow4(Mst2)) + 2*(lmMst1 - lmMst2)*s2t*pow2(Mst1)*(2*Mt*MuSUSY*(
3800  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) - s2t*Tbeta*pow6(Mst2)
3801  )))/Tbeta + Al4p*threeLoopFlag*(256*Mt*pow2(Mst1)*(4*pow2(Mt)*(pow2(
3802  Mst1)*(-9*(1 + lmMst2)*Mst2*(1 + lmMst2*(7 - 2*lmMt) - 2*lmMst1*(2 +
3803  lmMst2 - lmMt) - 3*lmMt + 2*pow2(lmMst2)) + Dmglst2*(119 + lmMst2*(224
3804  - 15*lmMt) - 51*lmMt + 3*(5 + 6*lmMt)*pow2(lmMst2) + 18*lmMst1*(-4 +
3805  lmMt - lmMst2*(1 + lmMt) + pow2(lmMst2)) - 18*pow3(lmMst2)))*pow3(Mst2)
3806  + Mst2*(9*(1 + lmMst2)*Mst2*(3 + 2*lmMst1*(8 + 3*lmMst2 - 3*lmMt) + 5*
3807  lmMt + 3*lmMst2*(-7 + 2*lmMt) - 6*pow2(lmMst2)) + Dmglst2*(263 +
3808  lmMst2*(962 - 213*lmMt) - 177*lmMt + (393 - 18*lmMt)*pow2(lmMst2) - 18*
3809  lmMst1*(26 - lmMst2*(-17 + lmMt) - 7*lmMt + pow2(lmMst2)) + 18*pow3(
3810  lmMst2)))*pow4(Mst1) + (1 + lmMst2)*(-18*(-Dmglst2 + 3*Dmglst2*lmMst2 +
3811  Mst2 + lmMst2*Mst2)*pow5(Mst2) + 9*(12 - 45*lmMst2 + 2*lmMst1*(19 + 6*
3812  lmMst2 - 6*lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow6(
3813  Mst1))) - 27*Mst2*pow2(s2t)*((1 + lmMst2)*Mst2*(2*(2 - 5*lmMst2 +
3814  lmMst1*(5 + 2*lmMst2) - 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-2*
3815  lmMst2*(2 + lmMst2) + lmMst1*(3 + 2*lmMst2))*pow2(Mst1)*pow4(Mst2) + (5
3816  - 12*lmMst2 + 4*lmMst1*(3 + lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*(1
3817  + lmMst2)*pow6(Mst2)) + Dmglst2*(2*pow2(Mst2)*(8 + 19*lmMst2 - 5*pow2(
3818  lmMst2) + lmMst1*(-7 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*
3819  pow4(Mst1) + 2*pow2(Mst1)*(7 + 9*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-3 +
3820  5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst2) + (17 + 51*
3821  lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*pow2(lmMst2)) - 12*
3822  pow3(lmMst2))*pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(
3823  Mst2)))) + (6*Mt*MuSUSY*s2t*(1536*Mt*pow2(Mst1)*(2*(pow2(Mst1)*((1 +
3824  lmMst2)*Mst2*(-1 - 5*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst2)) +
3825  Dmglst2*(8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*
3826  pow2(lmMst2)) - 6*pow3(lmMst2)))*pow3(Mst2) + Mst2*((1 + lmMst2)*Mst2*(
3827  1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2)) + 2*Dmglst2*(8
3828  + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2))
3829  - 6*pow3(lmMst2)))*pow4(Mst1)) + (1 + lmMst2)*(-2*(-Dmglst2 + 3*
3830  Dmglst2*lmMst2 + Mst2 + lmMst2*Mst2)*pow5(Mst2) + (7 - 32*lmMst2 + 4*
3831  lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*pow6(Mst1))) - (s2t*(pow2(
3832  Mst1)*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(
3833  Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))*(40*(-43 + 30*
3834  lmMsq - 30*lmMst2)*pow2(Msq)*pow3(Mst2) + 5*(-67 + 84*lmMsq - 84*
3835  lmMst2)*pow5(Mst2)) + 12*Mst2*pow4(Msq)*((303 + 1452*lmMst2 + 30*lmMsq*
3836  (-1 + 2*lmMst1 - 2*lmMst2)*(5 - 3*lmMsq + 6*lmMst2) + 64*(1 + lmMst2)*
3837  pow2(lmMst1) + 1804*pow2(lmMst2) - 2*lmMst1*(431 + 814*lmMst2 + 336*
3838  pow2(lmMst2)) + 608*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) + (335 + 654*
3839  lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(
3840  lmMsq) + 272*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 2*(pow2(Mst2)*(64 +
3841  15*lmMst2*(33 - 10*lmMsq + 6*pow2(lmMsq)) + 288*(1 + lmMst2)*pow2(
3842  lmMst1) + 6*(173 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(431 + 1326*lmMst2 -
3843  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*
3844  pow3(lmMst2))*pow6(Mst1) + (80 + lmMst2*(479 - 150*lmMsq + 90*pow2(
3845  lmMsq)) + 544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 - 90*lmMsq)*pow2(
3846  lmMst2) - lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*
3847  pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2))*pow8(Mst1)) - 32*
3848  pow2(1 + lmMst2)*pow8(Mst2)) + 2*Dmglst2*(pow2(Mst1)*(160*(-14 + 15*
3849  lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 45*(-13 + 28*lmMsq - 28*
3850  lmMst2)*pow4(Mst2))*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 -
3851  lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) +
3852  12*pow4(Msq)*((45 + 30*lmMsq*(1 + 3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1 +
3853  2*lmMst2) + 8*lmMst2*(29 + 8*pow2(lmMst1)) + 1068*pow2(lmMst2) - 2*
3854  lmMst1*(-83 + 430*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2))*pow4(
3855  Mst1)*pow4(Mst2) + (-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*
3856  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 2*
3857  (pow2(Mst2)*(96 + lmMst2*(173 + 30*lmMsq + 90*pow2(lmMsq) + 288*pow2(
3858  lmMst1)) + (526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(13 + 30*lmMsq*(1 -
3859  6*lmMst2) + 526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(
3860  lmMst2))*pow6(Mst1) + (96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) +
3861  544*pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
3862  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
3863  + 816*pow3(lmMst2))*pow8(Mst1)) - 64*lmMst2*(1 + lmMst2)*pow8(Mst2)))))
3864  /pow4(Msq)))/Tbeta + (3*pow2(Mst2)*pow3(s2t)*(40*(43 - 30*lmMsq + 30*
3865  lmMst2)*pow2(Msq)*pow2(Mst1)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)
3866  + pow4(Mst1) - pow4(Mst2))*pow5(Mst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*(
3867  pow2(Mst1) + 2*(lmMst1 - lmMst2)*pow2(Mst2))*pow4(Mst1)*pow7(Mst2) +
3868  12*Mst2*pow4(Msq)*(-2*(16 - 3*lmMst2*(133 - 50*lmMsq + 30*pow2(lmMsq))
3869  - 32*(1 + lmMst2)*pow2(lmMst1) + 2*(-383 + 90*lmMsq)*pow2(lmMst2) +
3870  lmMst1*(463 + 846*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
3871  336*pow2(lmMst2)) - 304*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) - pow2(
3872  Mst2)*(175 - 30*lmMsq*(5 + 6*lmMst2) + lmMst2*(462 + 1024*lmMst1*(1 +
3873  lmMst2)) + 90*pow2(lmMsq) - 272*pow2(lmMst2) - 512*((1 + lmMst2)*pow2(
3874  lmMst1) + pow3(lmMst2)))*pow6(Mst1) + (367 + 718*lmMst2 + 64*lmMst1*(1
3875  + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2)
3876  )*pow2(Mst1)*pow6(Mst2) + 32*(1 + lmMst2)*(1 + lmMst1*(2 - 32*lmMst2) -
3877  2*lmMst2 + 16*(pow2(lmMst1) + pow2(lmMst2)))*pow8(Mst1) - 32*pow2(1 +
3878  lmMst2)*pow8(Mst2)) + 2*Dmglst2*(384*lmMst2*pow4(Msq)*pow4(Mst1)*(2*
3879  pow2(lmMst1)*(8*pow2(Mst1)*pow2(Mst2) + 8*pow4(Mst1) + pow4(Mst2)) +
3880  pow2(lmMst2)*(16*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 19*pow4(Mst2)))
3881  + pow2(Mst1)*pow2(Mst2)*(45*(13 - 28*lmMsq)*pow4(Mst1)*pow4(Mst2) +
3882  160*(-14 + 15*lmMsq)*pow2(Msq)*pow2(Mst2)*(-pow4(Mst1) + pow4(Mst2)) +
3883  12*pow4(Msq)*(160*pow2(Mst1)*pow2(Mst2) - 3*(-49 + 10*lmMsq + 30*pow2(
3884  lmMsq))*pow4(Mst1) + 5*(-23 + 6*lmMsq + 18*pow2(lmMsq))*pow4(Mst2))) -
3885  24*pow2(lmMst2)*(200*pow2(Msq)*pow4(Mst1)*pow6(Mst2) + 105*pow4(Mst1)*
3886  pow8(Mst2) + pow4(Msq)*(6*(-61 + 30*lmMsq)*pow4(Mst1)*pow4(Mst2) + 8*
3887  pow2(Mst2)*pow6(Mst1) - 200*pow2(Mst1)*pow6(Mst2) - 64*pow8(Mst1) + 32*
3888  pow8(Mst2))) + 2*(45*lmMst2*(14*pow2(Mst1) + (-13 + 28*lmMsq)*pow2(
3889  Mst2))*pow4(Mst1)*pow6(Mst2) - 12*lmMst1*pow4(Msq)*((-83 + 462*lmMst2 -
3890  30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(
3891  Mst1)*pow4(Mst2) + 32*(3 + 3*lmMst2 + 16*pow2(lmMst2))*pow2(Mst2)*pow6(
3892  Mst1) - 32*lmMst2*pow2(Mst1)*pow6(Mst2) + 32*(3 + 2*lmMst2 + 16*pow2(
3893  lmMst2))*pow8(Mst1)) + 12*lmMst2*pow4(Msq)*((-67 + 30*lmMsq + 90*pow2(
3894  lmMsq))*pow4(Mst1)*pow4(Mst2) + 3*(19 + 30*lmMsq)*pow2(Mst2)*pow6(Mst1)
3895  + 5*(43 - 18*lmMsq)*pow2(Mst1)*pow6(Mst2) + 112*pow8(Mst1) - 32*pow8(
3896  Mst2)) + lmMst1*pow4(Mst1)*(160*(14 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*
3897  pow6(Mst2) + 45*(13 - 28*lmMsq + 28*lmMst2)*pow8(Mst2)) + 80*lmMst2*
3898  pow2(Msq)*(15*pow4(Mst2)*pow6(Mst1) + 2*(-14 + 15*lmMsq)*pow4(Mst1)*
3899  pow6(Mst2) - 15*pow2(Mst1)*pow8(Mst2))))) - 12*s2t*pow2(Mt)*(12*Mst2*
3900  pow4(Msq)*(-((143 + 302*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(
3901  lmMsq) + 48*pow2(lmMst2) + 128*lmMst1*pow2(1 + lmMst2) - 64*((1 +
3902  lmMst2)*pow2(lmMst1) + pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2)) + (271 +
3903  526*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*
3904  pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 64*(1 + lmMst2)
3905  *(pow2(1 - lmMst1 + lmMst2)*pow2(Mst2)*pow6(Mst1) + (1 + 3*lmMst2 -
3906  lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2))*pow8(Mst1)) - 32*
3907  pow2(1 + lmMst2)*pow8(Mst2)) + 2*Dmglst2*(pow2(Mst1)*(pow2(Mst1) -
3908  pow2(Mst2))*(160*(14 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow6(Mst2) + 45*
3909  (13 - 28*lmMsq + 28*lmMst2)*pow8(Mst2)) - 4*pow4(Msq)*(-((121 + 90*
3910  lmMsq*(-1 + 6*lmMst2) - 270*pow2(lmMsq) + 2*lmMst2*(-325 + 96*pow2(
3911  lmMst1)) - 432*pow2(lmMst2) + 192*(-(lmMst1*(-1 + lmMst2 + 2*pow2(
3912  lmMst2))) + pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2)) - 192*(lmMst2*pow2(
3913  lmMst1) + lmMst1*(4 + 2*lmMst2 - 2*pow2(lmMst2)) + (-4 + lmMst2)*pow2(1
3914  + lmMst2))*pow2(Mst2)*pow6(Mst1) - 3*(-179 + 2*(87 + 32*lmMst1)*lmMst2
3915  - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(
3916  Mst1)*pow6(Mst2) + 192*(-((-6 - 14*lmMst2 + lmMst2*pow2(lmMst1) +
3917  lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) + pow3(lmMst2))
3918  *pow8(Mst1)) + lmMst2*(1 + lmMst2)*pow8(Mst2)))) + pow2(Mst1)*(pow2(
3919  Mst1) - pow2(Mst2))*(40*(43 - 30*lmMsq + 30*lmMst2)*pow2(Msq)*pow7(
3920  Mst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*pow9(Mst2))))/pow4(Msq)))))/(
3921  1296.*pow4(Mst1)*pow6(Mst2)));
3922 }
3923 
3925 
3926  const double result =
3927  4832.548148148148 + (7949728*Dmglst2)/(945.*Mst2) + (448*OepS2)/9. + (
3928  1792*Dmglst2*OepS2)/(27.*Mst2) - (7848*S2)/5. + (76464*Dmglst2*S2)/(35.
3929  *Mst2) + (1322*Dmglst2*s2t)/(9.*Mt) - (3502*Mst2*s2t)/(5.*Mt) - (2240*
3930  Dmglst2*OepS2*s2t)/(27.*Mt) + (448*Mst2*OepS2*s2t)/(9.*Mt) - (3240*
3931  Dmglst2*S2*s2t)/Mt + (5688*Mst2*S2*s2t)/(5.*Mt) - (224*T1ep)/3. - (896*
3932  Dmglst2*T1ep)/(9.*Mst2) + (1120*Dmglst2*s2t*T1ep)/(9.*Mt) - (224*Mst2*
3933  s2t*T1ep)/(3.*Mt) + (217532*z2)/45. - (1837456*Dmglst2*z2)/(315.*Mst2)
3934  + (8116*Dmglst2*s2t*z2)/(3.*Mt) - (346772*Mst2*s2t*z2)/(45.*Mt) - (
3935  31216*z3)/3. - (95176*Dmglst2*z3)/(9.*Mst2) + (5104*Dmglst2*s2t*z3)/Mt
3936  + (15376*Mst2*s2t*z3)/(3.*Mt) - (112*z4)/3. - (448*Dmglst2*z4)/(9.*
3937  Mst2) - (4048*Dmglst2*s2t*z4)/(9.*Mt) - (1648*Mst2*s2t*z4)/(3.*Mt) - (
3938  73875152*s2t*pow2(Dmglst2))/(2835.*Mst2*Mt) + (7168*OepS2*s2t*pow2(
3939  Dmglst2))/(81.*Mst2*Mt) + (188288*S2*s2t*pow2(Dmglst2))/(35.*Mst2*Mt) -
3940  (3584*s2t*T1ep*pow2(Dmglst2))/(27.*Mst2*Mt) + (407264*s2t*z2*pow2(
3941  Dmglst2))/(945.*Mst2*Mt) + (309808*s2t*z3*pow2(Dmglst2))/(27.*Mst2*Mt)
3942  - (1792*s2t*z4*pow2(Dmglst2))/(27.*Mst2*Mt) - (800*Dmglst2*Mst2)/(3.*
3943  pow2(Msq)) + (640*Dmglst2*Mst2*z2)/pow2(Msq) - (20768*pow2(Dmglst2))/(
3944  45.*pow2(Msq)) - (42880*Mst2*s2t*pow2(Dmglst2))/(9.*Mt*pow2(Msq)) + (
3945  320*z2*pow2(Dmglst2))/pow2(Msq) + (2560*Mst2*s2t*z2*pow2(Dmglst2))/(Mt*
3946  pow2(Msq)) - (1296*Dmglst2*Mst2)/pow2(Mst1) + (2944*Dmglst2*Mst2*z2)/(
3947  3.*pow2(Mst1)) - (4280*pow2(Dmglst2))/(3.*pow2(Mst1)) + (1024*Mst2*s2t*
3948  pow2(Dmglst2))/(Mt*pow2(Mst1)) + (1664*z2*pow2(Dmglst2))/(3.*pow2(Mst1)
3949  ) + (160*pow2(Msq))/pow2(Mst1) - (320*z2*pow2(Msq))/pow2(Mst1) - (
3950  2117986*s2t*pow2(Mst1))/(405.*Mst2*Mt) + (24128*OepS2*s2t*pow2(Mst1))/(
3951  81.*Mst2*Mt) - (34936*S2*s2t*pow2(Mst1))/(5.*Mst2*Mt) - (12064*s2t*
3952  T1ep*pow2(Mst1))/(27.*Mst2*Mt) - (1882628*s2t*z2*pow2(Mst1))/(135.*
3953  Mst2*Mt) + (387632*s2t*z3*pow2(Mst1))/(27.*Mst2*Mt) - (6032*s2t*z4*
3954  pow2(Mst1))/(27.*Mst2*Mt) + (359728*pow2(Mst1))/(675.*pow2(Msq)) - (
3955  320*Dmglst2*pow2(Mst1))/(3.*Mst2*pow2(Msq)) - (20960*Dmglst2*s2t*pow2(
3956  Mst1))/(27.*Mt*pow2(Msq)) - (15200*Mst2*s2t*pow2(Mst1))/(27.*Mt*pow2(
3957  Msq)) + (2240*s2t*pow2(Dmglst2)*pow2(Mst1))/(3.*Mst2*Mt*pow2(Msq)) + (
3958  506176388*pow2(Dmglst2))/(14175.*pow2(Mst2)) - (17024*OepS2*pow2(
3959  Dmglst2))/(81.*pow2(Mst2)) - (293128*S2*pow2(Dmglst2))/(35.*pow2(Mst2))
3960  + (8512*T1ep*pow2(Dmglst2))/(27.*pow2(Mst2)) + (10891448*z2*pow2(
3961  Dmglst2))/(945.*pow2(Mst2)) - (618164*z3*pow2(Dmglst2))/(27.*pow2(Mst2)
3962  ) + (4256*z4*pow2(Dmglst2))/(27.*pow2(Mst2)) + (160*pow2(Msq))/pow2(
3963  Mst2) - (320*z2*pow2(Msq))/pow2(Mst2) + (13813838*pow2(Mst1))/(2025.*
3964  pow2(Mst2)) + (13376*OepS2*pow2(Mst1))/(81.*pow2(Mst2)) - (33304*S2*
3965  pow2(Mst1))/(5.*pow2(Mst2)) + (1357642*Dmglst2*s2t*pow2(Mst1))/(135.*
3966  Mt*pow2(Mst2)) - (29504*Dmglst2*OepS2*s2t*pow2(Mst1))/(27.*Mt*pow2(
3967  Mst2)) + (125528*Dmglst2*S2*s2t*pow2(Mst1))/(15.*Mt*pow2(Mst2)) - (
3968  6688*T1ep*pow2(Mst1))/(27.*pow2(Mst2)) + (14752*Dmglst2*s2t*T1ep*pow2(
3969  Mst1))/(9.*Mt*pow2(Mst2)) + (1240156*z2*pow2(Mst1))/(135.*pow2(Mst2)) +
3970  (1752596*Dmglst2*s2t*z2*pow2(Mst1))/(45.*Mt*pow2(Mst2)) - (552400*z3*
3971  pow2(Mst1))/(27.*pow2(Mst2)) - (168176*Dmglst2*s2t*z3*pow2(Mst1))/(9.*
3972  Mt*pow2(Mst2)) - (3344*z4*pow2(Mst1))/(27.*pow2(Mst2)) + (7376*Dmglst2*
3973  s2t*z4*pow2(Mst1))/(9.*Mt*pow2(Mst2)) - (1120*pow2(Dmglst2)*pow2(Mst1))
3974  /(3.*pow2(Msq)*pow2(Mst2)) - (13936*pow2(Mst2))/(25.*pow2(Msq)) - (
3975  40000*Dmglst2*s2t*pow2(Mst2))/(9.*Mt*pow2(Msq)) + (1600*z2*pow2(Mst2))/
3976  (3.*pow2(Msq)) + (8960*Dmglst2*s2t*z2*pow2(Mst2))/(3.*Mt*pow2(Msq)) + (
3977  2216*pow2(Mst2))/(3.*pow2(Mst1)) + (1024*Dmglst2*s2t*pow2(Mst2))/(3.*
3978  Mt*pow2(Mst1)) + (1568*z2*pow2(Mst2))/(3.*pow2(Mst1)) - (1280*pow2(
3979  Dmglst2)*pow2(Mst2))/(3.*pow2(Msq)*pow2(Mst1)) + (226984*Dmglst2*Mst2*
3980  pow2(s2t))/(45.*pow2(Mt)) - (128*B4*Dmglst2*Mst2*pow2(s2t))/(3.*pow2(
3981  Mt)) + (128*D3*Dmglst2*Mst2*pow2(s2t))/(3.*pow2(Mt)) - (64*Dmglst2*DN*
3982  Mst2*pow2(s2t))/(3.*pow2(Mt)) - (30384*Dmglst2*Mst2*S2*pow2(s2t))/(5.*
3983  pow2(Mt)) - (55984*Dmglst2*Mst2*z2*pow2(s2t))/(45.*pow2(Mt)) - (7024*
3984  Dmglst2*Mst2*z3*pow2(s2t))/(9.*pow2(Mt)) + (192*Dmglst2*Mst2*z4*pow2(
3985  s2t))/pow2(Mt) + (3806606*pow2(Dmglst2)*pow2(s2t))/(315.*pow2(Mt)) - (
3986  64*B4*pow2(Dmglst2)*pow2(s2t))/(3.*pow2(Mt)) + (64*D3*pow2(Dmglst2)*
3987  pow2(s2t))/(3.*pow2(Mt)) - (32*DN*pow2(Dmglst2)*pow2(s2t))/(3.*pow2(Mt)
3988  ) + (448*OepS2*pow2(Dmglst2)*pow2(s2t))/(9.*pow2(Mt)) - (37656*S2*pow2(
3989  Dmglst2)*pow2(s2t))/(35.*pow2(Mt)) - (224*T1ep*pow2(Dmglst2)*pow2(s2t))
3990  /(3.*pow2(Mt)) - (255236*z2*pow2(Dmglst2)*pow2(s2t))/(315.*pow2(Mt)) -
3991  (111194*z3*pow2(Dmglst2)*pow2(s2t))/(9.*pow2(Mt)) + (176*z4*pow2(
3992  Dmglst2)*pow2(s2t))/(3.*pow2(Mt)) + (160*pow2(Msq)*pow2(s2t))/pow2(Mt)
3993  - (320*z2*pow2(Msq)*pow2(s2t))/pow2(Mt) + (4141616*pow2(Mst1)*pow2(s2t)
3994  )/(2025.*pow2(Mt)) - (32*D3*pow2(Mst1)*pow2(s2t))/(3.*pow2(Mt)) + (32*
3995  DN*pow2(Mst1)*pow2(s2t))/(3.*pow2(Mt)) + (19333928*Dmglst2*pow2(Mst1)*
3996  pow2(s2t))/(10125.*Mst2*pow2(Mt)) - (20608*OepS2*pow2(Mst1)*pow2(s2t))/
3997  (81.*pow2(Mt)) + (6400*Dmglst2*OepS2*pow2(Mst1)*pow2(s2t))/(27.*Mst2*
3998  pow2(Mt)) + (38264*S2*pow2(Mst1)*pow2(s2t))/(5.*pow2(Mt)) - (2976*
3999  Dmglst2*S2*pow2(Mst1)*pow2(s2t))/(5.*Mst2*pow2(Mt)) + (10304*T1ep*pow2(
4000  Mst1)*pow2(s2t))/(27.*pow2(Mt)) - (3200*Dmglst2*T1ep*pow2(Mst1)*pow2(
4001  s2t))/(9.*Mst2*pow2(Mt)) + (591448*z2*pow2(Mst1)*pow2(s2t))/(135.*pow2(
4002  Mt)) - (17600*Dmglst2*z2*pow2(Mst1)*pow2(s2t))/(3.*Mst2*pow2(Mt)) - (
4003  15040*z3*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mt)) - (3952*Dmglst2*z3*pow2(
4004  Mst1)*pow2(s2t))/(3.*Mst2*pow2(Mt)) + (3424*z4*pow2(Mst1)*pow2(s2t))/(
4005  27.*pow2(Mt)) - (1600*Dmglst2*z4*pow2(Mst1)*pow2(s2t))/(9.*Mst2*pow2(
4006  Mt)) + (400*Dmglst2*Mst2*pow2(Mst1)*pow2(s2t))/(pow2(Msq)*pow2(Mt)) + (
4007  760*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(3.*pow2(Msq)*pow2(Mt)) + (
4008  48696082*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(23625.*pow2(Mst2)*pow2(
4009  Mt)) + (704*OepS2*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(3.*pow2(Mst2)*
4010  pow2(Mt)) - (318232*S2*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(35.*pow2(
4011  Mst2)*pow2(Mt)) - (352*T1ep*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(pow2(
4012  Mst2)*pow2(Mt)) - (640972*z2*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(63.*
4013  pow2(Mst2)*pow2(Mt)) + (30106*z3*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(
4014  9.*pow2(Mst2)*pow2(Mt)) - (176*z4*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(
4015  pow2(Mst2)*pow2(Mt)) - (80*pow2(Msq)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*
4016  pow2(Mt)) + (160*z2*pow2(Msq)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(
4017  Mt)) + (818213*pow2(Mst2)*pow2(s2t))/(270.*pow2(Mt)) + (32*D3*pow2(
4018  Mst2)*pow2(s2t))/(3.*pow2(Mt)) - (32*DN*pow2(Mst2)*pow2(s2t))/(3.*pow2(
4019  Mt)) - (368*OepS2*pow2(Mst2)*pow2(s2t))/(9.*pow2(Mt)) - (16038*S2*pow2(
4020  Mst2)*pow2(s2t))/(5.*pow2(Mt)) + (184*T1ep*pow2(Mst2)*pow2(s2t))/(3.*
4021  pow2(Mt)) - (17923*z2*pow2(Mst2)*pow2(s2t))/(45.*pow2(Mt)) + (3244*z3*
4022  pow2(Mst2)*pow2(s2t))/(3.*pow2(Mt)) + (284*z4*pow2(Mst2)*pow2(s2t))/(3.
4023  *pow2(Mt)) - (440*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(pow2(Msq)*pow2(
4024  Mt)) + (2908*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mst1)*pow2(
4025  Mt)) - (832*z2*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mst1)*pow2(
4026  Mt)) - (80*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) + (
4027  160*z2*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) - (24728*
4028  pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(675.*pow2(Msq)*pow2(Mt)) - 56*pow2(
4029  z2) - (224*Dmglst2*pow2(z2))/(3.*Mst2) + (280*Dmglst2*s2t*pow2(z2))/(3.
4030  *Mt) - (56*Mst2*s2t*pow2(z2))/Mt - (896*s2t*pow2(Dmglst2)*pow2(z2))/(9.
4031  *Mst2*Mt) - (3016*s2t*pow2(Mst1)*pow2(z2))/(9.*Mst2*Mt) + (2128*pow2(
4032  Dmglst2)*pow2(z2))/(9.*pow2(Mst2)) - (1672*pow2(Mst1)*pow2(z2))/(9.*
4033  pow2(Mst2)) + (3688*Dmglst2*s2t*pow2(Mst1)*pow2(z2))/(3.*Mt*pow2(Mst2))
4034  - (56*pow2(Dmglst2)*pow2(s2t)*pow2(z2))/pow2(Mt) + (2576*pow2(Mst1)*
4035  pow2(s2t)*pow2(z2))/(9.*pow2(Mt)) - (800*Dmglst2*pow2(Mst1)*pow2(s2t)*
4036  pow2(z2))/(3.*Mst2*pow2(Mt)) - (264*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t)*
4037  pow2(z2))/(pow2(Mst2)*pow2(Mt)) + (46*pow2(Mst2)*pow2(s2t)*pow2(z2))/
4038  pow2(Mt) + (184384408*Dmglst2*pow2(Mst1))/(70875.*pow3(Mst2)) + (41216*
4039  Dmglst2*OepS2*pow2(Mst1))/(81.*pow3(Mst2)) - (42320*Dmglst2*S2*pow2(
4040  Mst1))/(21.*pow3(Mst2)) - (20608*Dmglst2*T1ep*pow2(Mst1))/(27.*pow3(
4041  Mst2)) - (42483152*Dmglst2*z2*pow2(Mst1))/(945.*pow3(Mst2)) + (784832*
4042  Dmglst2*z3*pow2(Mst1))/(27.*pow3(Mst2)) - (10304*Dmglst2*z4*pow2(Mst1))
4043  /(27.*pow3(Mst2)) - (266958448*s2t*pow2(Dmglst2)*pow2(Mst1))/(8505.*Mt*
4044  pow3(Mst2)) + (541184*OepS2*s2t*pow2(Dmglst2)*pow2(Mst1))/(243.*Mt*
4045  pow3(Mst2)) + (3449536*S2*s2t*pow2(Dmglst2)*pow2(Mst1))/(315.*Mt*pow3(
4046  Mst2)) - (270592*s2t*T1ep*pow2(Dmglst2)*pow2(Mst1))/(81.*Mt*pow3(Mst2))
4047  - (194745344*s2t*z2*pow2(Dmglst2)*pow2(Mst1))/(2835.*Mt*pow3(Mst2)) + (
4048  2058752*s2t*z3*pow2(Dmglst2)*pow2(Mst1))/(81.*Mt*pow3(Mst2)) - (135296*
4049  s2t*z4*pow2(Dmglst2)*pow2(Mst1))/(81.*Mt*pow3(Mst2)) - (5152*Dmglst2*
4050  pow2(Mst1)*pow2(z2))/(9.*pow3(Mst2)) - (67648*s2t*pow2(Dmglst2)*pow2(
4051  Mst1)*pow2(z2))/(27.*Mt*pow3(Mst2)) - (38080*s2t*pow3(Mst2))/(27.*Mt*
4052  pow2(Msq)) + (1280*s2t*z2*pow3(Mst2))/(Mt*pow2(Msq)) - (1024*s2t*pow3(
4053  Mst2))/(3.*Mt*pow2(Mst1)) - (8960*Dmglst2*pow3(Mst2))/(9.*pow2(Msq)*
4054  pow2(Mst1)) - (8560*Dmglst2*pow2(s2t)*pow3(Mst2))/(9.*pow2(Msq)*pow2(
4055  Mt)) + (1432*Dmglst2*pow2(s2t)*pow3(Mst2))/(3.*pow2(Mst1)*pow2(Mt)) - (
4056  1472*Dmglst2*z2*pow2(s2t)*pow3(Mst2))/(3.*pow2(Mst1)*pow2(Mt)) - (
4057  745792*Mst2*pow2(Dmglst2)*pow3(s2t))/(405.*pow3(Mt)) + (608*B4*Mst2*
4058  pow2(Dmglst2)*pow3(s2t))/pow3(Mt) - (16*DN*Mst2*pow2(Dmglst2)*pow3(s2t)
4059  )/pow3(Mt) - (1792*Mst2*OepS2*pow2(Dmglst2)*pow3(s2t))/(81.*pow3(Mt)) -
4060  (5492*Mst2*S2*pow2(Dmglst2)*pow3(s2t))/(5.*pow3(Mt)) + (896*Mst2*T1ep*
4061  pow2(Dmglst2)*pow3(s2t))/(27.*pow3(Mt)) - (505496*Mst2*z2*pow2(Dmglst2)
4062  *pow3(s2t))/(135.*pow3(Mt)) + (288104*Mst2*z3*pow2(Dmglst2)*pow3(s2t))/
4063  (27.*pow3(Mt)) + (1744*Mst2*z4*pow2(Dmglst2)*pow3(s2t))/(27.*pow3(Mt))
4064  - (231989*Dmglst2*pow2(Mst1)*pow3(s2t))/(405.*pow3(Mt)) + (272*B4*
4065  Dmglst2*pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (8*Dmglst2*DN*pow2(Mst1)*
4066  pow3(s2t))/(3.*pow3(Mt)) + (18641*Mst2*pow2(Mst1)*pow3(s2t))/(81.*pow3(
4067  Mt)) + (272*B4*Mst2*pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (8*DN*Mst2*
4068  pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (12832*Dmglst2*OepS2*pow2(Mst1)*
4069  pow3(s2t))/(81.*pow3(Mt)) - (2336*Mst2*OepS2*pow2(Mst1)*pow3(s2t))/(81.
4070  *pow3(Mt)) - (56132*Dmglst2*S2*pow2(Mst1)*pow3(s2t))/(15.*pow3(Mt)) + (
4071  1388*Mst2*S2*pow2(Mst1)*pow3(s2t))/pow3(Mt) - (6416*Dmglst2*T1ep*pow2(
4072  Mst1)*pow3(s2t))/(27.*pow3(Mt)) + (1168*Mst2*T1ep*pow2(Mst1)*pow3(s2t))
4073  /(27.*pow3(Mt)) - (467482*Dmglst2*z2*pow2(Mst1)*pow3(s2t))/(135.*pow3(
4074  Mt)) + (15826*Mst2*z2*pow2(Mst1)*pow3(s2t))/(27.*pow3(Mt)) + (25000*
4075  Dmglst2*z3*pow2(Mst1)*pow3(s2t))/(27.*pow3(Mt)) - (34712*Mst2*z3*pow2(
4076  Mst1)*pow3(s2t))/(27.*pow3(Mt)) - (832*Dmglst2*z4*pow2(Mst1)*pow3(s2t))
4077  /(27.*pow3(Mt)) + (2960*Mst2*z4*pow2(Mst1)*pow3(s2t))/(27.*pow3(Mt)) +
4078  (9255817*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(1215.*Mst2*pow3(Mt)) - (
4079  87584*OepS2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(243.*Mst2*pow3(Mt)) +
4080  (135116*S2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(45.*Mst2*pow3(Mt)) + (
4081  43792*T1ep*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(81.*Mst2*pow3(Mt)) + (
4082  2934146*z2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(405.*Mst2*pow3(Mt)) - (
4083  355520*z3*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(81.*Mst2*pow3(Mt)) + (
4084  21896*z4*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(81.*Mst2*pow3(Mt)) + (
4085  2800*Mst2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(9.*pow2(Msq)*pow3(Mt)) -
4086  (320*Mst2*z2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(pow2(Msq)*pow3(Mt)) +
4087  (825997*Dmglst2*pow2(Mst2)*pow3(s2t))/(270.*pow3(Mt)) + (2096*B4*
4088  Dmglst2*pow2(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (40*Dmglst2*DN*pow2(Mst2)
4089  *pow3(s2t))/(3.*pow3(Mt)) + (560*Dmglst2*OepS2*pow2(Mst2)*pow3(s2t))/(
4090  27.*pow3(Mt)) + (2718*Dmglst2*S2*pow2(Mst2)*pow3(s2t))/(5.*pow3(Mt)) -
4091  (280*Dmglst2*T1ep*pow2(Mst2)*pow3(s2t))/(9.*pow3(Mt)) - (278347*
4092  Dmglst2*z2*pow2(Mst2)*pow3(s2t))/(45.*pow3(Mt)) + (74948*Dmglst2*z3*
4093  pow2(Mst2)*pow3(s2t))/(9.*pow3(Mt)) + (1084*Dmglst2*z4*pow2(Mst2)*pow3(
4094  s2t))/(9.*pow3(Mt)) + (960*Dmglst2*pow2(Mst1)*pow2(Mst2)*pow3(s2t))/(
4095  pow2(Msq)*pow3(Mt)) - (320*Dmglst2*z2*pow2(Mst1)*pow2(Mst2)*pow3(s2t))/
4096  (pow2(Msq)*pow3(Mt)) - (10144*Mst2*pow2(Dmglst2)*pow2(z2)*pow3(s2t))/(
4097  9.*pow3(Mt)) - (1604*Dmglst2*pow2(Mst1)*pow2(z2)*pow3(s2t))/(9.*pow3(
4098  Mt)) + (292*Mst2*pow2(Mst1)*pow2(z2)*pow3(s2t))/(9.*pow3(Mt)) + (10948*
4099  pow2(Dmglst2)*pow2(Mst1)*pow2(z2)*pow3(s2t))/(27.*Mst2*pow3(Mt)) - (
4100  3526*Dmglst2*pow2(Mst2)*pow2(z2)*pow3(s2t))/(3.*pow3(Mt)) + (17177*
4101  pow3(Mst2)*pow3(s2t))/(6.*pow3(Mt)) + (880*B4*pow3(Mst2)*pow3(s2t))/(3.
4102  *pow3(Mt)) - (8*DN*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (112*OepS2*
4103  pow3(Mst2)*pow3(s2t))/(9.*pow3(Mt)) - (18*S2*pow3(Mst2)*pow3(s2t))/
4104  pow3(Mt) + (56*T1ep*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (3469*z2*
4105  pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) + (20980*z3*pow3(Mst2)*pow3(s2t))/(
4106  9.*pow3(Mt)) + (340*z4*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (40720*
4107  pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(9.*pow2(Msq)*pow3(Mt)) + (2880*z2*
4108  pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(pow2(Msq)*pow3(Mt)) - (256*pow2(
4109  Dmglst2)*pow3(Mst2)*pow3(s2t))/(pow2(Mst1)*pow3(Mt)) + (4000*pow2(Mst1)
4110  *pow3(Mst2)*pow3(s2t))/(9.*pow2(Msq)*pow3(Mt)) - (320*z2*pow2(Mst1)*
4111  pow3(Mst2)*pow3(s2t))/(3.*pow2(Msq)*pow3(Mt)) - (370*pow2(z2)*pow3(
4112  Mst2)*pow3(s2t))/pow3(Mt) + (160*pow3(log(pow2(Mst1)/pow2(Msq))))/3. +
4113  (3320*Dmglst2*Mst2*pow2(Mst1))/(9.*pow4(Msq)) + (1900*pow2(Dmglst2)*
4114  pow2(Mst1))/(9.*pow4(Msq)) - (3760*Mst2*s2t*pow2(Dmglst2)*pow2(Mst1))/(
4115  9.*Mt*pow4(Msq)) - (17942*pow2(Dmglst2)*pow2(Mst2))/(45.*pow4(Msq)) + (
4116  960*z2*pow2(Dmglst2)*pow2(Mst2))/pow4(Msq) + (100*pow2(Mst1)*pow2(Mst2)
4117  )/(9.*pow4(Msq)) - (3280*Dmglst2*s2t*pow2(Mst1)*pow2(Mst2))/(9.*Mt*
4118  pow4(Msq)) - (55*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(pow2(
4119  Mt)*pow4(Msq)) - (25340*Dmglst2*pow3(Mst2))/(27.*pow4(Msq)) + (2560*
4120  Dmglst2*z2*pow3(Mst2))/(3.*pow4(Msq)) - (53840*s2t*pow2(Dmglst2)*pow3(
4121  Mst2))/(9.*Mt*pow4(Msq)) + (3840*s2t*z2*pow2(Dmglst2)*pow3(Mst2))/(Mt*
4122  pow4(Msq)) - (400*s2t*pow2(Mst1)*pow3(Mst2))/(27.*Mt*pow4(Msq)) + (650*
4123  Dmglst2*pow2(Mst1)*pow2(s2t)*pow3(Mst2))/(9.*pow2(Mt)*pow4(Msq)) + (
4124  4780*pow2(Dmglst2)*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(9.*pow3(Mt)*pow4(
4125  Msq)) - (400*z2*pow2(Dmglst2)*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(pow3(
4126  Mt)*pow4(Msq)) + (1024*pow2(Dmglst2)*pow2(Mst2))/(3.*pow4(Mst1)) - (
4127  2240*s2t*pow4(Mst1))/(3.*Mst2*Mt*pow2(Msq)) + (1040*pow4(Mst1))/(pow2(
4128  Msq)*pow2(Mst2)) + (1600*Dmglst2*s2t*pow4(Mst1))/(Mt*pow2(Msq)*pow2(
4129  Mst2)) + (320*z2*pow4(Mst1))/(pow2(Msq)*pow2(Mst2)) + (40864*pow2(s2t)*
4130  pow4(Mst1))/(675.*pow2(Msq)*pow2(Mt)) + (640*Dmglst2*pow2(s2t)*pow4(
4131  Mst1))/(3.*Mst2*pow2(Msq)*pow2(Mt)) + (24574447162*pow2(s2t)*pow4(Mst1)
4132  )/(1.0418625e7*pow2(Mst2)*pow2(Mt)) - (110672*OepS2*pow2(s2t)*pow4(
4133  Mst1))/(243.*pow2(Mst2)*pow2(Mt)) + (813254*S2*pow2(s2t)*pow4(Mst1))/(
4134  45.*pow2(Mst2)*pow2(Mt)) + (55336*T1ep*pow2(s2t)*pow4(Mst1))/(81.*pow2(
4135  Mst2)*pow2(Mt)) + (3321329*z2*pow2(s2t)*pow4(Mst1))/(405.*pow2(Mst2)*
4136  pow2(Mt)) - (132332*z3*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mst2)*pow2(Mt))
4137  + (27668*z4*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mst2)*pow2(Mt)) + (13834*
4138  pow2(s2t)*pow2(z2)*pow4(Mst1))/(27.*pow2(Mst2)*pow2(Mt)) - (15260456*
4139  s2t*pow4(Mst1))/(1215.*Mt*pow3(Mst2)) + (175360*OepS2*s2t*pow4(Mst1))/(
4140  243.*Mt*pow3(Mst2)) - (1043008*S2*s2t*pow4(Mst1))/(45.*Mt*pow3(Mst2)) -
4141  (87680*s2t*T1ep*pow4(Mst1))/(81.*Mt*pow3(Mst2)) - (9196144*s2t*z2*pow4(
4142  Mst1))/(405.*Mt*pow3(Mst2)) + (1848256*s2t*z3*pow4(Mst1))/(81.*Mt*pow3(
4143  Mst2)) - (43840*s2t*z4*pow4(Mst1))/(81.*Mt*pow3(Mst2)) - (4640*Dmglst2*
4144  pow4(Mst1))/(pow2(Msq)*pow3(Mst2)) - (640*Dmglst2*z2*pow4(Mst1))/(pow2(
4145  Msq)*pow3(Mst2)) - (7932854794*Dmglst2*pow2(s2t)*pow4(Mst1))/(3.472875e6
4146  *pow2(Mt)*pow3(Mst2)) + (98432*Dmglst2*OepS2*pow2(s2t)*pow4(Mst1))/(
4147  81.*pow2(Mt)*pow3(Mst2)) - (452528*Dmglst2*S2*pow2(s2t)*pow4(Mst1))/(
4148  15.*pow2(Mt)*pow3(Mst2)) - (49216*Dmglst2*T1ep*pow2(s2t)*pow4(Mst1))/(
4149  27.*pow2(Mt)*pow3(Mst2)) - (628264*Dmglst2*z2*pow2(s2t)*pow4(Mst1))/(
4150  27.*pow2(Mt)*pow3(Mst2)) + (11744*Dmglst2*z3*pow2(s2t)*pow4(Mst1))/(27.
4151  *pow2(Mt)*pow3(Mst2)) - (24608*Dmglst2*z4*pow2(s2t)*pow4(Mst1))/(27.*
4152  pow2(Mt)*pow3(Mst2)) - (21920*s2t*pow2(z2)*pow4(Mst1))/(27.*Mt*pow3(
4153  Mst2)) - (12304*Dmglst2*pow2(s2t)*pow2(z2)*pow4(Mst1))/(9.*pow2(Mt)*
4154  pow3(Mst2)) + (542267*pow3(s2t)*pow4(Mst1))/(486.*Mst2*pow3(Mt)) - (
4155  7024*OepS2*pow3(s2t)*pow4(Mst1))/(243.*Mst2*pow3(Mt)) + (12242*S2*pow3(
4156  s2t)*pow4(Mst1))/(9.*Mst2*pow3(Mt)) + (3512*T1ep*pow3(s2t)*pow4(Mst1))/
4157  (81.*Mst2*pow3(Mt)) + (104839*z2*pow3(s2t)*pow4(Mst1))/(405.*Mst2*pow3(
4158  Mt)) - (89260*z3*pow3(s2t)*pow4(Mst1))/(81.*Mst2*pow3(Mt)) + (1756*z4*
4159  pow3(s2t)*pow4(Mst1))/(81.*Mst2*pow3(Mt)) - (80*Dmglst2*pow3(s2t)*pow4(
4160  Mst1))/(3.*pow2(Msq)*pow3(Mt)) + (80*Mst2*pow3(s2t)*pow4(Mst1))/(3.*
4161  pow2(Msq)*pow3(Mt)) - (35542243*Dmglst2*pow3(s2t)*pow4(Mst1))/(7290.*
4162  pow2(Mst2)*pow3(Mt)) + (249136*Dmglst2*OepS2*pow3(s2t)*pow4(Mst1))/(
4163  729.*pow2(Mst2)*pow3(Mt)) - (1672042*Dmglst2*S2*pow3(s2t)*pow4(Mst1))/(
4164  135.*pow2(Mst2)*pow3(Mt)) - (124568*Dmglst2*T1ep*pow3(s2t)*pow4(Mst1))/
4165  (243.*pow2(Mst2)*pow3(Mt)) - (8194483*Dmglst2*z2*pow3(s2t)*pow4(Mst1))/
4166  (1215.*pow2(Mst2)*pow3(Mt)) + (1130428*Dmglst2*z3*pow3(s2t)*pow4(Mst1))
4167  /(243.*pow2(Mst2)*pow3(Mt)) - (62284*Dmglst2*z4*pow3(s2t)*pow4(Mst1))/(
4168  243.*pow2(Mst2)*pow3(Mt)) + (878*pow2(z2)*pow3(s2t)*pow4(Mst1))/(27.*
4169  Mst2*pow3(Mt)) - (31142*Dmglst2*pow2(z2)*pow3(s2t)*pow4(Mst1))/(81.*
4170  pow2(Mst2)*pow3(Mt)) + (15728921*pow4(Mst1))/(77175.*pow4(Msq)) - (
4171  6200*Dmglst2*s2t*pow4(Mst1))/(27.*Mt*pow4(Msq)) - (1880*Mst2*s2t*pow4(
4172  Mst1))/(27.*Mt*pow4(Msq)) + (10*Dmglst2*Mst2*pow2(s2t)*pow4(Mst1))/(
4173  pow2(Mt)*pow4(Msq)) - (438008*pow2(Mst2)*pow2(s2t)*pow4(Mst1))/(15435.*
4174  pow2(Mt)*pow4(Msq)) + (115*Dmglst2*pow2(Mst2)*pow3(s2t)*pow4(Mst1))/(9.
4175  *pow3(Mt)*pow4(Msq)) - (5*pow3(Mst2)*pow3(s2t)*pow4(Mst1))/(9.*pow3(Mt)
4176  *pow4(Msq)) + (13776458924*pow2(Dmglst2)*pow2(Mst1))/(212625.*pow4(
4177  Mst2)) - (725632*OepS2*pow2(Dmglst2)*pow2(Mst1))/(243.*pow4(Mst2)) - (
4178  395576*S2*pow2(Dmglst2)*pow2(Mst1))/(315.*pow4(Mst2)) + (362816*T1ep*
4179  pow2(Dmglst2)*pow2(Mst1))/(81.*pow4(Mst2)) + (377926216*z2*pow2(
4180  Dmglst2)*pow2(Mst1))/(2835.*pow4(Mst2)) - (7423840*z3*pow2(Dmglst2)*
4181  pow2(Mst1))/(81.*pow4(Mst2)) + (181408*z4*pow2(Dmglst2)*pow2(Mst1))/(
4182  81.*pow4(Mst2)) + (90704*pow2(Dmglst2)*pow2(Mst1)*pow2(z2))/(27.*pow4(
4183  Mst2)) + (175715865103*pow4(Mst1))/(1.0418625e7*pow4(Mst2)) + (74752*
4184  OepS2*pow4(Mst1))/(243.*pow4(Mst2)) - (553792*S2*pow4(Mst1))/(45.*pow4(
4185  Mst2)) + (193667576*Dmglst2*s2t*pow4(Mst1))/(3645.*Mt*pow4(Mst2)) - (
4186  3293440*Dmglst2*OepS2*s2t*pow4(Mst1))/(729.*Mt*pow4(Mst2)) + (14087488*
4187  Dmglst2*S2*s2t*pow4(Mst1))/(135.*Mt*pow4(Mst2)) - (37376*T1ep*pow4(
4188  Mst1))/(81.*pow4(Mst2)) + (1646720*Dmglst2*s2t*T1ep*pow4(Mst1))/(243.*
4189  Mt*pow4(Mst2)) + (4885352*z2*pow4(Mst1))/(405.*pow4(Mst2)) + (
4190  147644272*Dmglst2*s2t*z2*pow4(Mst1))/(1215.*Mt*pow4(Mst2)) - (3102848*
4191  z3*pow4(Mst1))/(81.*pow4(Mst2)) - (19670464*Dmglst2*s2t*z3*pow4(Mst1))/
4192  (243.*Mt*pow4(Mst2)) - (18688*z4*pow4(Mst1))/(81.*pow4(Mst2)) + (
4193  823360*Dmglst2*s2t*z4*pow4(Mst1))/(243.*Mt*pow4(Mst2)) - (9344*pow2(z2)
4194  *pow4(Mst1))/(27.*pow4(Mst2)) + (411680*Dmglst2*s2t*pow2(z2)*pow4(Mst1)
4195  )/(81.*Mt*pow4(Mst2)) - (3440*pow4(Mst2))/(9.*pow2(Msq)*pow2(Mst1)) - (
4196  181136*pow2(s2t)*pow4(Mst2))/(675.*pow2(Msq)*pow2(Mt)) - (412*pow2(s2t)
4197  *pow4(Mst2))/(pow2(Mst1)*pow2(Mt)) - (784*z2*pow2(s2t)*pow4(Mst2))/(3.*
4198  pow2(Mst1)*pow2(Mt)) + (640*pow2(Dmglst2)*pow2(s2t)*pow4(Mst2))/(3.*
4199  pow2(Msq)*pow2(Mst1)*pow2(Mt)) - (7600*Dmglst2*pow3(s2t)*pow4(Mst2))/(
4200  3.*pow2(Msq)*pow3(Mt)) + (1280*Dmglst2*z2*pow3(s2t)*pow4(Mst2))/(pow2(
4201  Msq)*pow3(Mt)) - (256*Dmglst2*pow3(s2t)*pow4(Mst2))/(3.*pow2(Mst1)*
4202  pow3(Mt)) - (142320737*pow4(Mst2))/(231525.*pow4(Msq)) - (30160*
4203  Dmglst2*s2t*pow4(Mst2))/(9.*Mt*pow4(Msq)) + (1120*z2*pow4(Mst2))/(3.*
4204  pow4(Msq)) + (7040*Dmglst2*s2t*z2*pow4(Mst2))/(3.*Mt*pow4(Msq)) - (90*
4205  pow2(Dmglst2)*pow4(Mst2))/(pow2(Mst1)*pow4(Msq)) - (125*pow2(Dmglst2)*
4206  pow2(s2t)*pow4(Mst2))/(3.*pow2(Mt)*pow4(Msq)) + (522392*pow2(Mst1)*
4207  pow2(s2t)*pow4(Mst2))/(15435.*pow2(Mt)*pow4(Msq)) + (4115*Dmglst2*pow2(
4208  Mst1)*pow3(s2t)*pow4(Mst2))/(9.*pow3(Mt)*pow4(Msq)) - (200*Dmglst2*z2*
4209  pow2(Mst1)*pow3(s2t)*pow4(Mst2))/(pow3(Mt)*pow4(Msq)) - (256*pow4(Mst2)
4210  )/(3.*pow4(Mst1)) - (512*pow2(Dmglst2)*pow2(s2t)*pow4(Mst2))/(3.*pow2(
4211  Mt)*pow4(Mst1)) + (1727459*Dmglst2*Mst2*pow2(Mst1)*pow4(s2t))/(10125.*
4212  pow4(Mt)) + (8*B4*Dmglst2*Mst2*pow2(Mst1)*pow4(s2t))/pow4(Mt) - (32*D3*
4213  Dmglst2*Mst2*pow2(Mst1)*pow4(s2t))/(3.*pow4(Mt)) + (20*Dmglst2*DN*Mst2*
4214  pow2(Mst1)*pow4(s2t))/(3.*pow4(Mt)) - (128*Dmglst2*Mst2*OepS2*pow2(
4215  Mst1)*pow4(s2t))/(3.*pow4(Mt)) - (2200*Dmglst2*Mst2*S2*pow2(Mst1)*pow4(
4216  s2t))/(3.*pow4(Mt)) + (64*Dmglst2*Mst2*T1ep*pow2(Mst1)*pow4(s2t))/pow4(
4217  Mt) + (15568*Dmglst2*Mst2*z2*pow2(Mst1)*pow4(s2t))/(45.*pow4(Mt)) + (
4218  4478*Dmglst2*Mst2*z3*pow2(Mst1)*pow4(s2t))/(9.*pow4(Mt)) - (12*Dmglst2*
4219  Mst2*z4*pow2(Mst1)*pow4(s2t))/pow4(Mt) - (76330321*pow2(Dmglst2)*pow2(
4220  Mst1)*pow4(s2t))/(60750.*pow4(Mt)) + (4*B4*pow2(Dmglst2)*pow2(Mst1)*
4221  pow4(s2t))/pow4(Mt) - (16*D3*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t))/(3.*
4222  pow4(Mt)) + (10*DN*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t))/(3.*pow4(Mt)) +
4223  (9088*OepS2*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t))/(243.*pow4(Mt)) - (
4224  56092*S2*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t))/(45.*pow4(Mt)) - (4544*
4225  T1ep*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t))/(81.*pow4(Mt)) - (41852*z2*
4226  pow2(Dmglst2)*pow2(Mst1)*pow4(s2t))/(81.*pow4(Mt)) + (99253*z3*pow2(
4227  Dmglst2)*pow2(Mst1)*pow4(s2t))/(81.*pow4(Mt)) - (4054*z4*pow2(Dmglst2)*
4228  pow2(Mst1)*pow4(s2t))/(81.*pow4(Mt)) - (10*pow2(Msq)*pow2(Mst1)*pow4(
4229  s2t))/pow4(Mt) + (20*z2*pow2(Msq)*pow2(Mst1)*pow4(s2t))/pow4(Mt) + (
4230  980039*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(1620.*pow4(Mt)) - (76*B4*
4231  pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (80*D3*pow2(
4232  Dmglst2)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (14*DN*pow2(Dmglst2)*
4233  pow2(Mst2)*pow4(s2t))/pow4(Mt) + (56*OepS2*pow2(Dmglst2)*pow2(Mst2)*
4234  pow4(s2t))/(81.*pow4(Mt)) - (65819*S2*pow2(Dmglst2)*pow2(Mst2)*pow4(
4235  s2t))/(5.*pow4(Mt)) - (28*T1ep*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(27.
4236  *pow4(Mt)) - (27319*z2*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(270.*pow4(
4237  Mt)) + (129397*z3*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(54.*pow4(Mt)) +
4238  (3172*z4*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(27.*pow4(Mt)) - (10*pow2(
4239  Msq)*pow2(Mst2)*pow4(s2t))/pow4(Mt) + (20*z2*pow2(Msq)*pow2(Mst2)*pow4(
4240  s2t))/pow4(Mt) - (9250423*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(8100.*pow4(
4241  Mt)) + (4*B4*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (8*D3*
4242  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (2*DN*pow2(Mst1)*pow2(
4243  Mst2)*pow4(s2t))/pow4(Mt) + (2744*OepS2*pow2(Mst1)*pow2(Mst2)*pow4(s2t)
4244  )/(81.*pow4(Mt)) - (3137*S2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/pow4(Mt) -
4245  (1372*T1ep*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(27.*pow4(Mt)) - (235099*
4246  z2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(270.*pow4(Mt)) + (22544*z3*pow2(
4247  Mst1)*pow2(Mst2)*pow4(s2t))/(27.*pow4(Mt)) - (956*z4*pow2(Mst1)*pow2(
4248  Mst2)*pow4(s2t))/(27.*pow4(Mt)) - (2050*pow2(Dmglst2)*pow2(Mst1)*pow2(
4249  Mst2)*pow4(s2t))/(9.*pow2(Msq)*pow4(Mt)) + (200*z2*pow2(Dmglst2)*pow2(
4250  Mst1)*pow2(Mst2)*pow4(s2t))/(pow2(Msq)*pow4(Mt)) - (1784*pow2(Dmglst2)*
4251  pow2(Mst1)*pow2(z2)*pow4(s2t))/(27.*pow4(Mt)) + (209*pow2(Dmglst2)*
4252  pow2(Mst2)*pow2(z2)*pow4(s2t))/(9.*pow4(Mt)) - (559*pow2(Mst1)*pow2(
4253  Mst2)*pow2(z2)*pow4(s2t))/(9.*pow4(Mt)) + (7337*Dmglst2*pow3(Mst2)*
4254  pow4(s2t))/(54.*pow4(Mt)) - (8*B4*Dmglst2*pow3(Mst2)*pow4(s2t))/pow4(
4255  Mt) + (32*D3*Dmglst2*pow3(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (20*Dmglst2*
4256  DN*pow3(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (112*Dmglst2*OepS2*pow3(Mst2)*
4257  pow4(s2t))/(27.*pow4(Mt)) - (10062*Dmglst2*S2*pow3(Mst2)*pow4(s2t))/
4258  pow4(Mt) + (56*Dmglst2*T1ep*pow3(Mst2)*pow4(s2t))/(9.*pow4(Mt)) + (
4259  3047*Dmglst2*z2*pow3(Mst2)*pow4(s2t))/(9.*pow4(Mt)) + (16175*Dmglst2*
4260  z3*pow3(Mst2)*pow4(s2t))/(9.*pow4(Mt)) + (424*Dmglst2*z4*pow3(Mst2)*
4261  pow4(s2t))/(9.*pow4(Mt)) - (1540*Dmglst2*pow2(Mst1)*pow3(Mst2)*pow4(
4262  s2t))/(9.*pow2(Msq)*pow4(Mt)) + (400*Dmglst2*z2*pow2(Mst1)*pow3(Mst2)*
4263  pow4(s2t))/(3.*pow2(Msq)*pow4(Mt)) + (158*Dmglst2*pow2(z2)*pow3(Mst2)*
4264  pow4(s2t))/(3.*pow4(Mt)) + (71378675209*pow4(Mst1)*pow4(s2t))/(1.66698e8
4265  *pow4(Mt)) + (12*B4*pow4(Mst1)*pow4(s2t))/pow4(Mt) + (4*D3*pow4(Mst1)
4266  *pow4(s2t))/(3.*pow4(Mt)) - (4*DN*pow4(Mst1)*pow4(s2t))/(3.*pow4(Mt)) +
4267  (126628974763*Dmglst2*pow4(Mst1)*pow4(s2t))/(1.250235e8*Mst2*pow4(Mt))
4268  + (7780*OepS2*pow4(Mst1)*pow4(s2t))/(243.*pow4(Mt)) - (67184*Dmglst2*
4269  OepS2*pow4(Mst1)*pow4(s2t))/(729.*Mst2*pow4(Mt)) - (18995*S2*pow4(Mst1)
4270  *pow4(s2t))/(9.*pow4(Mt)) + (103270*Dmglst2*S2*pow4(Mst1)*pow4(s2t))/(
4271  27.*Mst2*pow4(Mt)) - (3890*T1ep*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)) +
4272  (33592*Dmglst2*T1ep*pow4(Mst1)*pow4(s2t))/(243.*Mst2*pow4(Mt)) - (
4273  150437*z2*pow4(Mst1)*pow4(s2t))/(324.*pow4(Mt)) + (2200091*Dmglst2*z2*
4274  pow4(Mst1)*pow4(s2t))/(1215.*Mst2*pow4(Mt)) + (17035*z3*pow4(Mst1)*
4275  pow4(s2t))/(81.*pow4(Mt)) - (197843*Dmglst2*z3*pow4(Mst1)*pow4(s2t))/(
4276  243.*Mst2*pow4(Mt)) - (1297*z4*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)) + (
4277  16796*Dmglst2*z4*pow4(Mst1)*pow4(s2t))/(243.*Mst2*pow4(Mt)) - (125*
4278  Dmglst2*Mst2*pow4(Mst1)*pow4(s2t))/(9.*pow2(Msq)*pow4(Mt)) - (20*
4279  Dmglst2*Mst2*z2*pow4(Mst1)*pow4(s2t))/(pow2(Msq)*pow4(Mt)) + (10*pow2(
4280  Msq)*pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(Mt)) - (20*z2*pow2(Msq)*
4281  pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(Mt)) + (2953*pow2(Mst2)*pow4(
4282  Mst1)*pow4(s2t))/(90.*pow2(Msq)*pow4(Mt)) - (10*z2*pow2(Mst2)*pow4(
4283  Mst1)*pow4(s2t))/(pow2(Msq)*pow4(Mt)) - (1945*pow2(z2)*pow4(Mst1)*pow4(
4284  s2t))/(54.*pow4(Mt)) + (8398*Dmglst2*pow2(z2)*pow4(Mst1)*pow4(s2t))/(
4285  81.*Mst2*pow4(Mt)) + (565*Dmglst2*pow3(Mst2)*pow4(Mst1)*pow4(s2t))/(36.
4286  *pow4(Msq)*pow4(Mt)) - (50*Dmglst2*z2*pow3(Mst2)*pow4(Mst1)*pow4(s2t))/
4287  (3.*pow4(Msq)*pow4(Mt)) + (9403*pow4(Mst2)*pow4(s2t))/(54.*pow4(Mt)) -
4288  (40*B4*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (4*D3*pow4(Mst2)*pow4(s2t)
4289  )/(3.*pow4(Mt)) - (2*DN*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (64*
4290  OepS2*pow4(Mst2)*pow4(s2t))/(9.*pow4(Mt)) - (3168*S2*pow4(Mst2)*pow4(
4291  s2t))/pow4(Mt) - (32*T1ep*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (529*
4292  z2*pow4(Mst2)*pow4(s2t))/(9.*pow4(Mt)) + (1913*z3*pow4(Mst2)*pow4(s2t))
4293  /(3.*pow4(Mt)) - (10*z4*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (2720*
4294  pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(9.*pow2(Msq)*pow4(Mt)) - (190*z2*
4295  pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(pow2(Msq)*pow4(Mt)) - (1175*pow2(
4296  Dmglst2)*pow4(Mst2)*pow4(s2t))/(6.*pow2(Mst1)*pow4(Mt)) + (104*z2*pow2(
4297  Dmglst2)*pow4(Mst2)*pow4(s2t))/(3.*pow2(Mst1)*pow4(Mt)) + (10*pow2(Msq)
4298  *pow4(Mst2)*pow4(s2t))/(pow2(Mst1)*pow4(Mt)) - (20*z2*pow2(Msq)*pow4(
4299  Mst2)*pow4(s2t))/(pow2(Mst1)*pow4(Mt)) - (2636*pow2(Mst1)*pow4(Mst2)*
4300  pow4(s2t))/(45.*pow2(Msq)*pow4(Mt)) + (100*z2*pow2(Mst1)*pow4(Mst2)*
4301  pow4(s2t))/(3.*pow2(Msq)*pow4(Mt)) + (16*pow2(z2)*pow4(Mst2)*pow4(s2t))
4302  /pow4(Mt) - (16865*pow2(Dmglst2)*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(72.*
4303  pow4(Msq)*pow4(Mt)) + (175*z2*pow2(Dmglst2)*pow2(Mst1)*pow4(Mst2)*pow4(
4304  s2t))/(pow4(Msq)*pow4(Mt)) + (2024719*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/
4305  (205800.*pow4(Msq)*pow4(Mt)) - (25*z2*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/
4306  (6.*pow4(Msq)*pow4(Mt)) - (291022313156*Dmglst2*pow4(Mst1))/(6.251175e6
4307  *pow5(Mst2)) + (1428992*Dmglst2*OepS2*pow4(Mst1))/(
4308  729.*pow5(Mst2)) - (32019872*Dmglst2*S2*pow4(Mst1))/(945.*pow5(Mst2)) -
4309  (714496*Dmglst2*T1ep*pow4(Mst1))/(243.*pow5(Mst2)) - (1089695168*
4310  Dmglst2*z2*pow4(Mst1))/(8505.*pow5(Mst2)) + (35982464*Dmglst2*z3*pow4(
4311  Mst1))/(243.*pow5(Mst2)) - (357248*Dmglst2*z4*pow4(Mst1))/(243.*pow5(
4312  Mst2)) - (178624*Dmglst2*pow2(z2)*pow4(Mst1))/(81.*pow5(Mst2)) + (4480*
4313  Dmglst2*pow2(s2t)*pow5(Mst2))/(9.*pow2(Msq)*pow2(Mst1)*pow2(Mt)) - (
4314  5680*pow3(s2t)*pow5(Mst2))/(9.*pow2(Msq)*pow3(Mt)) + (640*z2*pow3(s2t)*
4315  pow5(Mst2))/(3.*pow2(Msq)*pow3(Mt)) + (256*pow3(s2t)*pow5(Mst2))/(3.*
4316  pow2(Mst1)*pow3(Mt)) - (8240*s2t*pow5(Mst2))/(9.*Mt*pow4(Msq)) + (640*
4317  s2t*z2*pow5(Mst2))/(Mt*pow4(Msq)) - (260*Dmglst2*pow5(Mst2))/(pow2(
4318  Mst1)*pow4(Msq)) - (2030*Dmglst2*pow2(s2t)*pow5(Mst2))/(9.*pow2(Mt)*
4319  pow4(Msq)) - (26140*pow2(Dmglst2)*pow3(s2t)*pow5(Mst2))/(9.*pow3(Mt)*
4320  pow4(Msq)) + (1840*z2*pow2(Dmglst2)*pow3(s2t)*pow5(Mst2))/(pow3(Mt)*
4321  pow4(Msq)) + (1115*pow2(Mst1)*pow3(s2t)*pow5(Mst2))/(9.*pow3(Mt)*pow4(
4322  Msq)) - (40*z2*pow2(Mst1)*pow3(s2t)*pow5(Mst2))/(pow3(Mt)*pow4(Msq)) +
4323  (2300*Dmglst2*pow4(s2t)*pow5(Mst2))/(9.*pow2(Msq)*pow4(Mt)) - (340*
4324  Dmglst2*z2*pow4(s2t)*pow5(Mst2))/(3.*pow2(Msq)*pow4(Mt)) - (115*
4325  Dmglst2*pow4(s2t)*pow5(Mst2))/(3.*pow2(Mst1)*pow4(Mt)) + (184*Dmglst2*
4326  z2*pow4(s2t)*pow5(Mst2))/(3.*pow2(Mst1)*pow4(Mt)) - (3965*Dmglst2*pow2(
4327  Mst1)*pow4(s2t)*pow5(Mst2))/(36.*pow4(Msq)*pow4(Mt)) + (70*Dmglst2*z2*
4328  pow2(Mst1)*pow4(s2t)*pow5(Mst2))/(pow4(Msq)*pow4(Mt)) - (pow2(log(pow2(
4329  Mst1)/pow2(Msq)))*(105*log(pow2(Mst1)/pow2(Mst2))*pow2(Mst1)*pow2(Mst2)
4330  *pow4(Msq)*(8*(-pow2(Mst1) + pow2(Mst2))*pow2(Mt)*pow2(s2t) + 64*(
4331  Dmglst2 + Mst2)*s2t*pow3(Mt) - 16*(Dmglst2 + Mst2)*Mt*(pow2(Mst1) +
4332  pow2(Mst2))*pow3(s2t) + 16*pow4(Mt) + (pow2(Mst1) - pow2(Mst2))*(12*
4333  Dmglst2*Mst2 + 6*pow2(Dmglst2) + pow2(Mst1) + 7*pow2(Mst2))*pow4(s2t))
4334  + 105*pow2(Dmglst2)*(16*pow2(Mst1)*pow2(Mst2)*(-((Mt - 4*Mst2*s2t)*
4335  pow2(Mst1)) - (11*Mt + 4*Mst2*s2t)*pow2(Mst2))*pow3(Mt) - 64*pow2(Msq)*
4336  pow2(Mst1)*pow2(Mst2)*pow4(Mt) + 3*pow4(Msq)*(-pow2(-4*Mst2*pow2(Mt) +
4337  pow2(s2t)*pow3(Mst2)) + pow4(Mst1)*(8*pow2(Mt)*pow2(s2t) + pow2(Mst2)*
4338  pow4(s2t)) + pow2(Mst1)*(-16*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*pow4(
4339  Mt) + pow4(Mst2)*pow4(s2t)))) - 70*Dmglst2*Mst2*(-64*Mst2*pow2(Msq)*
4340  pow2(Mst1)*(-3*Mst2*Mt + s2t*pow2(Mst1) - s2t*pow2(Mst2))*pow3(Mt) -
4341  16*Mst2*pow2(Mst1)*pow3(Mt)*(3*Mst2*(-Mt + 2*Mst2*s2t)*pow2(Mst1) - (
4342  13*Mt + 7*Mst2*s2t)*pow3(Mst2) + s2t*pow4(Mst1)) + 3*pow4(Msq)*(3*pow2(
4343  -4*Mst2*pow2(Mt) + pow2(s2t)*pow3(Mst2)) - pow2(s2t)*(16*Mst2*Mt*s2t +
4344  24*pow2(Mt) + 3*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + pow2(Mst1)*(48*pow2(
4345  Mst2)*pow2(Mt)*pow2(s2t) + 16*Mt*pow3(Mst2)*pow3(s2t) + 48*pow4(Mt) -
4346  3*pow4(Mst2)*pow4(s2t)) + 3*pow4(s2t)*pow6(Mst1))) - pow2(Mst2)*(224*
4347  pow2(Msq)*pow2(Mst1)*pow2(Mt)*(pow2(Mst1)*(-20*Mst2*Mt*s2t + 7*pow2(Mt)
4348  - 2*pow2(Mst2)*pow2(s2t)) + pow2(Mst2)*(20*Mst2*Mt*s2t + 37*pow2(Mt) +
4349  pow2(Mst2)*pow2(s2t)) + pow2(s2t)*pow4(Mst1)) + 4*pow2(Mst1)*pow2(Mt)*(
4350  840*Mst2*Mt*s2t + 1234*pow2(Mt) + 15*pow2(Mst2)*pow2(s2t))*pow4(Mst2) +
4351  4*pow2(Mst2)*pow4(Mst1)*(-15*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 560*Mst2*
4352  s2t*pow3(Mt) + 420*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + 2*(-30*pow2(Mst2)
4353  *pow2(Mt)*pow2(s2t) - 560*Mst2*s2t*pow3(Mt) + 228*pow4(Mt) - 3*pow4(
4354  Mst2)*pow4(s2t))*pow6(Mst1) + 35*pow4(Msq)*(9*pow2(-4*Mst2*pow2(Mt) +
4355  pow2(s2t)*pow3(Mst2)) - 3*pow2(s2t)*(32*Mst2*Mt*s2t + 24*pow2(Mt) + 7*
4356  pow2(Mst2)*pow2(s2t))*pow4(Mst1) + pow2(Mst1)*(144*pow2(Mst2)*pow2(Mt)*
4357  pow2(s2t) + 96*Mt*pow3(Mst2)*pow3(s2t) + 176*pow4(Mt) - 3*pow4(Mst2)*
4358  pow4(s2t)) + 15*pow4(s2t)*pow6(Mst1)))))/(21.*pow2(Mst1)*pow2(Mst2)*
4359  pow4(Msq)*pow4(Mt)) + (1720*pow2(s2t)*pow6(Mst2))/(9.*pow2(Msq)*pow2(
4360  Mst1)*pow2(Mt)) - (670*pow6(Mst2))/(9.*pow2(Mst1)*pow4(Msq)) - (107588*
4361  pow2(s2t)*pow6(Mst2))/(1715.*pow2(Mt)*pow4(Msq)) + (45*pow2(Dmglst2)*
4362  pow2(s2t)*pow6(Mst2))/(pow2(Mst1)*pow2(Mt)*pow4(Msq)) - (27955*Dmglst2*
4363  pow3(s2t)*pow6(Mst2))/(27.*pow3(Mt)*pow4(Msq)) + (1640*Dmglst2*z2*pow3(
4364  s2t)*pow6(Mst2))/(3.*pow3(Mt)*pow4(Msq)) + (128*pow2(s2t)*pow6(Mst2))/(
4365  3.*pow2(Mt)*pow4(Mst1)) + (2986*pow4(s2t)*pow6(Mst2))/(45.*pow2(Msq)*
4366  pow4(Mt)) - (70*z2*pow4(s2t)*pow6(Mst2))/(3.*pow2(Msq)*pow4(Mt)) + (
4367  135*pow4(s2t)*pow6(Mst2))/(2.*pow2(Mst1)*pow4(Mt)) + (98*z2*pow4(s2t)*
4368  pow6(Mst2))/(3.*pow2(Mst1)*pow4(Mt)) - (80*pow2(Dmglst2)*pow4(s2t)*
4369  pow6(Mst2))/(3.*pow2(Msq)*pow2(Mst1)*pow4(Mt)) + (16435*pow2(Dmglst2)*
4370  pow4(s2t)*pow6(Mst2))/(72.*pow4(Msq)*pow4(Mt)) - (150*z2*pow2(Dmglst2)*
4371  pow4(s2t)*pow6(Mst2))/(pow4(Msq)*pow4(Mt)) - (45671209*pow2(Mst1)*pow4(
4372  s2t)*pow6(Mst2))/(1.8522e6*pow4(Msq)*pow4(Mt)) + (35*z2*pow2(Mst1)*
4373  pow4(s2t)*pow6(Mst2))/(3.*pow4(Msq)*pow4(Mt)) + (64*pow2(Dmglst2)*pow4(
4374  s2t)*pow6(Mst2))/(3.*pow4(Mst1)*pow4(Mt)) + (2*pow3(log(pow2(Mst1)/
4375  pow2(Mst2)))*(4*Mst2*pow4(Mst1)*(337*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4376  256*Mst2*s2t*pow3(Mt) + 400*Mt*pow3(Mst2)*pow3(s2t) - 2420*pow4(Mt) +
4377  68*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow3(Mst2)*(2152*pow2(Mst2)*pow2(
4378  Mt)*pow2(s2t) - 4608*Mst2*s2t*pow3(Mt) + 1920*Mt*pow3(Mst2)*pow3(s2t) -
4379  2320*pow4(Mt) + 185*pow4(Mst2)*pow4(s2t)) + 2*Dmglst2*(pow2(Mst1)*pow2(
4380  Mst2)*(2312*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 768*Mst2*s2t*pow3(Mt) +
4381  960*Mt*pow3(Mst2)*pow3(s2t) - 3824*pow4(Mt) - 77*pow4(Mst2)*pow4(s2t))
4382  + 24*pow4(Mst2)*(32*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 128*Mst2*s2t*pow3(
4383  Mt) + 72*Mt*pow3(Mst2)*pow3(s2t) - 64*pow4(Mt) + 19*pow4(Mst2)*pow4(
4384  s2t)) + pow4(Mst1)*(2896*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 2304*Mst2*s2t*
4385  pow3(Mt) + 672*Mt*pow3(Mst2)*pow3(s2t) + 5536*pow4(Mt) + 33*pow4(Mst2)*
4386  pow4(s2t))) + 12*(-8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 512*Mst2*s2t*pow3(
4387  Mt) + 160*Mt*pow3(Mst2)*pow3(s2t) + 74*pow4(Mt) + 47*pow4(Mst2)*pow4(
4388  s2t))*pow5(Mst2) + 3*Mst2*pow2(Dmglst2)*(pow2(Mst1)*(760*pow2(Mst2)*
4389  pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt) + 1776*pow4(Mt) - 19*pow4(
4390  Mst2)*pow4(s2t)) + 8*(32*pow2(Mt)*pow2(s2t)*pow4(Mst2) - 64*pow2(Mst2)*
4391  pow4(Mt) + 96*Mt*pow3(s2t)*pow5(Mst2) + 19*pow4(s2t)*pow6(Mst2)))))/(9.
4392  *pow4(Mt)*pow5(Mst2)) + (log(pow2(Mst1)/pow2(Msq))*(-88200*pow3(Mst2)*
4393  pow6(Msq)*(pow2(-4*Mst2*pow2(Mt) + pow2(s2t)*pow3(Mst2)) - pow4(Mst1)*(
4394  8*pow2(Mt)*pow2(s2t) + pow2(Mst2)*pow4(s2t)) + pow2(Mst1)*(16*pow2(
4395  Mst2)*pow2(Mt)*pow2(s2t) + 16*pow4(Mt) - pow4(Mst2)*pow4(s2t)) + pow4(
4396  s2t)*pow6(Mst1)) + 1225*Mst2*pow4(Msq)*(-2*pow2(Mst1)*pow4(Mst2)*(720*
4397  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 288*Mst2*s2t*(-13 + 8*z2)*pow3(Mt) -
4398  864*Mt*(-2 + z2)*pow3(Mst2)*pow3(s2t) - 32*(13 + 18*z2)*pow4(Mt) + 3*(7
4399  + 30*z2)*pow4(Mst2)*pow4(s2t)) + 6*pow2(Mst2)*pow4(Mst1)*(24*pow2(Mst2)
4400  *pow2(Mt)*pow2(s2t) - 960*Mst2*s2t*pow3(Mt) - 96*Mt*(-3 + z2)*pow3(
4401  Mst2)*pow3(s2t) + 384*(3 + z2)*pow4(Mt) + (89 + 36*z2)*pow4(Mst2)*pow4(
4402  s2t)) + 3*(-768*Mst2*s2t*(1 + 2*z2)*pow3(Mt) + 48*Mt*pow3(Mst2)*pow3(
4403  s2t) + 288*(7 + 12*z2)*pow4(Mt) - (131 + 12*z2)*pow4(Mst2)*pow4(s2t))*
4404  pow6(Mst1) - 90*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2)) +
4405  pow5(Mst2)*(8*pow2(Mst1)*pow2(Mt)*(58800*Mst2*Mt*s2t + 220709*pow2(Mt)
4406  + 58635*pow2(Mst2)*pow2(s2t))*pow4(Mst2) + pow2(Mst2)*pow4(Mst1)*(-
4407  351480*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 156800*Mst2*s2t*pow3(Mt) -
4408  382200*Mt*pow3(Mst2)*pow3(s2t) + 470400*pow4(Mt) + 51313*pow4(Mst2)*
4409  pow4(s2t)) + 8*(14865*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 39200*Mst2*s2t*
4410  pow3(Mt) + 3675*Mt*pow3(Mst2)*pow3(s2t) + 49209*pow4(Mt) - 3459*pow4(
4411  Mst2)*pow4(s2t))*pow6(Mst1) + 411600*pow4(Mt)*pow6(Mst2)) - 196*pow2(
4412  Msq)*pow5(Mst2)*(pow4(Mst1)*(1256*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 5600*
4413  Mst2*s2t*pow3(Mt) + 4800*Mt*pow3(Mst2)*pow3(s2t) - 656*pow4(Mt) - 345*
4414  pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-5128*pow2(Mst2)*pow2(
4415  Mt)*pow2(s2t) + 5600*Mst2*s2t*pow3(Mt) - 4800*Mt*pow3(Mst2)*pow3(s2t) -
4416  1856*pow4(Mt) + 645*pow4(Mst2)*pow4(s2t)) + (872*pow2(Mt)*pow2(s2t) +
4417  255*pow2(Mst2)*pow4(s2t))*pow6(Mst1) + 3000*(-2*pow4(Mst2)*pow4(Mt) +
4418  pow2(Mt)*pow2(s2t)*pow6(Mst2))) - 2450*Dmglst2*(-(pow5(Mst2)*(4*Mt*
4419  pow2(Mst1)*pow3(Mst2)*(80*Mst2*s2t*pow2(Mt) + 270*Mt*pow2(Mst2)*pow2(
4420  s2t) + 548*pow3(Mt) + 181*pow3(Mst2)*pow3(s2t)) + 3*Mst2*pow4(Mst1)*(-
4421  216*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 64*Mst2*s2t*pow3(Mt) - 244*Mt*pow3(
4422  Mst2)*pow3(s2t) + 128*pow4(Mt) + 19*pow4(Mst2)*pow4(s2t)) + 1008*pow4(
4423  Mt)*pow5(Mst2) + s2t*(72*Mst2*s2t*pow2(Mt) + 12*Mt*pow2(Mst2)*pow2(s2t)
4424  - 128*pow3(Mt) + 3*pow3(Mst2)*pow3(s2t))*pow6(Mst1))) - 8*pow2(Msq)*
4425  pow5(Mst2)*(-120*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow3(
4426  Mst2) + s2t*(-120*Mst2*s2t*pow2(Mt) - 144*Mt*pow2(Mst2)*pow2(s2t) + 56*
4427  pow3(Mt) + 3*pow3(Mst2)*pow3(s2t))*pow4(Mst1) - 8*Mst2*pow2(Mst1)*(-30*
4428  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 7*Mst2*s2t*pow3(Mt) - 18*Mt*pow3(Mst2)*
4429  pow3(s2t) - 18*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t)) + 6*Mst2*pow4(s2t)*
4430  pow6(Mst1)) + 2*pow4(Msq)*(pow2(Mst1)*pow4(Mst2)*(-120*pow2(Mst2)*pow2(
4431  Mt)*pow2(s2t) - 16*Mst2*s2t*(-161 + 72*z2)*pow3(Mt) - 144*Mt*(-15 + 11*
4432  z2)*pow3(Mst2)*pow3(s2t) + 368*pow4(Mt) + 27*(-5 + 4*z2)*pow4(Mst2)*
4433  pow4(s2t)) - 3*pow2(Mst2)*pow4(Mst1)*(128*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4434  + 1248*Mst2*s2t*pow3(Mt) - 48*Mt*(2 + z2)*pow3(Mst2)*pow3(s2t) - 96*(27
4435  + 4*z2)*pow4(Mt) + 9*(-3 + 4*z2)*pow4(Mst2)*pow4(s2t)) + 36*(-16*pow2(
4436  Mst2)*pow2(Mt)*pow2(s2t) - 32*Mst2*s2t*(7 + 3*z2)*pow3(Mt) + 7*Mt*pow3(
4437  Mst2)*pow3(s2t) + 24*(23 + 12*z2)*pow4(Mt) + pow4(Mst2)*pow4(s2t))*
4438  pow6(Mst1) - 9*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2))) +
4439  147*Mst2*pow2(Dmglst2)*(200*pow2(Msq)*pow4(Mst2)*(15*pow2(-4*Mst2*pow2(
4440  Mt) + pow2(s2t)*pow3(Mst2)) - 3*pow2(s2t)*(32*Mst2*Mt*s2t + 40*pow2(Mt)
4441  + 3*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 2*pow2(Mst1)*(120*pow2(Mst2)*
4442  pow2(Mt)*pow2(s2t) + 48*Mt*pow3(Mst2)*pow3(s2t) + 104*pow4(Mt) - 9*
4443  pow4(Mst2)*pow4(s2t))) + 2*pow4(Msq)*(975*pow2(-4*pow2(Mt) + pow2(Mst2)
4444  *pow2(s2t))*pow4(Mst2) + pow2(Mst1)*pow2(Mst2)*(16200*pow2(Mst2)*pow2(
4445  Mt)*pow2(s2t) + 8000*Mst2*s2t*pow3(Mt) + 400*Mt*(-107 + 72*z2)*pow3(
4446  Mst2)*pow3(s2t) + 4832*pow4(Mt) + 25*(31 - 36*z2)*pow4(Mst2)*pow4(s2t))
4447  + 25*pow4(Mst1)*(-864*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 3264*Mst2*s2t*
4448  pow3(Mt) - 112*Mt*pow3(Mst2)*pow3(s2t) + 96*(119 + 12*z2)*pow4(Mt) + (-
4449  167 + 36*z2)*pow4(Mst2)*pow4(s2t))) + 25*pow4(Mst2)*(pow2(Mst1)*pow2(
4450  Mst2)*(1704*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 128*Mst2*s2t*pow3(Mt) +
4451  960*Mt*pow3(Mst2)*pow3(s2t) + 2608*pow4(Mt) - 165*pow4(Mst2)*pow4(s2t))
4452  + pow4(Mst1)*(-888*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 128*Mst2*s2t*pow3(
4453  Mt) - 960*Mt*pow3(Mst2)*pow3(s2t) + 128*pow4(Mt) + 15*pow4(Mst2)*pow4(
4454  s2t)) - 840*(-2*pow4(Mst2)*pow4(Mt) + pow2(Mt)*pow2(s2t)*pow6(Mst2))))
4455  - 44100*pow2(Mst1)*pow2(log(pow2(Mst1)/pow2(Mst2)))*pow4(Msq)*(Mst2*(
4456  pow4(Mst1)*(64*Mst2*s2t*pow3(Mt) - 144*pow4(Mt) + pow4(Mst2)*pow4(s2t))
4457  + pow4(Mst2)*(-8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 64*Mst2*s2t*pow3(Mt) +
4458  16*Mt*pow3(Mst2)*pow3(s2t) + 16*pow4(Mt) + 7*pow4(Mst2)*pow4(s2t)) - 4*
4459  pow2(Mst1)*(8*pow2(Mst2)*pow4(Mt) - 4*Mt*pow3(s2t)*pow5(Mst2) + pow4(
4460  s2t)*pow6(Mst2))) - 6*pow2(Dmglst2)*(pow2(Mst1)*(16*Mst2*pow4(Mt) +
4461  pow4(s2t)*pow5(Mst2)) - pow4(s2t)*pow7(Mst2)) + 4*Dmglst2*(48*(3*Mt -
4462  Mst2*s2t)*pow3(Mt)*pow4(Mst1) - 16*s2t*pow3(Mt)*pow5(Mst2) + pow2(Mst1)
4463  *(16*pow2(Mst2)*pow4(Mt) + 4*Mt*pow3(s2t)*pow5(Mst2) - 3*pow4(s2t)*
4464  pow6(Mst2)) + 4*Mt*pow3(s2t)*pow7(Mst2) + 3*pow4(s2t)*pow8(Mst2))) +
4465  105*log(pow2(Mst1)/pow2(Mst2))*(1680*pow2(Mst1)*(pow2(Mst1) - pow2(
4466  Mst2))*pow4(s2t)*pow5(Mst2)*pow6(Msq) + 70*Mst2*pow4(Msq)*(2*pow2(Mst2)
4467  *pow4(Mst1)*(-32*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 384*Mst2*s2t*pow3(Mt)
4468  + 72*Mt*pow3(Mst2)*pow3(s2t) + 720*pow4(Mt) + 21*pow4(Mst2)*pow4(s2t))
4469  - s2t*pow2(Mst1)*(128*Mst2*s2t*pow2(Mt) + 240*Mt*pow2(Mst2)*pow2(s2t) -
4470  384*pow3(Mt) + 59*pow3(Mst2)*pow3(s2t))*pow5(Mst2) + (-96*pow2(Mst2)*
4471  pow2(Mt)*pow2(s2t) - 2112*Mst2*s2t*pow3(Mt) + 48*Mt*pow3(Mst2)*pow3(
4472  s2t) + 4608*pow4(Mt) + 26*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 18*pow2(-
4473  4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2)) + 28*pow2(Msq)*pow2(
4474  Mst1)*pow5(Mst2)*(-160*pow3(Mst2)*(6*s2t*pow3(Mt) - Mt*pow2(Mst1)*pow3(
4475  s2t)) + 20*pow2(Mt)*pow2(s2t)*pow4(Mst1) - pow4(Mst2)*(52*pow2(Mt)*
4476  pow2(s2t) + 41*pow2(Mst1)*pow4(s2t)) + pow2(Mst2)*(32*pow2(Mst1)*pow2(
4477  Mt)*pow2(s2t) - 304*pow4(Mt) + 6*pow4(Mst1)*pow4(s2t)) + 160*Mt*pow3(
4478  s2t)*pow5(Mst2) + 40*pow4(s2t)*pow6(Mst2)) + pow2(Mst1)*(-1680*pow3(
4479  Mst2)*(8*s2t*pow3(Mt) - Mt*pow2(Mst1)*pow3(s2t)) + 504*pow2(Mt)*pow2(
4480  s2t)*pow4(Mst1) - 2*pow4(Mst2)*(148*pow2(Mt)*pow2(s2t) + 211*pow2(Mst1)
4481  *pow4(s2t)) + pow2(Mst2)*(-264*pow2(Mst1)*pow2(Mt)*pow2(s2t) - 6304*
4482  pow4(Mt) + 187*pow4(Mst1)*pow4(s2t)))*pow7(Mst2) - 42*pow2(Dmglst2)*(
4483  10*pow2(Msq)*pow2(Mst1)*(128*Mst2*s2t*pow3(Mt) - 32*Mst2*Mt*(pow2(Mst1)
4484  + pow2(Mst2))*pow3(s2t) + 16*pow4(Mt) + (20*pow2(Mst1) - 19*pow2(Mst2))
4485  *pow2(Mst2)*pow4(s2t))*pow5(Mst2) + 2*pow4(Msq)*(pow2(Mst1)*pow3(Mst2)*
4486  (240*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 320*Mst2*s2t*pow3(Mt) - 80*Mt*
4487  pow3(Mst2)*pow3(s2t) + 416*pow4(Mt) - 85*pow4(Mst2)*pow4(s2t)) + Mst2*
4488  pow4(Mst1)*(640*Mst2*s2t*pow3(Mt) - 80*Mt*pow3(Mst2)*pow3(s2t) - 5200*
4489  pow4(Mt) + 65*pow4(Mst2)*pow4(s2t)) + 15*pow2(-4*pow2(Mt) + pow2(Mst2)*
4490  pow2(s2t))*pow5(Mst2)) + 5*pow2(Mst1)*(384*Mst2*s2t*pow3(Mt) - 80*Mst2*
4491  Mt*(pow2(Mst1) + pow2(Mst2))*pow3(s2t) + 96*pow4(Mt) + 5*(7*pow2(Mst1)
4492  - 6*pow2(Mst2))*pow2(Mst2)*pow4(s2t))*pow7(Mst2)) - 140*Dmglst2*(-2*
4493  pow2(Msq)*pow2(Mst1)*(-224*Mst2*s2t*pow3(Mt) + 48*Mst2*Mt*(pow2(Mst1) +
4494  pow2(Mst2))*pow3(s2t) - 48*pow4(Mt) + (-20*pow2(Mst1)*pow2(Mst2) + 3*
4495  pow4(Mst1) + 17*pow4(Mst2))*pow4(s2t))*pow6(Mst2) + 2*pow4(Msq)*(pow2(
4496  Mst1)*pow4(Mst2)*(144*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 160*Mst2*s2t*
4497  pow3(Mt) + 12*Mt*pow3(Mst2)*pow3(s2t) + 16*pow4(Mt) - 9*pow4(Mst2)*
4498  pow4(s2t)) - 3*pow2(Mst2)*pow4(Mst1)*(32*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4499  + 64*Mst2*s2t*pow3(Mt) + 28*Mt*pow3(Mst2)*pow3(s2t) - 304*pow4(Mt) + 3*
4500  pow4(Mst2)*pow4(s2t)) + 12*Mt*(-164*Mst2*s2t*pow2(Mt) - 10*Mt*pow2(
4501  Mst2)*pow2(s2t) + 456*pow3(Mt) + 3*pow3(Mst2)*pow3(s2t))*pow6(Mst1) +
4502  9*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2)) + pow2(Mst1)*(
4503  352*Mst2*s2t*pow3(Mt) - 60*Mst2*Mt*(pow2(Mst1) + pow2(Mst2))*pow3(s2t)
4504  + 128*pow4(Mt) + pow2(Mst1)*(-5*pow2(Mst1) + 21*pow2(Mst2))*pow4(s2t))*
4505  pow8(Mst2)))))/(4410.*pow2(Mst1)*pow4(Msq)*pow4(Mt)*pow5(Mst2)) - (log(
4506  pow2(Mst1)/pow2(Mst2))*(-294*Mst2*pow2(Dmglst2)*(-4*pow4(Msq)*(225*
4507  pow2(Mst1)*pow4(Mst2)*(-2376*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 4096*Mst2*
4508  s2t*pow3(Mt) + 1024*Mt*pow3(Mst2)*pow3(s2t) + 5776*pow4(Mt) + 297*pow4(
4509  Mst2)*pow4(s2t)) + pow2(Mst2)*pow4(Mst1)*(-1200*(2635 + 567*S2 - 3153*
4510  z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 3200*Mst2*s2t*(-833 + 378*S2 - 45*
4511  z2)*pow3(Mt) + 1200*Mt*(-2201 + 252*S2 + 1755*z2)*pow3(Mst2)*pow3(s2t)
4512  + 32*(-317567 + 89775*S2 - 900*z2)*pow4(Mt) - 75*(-4681 + 126*S2 +
4513  1464*z2)*pow4(Mst2)*pow4(s2t)) + (-24*(143213 + 133650*S2 - 173700*z2)*
4514  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 400*Mst2*s2t*(-42953 + 76104*S2 -
4515  10728*z2)*pow3(Mt) + 200*Mt*(-11798 + 24633*S2 + 3150*z2)*pow3(Mst2)*
4516  pow3(s2t) + 16*(-1582393 + 2551050*S2 - 798300*z2)*pow4(Mt) + (-361561
4517  - 511200*S2 + 89550*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 7200*pow2(-
4518  4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2)) + 900*pow2(Msq)*(pow4(
4519  Mst1)*pow4(Mst2)*(-4800*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 640*Mst2*s2t*
4520  pow3(Mt) - 1600*Mt*pow3(Mst2)*pow3(s2t) - 1632*pow4(Mt) + 145*pow4(
4521  Mst2)*pow4(s2t)) + 20*pow2(Mst2)*(120*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4522  64*Mst2*s2t*pow3(Mt) + 112*Mt*pow3(Mst2)*pow3(s2t) - 32*pow4(Mt) + 17*
4523  pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 300*pow2(Mst1)*pow2(-4*pow2(Mt) +
4524  pow2(Mst2)*pow2(s2t))*pow6(Mst2)) - 225*pow2(Mst1)*pow4(Mst2)*(-5*pow4(
4525  Mst1)*(1776*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1408*Mst2*s2t*pow3(Mt) +
4526  2064*Mt*pow3(Mst2)*pow3(s2t) + 736*pow4(Mt) - 3*pow4(Mst2)*pow4(s2t)) -
4527  2*pow2(Mst1)*pow2(Mst2)*(-8520*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 320*
4528  Mst2*s2t*pow3(Mt) - 4440*Mt*pow3(Mst2)*pow3(s2t) - 8416*pow4(Mt) + 685*
4529  pow4(Mst2)*pow4(s2t)) - 8400*(-2*pow4(Mst2)*pow4(Mt) + pow2(Mt)*pow2(
4530  s2t)*pow6(Mst2)))) + 4*Dmglst2*(55125*pow2(Mst1)*pow4(Mst2)*(4*Mt*pow2(
4531  Mst1)*(-200*Mst2*s2t*pow2(Mt) + 540*Mt*pow2(Mst2)*pow2(s2t) + 1088*
4532  pow3(Mt) + 425*pow3(Mst2)*pow3(s2t))*pow4(Mst2) - 3*pow2(Mst2)*pow4(
4533  Mst1)*(432*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 64*Mst2*s2t*pow3(Mt) + 404*
4534  Mt*pow3(Mst2)*pow3(s2t) - 32*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + (144*
4535  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 480*Mst2*s2t*pow3(Mt) + 24*Mt*pow3(
4536  Mst2)*pow3(s2t) - 576*pow4(Mt) + 17*pow4(Mst2)*pow4(s2t))*pow6(Mst1) +
4537  2016*pow4(Mt)*pow6(Mst2)) - 2*pow4(Msq)*(-7350*pow4(Mst1)*pow4(Mst2)*(
4538  48*(-1676 + 891*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 8*Mst2*s2t*(-22768
4539  + 2835*S2 + 6462*z2)*pow3(Mt) - 18*Mt*(2990 + 315*S2 - 1986*z2)*pow3(
4540  Mst2)*pow3(s2t) + (90952 - 18144*S2 + 21888*z2)*pow4(Mt) + 9*(689 +
4541  126*S2 - 580*z2)*pow4(Mst2)*pow4(s2t)) - 294*pow2(Mst2)*(-8*(59657 +
4542  202500*S2 - 55800*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 200*Mst2*s2t*(-
4543  18428 + 37341*S2 - 9090*z2)*pow3(Mt) - 300*Mt*(-818 + 3609*S2 - 594*z2)
4544  *pow3(Mst2)*pow3(s2t) - 48*(8581 + 72450*S2 - 92700*z2)*pow4(Mt) + (-
4545  128893 + 291600*S2 + 100350*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) +
4546  66150*pow2(Mst1)*(-952*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*
4547  pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(s2t) + 880*pow4(Mt) + 247*pow4(Mst2)*
4548  pow4(s2t))*pow6(Mst2) + (72*(-5217307 + 33912900*S2 - 73500*z2)*pow2(
4549  Mst2)*pow2(Mt)*pow2(s2t) - 78400*Mst2*s2t*(-3509 + 115785*S2 - 18144*
4550  z2)*pow3(Mt) + 4900*Mt*(24322 + 140139*S2 - 38826*z2)*pow3(Mst2)*pow3(
4551  s2t) + 80*(57911521 + 49233240*S2 - 40325040*z2)*pow4(Mt) + (1011403 -
4552  185175900*S2 + 17463600*z2)*pow4(Mst2)*pow4(s2t))*pow8(Mst1) +
4553  16934400*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) +
4554  220500*pow2(Msq)*(-4*pow4(Mst2)*(120*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4555  168*Mst2*s2t*pow3(Mt) + 96*Mt*pow3(Mst2)*pow3(s2t) + 96*pow4(Mt) + 25*
4556  pow4(Mst2)*pow4(s2t))*pow6(Mst1) + pow4(Mst1)*(960*pow2(Mst2)*pow2(Mt)*
4557  pow2(s2t) - 1184*Mst2*s2t*pow3(Mt) + 768*Mt*pow3(Mst2)*pow3(s2t) + 576*
4558  pow4(Mt) + 13*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 24*pow2(Mst2)*(-2*
4559  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*Mst2*s2t*pow3(Mt) + 120*pow4(Mt) +
4560  pow4(Mst2)*pow4(s2t))*pow8(Mst1) - 480*pow2(Mst1)*pow2(Mt)*(-2*pow2(Mt)
4561  + pow2(Mst2)*pow2(s2t))*pow8(Mst2))) - 3*Mst2*(5292000*(-1 + 2*z2)*(
4562  pow2(Mst1) - pow2(Mst2))*pow4(Mst1)*pow4(Mst2)*pow4(s2t)*pow6(Msq) +
4563  15*pow2(Mst1)*pow5(Mst2)*(-128*pow2(Mst1)*pow2(Mt)*(3675*Mst2*Mt*s2t +
4564  73246*pow2(Mt) + 14279*pow2(Mst2)*pow2(s2t))*pow3(Mst2) + 2*Mst2*pow4(
4565  Mst1)*(851136*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1411200*Mst2*s2t*pow3(Mt)
4566  + 499800*Mt*pow3(Mst2)*pow3(s2t) - 1528800*pow4(Mt) - 45247*pow4(Mst2)*
4567  pow4(s2t)) - 1646400*pow4(Mt)*pow5(Mst2) + s2t*(-531552*Mst2*s2t*pow2(
4568  Mt) - 117600*Mt*pow2(Mst2)*pow2(s2t) + 1411200*pow3(Mt) + 34519*pow3(
4569  Mst2)*pow3(s2t))*pow6(Mst1)) + 2*pow4(Msq)*(2450*pow4(Mst1)*pow4(Mst2)*
4570  (-24*(-5434 + 1863*S2 + 1830*z2 - 72*z3)*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4571  + 288*Mst2*s2t*(116 + 189*S2 - 878*z2)*pow3(Mt) - 72*Mt*(-2326 + 189*S2
4572  + 346*z2)*pow3(Mst2)*pow3(s2t) + 32*(722 + 1701*S2 + 3753*z2 + 108*z3)*
4573  pow4(Mt) + 3*(6377 + 2592*S2 + 2724*z2 - 72*z3)*pow4(Mst2)*pow4(s2t)) +
4574  1960*pow2(Mst2)*(-4*(-47993 + 86940*S2 + 3060*z2 + 540*z3)*pow2(Mst2)*
4575  pow2(Mt)*pow2(s2t) + 1080*Mst2*s2t*(102 + 377*S2 - 330*z2)*pow3(Mt) -
4576  180*Mt*(326 + 219*S2 - 294*z2)*pow3(Mst2)*pow3(s2t) + 8*(-37598 +
4577  28215*S2 + 30870*z2)*pow4(Mt) + (-18499 + 46305*S2 - 15075*z2)*pow4(
4578  Mst2)*pow4(s2t))*pow6(Mst1) + 44100*pow2(Mst1)*(-2312*pow2(Mst2)*pow2(
4579  Mt)*pow2(s2t) - 2048*Mst2*s2t*pow3(Mt) + 512*Mt*pow3(Mst2)*pow3(s2t) +
4580  4112*pow4(Mt) + 385*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (-24*(-20192173
4581  + 50839950*S2 + 2866500*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 940800*
4582  Mst2*s2t*(302 + 2055*S2 - 732*z2)*pow3(Mt) - 58800*Mt*(136 + 1317*S2 -
4583  918*z2)*pow3(Mst2)*pow3(s2t) + 32*(-47778491 + 25754400*S2 + 20374200*
4584  z2)*pow4(Mt) + 9*(-5929019 + 9530500*S2 + 367500*z2 + 58800*z3)*pow4(
4585  Mst2)*pow4(s2t))*pow8(Mst1) + 11289600*pow2(Mt)*(-2*pow2(Mt) + pow2(
4586  Mst2)*pow2(s2t))*pow8(Mst2)) + 5880*pow2(Msq)*pow2(Mst1)*pow2(Mst2)*(4*
4587  pow2(Mst2)*pow4(Mst1)*(1364*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1200*Mst2*
4588  s2t*pow3(Mt) + 800*Mt*pow3(Mst2)*pow3(s2t) + 600*pow4(Mt) + 173*pow4(
4589  Mst2)*pow4(s2t)) - pow2(Mst1)*pow4(Mst2)*(8656*pow2(Mst2)*pow2(Mt)*
4590  pow2(s2t) - 33600*Mst2*s2t*pow3(Mt) + 16000*Mt*pow3(Mst2)*pow3(s2t) +
4591  27712*pow4(Mt) + 735*pow4(Mst2)*pow4(s2t)) + 2*(-2000*pow2(Mst2)*pow2(
4592  Mt)*pow2(s2t) - 9600*Mst2*s2t*pow3(Mt) + 28800*pow4(Mt) + 159*pow4(
4593  Mst2)*pow4(s2t))*pow6(Mst1) + 6000*(-2*pow4(Mt)*pow6(Mst2) + pow2(Mt)*
4594  pow2(s2t)*pow8(Mst2))))))/(793800.*pow4(Msq)*pow4(Mst1)*pow4(Mt)*pow5(
4595  Mst2)) + (pow2(log(pow2(Mst1)/pow2(Mst2)))*(-840*pow2(Msq)*pow3(Mst2)*
4596  pow4(Mst1)*(pow2(Mst1)*pow2(Mst2)*(-12*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4597  160*Mst2*s2t*pow3(Mt) + 80*Mt*pow3(Mst2)*pow3(s2t) + 80*pow4(Mt) - 19*
4598  pow4(Mst2)*pow4(s2t)) + pow4(Mst1)*(-120*pow4(Mt) + 9*pow4(Mst2)*pow4(
4599  s2t)) + 2*pow4(Mst2)*(-9*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 160*Mst2*s2t*
4600  pow3(Mt) + 40*Mt*pow3(Mst2)*pow3(s2t) + 72*pow4(Mt) + 10*pow4(Mst2)*
4601  pow4(s2t))) + 30*(192*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 2240*Mst2*s2t*
4602  pow3(Mt) - 840*Mt*pow3(Mst2)*pow3(s2t) - 1680*pow4(Mt) + 207*pow4(Mst2)
4603  *pow4(s2t))*pow6(Mst1)*pow7(Mst2) + 14*pow2(Dmglst2)*(450*pow2(Msq)*
4604  pow4(Mst1)*(128*Mst2*s2t*pow3(Mt) - 32*Mst2*Mt*(pow2(Mst1) + pow2(Mst2)
4605  )*pow3(s2t) - 16*pow4(Mt) + (20*pow2(Mst1) - 19*pow2(Mst2))*pow2(Mst2)*
4606  pow4(s2t))*pow5(Mst2) + pow4(Msq)*(pow3(Mst2)*pow4(Mst1)*(-4680*pow2(
4607  Mst2)*pow2(Mt)*pow2(s2t) + 152320*Mst2*s2t*pow3(Mt) - 44160*Mt*pow3(
4608  Mst2)*pow3(s2t) + 159056*pow4(Mt) - 15885*pow4(Mst2)*pow4(s2t)) + 120*
4609  pow2(Mst1)*(-200*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 384*Mst2*s2t*pow3(Mt)
4610  + 96*Mt*pow3(Mst2)*pow3(s2t) + 208*pow4(Mt) + 61*pow4(Mst2)*pow4(s2t))*
4611  pow5(Mst2) + 8*Mst2*(-16047*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 42580*Mst2*
4612  s2t*pow3(Mt) - 4020*Mt*pow3(Mst2)*pow3(s2t) + 99890*pow4(Mt) + 279*
4613  pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 1440*pow2(-4*pow2(Mt) + pow2(Mst2)*
4614  pow2(s2t))*pow7(Mst2)) + 225*((64*Mst2*s2t*pow3(Mt) - 80*Mt*pow3(Mst2)*
4615  pow3(s2t) - 16*pow4(Mt) + 35*pow4(Mst2)*pow4(s2t))*pow5(Mst2)*pow6(
4616  Mst1) - 10*pow4(Mst1)*(-32*Mst2*s2t*pow3(Mt) + 8*Mt*pow3(Mst2)*pow3(
4617  s2t) + 8*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t))*pow7(Mst2))) - 15*(-2240*
4618  Mst2*s2t*pow3(Mt) + 1680*pow4(Mt) + 223*pow4(Mst2)*pow4(s2t))*pow5(
4619  Mst2)*pow8(Mst1) + Mst2*pow4(Msq)*(280*pow4(Mst1)*pow4(Mst2)*(1536*
4620  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 8880*Mst2*s2t*pow3(Mt) + 3372*Mt*pow3(
4621  Mst2)*pow3(s2t) + 3212*pow4(Mt) + 879*pow4(Mst2)*pow4(s2t)) - 70*pow2(
4622  Mst2)*(-9560*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 27648*Mst2*s2t*pow3(Mt) -
4623  5136*Mt*pow3(Mst2)*pow3(s2t) + 3136*pow4(Mt) + 289*pow4(Mst2)*pow4(s2t)
4624  )*pow6(Mst1) + 1680*pow2(Mst1)*(-120*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4625  128*Mst2*s2t*pow3(Mt) + 32*Mt*pow3(Mst2)*pow3(s2t) + 208*pow4(Mt) + 21*
4626  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (669176*pow2(Mst2)*pow2(Mt)*pow2(
4627  s2t) - 313600*Mst2*s2t*pow3(Mt) + 229600*Mt*pow3(Mst2)*pow3(s2t) -
4628  4378256*pow4(Mt) + 56822*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 26880*pow2(
4629  Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) + 4*Dmglst2*(-525*
4630  pow4(Mst1)*(20*Mt*pow3(Mst2)*(-12*Mst2*s2t*pow2(Mt) + 4*pow3(Mt) + 3*
4631  pow3(Mst2)*pow3(s2t)) + pow4(Mst1)*(-16*s2t*pow3(Mt) + 5*pow3(Mst2)*
4632  pow4(s2t)) + 3*Mst2*pow2(Mst1)*(-32*Mst2*s2t*pow3(Mt) + 20*Mt*pow3(
4633  Mst2)*pow3(s2t) + 16*pow4(Mt) - 7*pow4(Mst2)*pow4(s2t)))*pow5(Mst2) -
4634  1050*pow2(Msq)*pow2(Mst2)*pow4(Mst1)*(3*pow4(Mst1)*(16*pow4(Mt) + pow4(
4635  Mst2)*pow4(s2t)) + pow4(Mst2)*(-192*Mst2*s2t*pow3(Mt) + 48*Mt*pow3(
4636  Mst2)*pow3(s2t) + 48*pow4(Mt) + 17*pow4(Mst2)*pow4(s2t)) - 4*pow2(Mst1)
4637  *(8*s2t*pow3(Mst2)*pow3(Mt) - 12*Mt*pow3(s2t)*pow5(Mst2) + 5*pow4(s2t)*
4638  pow6(Mst2))) + pow4(Msq)*(35*pow4(Mst1)*pow4(Mst2)*(9384*pow2(Mst2)*
4639  pow2(Mt)*pow2(s2t) + 11168*Mst2*s2t*pow3(Mt) + 4056*Mt*pow3(Mst2)*pow3(
4640  s2t) - 16912*pow4(Mt) + 717*pow4(Mst2)*pow4(s2t)) - 28*pow2(Mst2)*(-
4641  998*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 36680*Mst2*s2t*pow3(Mt) + 3150*Mt*
4642  pow3(Mst2)*pow3(s2t) + 37236*pow4(Mt) + 1411*pow4(Mst2)*pow4(s2t))*
4643  pow6(Mst1) + 840*pow2(Mst1)*(-136*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 192*
4644  Mst2*s2t*pow3(Mt) + 48*Mt*pow3(Mst2)*pow3(s2t) + 208*pow4(Mt) + 29*
4645  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (294096*pow2(Mst2)*pow2(Mt)*pow2(
4646  s2t) - 394240*Mst2*s2t*pow3(Mt) - 31080*Mt*pow3(Mst2)*pow3(s2t) +
4647  2542880*pow4(Mt) - 6102*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 26880*pow2(
4648  Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2))) + 240*pow2(Mt)*(
4649  420*Mst2*Mt*s2t - 223*pow2(Mt) + 11*pow2(Mst2)*pow2(s2t))*pow4(Mst1)*
4650  pow9(Mst2)))/(630.*pow4(Msq)*pow4(Mst1)*pow4(Mt)*pow5(Mst2));
4651 
4652  return result;
4653 }
4654 
4656 
4657  const double result =
4658  -474.3703703703704 - (115472*Dmglst2)/(27.*Mst2) + (204928*Dmglst2*s2t)/(
4659  27.*Mt) + (1472*Mst2*s2t)/(3.*Mt) + (4304*z2)/3. - (1536*Dmglst2*z2)/
4660  Mst2 - (6656*Dmglst2*s2t*z2)/(3.*Mt) - (7552*Mst2*s2t*z2)/(3.*Mt) +
4661  128*z3 - (49024*s2t*pow2(Dmglst2))/(27.*Mst2*Mt) - (1216*s2t*z2*pow2(
4662  Dmglst2))/(3.*Mst2*Mt) + (160*Dmglst2*Mst2)/(3.*pow2(Msq)) + (1648*
4663  pow2(Dmglst2))/(3.*pow2(Msq)) + (640*Mst2*s2t*pow2(Dmglst2))/(3.*Mt*
4664  pow2(Msq)) + (2240*Dmglst2*Mst2)/(3.*pow2(Mst1)) - (3680*pow2(Dmglst2))
4665  /(3.*pow2(Mst1)) + (4096*Mst2*s2t*pow2(Dmglst2))/(3.*Mt*pow2(Mst1)) - (
4666  320*pow2(Msq))/pow2(Mst1) + (10496*s2t*pow2(Mst1))/(3.*Mst2*Mt) - (
4667  8192*s2t*z2*pow2(Mst1))/(3.*Mst2*Mt) + (160*pow2(Mst1))/(9.*pow2(Msq))
4668  + (640*Dmglst2*pow2(Mst1))/(3.*Mst2*pow2(Msq)) - (2240*Dmglst2*s2t*
4669  pow2(Mst1))/(9.*Mt*pow2(Msq)) + (1600*Mst2*s2t*pow2(Mst1))/(9.*Mt*pow2(
4670  Msq)) - (640*s2t*pow2(Dmglst2)*pow2(Mst1))/(3.*Mst2*Mt*pow2(Msq)) + (
4671  6588784*pow2(Dmglst2))/(675.*pow2(Mst2)) - (704*z2*pow2(Dmglst2))/(3.*
4672  pow2(Mst2)) - (320*pow2(Msq))/pow2(Mst2) - (6208*pow2(Mst1))/(3.*pow2(
4673  Mst2)) + (11648*Dmglst2*s2t*pow2(Mst1))/(3.*Mt*pow2(Mst2)) + (1600*z2*
4674  pow2(Mst1))/pow2(Mst2) + (9088*Dmglst2*s2t*z2*pow2(Mst1))/(3.*Mt*pow2(
4675  Mst2)) - (320*pow2(Dmglst2)*pow2(Mst1))/(3.*pow2(Msq)*pow2(Mst2)) - (
4676  1040*pow2(Mst2))/(3.*pow2(Msq)) + (640*Dmglst2*s2t*pow2(Mst2))/(3.*Mt*
4677  pow2(Msq)) + (3424*pow2(Mst2))/(3.*pow2(Mst1)) - (2048*Dmglst2*s2t*
4678  pow2(Mst2))/(3.*Mt*pow2(Mst1)) + (57040*Dmglst2*Mst2*pow2(s2t))/(9.*
4679  pow2(Mt)) - (3072*Dmglst2*Mst2*z2*pow2(s2t))/pow2(Mt) + (56968*pow2(
4680  Dmglst2)*pow2(s2t))/(9.*pow2(Mt)) - (5632*z2*pow2(Dmglst2)*pow2(s2t))/
4681  pow2(Mt) - (320*pow2(Msq)*pow2(s2t))/pow2(Mt) + (304*pow2(Mst1)*pow2(
4682  s2t))/pow2(Mt) + (31280*Dmglst2*pow2(Mst1)*pow2(s2t))/(9.*Mst2*pow2(Mt)
4683  ) - (2048*Dmglst2*z2*pow2(Mst1)*pow2(s2t))/(Mst2*pow2(Mt)) + (63224*
4684  pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(9.*pow2(Mst2)*pow2(Mt)) - (5120*
4685  z2*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) + (160*
4686  pow2(Msq)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) + (8080*pow2(
4687  Mst2)*pow2(s2t))/(3.*pow2(Mt)) - (512*z2*pow2(Mst2)*pow2(s2t))/pow2(Mt)
4688  + (1328*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mst1)*pow2(Mt)) +
4689  (160*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) + (8192*
4690  Dmglst2*pow2(Mst1))/(9.*pow3(Mst2)) - (8960*Dmglst2*z2*pow2(Mst1))/
4691  pow3(Mst2) - (102400*s2t*pow2(Dmglst2)*pow2(Mst1))/(9.*Mt*pow3(Mst2)) -
4692  (11968*s2t*z2*pow2(Dmglst2)*pow2(Mst1))/(3.*Mt*pow3(Mst2)) - (640*s2t*
4693  pow3(Mst2))/(9.*Mt*pow2(Msq)) - (2048*s2t*pow3(Mst2))/(3.*Mt*pow2(Mst1)
4694  ) - (2144*Dmglst2*pow2(s2t)*pow3(Mst2))/(3.*pow2(Mst1)*pow2(Mt)) + (
4695  14000*Mst2*pow2(Dmglst2)*pow3(s2t))/(9.*pow3(Mt)) - (1152*Mst2*z2*pow2(
4696  Dmglst2)*pow3(s2t))/pow3(Mt) - (1184*Dmglst2*pow2(Mst1)*pow3(s2t))/
4697  pow3(Mt) - (4736*Mst2*pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (544*
4698  Dmglst2*z2*pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (544*Mst2*z2*pow2(
4699  Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (9328*pow2(Dmglst2)*pow2(Mst1)*pow3(
4700  s2t))/(9.*Mst2*pow3(Mt)) + (2048*Dmglst2*pow2(Mst2)*pow3(s2t))/pow3(Mt)
4701  - (2912*Dmglst2*z2*pow2(Mst2)*pow3(s2t))/(3.*pow3(Mt)) + (4832*pow3(
4702  Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (608*z2*pow3(Mst2)*pow3(s2t))/(3.*
4703  pow3(Mt)) - (1024*pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(3.*pow2(Mst1)*
4704  pow3(Mt)) + (280*Dmglst2*Mst2*pow2(Mst1))/(3.*pow4(Msq)) + (620*pow2(
4705  Dmglst2)*pow2(Mst1))/(3.*pow4(Msq)) - (1040*Mst2*s2t*pow2(Dmglst2)*
4706  pow2(Mst1))/(3.*Mt*pow4(Msq)) + (1732*pow2(Dmglst2)*pow2(Mst2))/(3.*
4707  pow4(Msq)) - (100*pow2(Mst1)*pow2(Mst2))/(3.*pow4(Msq)) - (80*Dmglst2*
4708  s2t*pow2(Mst1)*pow2(Mst2))/(3.*Mt*pow4(Msq)) + (520*Dmglst2*pow3(Mst2))
4709  /(9.*pow4(Msq)) + (400*s2t*pow2(Dmglst2)*pow3(Mst2))/(Mt*pow4(Msq)) + (
4710  560*s2t*pow2(Mst1)*pow3(Mst2))/(9.*Mt*pow4(Msq)) + (512*pow2(Dmglst2)*
4711  pow2(Mst2))/(3.*pow4(Mst1)) - (1024*Dmglst2*pow3(Mst2))/(3.*pow4(Mst1))
4712  - (640*s2t*pow4(Mst1))/(3.*Mst2*Mt*pow2(Msq)) + (1120*pow4(Mst1))/(3.*
4713  pow2(Msq)*pow2(Mst2)) + (640*Dmglst2*s2t*pow4(Mst1))/(3.*Mt*pow2(Msq)*
4714  pow2(Mst2)) + (144*pow2(s2t)*pow4(Mst1))/(pow2(Mst2)*pow2(Mt)) + (
4715  13024*s2t*pow4(Mst1))/(3.*Mt*pow3(Mst2)) - (7936*s2t*z2*pow4(Mst1))/(3.
4716  *Mt*pow3(Mst2)) - (3200*Dmglst2*pow4(Mst1))/(3.*pow2(Msq)*pow3(Mst2)) +
4717  (9856*Dmglst2*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mt)*pow3(Mst2)) - (2048*
4718  Dmglst2*z2*pow2(s2t)*pow4(Mst1))/(pow2(Mt)*pow3(Mst2)) - (392*pow3(s2t)
4719  *pow4(Mst1))/(3.*Mst2*pow3(Mt)) + (184*Dmglst2*pow3(s2t)*pow4(Mst1))/(
4720  3.*pow2(Mst2)*pow3(Mt)) + (110*pow4(Mst1))/(3.*pow4(Msq)) + (80*
4721  Dmglst2*pow4(Mst1))/(Mst2*pow4(Msq)) - (920*Dmglst2*s2t*pow4(Mst1))/(9.
4722  *Mt*pow4(Msq)) + (40*Mst2*s2t*pow4(Mst1))/(9.*Mt*pow4(Msq)) + (587920*
4723  pow2(Dmglst2)*pow2(Mst1))/(27.*pow4(Mst2)) + (35840*z2*pow2(Dmglst2)*
4724  pow2(Mst1))/(3.*pow4(Mst2)) - (11092*pow4(Mst1))/(3.*pow4(Mst2)) - (
4725  5248*Dmglst2*s2t*pow4(Mst1))/(Mt*pow4(Mst2)) + (5632*z2*pow4(Mst1))/(3.
4726  *pow4(Mst2)) + (24704*Dmglst2*s2t*z2*pow4(Mst1))/(3.*Mt*pow4(Mst2)) - (
4727  656*pow2(s2t)*pow4(Mst2))/(pow2(Mst1)*pow2(Mt)) + (512*Dmglst2*pow3(
4728  s2t)*pow4(Mst2))/(3.*pow2(Mst1)*pow3(Mt)) - (770*pow4(Mst2))/(9.*pow4(
4729  Msq)) + (120*Dmglst2*s2t*pow4(Mst2))/(Mt*pow4(Msq)) - (512*pow4(Mst2))/
4730  (3.*pow4(Mst1)) - (256*pow2(Dmglst2)*pow2(s2t)*pow4(Mst2))/(3.*pow2(Mt)
4731  *pow4(Mst1)) + (4*Dmglst2*Mst2*pow2(Mst1)*pow4(s2t))/(3.*pow4(Mt)) - (
4732  344*Dmglst2*Mst2*z2*pow2(Mst1)*pow4(s2t))/(3.*pow4(Mt)) + (818*pow2(
4733  Dmglst2)*pow2(Mst1)*pow4(s2t))/(9.*pow4(Mt)) - (172*z2*pow2(Dmglst2)*
4734  pow2(Mst1)*pow4(s2t))/(3.*pow4(Mt)) + (20*pow2(Msq)*pow2(Mst1)*pow4(
4735  s2t))/pow4(Mt) - (820*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(9.*pow4(Mt))
4736  + (172*z2*pow2(Dmglst2)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (20*pow2(
4737  Msq)*pow2(Mst2)*pow4(s2t))/pow4(Mt) - (1162*pow2(Mst1)*pow2(Mst2)*pow4(
4738  s2t))/(3.*pow4(Mt)) - (172*z2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*
4739  pow4(Mt)) - (844*Dmglst2*pow3(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (344*
4740  Dmglst2*z2*pow3(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (1667*pow4(Mst1)*pow4(
4741  s2t))/(6.*pow4(Mt)) + (98*Dmglst2*pow4(Mst1)*pow4(s2t))/(Mst2*pow4(Mt))
4742  + (82*z2*pow4(Mst1)*pow4(s2t))/(3.*pow4(Mt)) - (20*pow2(Msq)*pow4(Mst1)
4743  *pow4(s2t))/(pow2(Mst2)*pow4(Mt)) + (28*pow4(Mst2)*pow4(s2t))/pow4(Mt)
4744  + (30*z2*pow4(Mst2)*pow4(s2t))/pow4(Mt) - (166*pow2(Dmglst2)*pow4(Mst2)
4745  *pow4(s2t))/(3.*pow2(Mst1)*pow4(Mt)) - (20*pow2(Msq)*pow4(Mst2)*pow4(
4746  s2t))/(pow2(Mst1)*pow4(Mt)) + (158720*Dmglst2*pow4(Mst1))/(9.*pow5(
4747  Mst2)) - (20224*Dmglst2*z2*pow4(Mst1))/pow5(Mst2) + (512*pow3(s2t)*
4748  pow5(Mst2))/(3.*pow2(Mst1)*pow3(Mt)) - (40*s2t*pow5(Mst2))/(Mt*pow4(
4749  Msq)) + (512*Dmglst2*pow2(s2t)*pow5(Mst2))/(3.*pow2(Mt)*pow4(Mst1)) + (
4750  524*Dmglst2*pow4(s2t)*pow5(Mst2))/(3.*pow2(Mst1)*pow4(Mt)) + (8*log(
4751  pow2(Mst1)/pow2(Msq))*(6*Mst2*pow2(Dmglst2)*(2*(5*(25*Mt - 4*Mst2*s2t)*
4752  pow2(Mst1) - 6*Mt*pow2(Mst2))*pow4(Msq) + 20*Mt*pow2(Msq)*pow4(Mst2) +
4753  5*((Mt - 4*Mst2*s2t)*pow2(Mst1) + (11*Mt + 4*Mst2*s2t)*pow2(Mst2))*
4754  pow4(Mst2)) + 5*Mst2*(8*pow2(Msq)*((Mt - 2*Mst2*s2t)*pow2(Mst1) + 2*(2*
4755  Mt + Mst2*s2t)*pow2(Mst2))*pow4(Mst2) + 6*pow4(Msq)*(2*(5*Mt - 4*Mst2*
4756  s2t)*pow2(Mst1)*pow2(Mst2) + 2*(9*Mt - 4*Mst2*s2t)*pow4(Mst1) + (9*Mt +
4757  4*Mst2*s2t)*pow4(Mst2)) + pow4(Mst2)*(pow2(Mst1)*(6*Mt*pow2(Mst2) - 8*
4758  s2t*pow3(Mst2)) + (3*Mt - 4*Mst2*s2t)*pow4(Mst1) + (19*Mt + 12*Mst2*
4759  s2t)*pow4(Mst2))) + 60*log(pow2(Mst1)/pow2(Mst2))*pow4(Msq)*(6*Mst2*Mt*
4760  pow2(Dmglst2)*pow2(Mst1) + 2*Mt*pow2(Mst1)*pow3(Mst2) + Mst2*(9*Mt - 4*
4761  Mst2*s2t)*pow4(Mst1) - 4*Dmglst2*(Mt*pow2(Mst1)*pow2(Mst2) + (9*Mt - 3*
4762  Mst2*s2t)*pow4(Mst1)) - 2*Mt*pow5(Mst2)) - 20*Dmglst2*(2*pow4(Msq)*(3*(
4763  7*Mt - 2*Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + (81*Mt - 30*Mst2*s2t)*pow4(
4764  Mst1) + (-5*Mt + Mst2*s2t)*pow4(Mst2)) - 4*pow2(Msq)*(3*Mst2*Mt - s2t*
4765  pow2(Mst1) + s2t*pow2(Mst2))*pow5(Mst2) + (3*Mst2*(-Mt + 2*Mst2*s2t)*
4766  pow2(Mst1) - (13*Mt + 7*Mst2*s2t)*pow3(Mst2) + s2t*pow4(Mst1))*pow5(
4767  Mst2))))/(3.*Mt*pow4(Msq)*pow5(Mst2)) + (256*pow2(s2t)*pow6(Mst2))/(3.*
4768  pow2(Mt)*pow4(Mst1)) + (114*pow4(s2t)*pow6(Mst2))/(pow2(Mst1)*pow4(Mt))
4769  + (32*pow2(Dmglst2)*pow4(s2t)*pow6(Mst2))/(3.*pow4(Mst1)*pow4(Mt)) + (
4770  pow2(log(pow2(Mst1)/pow2(Mst2)))*(8*pow2(Mst1)*pow3(Mst2)*(425*pow2(
4771  Mst2)*pow2(Mt)*pow2(s2t) - 704*Mst2*s2t*pow3(Mt) + 212*Mt*pow3(Mst2)*
4772  pow3(s2t) - 196*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t)) + Mst2*pow4(Mst1)*(
4773  2688*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 3136*Mst2*s2t*pow3(Mt) + 1024*Mt*
4774  pow3(Mst2)*pow3(s2t) - 7168*pow4(Mt) + 41*pow4(Mst2)*pow4(s2t)) - 8*
4775  Dmglst2*(8*Mt*(-67*Mst2*s2t*pow2(Mt) - 108*Mt*pow2(Mst2)*pow2(s2t) +
4776  128*pow3(Mt) - 16*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + pow4(Mst2)*(-320*
4777  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 848*Mst2*s2t*pow3(Mt) - 532*Mt*pow3(
4778  Mst2)*pow3(s2t) + 512*pow4(Mt) - 99*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*
4779  pow2(Mst2)*(-768*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 448*Mst2*s2t*pow3(Mt)
4780  - 212*Mt*pow3(Mst2)*pow3(s2t) + 1656*pow4(Mt) + 35*pow4(Mst2)*pow4(s2t)
4781  )) + (296*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 6784*Mst2*s2t*pow3(Mt) +
4782  2208*Mt*pow3(Mst2)*pow3(s2t) + 288*pow4(Mt) + 519*pow4(Mst2)*pow4(s2t))
4783  *pow5(Mst2) + 4*Mst2*pow2(Dmglst2)*(320*pow2(Mt)*pow2(s2t)*pow4(Mst2) -
4784  512*pow2(Mst2)*pow4(Mt) + pow2(Mst1)*(768*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4785  - 1152*Mst2*s2t*pow3(Mt) + 2920*pow4(Mt) - 35*pow4(Mst2)*pow4(s2t)) +
4786  768*Mt*pow3(s2t)*pow5(Mst2) + 99*pow4(s2t)*pow6(Mst2))))/(3.*pow4(Mt)*
4787  pow5(Mst2)) + (log(pow2(Mst1)/pow2(Mst2))*(2*pow2(Dmglst2)*(1800*(-((Mt
4788  - 4*Mst2*s2t)*pow2(Mst1)) - (11*Mt + 4*Mst2*s2t)*pow2(Mst2))*pow3(Mt)*
4789  pow4(Mst1)*pow5(Mst2) - 7200*pow2(Msq)*pow4(Mst1)*pow4(Mt)*pow5(Mst2) +
4790  pow4(Msq)*(2*pow3(Mst2)*pow4(Mst1)*(3240*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4791  + 45920*Mst2*s2t*pow3(Mt) - 9720*Mt*pow3(Mst2)*pow3(s2t) + 39568*pow4(
4792  Mt) - 4635*pow4(Mst2)*pow4(s2t)) + 45*pow2(Mst1)*(-456*pow2(Mst2)*pow2(
4793  Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(s2t) +
4794  400*pow4(Mt) + 153*pow4(Mst2)*pow4(s2t))*pow5(Mst2) + 2*Mst2*(-34080*
4795  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 140360*Mst2*s2t*pow3(Mt) - 5880*Mt*
4796  pow3(Mst2)*pow3(s2t) + 370932*pow4(Mt) + 1005*pow4(Mst2)*pow4(s2t))*
4797  pow6(Mst1) - 1440*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow7(Mst2)))
4798  - 20*Dmglst2*(240*pow2(Msq)*pow2(Mst2)*pow3(Mt)*pow4(Mst1)*(-2*s2t*
4799  pow2(Mst1)*pow3(Mst2) + 3*Mt*pow4(Mst1) + 2*(3*Mt + Mst2*s2t)*pow4(
4800  Mst2)) - 120*pow3(Mt)*pow4(Mst1)*(3*Mst2*(-Mt + 2*Mst2*s2t)*pow2(Mst1)
4801  - (13*Mt + 7*Mst2*s2t)*pow3(Mst2) + s2t*pow4(Mst1))*pow5(Mst2) + pow4(
4802  Msq)*(-4*pow4(Mst1)*pow4(Mst2)*(1860*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4803  1532*Mst2*s2t*pow3(Mt) + 774*Mt*pow3(Mst2)*pow3(s2t) - 2764*pow4(Mt) +
4804  15*pow4(Mst2)*pow4(s2t)) + 2*pow2(Mst2)*(-432*pow2(Mst2)*pow2(Mt)*pow2(
4805  s2t) - 10936*Mst2*s2t*pow3(Mt) + 996*Mt*pow3(Mst2)*pow3(s2t) + 16228*
4806  pow4(Mt) + 207*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 3*pow2(Mst1)*(-856*
4807  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1536*Mst2*s2t*pow3(Mt) + 384*Mt*pow3(
4808  Mst2)*pow3(s2t) + 1200*pow4(Mt) + 203*pow4(Mst2)*pow4(s2t))*pow6(Mst2)
4809  + 4*(-738*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 8204*Mst2*s2t*pow3(Mt) + 135*
4810  Mt*pow3(Mst2)*pow3(s2t) + 12492*pow4(Mt) + 12*pow4(Mst2)*pow4(s2t))*
4811  pow8(Mst1) - 768*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(
4812  Mst2))) + 5*(480*pow2(Msq)*pow3(Mst2)*pow3(Mt)*pow4(Mst1)*(2*(-Mt + 2*
4813  Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 3*Mt*pow4(Mst1) - 4*(2*Mt + Mst2*s2t)
4814  *pow4(Mst2)) + 120*pow3(Mt)*pow4(Mst1)*(2*(-3*Mt + 4*Mst2*s2t)*pow2(
4815  Mst1)*pow2(Mst2) + (-3*Mt + 4*Mst2*s2t)*pow4(Mst1) - (19*Mt + 12*Mst2*
4816  s2t)*pow4(Mst2))*pow5(Mst2) + 360*(pow2(Mst1) - pow2(Mst2))*pow4(Mst1)*
4817  pow4(s2t)*pow5(Mst2)*pow6(Msq) + pow4(Msq)*(4*pow4(Mst1)*(3372*pow2(
4818  Mst2)*pow2(Mt)*pow2(s2t) - 9744*Mst2*s2t*pow3(Mt) + 3912*Mt*pow3(Mst2)*
4819  pow3(s2t) + 4492*pow4(Mt) + 669*pow4(Mst2)*pow4(s2t))*pow5(Mst2) - 48*
4820  pow3(Mst2)*(-267*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 792*Mst2*s2t*pow3(Mt)
4821  - 30*Mt*pow3(Mst2)*pow3(s2t) - 317*pow4(Mt) + 56*pow4(Mst2)*pow4(s2t))*
4822  pow6(Mst1) + 6*pow2(Mst1)*(-728*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*
4823  Mst2*s2t*pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(s2t) + 1200*pow4(Mt) + 139*
4824  pow4(Mst2)*pow4(s2t))*pow7(Mst2) + 3*Mst2*(4640*pow2(Mst2)*pow2(Mt)*
4825  pow2(s2t) - 13376*Mst2*s2t*pow3(Mt) + 240*Mt*pow3(Mst2)*pow3(s2t) +
4826  2328*pow4(Mt) - 279*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 768*pow2(Mt)*(-
4827  2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow9(Mst2)))))/(45.*pow4(Msq)*pow4(
4828  Mst1)*pow4(Mt)*pow5(Mst2));
4829 
4830  return result;
4831 }
4832 
4834 
4835  const double result =
4836  (1920*pow11(Mst2)*pow2(Mt)*pow2(s2t) + 52480*s2t*pow2(Dmglst2)*pow3(Mt)*
4837  pow4(Mst1)*pow4(Mst2) + 18896*pow2(Dmglst2)*pow3(Mst2)*pow4(Mst1)*pow4(
4838  Mt) - 48160*Dmglst2*pow4(Mst1)*pow4(Mst2)*pow4(Mt) - 1440*pow11(Mst2)*
4839  pow2(Dmglst2)*pow4(s2t) + 2325*pow11(Mst2)*pow2(Mst1)*pow4(s2t) +
4840  33360*pow2(Dmglst2)*pow2(Mt)*pow2(s2t)*pow4(Mst1)*pow5(Mst2) + 46400*
4841  Dmglst2*s2t*pow3(Mt)*pow4(Mst1)*pow5(Mst2) + 21840*pow2(Dmglst2)*pow2(
4842  Mst1)*pow4(Mt)*pow5(Mst2) + 21280*pow4(Mst1)*pow4(Mt)*pow5(Mst2) -
4843  7200*log(pow2(Mst1)/pow2(Msq))*pow4(Mst1)*pow4(Mt)*pow5(Mst2) + 600*
4844  pow2(Dmglst2)*pow2(Mt)*pow2(s2t)*pow3(Mst2)*pow6(Mst1) - 113280*s2t*
4845  pow2(Dmglst2)*pow2(Mst2)*pow3(Mt)*pow6(Mst1) + 74880*Dmglst2*s2t*pow3(
4846  Mst2)*pow3(Mt)*pow6(Mst1) - 14160*Dmglst2*pow2(Mt)*pow2(s2t)*pow4(Mst2)
4847  *pow6(Mst1) + 1920*s2t*pow3(Mt)*pow4(Mst2)*pow6(Mst1) - 11520*Mt*pow2(
4848  Dmglst2)*pow3(s2t)*pow4(Mst2)*pow6(Mst1) + 261920*Mst2*pow2(Dmglst2)*
4849  pow4(Mt)*pow6(Mst1) - 100800*Dmglst2*pow2(Mst2)*pow4(Mt)*pow6(Mst1) -
4850  10080*pow3(Mst2)*pow4(Mt)*pow6(Mst1) - 9000*pow2(Mt)*pow2(s2t)*pow5(
4851  Mst2)*pow6(Mst1) - 31200*Dmglst2*Mt*pow3(s2t)*pow5(Mst2)*pow6(Mst1) +
4852  4395*pow2(Dmglst2)*pow4(s2t)*pow5(Mst2)*pow6(Mst1) - 46080*s2t*pow2(
4853  Dmglst2)*pow2(Mst1)*pow3(Mt)*pow6(Mst2) + 82080*Dmglst2*pow2(Mt)*pow2(
4854  s2t)*pow4(Mst1)*pow6(Mst2) - 24000*s2t*pow3(Mt)*pow4(Mst1)*pow6(Mst2) +
4855  43680*Dmglst2*pow2(Mst1)*pow4(Mt)*pow6(Mst2) - 23520*Mt*pow3(s2t)*pow6(
4856  Mst1)*pow6(Mst2) + 1110*Dmglst2*pow4(s2t)*pow6(Mst1)*pow6(Mst2) + 30*
4857  log(pow2(Mst1)/pow2(Mst2))*pow4(Mst1)*(pow2(Mst1)*pow3(Mst2)*(1096*
4858  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1280*Mst2*s2t*pow3(Mt) + 328*Mt*pow3(
4859  Mst2)*pow3(s2t) - 32*pow4(Mt) - 91*pow4(Mst2)*pow4(s2t)) - Mst2*pow4(
4860  Mst1)*(-768*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1216*Mst2*s2t*pow3(Mt) +
4861  400*pow4(Mt) + 41*pow4(Mst2)*pow4(s2t)) - 2*Dmglst2*(32*pow2(Mt)*(-57*
4862  Mst2*Mt*s2t + 119*pow2(Mt) - 24*pow2(Mst2)*pow2(s2t))*pow4(Mst1) +
4863  pow4(Mst2)*(-384*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 912*Mst2*s2t*pow3(Mt)
4864  - 548*Mt*pow3(Mst2)*pow3(s2t) + 512*pow4(Mt) - 91*pow4(Mst2)*pow4(s2t))
4865  + pow2(Mst1)*pow2(Mst2)*(-768*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 640*Mst2*
4866  s2t*pow3(Mt) - 164*Mt*pow3(Mst2)*pow3(s2t) + 2016*pow4(Mt) + 91*pow4(
4867  Mst2)*pow4(s2t))) + 4*(14*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 456*Mst2*s2t*
4868  pow3(Mt) + 146*Mt*pow3(Mst2)*pow3(s2t) - 106*pow4(Mt) + 33*pow4(Mst2)*
4869  pow4(s2t))*pow5(Mst2) + Mst2*pow2(Dmglst2)*(384*pow2(Mt)*pow2(s2t)*
4870  pow4(Mst2) - 512*pow2(Mst2)*pow4(Mt) + pow2(Mst1)*(768*pow2(Mst2)*pow2(
4871  Mt)*pow2(s2t) - 1280*Mst2*s2t*pow3(Mt) + 4000*pow4(Mt) - 91*pow4(Mst2)*
4872  pow4(s2t)) + 768*Mt*pow3(s2t)*pow5(Mst2) + 91*pow4(s2t)*pow6(Mst2))) -
4873  22440*pow2(Dmglst2)*pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow7(Mst2) - 46080*
4874  Dmglst2*s2t*pow2(Mst1)*pow3(Mt)*pow7(Mst2) + 42960*pow2(Mt)*pow2(s2t)*
4875  pow4(Mst1)*pow7(Mst2) + 19680*Dmglst2*Mt*pow3(s2t)*pow4(Mst1)*pow7(
4876  Mst2) - 23040*pow2(Dmglst2)*pow4(Mt)*pow7(Mst2) + 21840*pow2(Mst1)*
4877  pow4(Mt)*pow7(Mst2) - 10005*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t)*pow7(
4878  Mst2) - 5325*pow4(s2t)*pow6(Mst1)*pow7(Mst2) + 67200*Dmglst2*Mst2*s2t*
4879  pow3(Mt)*pow8(Mst1) + 1920*s2t*pow2(Mst2)*pow3(Mt)*pow8(Mst1) - 112320*
4880  Dmglst2*pow4(Mt)*pow8(Mst1) - 12000*Mst2*pow4(Mt)*pow8(Mst1) + 1770*
4881  Dmglst2*pow4(Mst2)*pow4(s2t)*pow8(Mst1) + 3585*pow4(s2t)*pow5(Mst2)*
4882  pow8(Mst1) - 29520*Dmglst2*pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow8(Mst2) -
4883  15360*s2t*pow2(Mst1)*pow3(Mt)*pow8(Mst2) + 11520*Mt*pow2(Dmglst2)*pow2(
4884  Mst1)*pow3(s2t)*pow8(Mst2) + 19680*Mt*pow3(s2t)*pow4(Mst1)*pow8(Mst2) -
4885  15360*Dmglst2*pow4(Mt)*pow8(Mst2) - 8490*Dmglst2*pow4(Mst1)*pow4(s2t)*
4886  pow8(Mst2) + 11520*pow2(Dmglst2)*pow2(Mt)*pow2(s2t)*pow9(Mst2) - 12840*
4887  pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow9(Mst2) + 11520*Dmglst2*Mt*pow2(Mst1)*
4888  pow3(s2t)*pow9(Mst2) - 3840*pow4(Mt)*pow9(Mst2) + 7125*pow2(Dmglst2)*
4889  pow2(Mst1)*pow4(s2t)*pow9(Mst2) - 345*pow4(Mst1)*pow4(s2t)*pow9(Mst2) +
4890  7680*Dmglst2*pow2(Mt)*pow2(s2t)*power10(Mst2) + 3840*Mt*pow2(Mst1)*
4891  pow3(s2t)*power10(Mst2) + 6570*Dmglst2*pow2(Mst1)*pow4(s2t)*power10(
4892  Mst2))/(45.*pow4(Mst1)*pow4(Mt)*pow5(Mst2));
4893 
4894  return result;
4895 }
4896 
4898 
4899  const double result =
4900  -298.6666666666667;
4901 
4902  return result;
4903 }
4904 
4905 } // namespace hierarchies
4906 } // namespace himalaya
std::array< int, ExpansionDepth::NUMBER_OF_EXPANSIONS > ExpansionFlags_t
Definition: H3.cpp:14
double calc_coef_at_as2_no_sm_logs_log0() const
Definition: H6.cpp:3924
truncate the expansion depth in the stop/sbottom masses by one order
truncate the expansion depth in the average squark mass by one order
double calc_coef_at_as2_no_sm_logs_log1() const
Definition: H6.cpp:4655
int xMst
MDR and truncation flags.
Definition: H6.hpp:73
Complex< T > log(const Complex< T > &z_) noexcept
Definition: complex.hpp:45
double getS1() const
Definition: H6.cpp:75
double getS12() const
Definition: H6.cpp:2886
double calc_coef_at_as2_no_sm_logs_log2() const
Definition: H6.cpp:4833
H6(const ExpansionFlags_t &expansionDepth, double Al4p, double beta, double Dmglst2, double lmMt, double lmMst1, double lmMst2, double lmMsq, double Mt, double Mst1, double Mst2, double Msq, double MuSUSY, double s2t, int mdrFlag, int oneLoopFlag, int twoLoopFlag, int threeLoopFlag)
Definition: H6.cpp:38
double Al4p
common variables
Definition: H6.hpp:72
truncate the expansion depth in the difference of the stop/sbottom 2 mass and the gluino mass by one ...
double getS2() const
Definition: H6.cpp:465
int threeLoopFlag
loop flags
Definition: H6.hpp:74
double calc_coef_at_as2_no_sm_logs_log3() const
Definition: H6.cpp:4897