Himalaya
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
H6g2.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 Mgl a double gluino mass
28  * @param Mt a double top/bottom quark mass
29  * @param Mst1 a double stop 1 mass
30  * @param Mst2 a double stop 2 mass
31  * @param Msq a double average squark mass w/o the stop quark
32  * @param MuSUSY a double mu parameter
33  * @param s2t a double 2 times the sine of the stop/sbottom quark mixing angle
34  * @param mdrFlag an int 0 for DR and 1 for MDR scheme
35  * @param oneLoopFlag an int flag to consider the one-loop expansion terms
36  * @param twoLoopFlag an int flag to consider the two-loop expansion terms
37  * @param threeLoopFlag an int flag to consider the three-loop expansion terms
38  */
39 H6g2::H6g2(const ExpansionFlags_t& expansionDepth, double Al4p, double beta, double Dmglst2,
40  double lmMt, double lmMst1, double lmMst2, double lmMsq,
41  double Mgl, double Mt, double Mst1, double Mst2, double Msq, double MuSUSY,
42  double s2t,
43  int mdrFlag, int oneLoopFlag, int twoLoopFlag, int threeLoopFlag){
44  // abbrev for tan(beta) and sin(beta)
45  Tbeta = tan(beta);
46  Sbeta = sin(beta);
47  this -> Dmglst2 = Dmglst2;
48  this -> lmMt = lmMt;
49  this -> lmMst1 = lmMst1;
50  this -> lmMst2 = lmMst2;
51  this -> lmMsq = lmMsq;
52  this -> Mgl = Mgl;
53  this -> Mt = Mt;
54  this -> Mst1 = Mst1;
55  this -> Mst2 = Mst2;
56  this -> Msq = Msq;
57  this -> MuSUSY = MuSUSY;
58  this -> s2t = s2t;
59  this -> oneLoopFlag = oneLoopFlag;
60  this -> twoLoopFlag = twoLoopFlag;
61  this -> threeLoopFlag = threeLoopFlag;
62  this -> Al4p = Al4p;
63  // mdr flags, indicates if one wants to shift the dr stop mass to the mdr stop mass
64  shiftst1 = mdrFlag;
65  shiftst2 = mdrFlag;
66  shiftst3 = mdrFlag;
67  xDR2DRMOD = mdrFlag;
68  // expansion flags
69  xDmglst2 = expansionDepth.at(ExpansionDepth::Dmglst2);
70  xMsq = expansionDepth.at(ExpansionDepth::Msq);
71  xMst = expansionDepth.at(ExpansionDepth::Mst);
72 }
73 
74 /**
75  * @return The diagonal (1, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6g2'
76  */
77 double H6g2::getS1() const {
78  return -(pow2(Mt)*((270*s2t*xMst*(27*(lmMst1 - lmMst2)*Mst2*oneLoopFlag*s2t*
79  pow2(MuSUSY) - (2*Al4p*twoLoopFlag*(4*(18*(lmMst1 - lmMst2)*(-2 + 3*
81  785 + 6*lmMst1*(85 - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) -
82  Mst2*s2t*(49 - 84*lmMst2 + lmMst1*(84 - 36*lmMst2*(-1 + xDR2DRMOD)) +
83  36*(-1 + xDR2DRMOD)*pow2(lmMst2))) + (Mt*(193 + 474*lmMst2 - 6*lmMst1*(
84  67 + 42*lmMst2) + 252*pow2(lmMst2)) - Mst2*s2t*(1 + 3*lmMst2*(-37 + 6*
85  xDR2DRMOD) - 3*lmMst1*(-37 + 6*lmMst2*(-12 + xDR2DRMOD) + 6*xDR2DRMOD)
86  - 81*pow2(lmMst1) + 9*(-15 + 2*xDR2DRMOD)*pow2(lmMst2)))*pow2(Mgl))*
87  pow2(MuSUSY) - (xDmglst2*pow2(Dmglst2)*(4*Mt*Tbeta*(-2501 + 222*lmMst2
88  + 42*lmMst1*(-7 + 6*lmMst2) - 252*pow2(lmMst2))*pow2(MuSUSY) + 6*Mst2*
89  MuSUSY*(MuSUSY*s2t*Tbeta*(85 - 60*lmMst1 + 60*lmMst2 + 36*lmMst1*lmMst2
90  - 36*pow2(lmMst2)) + 10*(-43 + 60*lmMst1 - 60*lmMst2)*Mt*pow2(Sbeta)) +
91  15*(-43 + 60*lmMst1 - 60*lmMst2)*s2t*Tbeta*(-1 + pow2(Sbeta))*pow2(
92  Sbeta)*pow3(Mst2)))/Tbeta))/pow2(Mgl))*pow6(Mst1))/pow7(Mst2) - pow2(
93  MuSUSY)*(3645*oneLoopFlag*pow2(s2t)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 -
94  lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)) + (19440*
95  Al4p*pow2(s2t)*(((2 - 3*lmMst2)*twoLoopFlag*xDmglst2*xDR2DRMOD*pow2(
96  Dmglst2)*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*
97  pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))))/pow2(
98  Mgl) + 5*Al4p*(1 - 2*lmMsq)*threeLoopFlag*xMsq*pow2(Msq)*((1 - 2*
99  lmMst2*(-1 + shiftst1))*pow2(Mst1)*pow2(Mst2) + 2*lmMst1*(-1 +
100  shiftst1)*pow2(Mst1)*pow2(Mst2) + shiftst2*pow2(Mst1)*(2*pow2(Mst1) +
101  pow2(Mst2)) - 2*lmMst1*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + 2*
102  lmMst2*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + pow4(Mst2) - shiftst1*(
103  2*pow2(Mst1)*pow2(Mst2) + 2*pow4(Mst1) + pow4(Mst2)))))/(pow2(Mst1)*
104  pow4(Mst2)) + 2*threeLoopFlag*pow2(Al4p)*((180*pow2(Mt)*(3*Mgl*(8*pow2(
105  Mst2)*(436 - 6*B4 + 6*D3 - 3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2
106  + 24*lmMt - 972*S2 - 48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2)) +
107  pow2(Mst1)*(10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 - 384*(-25 + 9*
108  lmMst1)*lmMst2 - 384*lmMst1*lmMt + 384*(1 + lmMst2)*lmMt - 224*OepS2 +
109  324*(-43 + 14*lmMst1 - 14*lmMst2)*S2 - 384*(-13 + 4*lmMst1)*pow2(
110  lmMst2) + 1536*pow3(lmMst2))) + 2*Dmglst2*(pow2(Mst1)*(28405 - 288*B4 +
111  288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 +
112  lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*lmMst1 - 14*lmMst2)*S2
113  - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(lmMst2)) + 72*pow2(Mst2)
114  *(180 - 2*B4 + 2*D3 - DN + 144*lmMst2 - 216*S2 - 16*(-2 + lmMst1)*pow2(
115  lmMst2) + 16*(lmMst1 + pow3(lmMst2))))))/(Mgl*pow4(Mst2)) + 90*pow2(
116  s2t)*(15829 - 720*B4 + 72*D3 - 36*DN - 3330*lmMsq + 1350*pow2(lmMsq) -
117  3*lmMst1*(5279 - 1950*lmMsq + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*
118  lmMst2*(10421 - 6558*lmMst1 + 30*lmMsq*(-95 + 42*lmMst1) + 630*pow2(
119  lmMsq) + 234*pow2(lmMst1)) - 18*(-1460 + 210*lmMsq + 399*lmMst1)*pow2(
120  lmMst2) - 288*pow3(lmMst1) + 6768*pow3(lmMst2) + (6*pow2(Mst1)*((Mgl*(
121  111 + 2668*lmMst1 + 2*(-1514 + 675*lmMst1)*lmMst2 + 90*lmMsq*(4 - 13*
122  lmMst1 + 13*lmMst2) - 90*pow2(lmMst1) - 1260*pow2(lmMst2)) + 100*
123  Dmglst2*(69 + (-53 + 42*lmMsq)*lmMst2 + lmMst1*(53 - 42*lmMsq + 42*
124  lmMst2) - 42*pow2(lmMst2)))/(Mgl*pow2(Msq)) - (135*(204.20053497942388
125  + (76*B4)/
126  9. - (2*DN)/9. - (50*lmMsq)/3. + (2*lmMst1*(57971 - 14625*lmMsq + 2700*
127  pow2(lmMsq)))/405. + ((-1331 + 180*lmMsq)*pow2(lmMst1))/27. - (2*
128  lmMst2*(52436 - 70455*lmMst1 + 225*lmMsq*(-65 + 36*lmMst1) + 2700*pow2(
129  lmMsq) + 8280*pow2(lmMst1)))/405. + ((-8063 + 900*lmMsq + 3792*lmMst1)*
130  pow2(lmMst2))/27. - (62*pow3(lmMst1))/27. - (2626*pow3(lmMst2))/27. - (
131  Dmglst2*(109.11799176954733 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. + 80*
132  lmMsq - lmMst1*(78.19061728395062 + 20*pow2(lmMsq)) - (2888*pow2(
133  lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1 + 20*pow2(lmMsq) + (4*(-21616 -
134  64515*lmMst1 + 31275*pow2(lmMst1)))/2025.) - (4*(-5023 + 1350*lmMsq +
135  6285*lmMst1)*pow2(lmMst2))/135. + (20*pow3(lmMst1))/27. + (3340*pow3(
136  lmMst2))/27.))/Mgl))/pow2(Mst2)))/5. + 162*pow4(Mst1)*((
137  1.0702990137854083 + (9571*lmMsq)/26460. + (4.249508692365835 - (169*
138  lmMsq)/63.)*lmMst1 + (-4.6112244897959185 + (19*lmMsq)/7. + (31*lmMst1)
139  /9.)*lmMst2 - pow2(lmMsq)/63. - (8*pow2(lmMst1))/21. + (5*Dmglst2*(216
140  + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) -
141  132*pow2(lmMst2)))/(54.*Mgl) - (194*pow2(lmMst2))/63.)/pow4(Msq) - (
142  363.3804294212688 + (76*B4)/9. - (2*DN)/9. - (35*lmMsq)/2. + lmMst1*(
143  211.3489518770471 - (695*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
144  214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
145  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
146  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
147  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
148  (1556*pow3(lmMst2))/9. - (Dmglst2*(536.1152102791342 - (8*B4)/3. + (32*
149  D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*lmMsq*(1 +
150  lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 + lmMsq) + (
151  133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/9.) - (
152  15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (2812*
153  lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(lmMst2))/
154  27.))/Mgl)/pow4(Mst2)) + (162*(Dmglst2*(19.734567901234566 - (8*B4)/3.
155  + (32*D3)/
156  9. - (20*DN)/9. + (170*lmMsq)/3. + lmMst1*(9.333333333333334 - 20*pow2(
157  lmMsq)) + 10*pow2(lmMsq) - (26*pow2(lmMst1))/3. + (2*lmMst2*(-291 -
158  464*lmMst1 + 90*lmMsq*(-1 + 2*lmMst1) + 90*pow2(lmMsq) + 32*pow2(
159  lmMst1)))/9. - (2*(-607 + 180*lmMsq + 336*lmMst1)*pow2(lmMst2))/9. + (
160  608*pow3(lmMst2))/9.) - (16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl +
161  lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) + (pow2(Mst2)*((Mgl*(2*(4167613
162  - 19932360*lmMst2 + 20580*lmMst1*(701 + 540*lmMst2) + 420*lmMsq*(13109
163  - 26460*lmMst1 + 25620*lmMst2) + 176400*pow2(lmMsq) - 10936800*pow2(
164  lmMst2))*pow2(Mst1) + (41220947 - 420*lmMsq*(12479 + 69090*lmMst1 -
165  69930*lmMst2) - 21234990*lmMst2 + 10290*lmMst1*(2573 + 2820*lmMst2) -
166  176400*pow2(lmMsq) - 29194200*pow2(lmMst2))*pow2(Mst2)))/1.11132e7 + (
167  5*Dmglst2*(2*(219 + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq +
168  132*lmMst2) - 132*pow2(lmMst2))*pow2(Mst1) + (557 - 224*lmMst2 + 4*
169  lmMst1*(53 + 96*lmMst2) + lmMsq*(12 - 384*lmMst1 + 384*lmMst2) - 384*
170  pow2(lmMst2))*pow2(Mst2)))/108. - (40*(8*Dmglst2*(14 - 15*lmMsq + 15*
171  lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst2) + (-12*
172  Mgl*(341 + 642*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
173  lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2)) - 24*Dmglst2*(-115 + (366
174  + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*
175  pow2(lmMst2)))*pow4(Msq) + (90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*
176  (67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow4(Mst2))/(216.*pow2(Mst1))))/pow4(
177  Msq) - (2*Dmglst2*(54*(344*OepS2 + 9*(15643 - 774*lmMst1 + 774*lmMst2)*
178  S2)*pow2(Mst1)*pow2(Mst2) + 4*(17308*OepS2 + 27*(93919 - 12981*lmMst1 +
179  12981*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2 - 81*(-1677 + 14*lmMst1 -
180  14*lmMst2)*S2)*pow4(Mst2)) + 3*Mgl*(-3*(3896*OepS2 - 81*(9473 + 974*
181  lmMst1 - 974*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (-29428*OepS2 + 27*(
182  160997 + 22071*lmMst1 - 22071*lmMst2)*S2)*pow4(Mst1) + 432*(-4*OepS2 +
183  81*(22 + lmMst1 - lmMst2)*S2)*pow4(Mst2)))/(2187.*pow4(Mst2)) + (Mgl*((
184  1725 + (-7006 + 2640*lmMsq)*lmMst2 + lmMst1*(7006 - 2640*lmMsq + 4800*
185  lmMst2) - 1080*pow2(lmMst1) - 3720*pow2(lmMst2))*pow4(Mst1) + 2*(836 -
186  2235*lmMst2 + 75*lmMst1*(27 + 16*lmMst2) + 30*lmMsq*(7 - 40*lmMst1 +
187  40*lmMst2) - 1200*pow2(lmMst2))*pow4(Mst2)) + 50*Dmglst2*((291 + 2*(-
188  103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*lmMsq + 84*lmMst2) - 168*
189  pow2(lmMst2))*pow4(Mst1) + 2*(118 + 109*lmMst1 + (-133 + 102*lmMst1)*
190  lmMst2 + 6*lmMsq*(4 - 17*lmMst1 + 17*lmMst2) - 102*pow2(lmMst2))*pow4(
191  Mst2)))/(270.*pow2(Msq)*pow2(Mst2))))/Mgl + (54*(-1 + 2*lmMst2)*
192  shiftst3*(2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 -
193  lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (2 - 6*lmMst1 + 6*lmMst2)*
194  pow6(Mst1) + pow6(Mst2)))/(pow2(Mst1)*pow4(Mst2))) + ((10*(3*pow2(Mgl)*
195  (-6*Mst2*pow2(Mst1)*(-36*pow2(Mt)*(218*z3 + 50*z4 + 21*pow2(z2)) +
196  pow2(Mst2)*pow2(s2t)*((-56978 - 216*lmMst1 + 216*lmMst2)*z3 + 1136*z4 +
197  813*pow2(z2)) + 4*Mst2*Mt*s2t*(-11396*z3 - 1135*z4 + 2388*pow2(z2))) +
198  18*(8*(230*z3 + 27*z4)*pow2(Mt) + 5*Mst2*Mt*s2t*(2098*z3 + 102*z4 -
199  333*pow2(z2)) + 3*pow2(Mst2)*pow2(s2t)*((1913 + 12*lmMst1 - 12*lmMst2)*
200  z3 - 10*z4 + 48*pow2(z2)))*pow3(Mst2) + s2t*(Mt*(268928*z3 + 47056*z4 -
201  82020*pow2(z2)) + Mst2*s2t*(8*(76813 + 162*lmMst1 - 162*lmMst2)*z3 -
202  15686*z4 - 18183*pow2(z2)))*pow4(Mst1)) + 2*Dmglst2*Mgl*Mst2*(27*pow2(
203  Mst2)*(16*(-83*z3 + 27*z4)*pow2(Mt) + Mst2*Mt*s2t*(37474*z3 + 542*z4 -
204  5289*pow2(z2)) + pow2(Mst2)*pow2(s2t)*(16175*z3 + 424*z4 + 474*pow2(z2)
205  )) - 36*pow2(Mst1)*(6*pow2(Mt)*(250*z3 - 94*z4 + 21*pow2(z2)) - 3*pow2(
206  Mst2)*pow2(s2t)*(9207*z3 + 185*z4 + 237*pow2(z2)) + Mst2*Mt*s2t*(-
207  59336*z3 - 709*z4 + 8535*pow2(z2))) + 4*pow2(s2t)*(338536*z3 + 11327*z4
208  + 15897*pow2(z2))*pow4(Mst1)) + Mst2*xDmglst2*pow2(Dmglst2)*(9*pow2(
209  Mst2)*(48*(-1990*z3 + 81*z4)*pow2(Mt) + 2*Mst2*Mt*s2t*(256474*z3 +
210  2498*z4 - 31083*pow2(z2)) + pow2(Mst2)*pow2(s2t)*(226447*z3 + 8888*z4 +
211  4098*pow2(z2))) - 12*pow2(Mst1)*(36*pow2(Mt)*(250*z3 - 94*z4 + 21*pow2(
212  z2)) - pow2(Mst2)*pow2(s2t)*(409448*z3 + 10819*z4 + 3471*pow2(z2)) +
213  Mst2*Mt*s2t*(-699292*z3 - 12344*z4 + 88647*pow2(z2))) + 8*pow2(s2t)*(
214  338536*z3 + 11327*z4 + 15897*pow2(z2))*pow4(Mst1))))/pow2(Mgl) + (40*
215  T1ep*(2*Dmglst2*Mst2*(-36*pow2(Mst1)*(253*Mst2*Mt*s2t + 42*pow2(Mt) -
216  129*pow2(Mst2)*pow2(s2t)) + 189*s2t*(-5*Mt + 2*Mst2*s2t)*pow3(Mst2) +
217  17308*pow2(s2t)*pow4(Mst1)) + 3*Mgl*(6*Mst2*pow2(Mst1)*(272*Mst2*Mt*s2t
218  + 252*pow2(Mt) - 487*pow2(Mst2)*pow2(s2t)) + s2t*(3764*Mt - 7357*Mst2*
219  s2t)*pow4(Mst1) + 54*s2t*(7*Mt - 8*Mst2*s2t)*pow4(Mst2))))/Mgl + Mt*
220  s2t*(14580*pow2(Mst1)*pow2(Mst2)*(1035.3004115226338 + (1016*B4)/9. - (
221  4*DN)/9. - 240*lmMsq + (80*pow2(lmMsq))/3. - (8*lmMst1*(422 - 45*lmMsq
222  + 45*pow2(lmMsq)))/9. - (176*pow2(lmMst1))/9. + (8*lmMst2*(1096 + 15*
223  lmMsq*(-7 + 6*lmMst1 - 6*lmMst2) + 717*lmMst2 - lmMst1*(551 + 248*
224  lmMst2) + 45*pow2(lmMsq) + 8*pow2(lmMst1)))/9. + (640*pow3(lmMst2))/3.
225  + ((-80*(Mgl*(55 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 52*lmMst2 -
226  10*lmMst1*(4 + 3*lmMst2) + 30*pow2(lmMst2)) + Dmglst2*(321 + 18*lmMsq*(
227  -2 + 5*lmMst1 - 5*lmMst2) + 96*lmMst2 - 30*lmMst1*(2 + 3*lmMst2) + 90*
228  pow2(lmMst2)))*pow2(Mst1))/(27.*pow2(Msq)) + Dmglst2*(881.6139917695473
229  + 248*B4 - 4*DN - (2560*lmMsq)/3. + lmMst1*(130.96296296296296 - 120*
230  lmMsq - 40*pow2(lmMsq)) + (80*pow2(lmMsq))/3. + (176*pow2(lmMst1))/9. +
231  (8*lmMst2*(4364 - 573*lmMst1 + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(
232  lmMsq) + 24*pow2(lmMst1)))/27. - (8*(-377 + 90*lmMsq + 376*lmMst1)*
233  pow2(lmMst2))/9. + (2944*pow3(lmMst2))/9.))/Mgl) + 10*(2552929 +
234  257904*B4 - 648*DN - 456840*lmMsq + 38880*pow2(lmMsq) - 216*lmMst1*(
235  4591 - 360*lmMsq + 450*pow2(lmMsq)) + 41904*pow2(lmMst1) + 216*lmMst2*(
236  9211 - 6466*lmMst1 + 180*lmMsq*(-4 + 5*lmMst1) + 450*pow2(lmMsq) + 576*
237  pow2(lmMst1)) - 864*(-1784 + 225*lmMsq + 840*lmMst1)*pow2(lmMst2) -
238  3456*pow3(lmMst1) + 604800*pow3(lmMst2))*pow4(Mst1) + ((9*(15*Mgl*(-
239  640*(23 + lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*lmMst1*(4 +
240  3*lmMst2) + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 3*(18201 + 1760*B4 -
241  16*DN - 5760*lmMsq + 960*pow2(lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*
242  pow2(lmMsq)) + 16*lmMst2*(1291 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1)
243  + 30*pow2(lmMsq) - 16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(-313 + 30*
244  lmMsq + 72*lmMst1)*pow2(lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) - 20*(
245  233 + 36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*lmMst1*(3 +
246  4*lmMst2) + 180*pow2(lmMst2))*pow4(Mst1)) + Dmglst2*(-14400*(77 + 6*
247  lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 24*lmMst2 - 6*lmMst1*(2 + 3*lmMst2)
248  + 18*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + (779917 + 188640*B4 - 3600*DN
249  - 648000*lmMsq + 43200*pow2(lmMsq) - 720*lmMst1*(-173 + 90*lmMsq + 30*
250  pow2(lmMsq)) + 720*lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1)
251  + 30*pow2(lmMsq) - 16*pow2(lmMst1)) + 11520*pow2(lmMst1) - 1440*(-265 +
252  30*lmMsq + 136*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2))*pow4(Msq) -
253  300*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*
254  lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow4(Mst1)))*pow4(Mst2))/
255  pow4(Msq) - 160*OepS2*((-3036*Dmglst2 + 816*Mgl)*pow2(Mst1)*pow2(Mst2)
256  + 1882*Mgl*pow4(Mst1) - 63*(5*Dmglst2 - 3*Mgl)*pow4(Mst2)) - 108*S2*(3*
257  Dmglst2*pow2(Mst2)*(8*(2489 + 3795*lmMst1 - 3795*lmMst2)*pow2(Mst1) +
258  9*(-453 + 350*lmMst1 - 350*lmMst2)*pow2(Mst2)) - 5*Mgl*(36*(169 + 136*
259  lmMst1 - 136*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(9185 + 5646*lmMst1 -
260  5646*lmMst2)*pow4(Mst1) + 81*(-1 + 14*lmMst1 - 14*lmMst2)*pow4(Mst2)))
261  + (90*(-48*(15*Dmglst2*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*
262  lmMst2 - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2)) + 5*Mgl*(71 + 12*
263  lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) +
264  12*pow2(lmMst2)))*pow2(Msq) - 5*(Mgl*(1153 + 12*lmMsq*(-35 + 54*lmMst1
265  - 54*lmMst2) + 906*lmMst2 - 162*lmMst1*(3 + 4*lmMst2) + 648*pow2(
266  lmMst2)) + Dmglst2*(8713 + 12*lmMsq*(-179 + 270*lmMst1 - 270*lmMst2) +
267  3282*lmMst2 - 162*lmMst1*(7 + 20*lmMst2) + 3240*pow2(lmMst2)))*pow2(
268  Mst1) - 5*(Mgl*(911 + 12*lmMsq*(-37 + 18*lmMst1 - 18*lmMst2) + 606*
269  lmMst2 - 54*lmMst1*(3 + 4*lmMst2) + 216*pow2(lmMst2)) + Dmglst2*(5591 +
270  12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 +
271  20*lmMst2) + 1080*pow2(lmMst2)))*pow2(Mst2) + (2304*(1 + lmMst2)*(-
272  Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq))/pow2(Mst1))*
273  pow6(Mst2))/pow4(Msq))/Mgl))/pow5(Mst2)) + (2*Al4p*xDmglst2*pow2(
274  Dmglst2)*(Al4p*threeLoopFlag*((72*pow2(Mt)*(5*pow2(Mst1)*(28405 - 288*
275  B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*
276  (-2 + lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*lmMst1 - 14*
277  lmMst2)*S2 - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(lmMst2)) + 4*
278  pow2(Mst2)*(50134 - 270*B4 + 270*D3 - 135*DN + 120*(271 + 24*lmMst1)*
279  lmMst2 - 120*lmMt - 29646*S2 - 720*(-2 + 3*lmMst1)*pow2(lmMst2) + 2160*
280  (lmMst1 + pow3(lmMst2)))) + 80*T1ep*(6*pow2(Mst1)*(1555*Mst2*Mt*s2t -
281  252*pow2(Mt) + 185*pow2(Mst2)*pow2(s2t)) + 63*s2t*(Mt + 5*Mst2*s2t)*
282  pow3(Mst2) + 17308*pow2(s2t)*pow4(Mst1)))/pow4(Mst2) + 14580*pow2(s2t)*
283  (112.1664609053498 - (100*B4)/9. + (112*D3)/9. - (62*DN)/9. + (1055*
284  lmMsq)/9. + 15*pow2(lmMsq) - (2*lmMst1*(-544 + 210*lmMsq + 135*pow2(
285  lmMsq)))/9. - (103*pow2(lmMst1))/9. + (lmMst2*(-7921 - 1476*lmMst1 +
286  90*lmMsq*(5 + 18*lmMst1) + 810*pow2(lmMsq) + 288*pow2(lmMst1)))/27. + (
287  93.66666666666667 - 60*lmMsq - 112*lmMst1)*pow2(lmMst2) + pow2(Mst1)*((
288  10*(405 + (-187 + 246*lmMsq)*lmMst2 + lmMst1*(187 - 246*lmMsq + 246*
289  lmMst2) - 246*pow2(lmMst2)))/(27.*pow2(Msq)) - (73.78472976680384 + (
290  164*B4)/9. - (176*D3)/9. + (94*DN)/9. - (260*lmMsq)/3. - 20*lmMsq*(2 +
291  3*lmMst1)*lmMst2 - 30*lmMst2*pow2(lmMsq) + lmMst1*(-96.55703703703703 +
292  40*lmMsq + 30*pow2(lmMsq)) + (7556*pow2(lmMst1))/135. - (2*lmMst2*(-
293  99788 + 2005*lmMst1 + 32775*pow2(lmMst1)))/675. + (2*(-3377 + 4050*
294  lmMsq + 19155*lmMst1)*pow2(lmMst2))/135. + (10*pow3(lmMst1))/27. - (
295  5050*pow3(lmMst2))/27.)/pow2(Mst2)) + (304*pow3(lmMst2))/3. + pow4(
296  Mst1)*((5*(216 + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq +
297  132*lmMst2) - 132*pow2(lmMst2)))/(54.*pow4(Msq)) + (536.1152102791342 -
298  (8*B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 +
299  20*lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1
300  + lmMsq) + (133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))
301  /9.) - (15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (
302  2812*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(
303  lmMst2))/27.)/pow4(Mst2)) - (32*(-2 + lmMst2 + 5*pow2(lmMst2))*pow4(
304  Mst2))/(9.*pow4(Mst1)) - (6*(7400*OepS2 + 27*(1089707 - 5550*lmMst1 +
305  5550*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 40*(17308*OepS2 + 27*(93919 -
306  12981*lmMst1 + 12981*lmMst2)*S2)*pow4(Mst1) + 9*(1400*OepS2 + 81*(
307  116129 - 350*lmMst1 + 350*lmMst2)*S2)*pow4(Mst2))/(10935.*pow4(Mst2)) +
308  (5*((291 + 2*(-103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*lmMsq + 84*
309  lmMst2) - 168*pow2(lmMst2))*pow4(Mst1) + (684 + 347*lmMst1 + 7*(-77 +
310  78*lmMst1)*lmMst2 + 6*lmMsq*(32 - 91*lmMst1 + 91*lmMst2) - 546*pow2(
311  lmMst2))*pow4(Mst2)))/(27.*pow2(Msq)*pow2(Mst2)) + (pow2(Mst2)*(800*(-8
312  + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 12*(-1149 + 266*lmMst2 +
313  64*lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq)
314  + 1264*pow2(lmMst2))*pow4(Msq) - 5*((-4239 + 12*lmMsq*(-47 + 244*lmMst1
315  - 244*lmMst2) + 1324*lmMst2 - 8*lmMst1*(95 + 366*lmMst2) + 2928*pow2(
316  lmMst2))*pow2(Mst1)*pow2(Mst2) + (-3834 + lmMst1*(-890 + 2328*lmMsq -
317  2328*lmMst2) + (890 - 2328*lmMsq)*lmMst2 + 2328*pow2(lmMst2))*pow4(
318  Mst1) - 63*(-5 + 28*lmMsq - 28*lmMst2)*pow4(Mst2))))/(216.*pow2(Mst1)*
319  pow4(Msq))) - (Mt*s2t*(pow4(Msq)*(-3*pow2(Mst1)*pow2(Mst2)*(433447 +
320  1058400*B4 - 23760*DN - 4255200*lmMsq - 1120*OepS2 + 324*(-1387 + 70*
321  lmMst1 - 70*lmMst2)*S2 + 129600*pow2(lmMsq) - 2160*lmMst1*(-359 + 150*
322  lmMsq + 30*pow2(lmMsq)) + 720*lmMst2*(8503 + 666*lmMst1 + 90*lmMsq*(1 +
323  2*lmMst1) + 90*pow2(lmMsq) - 48*pow2(lmMst1)) + 69120*pow2(lmMst1) -
324  4320*(-177 + 30*lmMsq + 232*lmMst1)*pow2(lmMst2) + 1036800*pow3(lmMst2)
325  ) - 2*(10274911 + 3285360*B4 - 68040*DN - 13381200*lmMsq - 248800*OepS2
326  + 108*(-20803 + 46650*lmMst1 - 46650*lmMst2)*S2 + 194400*pow2(lmMsq) -
327  3600*lmMst1*(167 + 405*lmMsq + 81*pow2(lmMsq)) - 103680*pow2(lmMst1) +
328  720*lmMst2*(30469 + 2709*lmMst1 + 135*lmMsq*(11 + 6*lmMst1) + 405*pow2(
329  lmMsq) + 72*pow2(lmMst1)) - 6480*(-19 + 90*lmMsq + 568*lmMst1)*pow2(
330  lmMst2) + 3628800*pow3(lmMst2))*pow4(Mst1) + 414720*(2 + lmMst2 - 3*
331  pow2(lmMst2))*pow4(Mst2)) + 21600*pow2(Msq)*((1445 + 72*lmMsq*(-2 + 3*
332  lmMst1 - 3*lmMst2) + 180*lmMst2 - 36*lmMst1*(1 + 6*lmMst2) + 216*pow2(
333  lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(397 + 36*lmMsq*(-2 + lmMst1 -
334  lmMst2) + 78*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2))*pow2(
335  Mst1)*pow4(Mst2) + 6*(107 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 32*
336  lmMst2 - 10*lmMst1*(2 + 3*lmMst2) + 30*pow2(lmMst2))*pow6(Mst1)) + 450*
337  ((37213 + 12*lmMsq*(-539 + 810*lmMst1 - 810*lmMst2) + 6630*lmMst2 -
338  162*lmMst1*(1 + 60*lmMst2) + 9720*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) +
339  6*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*
340  lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1) + (
341  21275 + 12*lmMsq*(-541 + 270*lmMst1 - 270*lmMst2) + 6546*lmMst2 - 54*
342  lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2))))/(
343  pow2(Mst1)*pow3(Mst2)*pow4(Msq))) + (4860*s2t*twoLoopFlag*(-2*(4*Mt*(-
344  31 + 3*lmMst1*(-2 + lmMst2) + 4*lmMst2 - 3*pow2(lmMst2)) + 3*Mst2*s2t*(
345  4 + lmMst2 + lmMst1*(-1 + 2*lmMst2) - 2*pow2(lmMst2)))*pow2(Mst2)*pow4(
346  Mst1) - 2*(Mst2*s2t*(10 + lmMst1*(-3 + 6*lmMst2) - 6*pow2(lmMst2)) + 4*
347  Mt*(-14 + lmMst1*(-2 + lmMst2) - pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) +
348  (-3*Mst2*s2t*(9 + 4*lmMst1*(-1 + lmMst2) + 4*lmMst2 - 4*pow2(lmMst2)) +
349  Mt*(398 + lmMst1*(68 - 40*lmMst2) - 52*lmMst2 + 40*pow2(lmMst2)))*pow6(
350  Mst1) + 2*(-2 + 3*lmMst2)*s2t*pow7(Mst2)))/(pow2(Mst1)*pow5(Mst2))))/
351  pow2(Mgl) + Al4p*s2t*((4860*twoLoopFlag*(2*Mgl*(-(Mst2*s2t*(-14 - 20*
352  lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))) + 8*
353  Mt*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2)))*pow2(Mst1)*
354  pow4(Mst2) + 4*Dmglst2*(Mst2*s2t*(-5 + 8*lmMst2 - 4*lmMst1*(2 + lmMst2)
355  + 4*pow2(lmMst2)) + Mt*(65 + lmMst1*(34 - 20*lmMst2) - 26*lmMst2 + 20*
356  pow2(lmMst2)))*pow6(Mst1) + Mgl*(Mst2*s2t*(-1 + 50*lmMst2 - 2*lmMst1*(
357  25 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(lmMst2)) + Mt*(84 + 152*
358  lmMst2 - 40*lmMst1*(3 + 2*lmMst2) + 80*pow2(lmMst2)))*pow6(Mst1) + 8*
359  Dmglst2*((Mst2*s2t*(-2 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(
360  lmMst2)) + Mt*(22 + lmMst1*(8 - 6*lmMst2) - 4*lmMst2 + 6*pow2(lmMst2)))
361  *pow2(Mst2)*pow4(Mst1) + (-(Mst2*s2t*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*
362  lmMst2 - 2*pow2(lmMst2))) + 2*Mt*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 +
363  pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + lmMst2*s2t*pow7(Mst2)) + 4*Mgl*(
364  (4*Mt*(5 + 6*lmMst2 - lmMst1*(4 + 3*lmMst2) + 3*pow2(lmMst2)) + Mst2*
365  s2t*(-1 + 13*lmMst2 - lmMst1*(13 + 8*lmMst2) + pow2(lmMst1) + 7*pow2(
366  lmMst2)))*pow2(Mst2)*pow4(Mst1) + (1 + lmMst2)*s2t*pow7(Mst2))))/(Mgl*
367  pow2(Mst1)*pow5(Mst2)) - 135*xDR2DRMOD*((144*(2*Dmglst2*lmMst2 + Mgl +
368  lmMst2*Mgl)*s2t*twoLoopFlag*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(
369  lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(
370  Mst2))))/(Mgl*pow2(Mst1)*pow4(Mst2)) - Al4p*threeLoopFlag*(-(s2t*(3636
371  - 1800*lmMsq + 1080*pow2(lmMsq) - 24*lmMst1*(431 - 150*lmMsq + 90*pow2(
372  lmMsq)) + 768*pow2(lmMst1) + 48*lmMst2*(363 + 30*lmMsq*(-4 + 3*lmMst1 -
373  3*lmMst2) + 451*lmMst2 - lmMst1*(407 + 168*lmMst2) + 45*pow2(lmMsq) +
374  16*pow2(lmMst1)) + 7296*pow3(lmMst2) + (24*Dmglst2*(45 + 30*lmMsq*(1 +
375  3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 8*lmMst2*(29 + 8*pow2(
376  lmMst1)) + 1068*pow2(lmMst2) - 2*lmMst1*(-83 + 430*lmMst2 + 336*pow2(
377  lmMst2)) + 608*pow3(lmMst2)) - (384*(1 + lmMst2)*(4*Dmglst2*lmMst2 +
378  Mgl + lmMst2*Mgl)*pow4(Mst2))/pow4(Mst1) + (8*pow2(Mst1)*(80*Dmglst2*(
379  lmMst1 - lmMst2)*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst2) + 10*(lmMst1 -
380  lmMst2)*(43 - 30*lmMsq + 30*lmMst2)*Mgl*pow2(Mst2) + 6*Dmglst2*pow2(
381  Msq)*(96 + lmMst2*(173 + 30*lmMsq + 90*pow2(lmMsq) + 288*pow2(lmMst1))
382  + (526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(13 + 30*lmMsq*(1 - 6*lmMst2)
383  + 526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(lmMst2)) +
384  3*Mgl*pow2(Msq)*(64 + 15*lmMst2*(33 - 10*lmMsq + 6*pow2(lmMsq)) + 288*(
385  1 + lmMst2)*pow2(lmMst1) + 6*(173 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(
386  431 + 1326*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 848*
387  pow2(lmMst2)) + 560*pow3(lmMst2))) - 40*(8*Dmglst2*(14 - 15*lmMsq + 15*
388  lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*(pow4(Mst2) - 2*(lmMst1 -
389  lmMst2)*(pow4(Mst1) + pow4(Mst2))))/(pow2(Msq)*pow2(Mst2)) + ((2*pow4(
390  Mst1)*((24*Dmglst2*(96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*
391  pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
392  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
393  + 816*pow3(lmMst2)) + 12*Mgl*(80 + lmMst2*(479 - 150*lmMsq + 90*pow2(
394  lmMsq)) + 544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 - 90*lmMsq)*pow2(
395  lmMst2) - lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*
396  pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2)))*pow4(Msq) + (
397  lmMst1 - lmMst2)*(90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*
398  lmMsq + 84*lmMst2)*Mgl)*pow4(Mst2)))/pow4(Mst2) + pow2(Mst2)*(-5*(18*
399  Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*
400  (pow2(Mst2) - 2*(lmMst1 - lmMst2)*(pow2(Mst1) + pow2(Mst2))) - (40*(8*
401  Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*
402  pow2(Msq)*pow2(Mst2) + (-12*Mgl*(335 + 654*lmMst2 + 64*lmMst1*(1 +
403  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))
404  - 24*Dmglst2*(-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*
405  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2)))*pow4(Msq) + (90*Dmglst2*(
406  13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow4(
407  Mst2))/pow2(Mst1)))/pow4(Msq))/Mgl)) + (1536*Mt*(2*Dmglst2*pow2(Mst2)*(
408  pow2(Mst1)*pow2(Mst2)*(8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 + 5*
409  lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)) + 2*(8 + 13*lmMst2 - 8*pow2(
410  lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*
411  pow4(Mst1) + (1 - 2*lmMst2 - 3*pow2(lmMst2))*pow4(Mst2)) + (1 + lmMst2)
412  *Mgl*(2*(1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2))*pow2(
413  Mst2)*pow4(Mst1) - 2*(1 + 5*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(
414  lmMst2))*pow2(Mst1)*pow4(Mst2) + (7 - 32*lmMst2 + 4*lmMst1*(7 + 3*
415  lmMst2) - 12*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*pow6(Mst2))))/(
416  Mgl*pow2(Mst1)*pow5(Mst2)) + (xDmglst2*pow2(Dmglst2)*(s2t*pow2(Mst1)*(
417  160*pow2(Msq)*pow2(Mst2)*(5*(8 - 15*lmMsq)*(pow2(Mst1) + pow2(Mst2))*
418  pow4(Mst2) + 30*pow2(lmMst2)*(5*pow2(Mst2)*pow4(Mst1) + 5*pow2(Mst1)*
419  pow4(Mst2) + 2*pow6(Mst1)) - 2*lmMst1*(5*(8 - 15*lmMsq + 15*lmMst2)*
420  pow2(Mst1)*pow2(Mst2)*(pow2(Mst1) + pow2(Mst2)) + (28 - 30*lmMsq + 30*
421  lmMst2)*pow6(Mst1)) + lmMst2*(10*(8 - 15*lmMsq)*pow2(Mst2)*pow4(Mst1) +
422  5*(31 - 30*lmMsq)*pow2(Mst1)*pow4(Mst2) + (56 - 60*lmMsq)*pow6(Mst1) +
423  75*pow6(Mst2))) + 45*pow4(Mst2)*(7*(5 - 28*lmMsq)*(pow2(Mst1) + pow2(
424  Mst2))*pow4(Mst2) + 56*pow2(lmMst2)*(7*pow2(Mst2)*pow4(Mst1) + 7*pow2(
425  Mst1)*pow4(Mst2) + 2*pow6(Mst1)) - 2*lmMst1*(7*(5 - 28*lmMsq + 28*
426  lmMst2)*pow2(Mst1)*pow2(Mst2)*(pow2(Mst1) + pow2(Mst2)) + (26 - 56*
427  lmMsq + 56*lmMst2)*pow6(Mst1)) + lmMst2*(14*(5 - 28*lmMsq)*pow2(Mst2)*
428  pow4(Mst1) + 14*(19 - 28*lmMsq)*pow2(Mst1)*pow4(Mst2) + (52 - 112*
429  lmMsq)*pow6(Mst1) + 196*pow6(Mst2)))) - 4*pow4(Msq)*(-((Mst2*s2t*(3035
430  + 5240*lmMst2 - 270*lmMsq*(5 + 3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1 + 2*
431  lmMst2) + 192*(2 - 3*lmMst2)*pow2(lmMst1) - 4620*pow2(lmMst2) + 6*
432  lmMst1*(-1161 + 458*lmMst2 + 1008*pow2(lmMst2)) - 5472*pow3(lmMst2)) -
433  128*Mt*(-53 - 191*lmMst2 + lmMst1*(60 + 18*lmMst2 - 72*pow2(lmMst2)) +
434  54*pow2(lmMst2) + 72*pow3(lmMst2)))*pow3(Mst2)*pow4(Mst1)) - 3*(Mst2*
435  s2t*(1065 + 64*lmMst1*(2 - 3*lmMst2) - 266*lmMst2 + 90*lmMsq*(-5 + 6*
436  lmMst2) - 270*pow2(lmMsq) - 1264*pow2(lmMst2)) + 512*Mt*(2 + lmMst2 -
437  3*pow2(lmMst2)))*pow2(Mst1)*pow5(Mst2) - 2*Mst2*(3*Mst2*s2t*(480 - 9*
438  lmMst2*(-129 + 50*lmMsq + 30*pow2(lmMsq)) + 288*(2 - 3*lmMst2)*pow2(
439  lmMst1) + 10*(-17 + 54*lmMsq)*pow2(lmMst2) + lmMst1*(-1385 - 406*lmMst2
440  - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 2544*pow2(lmMst2)) -
441  1680*pow3(lmMst2)) + 64*Mt*(11 + 371*lmMst2 - 42*pow2(lmMst2) + 6*
442  lmMst1*(-21 - 5*lmMst2 + 24*pow2(lmMst2)) - 144*pow3(lmMst2)))*pow6(
443  Mst1) + s2t*(12*(96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*
444  pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
445  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
446  + 816*pow3(lmMst2))*pow8(Mst1) - 192*(-2 + lmMst2 + 5*pow2(lmMst2))*
447  pow8(Mst2)))))/(pow2(Mgl)*pow4(Msq)*pow4(Mst1)*pow4(Mst2))))) + (2*
448  Al4p*z2*(-9720*s2t*twoLoopFlag*(Mgl*pow2(Mst2)*(4*Mt*((9*Dmglst2 + Mgl)
449  *pow2(Mst1)*pow2(Mst2) + (13*Dmglst2 + Mgl)*pow4(Mst1) + (5*Dmglst2 +
450  Mgl)*pow4(Mst2)) - Mst2*s2t*(Mgl*pow4(Mst2) + 4*Dmglst2*(pow2(Mst1)*
451  pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))) + 2*xMst*(Dmglst2*Mgl*(34*Mt -
452  2*Mst2*s2t) + (82*Mt - 3*Mst2*s2t)*xDmglst2*pow2(Dmglst2) + 2*Mt*pow2(
453  Mgl))*pow6(Mst1)) + (pow2(Mst2)*(2*xDmglst2*pow2(Dmglst2)*(-9720*s2t*
454  twoLoopFlag*pow2(Mst1)*pow4(Msq)*(-3*(-14*Mt + Mst2*s2t)*pow2(Mst1)*
455  pow2(Mst2) + (62*Mt - 3*Mst2*s2t)*pow4(Mst1) + (22*Mt - 3*Mst2*s2t)*
456  pow4(Mst2)) + Al4p*Mst2*threeLoopFlag*(4050*Mst2*s2t*pow2(Mst1)*((372*
457  Mt - 22*Mst2*s2t)*pow2(Mst2)*pow4(Mst1) + (1252*Mt - 97*Mst2*s2t)*pow2(
458  Mst1)*pow4(Mst2) + 2*pow2(Msq)*(2*(576*Mt - 41*Mst2*s2t)*pow2(Mst1)*
459  pow2(Mst2) + 4*(120*Mt - 7*Mst2*s2t)*pow4(Mst1) + 13*(48*Mt - 7*Mst2*
460  s2t)*pow4(Mst2)) + 2*(358*Mt - 61*Mst2*s2t)*pow6(Mst2)) + pow4(Msq)*(-
461  9*pow2(Mst1)*pow2(Mst2)*((1340537 - 496800*lmMsq + 4680*lmMst1 +
462  778680*lmMst2)*Mst2*Mt*s2t + 192*(617 + 2040*lmMst2)*pow2(Mt) + (-
463  115931 + 48600*lmMsq + 53280*lmMst1 - 148320*lmMst2)*pow2(Mst2)*pow2(
464  s2t)) - 6*((3255761 - 1458000*lmMsq - 351000*lmMst1 + 2631960*lmMst2)*
465  Mst2*Mt*s2t + 180*(3643 - 120*lmMst1 + 3192*lmMst2)*pow2(Mt) + 5*(-
466  47953 + 14580*lmMsq + 25650*lmMst1 - 54162*lmMst2)*pow2(Mst2)*pow2(s2t)
467  )*pow4(Mst1) + pow2(s2t)*(4*(2286439 - 72900*lmMsq - 307800*lmMst1 +
468  450360*lmMst2)*pow6(Mst1) + 233280*pow6(Mst2))))) - Al4p*threeLoopFlag*
469  (12960*s2t*xDR2DRMOD*pow4(Msq)*(Mst2*xDmglst2*pow2(Dmglst2)*((32*(-1 +
470  6*lmMst2)*Mt + (49 - 66*lmMst1 + 42*lmMst2)*Mst2*s2t)*pow2(Mst1)*pow3(
471  Mst2) + 2*Mst2*(32*(-1 + 6*lmMst2)*Mt + (8 - 33*lmMst1 + 21*lmMst2)*
472  Mst2*s2t)*pow4(Mst1) + (-46*lmMst1*s2t + 30*lmMst2*s2t)*pow6(Mst1) +
473  33*s2t*pow6(Mst2)) + Mgl*(32*Mt*pow2(Mst1)*(Dmglst2*(1 + 3*lmMst2)*
474  pow2(Mst2)*(2*pow2(Mst1) + pow2(Mst2)) + (1 + lmMst2)*Mgl*(2*pow2(Mst1)
475  *pow2(Mst2) + 3*pow4(Mst1) + pow4(Mst2))) + Mst2*s2t*(-2*(Dmglst2*(23*
476  lmMst1 - 15*lmMst2) + (4 + 13*lmMst1 - 9*lmMst2)*Mgl)*(pow2(Mst1) +
477  pow2(Mst2))*pow4(Mst1) + (Dmglst2*(23 - 46*lmMst1 + 30*lmMst2) + (5 -
478  26*lmMst1 + 18*lmMst2)*Mgl)*pow2(Mst1)*pow4(Mst2) + (23*Dmglst2 + 13*
479  Mgl)*pow6(Mst2)))) + Mgl*(90*Mt*pow2(Mst1)*(6*Mst2*Mt*(2*(Dmglst2*(7286
480  - 240*lmMst1 + 6384*lmMst2) + (-353 + 72*lmMst1 + 696*lmMst2)*Mgl)*
481  pow2(Mst1) + 32*(24*Dmglst2*(5 + 6*lmMst2) + (53 + 24*lmMst2)*Mgl)*
482  pow2(Mst2))*pow4(Msq) + s2t*((2*(412663 - 226800*lmMsq + 396360*lmMst1
483  - 119880*lmMst2)*Mgl*pow4(Msq)*pow4(Mst1))/15. + 9*(Dmglst2*(-6720*
484  pow2(Msq)*pow2(Mst1) + (18556.466666666667 - 5280*lmMsq + 248*lmMst1 +
485  7944*lmMst2)*pow4(Msq) - 3720*pow4(Mst1)) + Mgl*(-960*pow2(Msq)*pow2(
486  Mst1) + (3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*pow4(Msq) - 360*
487  pow4(Mst1)))*pow4(Mst2) + 2*pow2(Msq)*pow2(Mst2)*((2*(Dmglst2*(534391 -
488  113400*lmMsq - 23760*lmMst1 + 196560*lmMst2) + 10*(5827 - 2700*lmMsq +
489  2988*lmMst1 + 468*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst1))/5. - 2880*(15*
490  Dmglst2 + 2*Mgl)*pow4(Mst1) - 2880*(6*Dmglst2 + Mgl)*pow4(Mst2)) - 360*
491  ((67*Dmglst2 + 7*Mgl)*Mst2*pow2(Mst1) + (41*Dmglst2 + 5*Mgl)*pow3(Mst2)
492  )*pow5(Mst2))) - Mst2*pow2(s2t)*(-3*Mgl*(32400*xMsq*((1 - 2*lmMst2*(-1
493  + shiftst1))*pow2(Mst1)*pow2(Mst2) + 2*lmMst1*(-1 + shiftst1)*pow2(
494  Mst1)*pow2(Mst2) + shiftst2*pow2(Mst1)*(2*pow2(Mst1) + pow2(Mst2)) - 2*
495  lmMst1*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + 2*lmMst2*(1 - 2*
496  shiftst1 + shiftst2)*pow4(Mst1) + pow4(Mst2) - shiftst1*(2*pow2(Mst1)*
497  pow2(Mst2) + 2*pow4(Mst1) + pow4(Mst2)))*pow6(Msq) - pow4(Msq)*(-6*(
498  240379 + 10800*lmMsq - 21420*lmMst2 - 1080*(1 + 2*lmMst2)*shiftst3 +
499  180*lmMst1*(55 + 12*shiftst3))*pow2(Mst2)*pow4(Mst1) + 180*(59 - 450*
500  lmMsq + 1362*lmMst2 + 36*(1 + lmMst2)*shiftst3 - 6*lmMst1*(107 + 6*
501  shiftst3))*pow2(Mst1)*pow4(Mst2) - (3647353 + 64800*lmMsq - 52380*
502  lmMst2 - 6480*(1 + 3*lmMst2)*shiftst3 + 540*lmMst1*(-31 + 36*shiftst3))
503  *pow6(Mst1) + 1080*(49 + 3*shiftst3)*pow6(Mst2)) + 5400*pow2(Msq)*(4*
504  pow4(Mst1)*pow4(Mst2) + 4*pow2(Mst2)*pow6(Mst1) + 7*pow2(Mst1)*pow6(
505  Mst2)) + 1350*(4*pow4(Mst2)*pow6(Mst1) + 4*pow4(Mst1)*pow6(Mst2) + 9*
506  pow2(Mst1)*pow8(Mst2))) + 4*Dmglst2*(pow4(Msq)*(162*(9053 - 900*lmMsq -
507  1810*lmMst1 + 3570*lmMst2)*pow2(Mst2)*pow4(Mst1) + 135*(4151 - 1080*
508  lmMsq - 1368*lmMst1 + 3480*lmMst2)*pow2(Mst1)*pow4(Mst2) + 2*(2286439 -
509  72900*lmMsq - 307800*lmMst1 + 450360*lmMst2)*pow6(Mst1) + 74520*pow6(
510  Mst2)) - 8100*pow2(Msq)*(14*pow4(Mst1)*pow4(Mst2) + 14*pow2(Mst2)*pow6(
511  Mst1) + 17*pow2(Mst1)*pow6(Mst2)) - 4050*(11*pow4(Mst2)*pow6(Mst1) +
512  11*pow4(Mst1)*pow6(Mst2) + 16*pow2(Mst1)*pow8(Mst2))))))))/(pow2(Mst1)*
513  pow4(Msq))))/(pow2(Mgl)*pow7(Mst2)))))/29160.;
514 }
515 
516 /**
517  * @return The diagonal (2, 2) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6g2'
518  */
519 double H6g2::getS2() const {
520  return -(oneLoopFlag*((4*Mt*MuSUSY*s2t*(4*(lmMst1 - lmMst2)*pow2(Mt) + ((-2 -
521  lmMst1 + lmMst2)*pow2(Mst1) + (2 - lmMst1 + lmMst2)*pow2(Mst2))*pow2(
522  s2t)))/Tbeta + 4*pow2(Mt)*pow2(s2t)*(2*(lmMst1 - lmMst2)*(pow2(Mst1) -
523  pow2(Mst2)) + pow2(MuSUSY)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*
524  pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2))) - (4*pow2(Mt)*pow2(
525  MuSUSY)*pow2(s2t)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*pow2(
526  Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)))/pow2(Sbeta) + 16*(lmMst1
527  + lmMst2 - 2*lmMt)*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2) + (2 + lmMst1 -
528  lmMst2)*pow4(Mst1) + (2 - lmMst1 + lmMst2)*pow4(Mst2))*pow4(s2t)))/32.
529  + (threeLoopFlag*pow2(Al4p)*(Dmglst2*Mst2*(-2*Mgl*(pow4(Mst1)*(4*pow2(
530  Mt)*pow2(s2t)*(4*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(338536*z3 +
531  11327*z4 + 15897*pow2(z2)) + pow2(Sbeta)*(36*Tbeta*pow2(Mst2)*(-734*z3
532  + 1538*z4 + 2307*pow2(z2)) - 3*Mst2*MuSUSY*(-844756*z3 + 10126*z4 +
533  105585*pow2(z2)))) + pow2(Sbeta)*(-32*s2t*(9*MuSUSY*(2806*z3 + 1514*z4
534  + 2757*pow2(z2)) + Mst2*Tbeta*(-614702*z3 + 25730*z4 + 38595*pow2(z2)))
535  *pow3(Mt) + 2*Mt*pow2(Mst2)*(8*MuSUSY*(89947*z3 + 6332*z4 + 9498*pow2(
536  z2)) + Mst2*Tbeta*(-565214*z3 + 31142*z4 + 46713*pow2(z2)))*pow3(s2t))
537  + Tbeta*pow2(Sbeta)*(64*(-562226*z3 + 5582*z4 + 8373*pow2(z2))*pow4(Mt)
538  + (197843*z3 - 16796*z4 - 25194*pow2(z2))*pow4(Mst2)*pow4(s2t))) + 18*
539  pow2(Mst1)*(pow2(Mst2)*pow2(Mt)*(16*Tbeta*pow2(Mt)*pow2(Sbeta)*(-24526*
540  z3 + 322*z4 + 483*pow2(z2)) + 3*MuSUSY*pow2(s2t)*(Mst2*pow2(Sbeta)*(
541  124922*z3 + 1210*z4 - 18273*pow2(z2)) + 8*MuSUSY*Tbeta*(-1 + pow2(
542  Sbeta))*(9207*z3 + 185*z4 + 237*pow2(z2))) - 12*Mt*s2t*pow2(Sbeta)*(8*
543  MuSUSY*(590*z3 - 4*z4 + 75*pow2(z2)) + Mst2*Tbeta*(-21022*z3 + 922*z4 +
544  1383*pow2(z2)))) + 8*Mst2*MuSUSY*(24*Mt*pow2(Sbeta)*(-955*z3 + 26*z4 +
545  93*pow2(z2)) - MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))*(-59336*z3 - 709*z4
546  + 8535*pow2(z2)))*pow3(Mt) + 6*Mt*pow2(s2t)*pow2(Sbeta)*(4*Mt*Tbeta*(
547  741*z3 + 100*z4 + 150*pow2(z2)) + MuSUSY*s2t*(20653*z3 + 316*z4 + 474*
548  pow2(z2)))*pow4(Mst2) + Tbeta*(-48*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(
549  250*z3 - 94*z4 + 21*pow2(z2))*pow4(Mt) + pow2(Sbeta)*(3*Mst2*s2t*(-
550  2239*z3 + 54*z4) + 2*Mt*(-6250*z3 + 208*z4 + 1203*pow2(z2)))*pow3(s2t)*
551  pow5(Mst2))) + 27*pow2(Mst2)*(4*Mt*pow2(Mst2)*(pow2(Mst2)*pow2(s2t)*
552  pow2(Sbeta)*(4*Mt*Tbeta*(439*z3 - 108*z4) + MuSUSY*s2t*(16175*z3 + 424*
553  z4 + 474*pow2(z2))) + Mt*(Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(
554  Sbeta))*(16175*z3 + 424*z4 + 474*pow2(z2)) + 2*Mt*pow2(Sbeta)*(4*
555  MuSUSY*s2t*(-439*z3 + 108*z4) + Mt*Tbeta*(11897*z3 + 56*z4 + 84*pow2(
556  z2))))) - 2*s2t*pow2(Mt)*pow2(Sbeta)*(4*Mt*Tbeta*(5742*z3 - 506*z4 +
557  105*pow2(z2)) + 3*MuSUSY*s2t*(-37474*z3 - 542*z4 + 5289*pow2(z2)))*
558  pow3(Mst2) + 4*Mst2*MuSUSY*(2*Mt*pow2(Sbeta)*(5742*z3 - 506*z4 + 105*
559  pow2(z2)) - MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))*(-37474*z3 - 542*z4 +
560  5289*pow2(z2)))*pow3(Mt) + Tbeta*(-64*(83*z3 - 27*z4)*pow2(MuSUSY)*(-1
561  + pow2(Sbeta))*pow4(Mt) + pow2(Sbeta)*(-(Mst2*s2t*(16175*z3 + 424*z4 +
562  474*pow2(z2))) + 2*Mt*(-37474*z3 - 542*z4 + 5289*pow2(z2)))*pow3(s2t)*
563  pow5(Mst2)))) - Dmglst2*xDmglst2*(pow4(Mst1)*(-8*pow2(Mt)*pow2(s2t)*(-
564  4*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(338536*z3 + 11327*z4 + 15897*
565  pow2(z2)) + 6*Tbeta*pow2(Mst2)*pow2(Sbeta)*(4404*z3 + 105742*xDR2DRMOD*
566  z3 - 9228*z4 + 4838*xDR2DRMOD*z4 + 3*(-4614 + 2419*xDR2DRMOD)*pow2(z2))
567  - 3*Mst2*MuSUSY*pow2(Sbeta)*(844756*z3 - 408118*xDR2DRMOD*z3 - 10126*z4
568  + 83590*xDR2DRMOD*z4 + 3*(-35195 + 17009*xDR2DRMOD)*pow2(z2))) + 4*Mt*
569  pow2(Mst2)*pow2(Sbeta)*(Mst2*Tbeta*(2*(-282607 + 789712*xDR2DRMOD)*z3 +
570  2*(15571 - 63244*xDR2DRMOD)*z4 + (46713 - 189732*xDR2DRMOD)*pow2(z2)) +
571  4*MuSUSY*((179894 + 614777*xDR2DRMOD)*z3 + 8*(1583 - 898*xDR2DRMOD)*z4
572  + (18996 - 28272*xDR2DRMOD)*pow2(z2)))*pow3(s2t) + pow2(Sbeta)*(-64*
573  s2t*(9*MuSUSY*(2806*z3 + 1514*z4 + 2757*pow2(z2)) + Mst2*Tbeta*(-
574  614702*z3 + 1442476*xDR2DRMOD*z3 + 25730*z4 - 81328*xDR2DRMOD*z4 + (
575  38595 - 121992*xDR2DRMOD)*pow2(z2)))*pow3(Mt) + 128*Tbeta*(-562226*z3 +
576  5582*z4 + 8373*pow2(z2))*pow4(Mt) + Tbeta*(395686*z3 - 699017*
577  xDR2DRMOD*z3 - 33592*z4 + 61508*xDR2DRMOD*z4 + 6*(-8398 + 15377*
578  xDR2DRMOD)*pow2(z2))*pow4(Mst2)*pow4(s2t))) + 6*pow2(Mst1)*(-8*pow2(
579  Mst2)*pow2(Mt)*(-(Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*(
580  409448*z3 + 10819*z4 + 3471*pow2(z2))) + 2*Mt*pow2(Sbeta)*(36*MuSUSY*
581  s2t*(3124*z3 + 29*z4 + 165*pow2(z2)) + Mt*Tbeta*(-316834*z3 + 9406*z4 +
582  14109*pow2(z2)))) + 2*Mt*s2t*pow2(Sbeta)*(Mst2*s2t*(MuSUSY*s2t*(958451*
583  z3 + 16612*z4 + 1590*pow2(z2)) + 9*Mt*Tbeta*(-9125*z3 + 1592*z4 + 2388*
584  pow2(z2))) + Mt*(3*MuSUSY*s2t*(629162*z3 + 17194*z4 - 84045*pow2(z2)) +
585  4*Mt*Tbeta*(-68146*z3 + 8614*z4 + 12921*pow2(z2))))*pow3(Mst2) + 8*
586  Mst2*MuSUSY*(-2*Mt*pow2(Sbeta)*(-118001*z3 + 6920*z4 + 6492*pow2(z2)) -
587  MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))*(-699292*z3 - 12344*z4 + 88647*
588  pow2(z2)))*pow3(Mt) + Tbeta*(-288*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(250*
589  z3 - 94*z4 + 21*pow2(z2))*pow4(Mt) + pow2(Sbeta)*(-8*Mt*(-35065*z3 +
590  2425*z4 + 2301*pow2(z2)) + Mst2*s2t*(-139555*z3 + 5026*z4 + 5352*pow2(
591  z2)))*pow3(s2t)*pow5(Mst2))) + 9*pow2(Mst2)*(-4*pow2(Mst2)*pow2(Mt)*(-(
592  Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*(226447*z3 + 8888*z4 +
593  4098*pow2(z2))) + 2*Mt*pow2(Sbeta)*(9*MuSUSY*s2t*(19703*z3 - 376*z4 +
594  84*pow2(z2)) + Mt*Tbeta*(-225923*z3 + 728*z4 + 1092*pow2(z2)))) + 4*Mt*
595  s2t*pow2(Sbeta)*(Mt*(MuSUSY*s2t*(769422*z3 + 7494*z4 - 93249*pow2(z2))
596  + 4*Mt*Tbeta*(-55952*z3 + 1742*z4 + 21*pow2(z2))) + Mst2*s2t*(9*Mt*
597  Tbeta*(19703*z3 - 376*z4 + 84*pow2(z2)) + MuSUSY*s2t*(226447*z3 + 8888*
598  z4 + 4098*pow2(z2))))*pow3(Mst2) + 8*Mst2*MuSUSY*(-2*Mt*pow2(Sbeta)*(-
599  55952*z3 + 1742*z4 + 21*pow2(z2)) - MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))
600  *(-256474*z3 - 2498*z4 + 31083*pow2(z2)))*pow3(Mt) + Tbeta*(-192*(1990*
601  z3 - 81*z4)*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mt) + pow2(Sbeta)*(-(
602  Mst2*s2t*(226447*z3 + 8888*z4 + 4098*pow2(z2))) + 4*Mt*(-256474*z3 -
603  2498*z4 + 31083*pow2(z2)))*pow3(s2t)*pow5(Mst2))))) + 3*pow2(Mgl)*(6*
604  Mst2*pow2(Mst1)*(pow2(Mt)*(-4*pow2(Mst2)*(2*Tbeta*pow2(Mt)*pow2(Sbeta)*
605  (69050*z3 + 418*z4 + 627*pow2(z2)) - Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 +
606  pow2(Sbeta))*((-56978 - 216*lmMst1 + 216*lmMst2)*z3 + 1136*z4 + 813*
607  pow2(z2)) + Mt*MuSUSY*s2t*pow2(Sbeta)*(7078*z3 + 2990*z4 + 4485*pow2(
608  z2))) - 2*s2t*pow2(Sbeta)*(3*MuSUSY*s2t*(14114*z3 + 3010*z4 - 4557*
609  pow2(z2)) + 4*Mt*Tbeta*(-48454*z3 + 754*z4 + 1131*pow2(z2)))*pow3(Mst2)
610  ) - 16*Mst2*MuSUSY*(-4*Mt*pow2(Sbeta)*(-8219*z3 + 326*z4 + 165*pow2(z2)
611  ) - MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))*(-11396*z3 - 1135*z4 + 2388*
612  pow2(z2)))*pow3(Mt) + 4*Mt*pow2(s2t)*pow2(Sbeta)*(4*Mt*Tbeta*((-940 +
613  54*lmMst1 - 54*lmMst2)*z3 + 214*z4 + 483*pow2(z2)) + MuSUSY*s2t*((-
614  39761 - 108*lmMst1 + 108*lmMst2)*z3 + 1046*z4 + 1245*pow2(z2)))*pow4(
615  Mst2) + Tbeta*(-144*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(218*z3 + 50*z4 +
616  21*pow2(z2))*pow4(Mt) + pow2(Sbeta)*(Mst2*s2t*(22544*z3 - 956*z4 -
617  1677*pow2(z2)) + 4*Mt*(-8678*z3 + 740*z4 + 219*pow2(z2)))*pow3(s2t)*
618  pow5(Mst2))) - pow4(Mst1)*(-4*Mst2*pow2(Mt)*pow2(s2t)*(Tbeta*pow2(
619  MuSUSY)*(-1 + pow2(Sbeta))*(-8*(76813 + 162*lmMst1 - 162*lmMst2)*z3 +
620  15686*z4 + 18183*pow2(z2)) + Mst2*pow2(Sbeta)*(6*MuSUSY*(1144*z3 -
621  4954*z4 + 6177*pow2(z2)) + Mst2*Tbeta*(-66166*z3 + 13834*z4 + 20751*
622  pow2(z2)))) + 16*s2t*(4*Tbeta*pow2(Mst2)*pow2(Sbeta)*(-57758*z3 + 1370*
623  z4 + 2055*pow2(z2)) + Mst2*MuSUSY*pow2(Sbeta)*(-22466*z3 + 11402*z4 +
624  17103*pow2(z2)) - Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(-67232*z3 -
625  11764*z4 + 20505*pow2(z2)))*pow3(Mt) + pow2(Sbeta)*(-4*Mt*(Mst2*Tbeta*(
626  -44630*z3 + 878*z4 + 1317*pow2(z2)) + MuSUSY*(-272636*z3 + 8870*z4 +
627  13305*pow2(z2)))*pow3(Mst2)*pow3(s2t) + 64*(MuSUSY*(107072*z3 - 3326*z4
628  - 3045*pow2(z2)) + 4*Mst2*Tbeta*(24241*z3 + 146*z4 + 219*pow2(z2)))*
629  pow4(Mt) + Tbeta*((-34070 + 648*lmMst1 - 648*lmMst2)*z3 + 2594*z4 +
630  5835*pow2(z2))*pow4(s2t)*pow5(Mst2))) + 18*pow3(Mst2)*(12*pow2(Mst2)*
631  pow2(Mt)*(-(Mt*MuSUSY*s2t*pow2(Sbeta)*((1622 - 48*lmMst1 + 48*lmMst2)*
632  z3 + 142*z4 + 69*pow2(z2))) + Tbeta*(-2*pow2(Mt)*pow2(Sbeta)*((3902 -
633  24*(lmMst1 + lmMst2) + 48*lmMt)*z3 + 14*z4 + 21*pow2(z2)) + pow2(
634  MuSUSY)*pow2(s2t)*(1 - pow2(Sbeta))*((1913 + 12*lmMst1 - 12*lmMst2)*z3
635  - 10*z4 + 48*pow2(z2)))) + 6*s2t*pow2(Mt)*pow2(Sbeta)*(-4*Mt*Tbeta*(-
636  1922*z3 + 206*z4 + 21*pow2(z2)) + 5*MuSUSY*s2t*(-2098*z3 - 102*z4 +
637  333*pow2(z2)))*pow3(Mst2) - 4*Mst2*MuSUSY*(-6*Mt*pow2(Sbeta)*(-1922*z3
638  + 206*z4 + 21*pow2(z2)) - 5*MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta))*(-2098*
639  z3 - 102*z4 + 333*pow2(z2)))*pow3(Mt) - 6*Mt*pow2(s2t)*pow2(Sbeta)*(2*
640  MuSUSY*s2t*((1913 + 12*lmMst1 - 12*lmMst2)*z3 - 10*z4 + 48*pow2(z2)) -
641  Mt*Tbeta*((1622 - 48*lmMst1 + 48*lmMst2)*z3 + 142*z4 + 69*pow2(z2)))*
642  pow4(Mst2) + Tbeta*(-32*(230*z3 + 27*z4)*pow2(MuSUSY)*(-1 + pow2(Sbeta)
643  )*pow4(Mt) + 10*Mt*pow2(Sbeta)*(2098*z3 + 102*z4 - 333*pow2(z2))*pow3(
644  s2t)*pow5(Mst2) + 3*pow2(Sbeta)*((1913 + 12*lmMst1 - 12*lmMst2)*z3 -
645  10*z4 + 48*pow2(z2))*pow4(s2t)*pow6(Mst2))))))/(5832.*Tbeta*pow2(Mgl)*
646  pow2(Sbeta)*pow5(Mst2)) + (4*Al4p*twoLoopFlag*xMst*z2*pow2(Mt)*(
647  xDmglst2*pow2(Dmglst2)*(16*(7*MuSUSY + 15*Mst2*Tbeta)*pow2(Mt)*pow2(
648  Sbeta) + 3*Mst2*MuSUSY*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) +
649  10*Mst2*pow2(Sbeta)) + 2*Mt*s2t*Tbeta*(41*pow2(MuSUSY)*(-1 + pow2(
650  Sbeta)) - 40*pow2(Mst2)*pow2(Sbeta))) - 2*Dmglst2*Mgl*(16*(2*MuSUSY +
651  3*Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) + Mst2*MuSUSY*pow2(s2t)*(MuSUSY*
652  Tbeta*(-1 + pow2(Sbeta)) - 6*Mst2*pow2(Sbeta)) + Mt*s2t*Tbeta*(-17*
653  pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 20*pow2(Mst2)*pow2(Sbeta))) + 2*Mt*
654  pow2(Mgl)*(8*Mt*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta) + s2t*Tbeta*(pow2(
655  MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))))*pow6(Mst1))/(
656  3.*Tbeta*pow2(Mgl)*pow2(Sbeta)*pow7(Mst2)) - (xMst*(Mgl*Mst2*Tbeta*(-
657  27*(lmMst1 - lmMst2)*Mgl*oneLoopFlag*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-
658  1 + pow2(Sbeta)) - 32*Al4p*twoLoopFlag*(-(Mgl*(65 - 159*lmMst2 + 6*
659  lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 9*lmMt + 36*lmMst2*lmMt - 36*pow2(
660  lmMst2))) + 18*Dmglst2*(4 - 61*lmMst2 + 6*lmMst1*(9 + 2*lmMst2 - 2*
661  lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2)))*pow2(Sbeta)*pow4(
663  Dmglst2*lmMst2*Mgl + (-2 + 3*lmMst2)*xDmglst2*pow2(Dmglst2) + (1 +
664  lmMst2)*pow2(Mgl))*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(1 - pow2(Sbeta)) +
665  Mgl*(8*s2t*Tbeta*(Dmglst2*Mst2*s2t*(-49 + 84*lmMst2 - 12*lmMst1*(7 + 3*
666  lmMst2) + 36*pow2(lmMst2)) + Mgl*Mst2*s2t*(-1 + 111*lmMst2 - 3*lmMst1*(
667  37 + 72*lmMst2) + 81*pow2(lmMst1) + 135*pow2(lmMst2)) + Dmglst2*Mt*(785
668  - 438*lmMst2 - 6*lmMst1*(-85 + 42*lmMst2) + 252*pow2(lmMst2)) + Mgl*Mt*
669  (193 + 474*lmMst2 - 6*lmMst1*(67 + 42*lmMst2) + 252*pow2(lmMst2)))*
670  pow2(Mt)*pow2(MuSUSY) + 8*Mst2*Tbeta*pow2(Mt)*(Mgl*(1 - 111*lmMst2 + 3*
671  lmMst1*(37 + 72*lmMst2) - 81*pow2(lmMst1) - 135*pow2(lmMst2))*pow2(
672  MuSUSY) - Dmglst2*(36*(lmMst1 - lmMst2)*pow2(Mst2) + (-49 + 84*lmMst2 -
673  12*lmMst1*(7 + 3*lmMst2) + 36*pow2(lmMst2))*pow2(MuSUSY)))*pow2(s2t)*
674  pow2(Sbeta) - 8*s2t*Tbeta*((4*Dmglst2*(95 - 447*lmMst2 + lmMst1*(411 +
675  90*lmMst2 - 90*lmMt) + 36*lmMt + 90*lmMst2*lmMt - 90*pow2(lmMst2)) - 4*
676  Mgl*(49 - 75*lmMst2 + 3*lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 18*lmMst2*
677  lmMt - 18*pow2(lmMst2)))*pow2(Mst2) + (Dmglst2*(785 + 6*lmMst1*(85 -
678  42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) + Mgl*(193 + 474*lmMst2 -
679  6*lmMst1*(67 + 42*lmMst2) + 252*pow2(lmMst2)))*pow2(MuSUSY))*pow2(
680  Sbeta)*pow3(Mt) + 2*Mt*MuSUSY*pow2(Sbeta)*(8*Dmglst2*(36*(-1 + 3*lmMst1
681  - 3*lmMst2)*Mst2*s2t*pow2(Mt) - 3*Mt*(50 + lmMst1*(51 - 18*lmMst2) -
682  51*lmMst2 + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(7 - 381*lmMst2 +
683  lmMst1*(327 + 72*lmMst2 - 81*lmMt) + 54*lmMt + 81*lmMst2*lmMt - 72*
684  pow2(lmMst2))*pow3(Mt) + 2*(1 + 3*lmMst1 - 3*lmMst2)*pow3(Mst2)*pow3(
685  s2t)) - Mgl*(-144*Mst2*s2t*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(
686  lmMst1) + pow2(lmMst2))*pow2(Mt) + 24*Mt*(1 + 33*lmMst2 - 3*lmMst1*(11
687  + 6*lmMst2) + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 32*(83 - 96*
688  lmMst2 + 3*lmMst1*(29 + 12*lmMst2 - 9*lmMt) + 9*lmMt + 27*lmMst2*lmMt -
689  36*pow2(lmMst2))*pow3(Mt) + (5 + lmMst1*(6 - 288*lmMst2) - 6*lmMst2 +
690  144*pow2(lmMst1) + 144*pow2(lmMst2))*pow3(Mst2)*pow3(s2t))) + 4*(
691  Dmglst2*(11 + 42*lmMst1 - 42*lmMst2) + (-5 - 6*lmMst1 + 6*lmMst2)*Mgl)*
692  Mt*Tbeta*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) + (2*Dmglst2*(5 + 6*lmMst1 -
693  6*lmMst2) + (-11 - 6*lmMst1 + 6*lmMst2)*Mgl)*Tbeta*pow2(Sbeta)*pow4(
694  s2t)*pow5(Mst2)) + xDmglst2*pow2(Dmglst2)*(-12*Mst2*pow2(Mt)*pow2(s2t)*
695  (Tbeta*(-85 + lmMst1*(60 - 36*lmMst2) - 60*lmMst2 + 36*pow2(lmMst2))*
696  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*Mst2*(6*(4 - 9*lmMst1 + 9*lmMst2)*
697  Mst2*Tbeta + MuSUSY*(355 + 6*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*
698  pow2(lmMst2)))*pow2(Sbeta)) + 8*s2t*(Tbeta*(2501 + 42*lmMst1*(7 - 6*
699  lmMst2) - 222*lmMst2 + 252*pow2(lmMst2))*pow2(MuSUSY)*(1 - pow2(Sbeta))
700  + 4*Mst2*((99 - 135*lmMst1 + 135*lmMst2)*MuSUSY + Mst2*Tbeta*(-257 +
701  12*lmMst1*(76 + 15*lmMst2 - 15*lmMt) + 162*lmMt + 6*lmMst2*(-179 + 30*
702  lmMt) - 180*pow2(lmMst2)))*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(4*Mt*(
703  12*(1 - 6*lmMst1 + 6*lmMst2)*MuSUSY + (35 - 102*lmMst1 + 102*lmMst2)*
704  Mst2*Tbeta)*pow3(Mst2)*pow3(s2t) + 32*(9*Mst2*Tbeta*(102 + lmMst2*(353
705  - 60*lmMt) - 6*lmMst1*(49 + 10*lmMst2 - 10*lmMt) - 59*lmMt + 60*pow2(
706  lmMst2)) + MuSUSY*(412 - 6*lmMst1*(176 + 42*lmMst2 - 39*lmMt) + 9*
707  lmMst2*(147 - 26*lmMt) - 267*lmMt + 252*pow2(lmMst2)))*pow4(Mt) + 3*(5
708  + 6*lmMst1 - 6*lmMst2)*Tbeta*pow4(s2t)*pow5(Mst2)))))*pow6(Mst1))/(108.
709  *Tbeta*pow2(Mgl)*pow2(Sbeta)*pow7(Mst2)) - (Al4p*twoLoopFlag*((-72*Mt*
710  pow3(s2t)*(-(Mgl*(4*(3 + lmMst1*(2 + lmMst2) - pow2(lmMst2))*pow2(Mst1)
711  *pow2(Mst2) + (3 + 2*lmMst1 - 2*lmMst2)*pow4(Mst1) + 4*(-4 + lmMst1 -
712  3*lmMst2 + lmMst1*lmMst2 - pow2(lmMst2))*pow4(Mst2))) + Dmglst2*(-4*(1
713  + lmMst1*(-2 + lmMst2) + 4*lmMst2 - pow2(lmMst2))*pow2(Mst1)*pow2(Mst2)
714  + (1 + 6*lmMst1 - 6*lmMst2)*pow4(Mst1) + 4*(6 + lmMst1 + lmMst2 -
715  lmMst1*lmMst2 + pow2(lmMst2))*pow4(Mst2))))/Mst2 + (32*pow4(Mt)*(2*
716  Dmglst2*((53 - 18*lmMst1 + 24*lmMst2 - 24*lmMt)*pow2(Mst1)*pow4(Mst2) +
717  18*((5 + lmMst2*(11 - 2*lmMt) - 2*lmMst1*(4 + lmMst2 - lmMt) - 3*lmMt +
718  2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (3 - 6*lmMst2*(-5 + lmMt) - 5*
719  lmMt + lmMst1*(-25 - 6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2))*pow6(Mst1)) -
720  18*lmMst2*pow6(Mst2)) + 9*Mgl*(2*(2 + 2*lmMst1*(3 + lmMst2 - lmMt) +
721  lmMt + lmMst2*(-7 + 2*lmMt) - 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (
722  3 + 2*lmMst1*(3 + lmMst2) + lmMt + lmMst2*(-5 + 4*lmMt) + pow2(lmMst1)
723  - pow2(lmMst2) - 6*pow2(lmMt))*pow2(Mst1)*pow4(Mst2) + (9 + lmMst1*(22
724  + 6*lmMst2 - 6*lmMt) + 6*lmMst2*(-4 + lmMt) + 2*lmMt - 6*pow2(lmMst2))*
725  pow6(Mst1) - 2*(1 + lmMst2)*pow6(Mst2))))/(pow2(Mst1)*pow4(Mst2)) - (
726  144*s2t*pow3(Mt)*(Dmglst2*(4*pow2(Mst1)*pow2(Mst2)*((6 + 13*lmMst2 - 4*
727  lmMt - 2*lmMst2*lmMt + lmMst1*(-9 - 2*lmMst2 + 2*lmMt) + 2*pow2(lmMst2)
728  )*pow2(Mst2) + (-11 + 2*lmMst2 + lmMst1*(-4 + 3*lmMst2) - 3*pow2(
729  lmMst2))*pow2(MuSUSY)) - (4*(1 - 29*lmMst2 + lmMst1*(25 + 6*lmMst2 - 6*
730  lmMt) + 4*lmMt + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2) + (65 +
731  lmMst1*(34 - 20*lmMst2) - 26*lmMst2 + 20*pow2(lmMst2))*pow2(MuSUSY))*
732  pow4(Mst1) - 4*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2))*
733  pow2(MuSUSY)*pow4(Mst2) + 8*(5 + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(
734  lmMst2))*pow6(Mst2)) + Mgl*((4*(5 - 7*lmMst2 + lmMst1*(7 + 2*lmMst2 -
735  2*lmMt) + 2*lmMst2*lmMt - 2*pow2(lmMst2))*pow2(Mst2) + (-21 - 38*lmMst2
736  + 10*lmMst1*(3 + 2*lmMst2) - 20*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1)
737  + 4*((-4 + lmMst1 - 3*lmMst2 + lmMst1*lmMst2 - pow2(lmMst2))*pow2(
738  MuSUSY)*pow4(Mst2) + pow2(Mst1)*((-5 - 6*lmMst2 + lmMst1*(4 + 3*lmMst2)
739  - 3*pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) + (4 - 5*lmMst2 + lmMst1*(5 +
740  2*lmMst2 - 2*lmMt) + 2*lmMst2*lmMt - 2*pow2(lmMst2))*pow4(Mst2)) + (3 -
741  4*lmMst2 + 2*(lmMst1 + lmMst1*lmMst2 + lmMt) - 2*pow2(lmMst2))*pow6(
742  Mst2)))))/pow5(Mst2) + (36*Mt*MuSUSY*(16*pow3(Mt)*(Mgl*(13 + 2*lmMst1*(
743  6 + 3*lmMst2 - 2*lmMt) + 2*lmMt + 2*lmMst2*(-7 + 2*lmMt) - 6*pow2(
744  lmMst2))*pow4(Mst1) + Dmglst2*(11 - 6*lmMst1*lmMst2 - 8*lmMst2*(-5 +
745  lmMt) + 8*lmMst1*(-4 + lmMt) - 8*lmMt + 6*pow2(lmMst2))*pow4(Mst1) + 2*
746  Dmglst2*((7 + 7*lmMst2 + lmMst1*(-5 + lmMt) - 2*lmMt - lmMst2*lmMt)*
747  pow2(Mst1)*pow2(Mst2) + (5 + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(
748  lmMst2))*pow4(Mst2)) + 2*Mgl*((4 + lmMst1*(3 + 2*lmMst2 - lmMt) +
749  lmMst2*(-4 + lmMt) + lmMt - 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (2
750  + lmMst1 + (-2 + lmMst1)*lmMst2 + lmMt - pow2(lmMst2))*pow4(Mst2))) +
751  6*Mt*pow2(Mst2)*pow2(s2t)*(Dmglst2*(4*(5 + lmMst1*(3 - 2*lmMst2) - 3*
752  lmMst2 + 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (21 + lmMst1*(18 - 8*
753  lmMst2) - 18*lmMst2 + 8*pow2(lmMst2))*pow4(Mst1) + 4*(6 + lmMst1 +
754  lmMst2 - lmMst1*lmMst2 + pow2(lmMst2))*pow4(Mst2)) + Mgl*(4*(1 + 3*
755  lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2)
756  + (1 + 14*lmMst2 - 2*lmMst1*(7 + 4*lmMst2) + 8*pow2(lmMst2))*pow4(Mst1)
757  + 4*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2))*pow4(Mst2))) +
758  (pow3(Mst2)*pow3(s2t)*(-4*Dmglst2*(2*(1 + 2*lmMst1 - lmMst2)*pow2(Mst2)
759  *pow4(Mst1) + 2*(1 + lmMst1 - lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2)
760  )*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(Mst1) - 2*
761  lmMst2*pow6(Mst2)) + Mgl*(2*(-16 + 6*lmMst2 - 2*lmMst1*(8 + 5*lmMst2) +
762  3*pow2(lmMst1) + 7*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(-12 - 18*
763  lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(
764  Mst1)*pow4(Mst2) + (3 + lmMst1*(2 - 32*lmMst2) - 2*lmMst2 + 16*pow2(
765  lmMst1) + 16*pow2(lmMst2))*pow6(Mst1) + 4*(1 + lmMst2)*pow6(Mst2))))/
766  pow2(Mst1) + (8*Mst2*s2t*pow2(Mt)*(Dmglst2*(4*(1 - lmMst1 + lmMst2)*
767  pow2(Mst2)*pow4(Mst1) + 2*(1 + 2*lmMst2)*pow2(Mst1)*pow4(Mst2) + (4 -
768  8*lmMst1 + 8*lmMst2)*pow6(Mst1) - 4*lmMst2*pow6(Mst2)) - Mgl*(-2*
769  lmMst1*((1 + 2*lmMst2)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (3 +
770  lmMst2)*pow2(Mst1)*pow4(Mst2)) + pow2(lmMst1)*(2*pow2(Mst2)*pow4(Mst1)
771  - pow2(Mst1)*pow4(Mst2) + 2*pow6(Mst1)) + pow2(lmMst2)*(2*pow2(Mst2)*
772  pow4(Mst1) + 3*pow2(Mst1)*pow4(Mst2) + 2*pow6(Mst1)) + 2*pow6(Mst2) +
773  2*lmMst2*(pow2(Mst2)*pow4(Mst1) + 2*pow2(Mst1)*pow4(Mst2) + pow6(Mst1)
774  + pow6(Mst2)))))/pow2(Mst1)))/(Tbeta*pow5(Mst2)) - 36*pow2(Mt)*pow2(
775  s2t)*(4*(Dmglst2*(2 - 4*lmMst1) + Mgl*(2*lmMst1*(-2 + lmMst2) + lmMst2*
776  (2 + lmMst2) - 3*pow2(lmMst1)))*pow2(Mst1) + 4*(Dmglst2*(2 + 8*lmMst2)
777  + Mgl*(2 - 2*lmMst2 + 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) - 3*pow2(
778  lmMst2)))*pow2(Mst2) - (16*Dmglst2*(lmMst1 - lmMst2)*pow4(Mst1))/pow2(
779  Mst2) + (-8*(2*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Mst2) + (pow2(
780  MuSUSY)*(4*Dmglst2*(2*(2 - 3*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(
781  lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*
782  lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (5 - 8*lmMst2 + 4*
783  lmMst1*(2 + lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*lmMst2*pow6(Mst2))
784  + Mgl*(-4*(-1 - 13*lmMst1 + 13*lmMst2 - 8*lmMst1*lmMst2 + pow2(lmMst1)
785  + 7*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-14 + 10*lmMst1 - 20*
786  lmMst2 + 6*lmMst1*lmMst2 + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*
787  pow4(Mst2) + (1 + 50*lmMst1 - 50*lmMst2 + 64*lmMst1*lmMst2 - 20*pow2(
788  lmMst1) - 44*pow2(lmMst2))*pow6(Mst1) - 4*(1 + lmMst2)*pow6(Mst2))))/
789  pow4(Mst2))/pow2(Mst1)) + (-9*pow4(s2t)*(4*Dmglst2*(-2*(lmMst1 - 2*
790  lmMst1*lmMst2 + 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(1 + lmMst1 +
791  2*lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*
792  lmMst1)*pow6(Mst1) + 2*lmMst2*pow6(Mst2)) + Mgl*(-4*(14 + 6*lmMst2 +
793  lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst1))*pow2(Mst2)*pow4(Mst1) - 2*(-10
794  - 16*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*
795  pow2(Mst1)*pow4(Mst2) + (35 + lmMst1*(34 - 12*lmMst2) - 14*lmMst2 + 10*
796  pow2(lmMst1) + 2*pow2(lmMst2))*pow6(Mst1) + 4*(1 + lmMst2)*pow6(Mst2)))
797  - (36*s2t*pow2(Mt)*pow2(MuSUSY)*(Mgl*(4*(4*Mt*(5 + 6*lmMst2 - lmMst1*(4
798  + 3*lmMst2) + 3*pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 - lmMst1*(13 +
799  8*lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 2*(
800  -(Mst2*s2t*(-14 - 20*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) -
801  7*pow2(lmMst2))) + 8*Mt*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(
802  lmMst2)))*pow2(Mst1)*pow4(Mst2) + (Mst2*s2t*(-1 + 50*lmMst2 - 2*lmMst1*
803  (25 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(lmMst2)) + Mt*(84 + 152*
804  lmMst2 - 40*lmMst1*(3 + 2*lmMst2) + 80*pow2(lmMst2)))*pow6(Mst1) + 4*(1
805  + lmMst2)*s2t*pow7(Mst2)) + 4*Dmglst2*((Mst2*s2t*(-5 + 8*lmMst2 - 4*
806  lmMst1*(2 + lmMst2) + 4*pow2(lmMst2)) + Mt*(65 + lmMst1*(34 - 20*
807  lmMst2) - 26*lmMst2 + 20*pow2(lmMst2)))*pow6(Mst1) + 2*((Mst2*s2t*(-2 +
808  3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8
809  - 6*lmMst2) - 4*lmMst2 + 6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(
810  Mst2*s2t*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) +
811  2*Mt*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*
812  pow4(Mst2) + lmMst2*s2t*pow7(Mst2)))))/(pow2(Sbeta)*pow5(Mst2)))/pow2(
813  Mst1)))/(216.*Mgl) + threeLoopFlag*z2*pow2(Al4p)*((-5*xMsq*pow2(Msq)*(-
814  (pow2(s2t)*pow4(Mst1)*(8*(-shiftst1 + lmMst1*(-1 + 2*shiftst1 -
815  shiftst2) + shiftst2 + lmMst2*(1 - 2*shiftst1 + shiftst2))*Tbeta*pow2(
816  Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*Mt*(-1 + shiftst2)*(-(MuSUSY*
817  s2t) + 2*Mt*Tbeta)*pow2(Mst2)*pow2(Sbeta) + (1 + 2*(lmMst1 - lmMst2)*(-
818  1 + shiftst1) + 3*shiftst1 - 4*shiftst2)*Tbeta*pow2(s2t)*pow2(Sbeta)*
819  pow4(Mst2))) + (1 - shiftst1)*pow4(Mst2)*(-4*Tbeta*pow2(Mt)*pow2(s2t)*(
820  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(
821  Sbeta)*(16*MuSUSY*s2t*pow3(Mt) - 4*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) + 16*
822  Tbeta*pow4(Mt) + Tbeta*pow4(Mst2)*pow4(s2t))) - pow2(Mst1)*pow2(Mst2)*(
823  -4*Tbeta*pow2(Mt)*pow2(s2t)*((1 + 2*(lmMst1 - lmMst2)*(-1 + shiftst1) -
824  2*shiftst1 + shiftst2)*pow2(MuSUSY)*(1 - pow2(Sbeta)) + 2*(2 + (-1 +
825  lmMst1 - lmMst2)*shiftst1 + (-1 - lmMst1 + lmMst2)*shiftst2)*pow2(Mst2)
826  *pow2(Sbeta)) + pow2(Sbeta)*(-16*MuSUSY*s2t*(-1 + shiftst2)*pow3(Mt) +
827  4*Mt*MuSUSY*(shiftst1 - shiftst2 + lmMst1*(-2 + shiftst1 + shiftst2) -
828  lmMst2*(-2 + shiftst1 + shiftst2))*pow2(Mst2)*pow3(s2t) + 16*(-1 +
829  shiftst2)*Tbeta*pow4(Mt) + (1 - 4*shiftst1 - 2*(lmMst1 - lmMst2)*(-1 +
830  shiftst2) + 3*shiftst2)*Tbeta*pow4(Mst2)*pow4(s2t))) - (-1 + shiftst2)*
831  Tbeta*pow2(Mst2)*pow2(Sbeta)*pow4(s2t)*pow6(Mst1)))/(3.*Tbeta*pow2(
832  Mst1)*pow2(Sbeta)*pow4(Mst2)) + (xDR2DRMOD*(8*pow2(Mt)*pow2(s2t)*((2*(
833  23*Dmglst2 + 13*Mgl)*pow2(pow2(Mst1) - pow2(Mst2)))/(Mgl*pow2(Mst1)) +
834  pow2(MuSUSY)*(5 - 26*lmMst1 + 18*lmMst2 + (Dmglst2*(23 - 46*lmMst1 +
835  30*lmMst2) + ((23*Dmglst2 + 13*Mgl)*pow2(Mst2))/pow2(Mst1) - (2*(
836  Dmglst2*(23*lmMst1 - 15*lmMst2) + (4 + 13*lmMst1 - 9*lmMst2)*Mgl)*pow2(
837  Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2))/Mgl)) + (32*pow3(Mt)*(8*
838  s2t*((1 + lmMst2)*Mgl*(2*pow2(Mst2) + pow2(MuSUSY))*(2*pow2(Mst1)*pow2(
839  Mst2) + 3*pow4(Mst1) + pow4(Mst2)) - Dmglst2*pow2(Mst2)*(-((1 + 3*
840  lmMst2)*pow2(Mst2)*pow2(MuSUSY)) + pow2(Mst1)*(4*(3 + lmMst2)*pow2(
841  Mst2) - 2*(1 + 3*lmMst2)*pow2(MuSUSY)) + 6*(5 + 3*lmMst2)*pow4(Mst1) -
842  2*(-1 + lmMst2)*pow4(Mst2))) + (Mst2*Mt*(Dmglst2*(96*(2 + lmMst2)*pow2(
843  Mst2)*pow4(Mst1) + 9*pow2(Mst1)*pow4(Mst2) + 192*(3 + 2*lmMst2)*pow6(
844  Mst1) - 23*pow6(Mst2)) - Mgl*(48*(1 + lmMst2)*(2*pow2(Mst1) + pow2(
845  Mst2))*pow4(Mst1) + (29 + 16*lmMst2)*pow2(Mst1)*pow4(Mst2) + 13*pow6(
846  Mst2))))/pow2(Mst1)))/(Mgl*pow5(Mst2)) + (9*xDmglst2*pow2(Dmglst2)*(Mt*
847  pow3(s2t)*((128*(1 - 6*lmMst2)*pow3(Mst2))/9. + ((2345.557475994513 -
848  120*lmMst1 + 120*lmMst2)*pow4(Mst1))/Mst2) + (pow2(Mt)*pow2(s2t)*(528*
849  pow2(Mst1) - 1056*pow2(Mst2) + 8*(49 - 66*lmMst1 + 42*lmMst2)*pow2(
850  MuSUSY) + (16*(8 - 33*lmMst1 + 21*lmMst2)*pow2(Mst1)*pow2(MuSUSY))/
851  pow2(Mst2) + (264*pow2(Mst2)*(2*pow2(Mst2) + pow2(MuSUSY)))/pow2(Mst1)
852  + ((41.00423280423281 + 3956*lmMst1 - 7796*lmMst2 + (540*pow2(MuSUSY))/
853  pow2(Msq))*pow4(Mst1))/pow2(Mst2) + pow2(MuSUSY)*pow4(Mst1)*(375/pow4(
854  Msq) + (-368*lmMst1 + 240*lmMst2)/pow4(Mst2))))/9. - (Mt*MuSUSY*((-352*
855  s2t*(pow2(Mst1) - pow2(Mst2))*pow2(Mt))/(3.*pow2(Mst1)) + (64*pow3(Mt)*
856  (8*lmMst2*(pow2(Mst1) + pow2(Mst2))*pow4(Msq) + 30*pow2(Msq)*pow4(Mst1)
857  + pow2(Mst2)*(-16*pow4(Msq) + 45*pow4(Mst1))))/(9.*pow3(Mst2)*pow4(Msq)
858  ) + Mt*pow2(s2t)*((128*pow2(Mst1)*(1 - 6*lmMst2 + (15*pow2(Mst1))/pow2(
859  Msq)))/(3.*Mst2) + ((7954.436625514403 + 480*lmMsq - (344*lmMst1)/3. -
860  (2728*lmMst2)/3.)*pow4(Mst1))/pow3(Mst2) + Mst2*(42.666666666666664 -
861  256*lmMst2 + (360*pow4(Mst1))/pow4(Msq))) + pow3(s2t)*((88*pow2(Mst1))/
862  3. + (16*(-8 + 33*lmMst1 - 21*lmMst2)*pow2(Mst2))/9. - ((
863  1275.4644718792867 - 150*lmMst1 + 150*lmMst2)*pow4(Mst1))/pow2(Mst2) -
864  (88*pow4(Mst2))/(3.*pow2(Mst1)))))/Tbeta - (8*s2t*pow3(Mt)*(42525*(100*
865  pow2(Msq) + 59*pow2(Mst2))*pow2(MuSUSY)*pow4(Mst1) + pow4(Msq)*(-
866  181440*pow2(Mst1)*(2*pow2(Mst2) + (-1 + 6*lmMst2)*pow2(MuSUSY)) + (
867  91451239 + 2041200*lmMsq - 5210730*lmMst1 + 6316380*lmMst2 - 561330*
868  lmMt)*pow4(Mst1) - 90720*((-1 + 6*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 2*(
869  -2 + lmMst2)*pow4(Mst2)))))/(25515.*pow3(Mst2)*pow4(Msq)) + (16*pow4(
870  Mt)*(-96*(4 + lmMst2)*pow2(Mst2)*pow4(Mst1) - 34*pow2(Mst1)*pow4(Mst2)
871  + (1152 + 768*lmMst2 + (45*pow2(Mst2))/pow2(Msq))*pow6(Mst1) - 66*pow6(
872  Mst2)))/(9.*pow2(Mst1)*pow4(Mst2)) - (pow4(s2t)*(2*(66*lmMst1 - 7*(7 +
873  6*lmMst2))*pow2(Mst1)*pow2(Mst2) - 2*(17 + 66*lmMst1 - 42*lmMst2)*pow4(
874  Mst2) + pow4(Mst1)*(2498.3904320987654 - 360*lmMst1 + 360*lmMst2 + (15*
875  pow2(Mst2))/(2.*pow2(Msq)) + (75*pow4(Mst2))/(4.*pow4(Msq))) + (66*
876  pow6(Mst2))/pow2(Mst1)))/9. - (s2t*pow2(Mt)*pow2(MuSUSY)*(60*Mst2*(-
877  200*Mt + 9*Mst2*s2t)*pow2(Msq)*pow6(Mst1) + 15*(-472*Mt + 25*Mst2*s2t)*
878  pow3(Mst2)*pow6(Mst1) + 8*pow4(Msq)*((32*(-1 + 6*lmMst2)*Mt + (49 - 66*
879  lmMst1 + 42*lmMst2)*Mst2*s2t)*pow2(Mst1)*pow3(Mst2) + 2*Mst2*(32*(-1 +
880  6*lmMst2)*Mt + (8 - 33*lmMst1 + 21*lmMst2)*Mst2*s2t)*pow4(Mst1) + (-46*
881  lmMst1*s2t + 30*lmMst2*s2t)*pow6(Mst1) + 33*s2t*pow6(Mst2))))/(9.*pow2(
882  Mst1)*pow2(Sbeta)*pow4(Msq)*pow4(Mst2))))/pow2(Mgl) + (-128*(Dmglst2 +
883  3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*Mt*pow3(Mst2)*pow3(s2t) + (-2*(
884  pow2(Mst1) - pow2(Mst2))*(Dmglst2*(2*(23*lmMst1 - 15*lmMst2)*pow2(Mst1)
885  *pow2(Mst2) + 23*pow4(Mst1) - 23*pow4(Mst2)) + Mgl*(2*(4 + 13*lmMst1 -
886  9*lmMst2)*pow2(Mst1)*pow2(Mst2) + 13*pow4(Mst1) - 13*pow4(Mst2)))*pow4(
887  s2t) + (Mt*MuSUSY*((384*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)
888  *Mt*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1)
889  + pow4(Mst2)) + 512*pow2(Mst1)*pow3(Mt)*(Dmglst2*(7 + lmMst2)*pow2(
890  Mst1)*pow2(Mst2) - Dmglst2*(-1 + lmMst2)*pow4(Mst2) - (1 + lmMst2)*Mgl*
891  (3*pow2(Mst1)*pow2(Mst2) + 6*pow4(Mst1) + pow4(Mst2))) + 32*(23*Dmglst2
892  + 13*Mgl)*s2t*(pow2(Mst1) - pow2(Mst2))*pow2(Mt)*pow5(Mst2) - pow3(s2t)
893  *(16*(Dmglst2*(23*lmMst1 - 15*lmMst2) + (4 + 13*lmMst1 - 9*lmMst2)*Mgl)
894  *pow2(Mst1)*pow2(Mst2) + 8*(23*Dmglst2 + 13*Mgl)*pow4(Mst1) - 8*(23*
895  Dmglst2 + 13*Mgl)*pow4(Mst2))*pow5(Mst2))/Tbeta - (8*Mt*MuSUSY*s2t*(
896  Dmglst2*Mst2*((32*(1 + 3*lmMst2)*Mt + (23 - 46*lmMst1 + 30*lmMst2)*
897  Mst2*s2t)*pow2(Mst1)*pow3(Mst2) + 2*Mst2*(32*(1 + 3*lmMst2)*Mt + (-23*
898  lmMst1 + 15*lmMst2)*Mst2*s2t)*pow4(Mst1) + (-46*lmMst1*s2t + 30*lmMst2*
899  s2t)*pow6(Mst1) + 23*s2t*pow6(Mst2)) + Mgl*(2*(32*(1 + lmMst2)*Mt + (-4
900  - 13*lmMst1 + 9*lmMst2)*Mst2*s2t)*pow2(Mst2)*pow4(Mst1) + (32*(1 +
901  lmMst2)*Mt + (5 - 26*lmMst1 + 18*lmMst2)*Mst2*s2t)*pow2(Mst1)*pow4(
902  Mst2) + 2*(48*(1 + lmMst2)*Mt + (-4 - 13*lmMst1 + 9*lmMst2)*Mst2*s2t)*
903  pow6(Mst1) + 13*s2t*pow7(Mst2))))/pow2(Sbeta)))/pow5(Mst2))/pow2(Mst1))
904  /Mgl))/9.) + pow2(Al4p)*((5*(1 - 2*lmMsq)*threeLoopFlag*xMsq*pow2(Msq)*
905  (4*Mt*MuSUSY*s2t*(Mt*MuSUSY*s2t*Tbeta*pow2(Mst1)*(pow2(Mst2) - 2*(
906  lmMst1 - lmMst2)*(pow2(Mst1) + pow2(Mst2))) + pow2(Mst2)*pow2(Sbeta)*((
907  -1 + shiftst1)*pow2(Mst2)*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t)) - pow2(
908  Mst1)*(-4*(-1 + shiftst2)*pow2(Mt) + (shiftst1 - shiftst2 + lmMst1*(-2
909  + shiftst1 + shiftst2) - lmMst2*(-2 + shiftst1 + shiftst2))*pow2(Mst2)*
910  pow2(s2t)) - (-1 + shiftst2)*pow2(s2t)*pow4(Mst1))) + Tbeta*(-8*pow2(
911  Mst1)*pow2(Mst2)*pow2(Mt)*((1 - lmMst1 + lmMst2)*shiftst1*pow2(MuSUSY)*
912  pow2(s2t) + 2*shiftst2*pow2(Mt)*pow2(Sbeta)) + 4*pow2(Mt)*pow2(MuSUSY)*
913  pow2(s2t)*pow4(Mst2) + pow2(Sbeta)*(-4*pow2(Mt)*pow2(s2t)*(2*(pow2(
914  Mst2) + (-lmMst1 + lmMst2)*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*((1 -
915  2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow2(MuSUSY) - 4*pow4(Mst2)) + (2*pow2(
916  Mst2) + pow2(MuSUSY))*pow4(Mst2)) + 16*pow2(Mst2)*(pow2(Mst1) + pow2(
917  Mst2))*pow4(Mt) + pow2(Mst1)*pow2(Mst2)*((-1 + 2*lmMst1 - 2*lmMst2)*
918  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + (-1 - 2*lmMst1 + 2*lmMst2)*pow4(
919  Mst2))*pow4(s2t)) - shiftst1*(4*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*pow2(
920  Sbeta)*(2*(1 - lmMst1 + lmMst2)*pow2(Mt)*(pow2(Mst2) - pow2(MuSUSY)) -
921  pow2(s2t)*pow4(Mst2)) + pow4(Mst1)*(8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(
922  Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (3 + 2*lmMst1 - 2*
923  lmMst2)*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + pow4(Mst2)*(-4*pow2(Mt)*
924  pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))
925  + pow2(Sbeta)*(16*pow4(Mt) + pow4(Mst2)*pow4(s2t)))) - shiftst2*pow2(
926  Mst1)*pow2(s2t)*(4*pow2(Mst2)*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta))
927  + 2*(1 + lmMst1 - lmMst2)*pow2(Mst2)*pow2(Sbeta)) - 4*pow2(Mst1)*(2*
928  pow2(Mt)*((-1 + lmMst1 - lmMst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
929  pow2(Mst2)*pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + pow2(s2t)
930  *pow2(Sbeta)*(pow2(Mst2)*pow4(Mst1) + (3 - 2*lmMst1 + 2*lmMst2)*pow6(
931  Mst2))) + pow2(Sbeta)*pow4(s2t)*pow8(Mst2))))/(6.*Tbeta*pow2(Mst1)*
932  pow2(Sbeta)*pow4(Mst2)) + threeLoopFlag*((402.71234567901234 + (520*
933  lmMsq)/27. + (220*pow2(lmMsq))/9. - (10*lmMst1*(85 - 10*lmMsq + 6*pow2(
934  lmMsq)))/9. - (392*pow2(lmMst1))/9. + (4*lmMst2*(722 - 1449*lmMst1 +
935  270*lmMsq*lmMst1 - 135*pow2(lmMsq) + 63*pow2(lmMst1)))/81. + (2*lmMt*(
936  1417 - 688*lmMst2 + 90*lmMsq*(-9 + 4*lmMst2) + 12*lmMst1*(27 + 32*
937  lmMst2) + 18*pow2(lmMst1) - 246*pow2(lmMst2)))/27. - (4*(-803 + 90*
938  lmMsq + 189*lmMst1)*pow2(lmMst2))/27. - (4*(-12 + 10*lmMsq + lmMst1 +
939  45*lmMst2)*pow2(lmMt))/3. + (40*pow3(lmMsq))/9. - (68*pow3(lmMst1))/9.
940  + (4*(7*Mgl*(22483 + 2250*lmMst2 + 30*lmMst1*(-91 + 150*lmMst2) - 750*
941  lmMt + 4500*lmMst2*lmMt - 30*lmMsq*(-41 + 60*lmMst1 + 150*lmMt) + 3150*
942  pow2(lmMsq) - 1350*pow2(lmMst1) - 4500*pow2(lmMst2))*pow2(Mst1) + 5*
943  Dmglst2*(-6300*(1 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*pow2(Mst1) + pow2(
944  Msq)*(496858 - 397915*lmMst2 + 219975*lmMt + 109200*lmMst2*lmMt - 1050*
945  lmMsq*(23 + 18*lmMst1 + 6*lmMst2 + 30*lmMt) + 28350*pow2(lmMsq) - 4410*
946  pow2(lmMst1) - 221970*pow2(lmMst2) + 630*lmMst1*(269 + 254*lmMst2 - 64*
947  lmMt + 64*pow2(lmMst2)) + 63000*pow2(lmMt) - 40320*pow3(lmMst2)))))/(
948  14175.*Mgl*pow2(Msq)) + (148*pow3(lmMst2))/9. + (184*pow3(lmMt))/3. +
949  pow4(Mst1)*((16.98404168016413 + (16403*lmMsq)/2205. - (
950  4.383446712018141 + (2*lmMsq)/7.)*lmMst1 + (10*lmMst1*lmMst2)/3. - (5*(
951  11 + 12*lmMsq - 12*lmMst2)*lmMt)/18. - (20*Dmglst2*(lmMst1 - 2*lmMst2 +
952  lmMt))/(3.*Mgl) + (38*pow2(lmMsq))/21. - (32*pow2(lmMst1))/21. - (10*
953  pow2(lmMst2))/3.)/pow4(Msq) + (1405.4626938375586 + 140*lmMsq + (
954  514.9222171831696 - 520*lmMsq)*lmMst1 - (137992*pow2(lmMst1))/945. -
955  lmMst2*(963.0333282942806 - (550874*lmMst1)/945. + 40*lmMsq*(-16 + 3*
956  lmMst1) + (376*pow2(lmMst1))/9.) - (579.1343915343915 - 120*lmMsq - (
957  656*lmMst1)/3.)*pow2(lmMst2) + (lmMt*(3425 + 1080*lmMsq*(-1 + lmMst1 -
958  lmMst2) + 2618*lmMst2 - 2*lmMst1*(573 + 1112*lmMst2) + 312*pow2(lmMst1)
959  + 1912*pow2(lmMst2)))/9. + (64*(-1 + 3*lmMst1 - 3*lmMst2)*pow2(lmMt))/
960  3. + (64*pow3(lmMst1))/27. - (Dmglst2*(3879.568149934479 + 1840*lmMsq +
961  (581.2930880994373 - 2320*lmMsq)*lmMst1 - (126272*pow2(lmMst1))/189. -
962  (4*lmMst2*(57911521 - 22348620*lmMst1 + 2381400*lmMsq*(-19 + 3*lmMst1)
963  + 2487240*pow2(lmMst1)))/59535. + (16*(-15893 + 5670*lmMsq + 4284*
964  lmMst1)*pow2(lmMst2))/189. + (16*lmMt*(2105 + 405*lmMsq*(-3 + 2*lmMst1
965  - 2*lmMst2) + 2247*lmMst2 - 3*lmMst1*(341 + 364*lmMst2) + 234*pow2(
966  lmMst1) + 858*pow2(lmMst2)))/27. + (128*(-5 + 6*lmMst1 - 6*lmMst2)*
967  pow2(lmMt))/3. + (256*pow3(lmMst1))/27. - (5536*pow3(lmMst2))/27.))/Mgl
968  - (4840*pow3(lmMst2))/27.)/pow4(Mst2)) + ((2*(2*Dmglst2*(-243 + 2*(55 +
969  32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*
970  pow2(lmMst2)) + Mgl*(277 + 514*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*
971  lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2)))*pow2(Mst2))/
972  (9.*pow2(Mst1)) + (pow2(Mst1)*(4*Dmglst2*(23048051 + 10812060*lmMst2 +
973  12600*(1213 + 285*lmMst2 - 225*lmMt)*pow2(lmMst1) - 58646700*pow2(
974  lmMst2) - 2835000*lmMsq*(27 + lmMst2*(19 - 2*lmMt) - 2*lmMst1*(6 +
975  lmMst2 - lmMt) - 7*lmMt + 2*pow2(lmMst2)) + 31500*lmMt*(-622 - 389*
976  lmMst2 + 6*pow2(lmMst2)) + 1260*lmMst1*(58569 - 1075*lmMt + 5*lmMst2*(
977  6883 + 420*lmMt) + 9300*pow2(lmMst2) - 7200*pow2(lmMt)) + 4536000*(3 +
978  2*lmMst2)*pow2(lmMt) - 252000*pow3(lmMst1) - 15057000*pow3(lmMst2)) +
979  35*Mgl*(6906919 - 4511760*lmMst2 - 1800*(373 + 114*lmMst2 - 90*lmMt)*
980  pow2(lmMst1) - 352800*pow2(lmMst2) + 162000*lmMsq*(12 + lmMst2*(15 - 2*
981  lmMt) - 2*lmMst1*(5 + lmMst2 - lmMt) - 5*lmMt + 2*pow2(lmMst2)) +
982  16200*lmMt*(194 + 71*lmMst2 + 42*pow2(lmMst2)) - 259200*(1 + 2*lmMst2)*
983  pow2(lmMt) + 120*lmMst1*(3938 + 1215*lmMt - 15*lmMst2*(7 + 468*lmMt) +
984  5940*pow2(lmMst2) + 4320*pow2(lmMt)) + 14400*pow3(lmMst1) - 522000*
985  pow3(lmMst2))))/(425250.*pow2(Mst2)) + (pow2(Mst2)*(171500*Dmglst2*(6*(
986  83 - 21*lmMst1 + 6*(-1 + 6*lmMst1)*lmMst2 + 3*(-7 + 12*lmMst2)*lmMt +
987  12*lmMsq*(4 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*
988  pow2(Mst1) - (1267 + 1632*lmMst2 - 6*lmMst1*(11 + 60*lmMst2) + 78*lmMt
989  - 936*lmMst2*lmMt + 12*lmMsq*(-137 + 30*lmMst1 + 48*lmMst2 + 78*lmMt) -
990  936*pow2(lmMsq) + 360*pow2(lmMst2))*pow2(Mst2)) + Mgl*(514500*(5 - 78*
991  lmMst2 + 3*lmMst1*(5 + 12*lmMst2) + 3*(5 + 12*lmMst2)*lmMt + 12*lmMsq*(
992  4 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow2(Mst1) -
993  (142320737 + 123053280*lmMst2 - 257250*lmMst1*(41 + 60*lmMst2) -
994  257250*(77 + 228*lmMst2)*lmMt + 420*lmMsq*(-220709 + 36750*lmMst1 +
995  82740*lmMst2 + 139650*lmMt) - 54419400*pow2(lmMsq) + 19668600*pow2(
996  lmMst2))*pow2(Mst2))))/(2.7783e6*pow4(Msq)) + ((-5*((64*Dmglst2*(14 -
997  15*lmMsq + 15*lmMst2) + 8*(43 - 30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq) +
998  (18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*
999  Mgl)*pow2(Mst2)))/(54.*pow2(Mst1)*pow4(Msq)) - (64*(1 + lmMst2)*(4*
1000  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl))/(9.*pow4(Mst1)))*pow4(Mst2) + (
1001  3000*Dmglst2*((-87 + lmMst1*(40 + 6*lmMst2 - 6*lmMt) + 6*lmMst2*(-10 +
1002  lmMt) + 20*lmMt - 6*pow2(lmMst2))*pow4(Mst1) + (-5 + lmMst1 - 12*lmMst2
1003  + 6*lmMst1*lmMst2 - lmMt + 12*lmMst2*lmMt - 6*lmMsq*(-2 + lmMst1 +
1004  lmMst2 + 2*lmMt) + 12*pow2(lmMsq) - 6*pow2(lmMst2))*pow4(Mst2)) - 4*
1005  Mgl*(375*(-39 + lmMst1*(34 + 6*lmMst2 - 6*lmMt) + 6*lmMst2*(-8 + lmMt)
1006  + 14*lmMt - 6*pow2(lmMst2))*pow4(Mst1) + (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))*pow4(Mst2)))/(675.*pow2(Msq)*pow2(Mst2)) + (-945*pow2(MuSUSY)*
1010  (3*Mgl*(8*pow2(Mst2)*(436 - 6*B4 + 6*D3 - 3*DN - 48*lmMst1 + (408 - 96*
1011  lmMst1)*lmMst2 + 24*lmMt - 48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(
1012  lmMst2)) + pow2(Mst1)*(10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 -
1013  384*(-25 + 9*lmMst1)*lmMst2 - 384*(-1 + lmMst1 - lmMst2)*lmMt - 384*(-
1014  13 + 4*lmMst1)*pow2(lmMst2) + 1536*pow3(lmMst2))) + 2*Dmglst2*(72*pow2(
1015  Mst2)*(180 - 2*B4 + 2*D3 - DN + 16*lmMst1 + 144*lmMst2 - 16*(-2 +
1016  lmMst1)*pow2(lmMst2) + 16*pow3(lmMst2)) + pow2(Mst1)*(28405 - 288*B4 +
1017  288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 +
1018  lmMst1 - lmMst2)*lmMt - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(
1019  lmMst2)))) + 560*OepS2*(3*Mgl*(pow2(Mst1)*(627*pow2(Mst2) + 378*pow2(
1020  MuSUSY)) + 1168*pow4(Mst1) + 189*pow4(Mst2)) + 4*Dmglst2*(63*pow2(Mst1)
1021  *(23*pow2(Mst2) - 3*pow2(MuSUSY)) + 5582*pow4(Mst1) + 189*pow4(Mst2)))
1022  - 27*S2*(42*Mgl*(9*pow2(Mst1)*((4163 + 2090*lmMst1 - 2090*lmMst2)*pow2(
1023  Mst2) + 90*(-43 + 14*lmMst1 - 14*lmMst2)*pow2(MuSUSY)) + 8*(8653 +
1024  4380*lmMst1 - 4380*lmMst2)*pow4(Mst1) + 81*(-240*pow2(Mst2)*pow2(
1025  MuSUSY) + (109 + 70*lmMst1 - 70*lmMst2)*pow4(Mst2))) + 4*Dmglst2*(45*
1026  pow2(Mst1)*(23*(115 + 588*lmMst1 - 588*lmMst2)*pow2(Mst2) - 126*(65 +
1027  14*lmMst1 - 14*lmMst2)*pow2(MuSUSY)) + (2001242 + 2344440*lmMst1 -
1028  2344440*lmMst2)*pow4(Mst1) - 81*(3360*pow2(Mst2)*pow2(MuSUSY) + (1593 -
1029  980*lmMst1 + 980*lmMst2)*pow4(Mst2)))))/(76545.*pow4(Mst2)))/Mgl)*pow4(
1030  Mt) + (-(pow2(Mst1)*pow2(Mst2)*(95.16896090534979 - B4/9. + (2*D3)/9. -
1031  DN/6. - (445*lmMsq)/36. + lmMst1*(21.80061728395062 - (5*pow2(lmMsq))/
1032  2.) + (35*pow2(lmMsq))/12. + (lmMst2*(18499 + 20550*lmMst1 + 675*lmMsq*
1033  (-7 + 2*lmMst1) + 2025*pow2(lmMsq) - 6525*pow2(lmMst1)))/810. + ((-1649
1034  + 180*lmMsq)*pow2(lmMst1))/108. + ((289 - 360*lmMsq + 1398*lmMst1)*
1035  pow2(lmMst2))/108. - (79*pow3(lmMst1))/54. + (((50*Dmglst2*(25 + 12*
1036  lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) + (48 - 36*lmMst1)*lmMst2 + 36*pow2(
1037  lmMst2)) + Mgl*(-2953 + 60*lmMsq*(17 + 6*lmMst1 - 6*lmMst2) - 636*
1038  lmMst2 - 24*lmMst1*(16 + 75*lmMst2) + 720*pow2(lmMst1) + 1080*pow2(
1039  lmMst2)))*pow2(Mst1))/(1080.*pow2(Msq)) - Dmglst2*(14.217769547325103 +
1040  (2*B4)/3. - (8*D3)/9. + (5*DN)/9. - (15*lmMsq)/2. - (5*pow2(lmMsq))/2.
1041  + lmMst1*(-
1042  24.21432098765432 + 5*pow2(lmMsq)) - lmMst2*(5*lmMsq*(-1 + 2*lmMst1) +
1043  5*pow2(lmMsq) + (-128893 - 86970*lmMst1 - 48150*pow2(lmMst1))/4050.) -
1044  (137*pow2(lmMst1))/135. + (10*lmMsq - (83*(34 + 15*lmMst1))/135.)*pow2(
1045  lmMst2) + (5*pow3(lmMst1))/27. - (77*pow3(lmMst2))/27.))/Mgl - (185*
1046  pow3(lmMst2))/54.)) + (35.682629270197204 + B4 + D3/9. - DN/9. - (655*
1047  lmMsq)/72. + lmMst1*(65.86121882086168 - (70*lmMsq)/9. + (5*pow2(lmMsq)
1048  )/12.) + (25*pow2(lmMsq))/12. - lmMst2*(33.61121882086168 + (99767*
1049  lmMst1)/3780. - (5*lmMsq*(13 + 9*lmMst1))/18. + (5*pow2(lmMsq))/12. - (
1050  305*pow2(lmMst1))/36.) + (27.599470899470898 - (5*lmMsq)/3.)*pow2(
1051  lmMst1) + (7.516137566137566 - (5*lmMsq)/6. - (473*lmMst1)/36.)*pow2(
1052  lmMst2) - (10*pow3(lmMst1))/27. + (136*pow3(lmMst2))/27. + (Dmglst2*(
1053  84.40344866031853 - (5*lmMsq*(2 + 3*lmMst1))/3. + (1011403*lmMst2)/
1054  1.1907e6 + (5*pow2(lmMsq))/2. + (4.326984126984127 + (11*lmMst2)/3.)*
1055  pow2(lmMst1) + lmMst1*(10.650581170739901 + (1474*lmMst2)/315. - (11*
1056  pow2(lmMst2))/3.) - (113*pow2(lmMst2))/35. - (11*pow3(lmMst1))/9. + (
1057  11*pow3(lmMst2))/9.))/Mgl)*pow4(Mst1) + (((Mgl*(-82320*(1318 - 15*
1058  lmMsq*(23 + 41*lmMst1 - 41*lmMst2) - 346*lmMst2 + lmMst1*(691 + 525*
1059  lmMst2) + 45*pow2(lmMst1) - 570*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) +
1060  34300*(9403 - 720*B4 + 72*D3 - 36*DN - 630*lmMsq - 270*pow2(lmMsq) - 3*
1061  lmMst1*(5663 - 1950*lmMsq + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*
1062  lmMst2*(6377 - 6942*lmMst1 + 30*lmMsq*(-59 + 42*lmMst1) + 630*pow2(
1063  lmMsq) + 234*pow2(lmMst1)) - 18*(-1172 + 210*lmMsq + 399*lmMst1)*pow2(
1064  lmMst2) - 288*pow3(lmMst1) + 6768*pow3(lmMst2))*pow4(Msq) + 3*(6074157
1065  - 420*lmMsq*(9224 + 5705*lmMst1 - 6545*lmMst2) + 1208165*lmMst2 + 35*
1066  lmMst1*(76169 + 108780*lmMst2) - 176400*pow2(lmMsq) - 705600*pow2(
1067  lmMst1) - 3278100*pow2(lmMst2))*pow4(Mst1)) + 17150*Dmglst2*(240*(-77 +
1068  lmMsq*(6 + 60*lmMst1 - 60*lmMst2) + 50*lmMst2 - 4*lmMst1*(14 + 15*
1069  lmMst2) + 60*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 2*(7337 - 432*B4 +
1070  576*D3 - 360*DN + 8100*lmMsq - 1620*pow2(lmMsq) - 216*lmMst1*(-7 + 15*
1071  pow2(lmMsq)) - 1404*pow2(lmMst1) + 36*lmMst2*(-689 - 528*lmMst1 + 90*
1072  lmMsq*(1 + 2*lmMst1) + 90*pow2(lmMsq) + 32*pow2(lmMst1)) - 36*(-239 +
1073  180*lmMsq + 336*lmMst1)*pow2(lmMst2) + 10944*pow3(lmMst2))*pow4(Msq) +
1074  15*(113 - 34*lmMst2 + 12*lmMsq*(1 - 10*lmMst1 + 10*lmMst2) + 2*lmMst1*(
1075  11 + 60*lmMst2) - 120*pow2(lmMst2))*pow4(Mst1)) - (pow2(Mst2)*(Mgl*(-
1076  41160*(2986 - 30*lmMsq*(43 + 40*lmMst1 - 40*lmMst2) - 735*lmMst2 + 75*
1077  lmMst1*(27 + 16*lmMst2) - 1200*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) -
1078  308700*(405 + 770*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
1079  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(Msq) + (45671209 -
1080  420*lmMsq*(51313 + 42630*lmMst1 - 44310*lmMst2) + 9501870*lmMst2 +
1081  10290*lmMst1*(1171 + 1740*lmMst2) - 352800*pow2(lmMsq) - 18257400*pow2(
1082  lmMst2))*pow4(Mst1)) + 51450*Dmglst2*(40*(-230 + 6*lmMsq*(16 + 17*
1083  lmMst1 - 17*lmMst2) + 13*lmMst2 - lmMst1*(109 + 102*lmMst2) + 102*pow2(
1084  lmMst2))*pow2(Msq)*pow2(Mst1) - 12*(-115 + (494 + 64*lmMst1)*lmMst2 -
1085  30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 464*pow2(lmMst2))*pow4(Msq)
1086  - 5*(-793 + 12*lmMsq*(19 + 42*lmMst1 - 42*lmMst2) + 6*lmMst2 - 18*
1087  lmMst1*(13 + 28*lmMst2) + 504*pow2(lmMst2))*pow4(Mst1))))/pow2(Mst1))*
1088  pow4(Mst2))/(2.22264e7*pow4(Msq)) - (OepS2*(4*Dmglst2*(1944*pow2(Mst1)*
1089  pow2(Mst2) + 4199*pow4(Mst1) + 189*pow4(Mst2)) - 3*Mgl*(2058*pow2(Mst1)
1090  *pow2(Mst2) + 1945*pow4(Mst1) + 432*pow4(Mst2))))/2187. + (S2*(2*
1091  Dmglst2*(36*(-275 + 324*lmMst1 - 324*lmMst2)*pow2(Mst1)*pow2(Mst2) + (
1092  51635 + 25194*lmMst1 - 25194*lmMst2)*pow4(Mst1) + 81*(-1677 + 14*lmMst1
1093  - 14*lmMst2)*pow4(Mst2)) - 3*Mgl*(9*(3137 + 686*lmMst1 - 686*lmMst2)*
1094  pow2(Mst1)*pow2(Mst2) + 5*(3799 + 1167*lmMst1 - 1167*lmMst2)*pow4(Mst1)
1095  + 1296*(22 + lmMst1 - lmMst2)*pow4(Mst2))))/324.)/Mgl)*pow4(s2t) - (Mt*
1096  pow3(s2t)*(-87480*pow2(Mst1)*pow2(Mst2)*(19.17798353909465 + (68*B4)/9.
1097  + (2*DN)/9. + 40*lmMsq - (40*pow2(lmMsq))/3. - (4*lmMst1*(223 - 15*
1098  lmMsq + 15*pow2(lmMsq)))/9. - (8*pow2(lmMst1))/3. + (4*lmMst2*(-163 -
1099  229*lmMst1 + 15*lmMsq*(3 + 2*lmMst1) + 15*pow2(lmMsq) + 24*pow2(lmMst1)
1100  ))/9. - (4*(-107 + 30*lmMsq + 104*lmMst1)*pow2(lmMst2))/9. - ((20*(
1101  Dmglst2 - Mgl)*pow2(Mst1))/(9.*pow2(Msq)) + Dmglst2*(47.73436213991769
1102  - (68*B4)/
1103  9. - (2*DN)/9. + (80*lmMsq)/3. + (40*pow2(lmMsq))/3. + (4*lmMst1*(77 +
1104  135*lmMsq + 45*pow2(lmMsq)))/27. + (4*lmMst2*(409 + 183*lmMst1 - 45*
1105  lmMsq*(7 + 2*lmMst1) - 45*pow2(lmMsq) - 72*pow2(lmMst1)))/27. - (8*
1106  pow2(lmMst1))/3. + (4*(105 + 30*lmMsq + 104*lmMst1)*pow2(lmMst2))/9. -
1107  (320*pow3(lmMst2))/9.))/Mgl + (320*pow3(lmMst2))/9.) + ((Dmglst2*(
1108  35542243 - 8755920*lmMst2 + 291600*lmMsq*(7 - 6*lmMst1 + 6*lmMst2) +
1109  38880*(37 - 40*lmMst2)*pow2(lmMst1) + 1438560*pow2(lmMst2) + 720*
1110  lmMst1*(8705 - 3996*lmMst2 + 5616*pow2(lmMst2)) - 311040*pow3(lmMst1) -
1111  2177280*pow3(lmMst2)) - 15*Mgl*(542267 - 29376*lmMst2 + 19440*lmMsq*(1
1112  - 2*lmMst1 + 2*lmMst2) + 864*(205 + 216*lmMst2)*pow2(lmMst1) + 177120*
1113  pow2(lmMst2) - 1728*lmMst1*(31 + 205*lmMst2 + 204*pow2(lmMst2)) - 6912*
1114  pow3(lmMst1) + 172800*pow3(lmMst2)))*pow4(Mst1))/Mgl + ((-27*(15*Mgl*(
1115  320*(25 - 6*lmMsq*(2 + lmMst1 - lmMst2) + 4*lmMst2 + lmMst1*(8 + 6*
1116  lmMst2) - 6*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 3*(17177 + 1760*B4 -
1117  16*DN - 5760*lmMsq + 960*pow2(lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*
1118  pow2(lmMsq)) + 16*lmMst2*(1163 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1)
1119  + 30*pow2(lmMsq) - 16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(-281 + 30*
1120  lmMsq + 72*lmMst1)*pow2(lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) + 10*(-1
1121  + 12*lmMsq - 12*lmMst2)*pow4(Mst1)) + Dmglst2*(28800*(9 - 3*lmMsq*(2 +
1122  lmMst1 - lmMst2) + 4*lmMst2 + lmMst1*(2 + 3*lmMst2) - 3*pow2(lmMst2))*
1123  pow2(Msq)*pow2(Mst1) + (825997 + 188640*B4 - 3600*DN - 648000*lmMsq +
1124  43200*pow2(lmMsq) - 720*lmMst1*(-173 + 90*lmMsq + 30*pow2(lmMsq)) +
1125  720*lmMst2*(1495 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*pow2(
1126  lmMsq) - 16*pow2(lmMst1)) + 11520*pow2(lmMst1) - 1440*(-169 + 30*lmMsq
1127  + 136*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2))*pow4(Msq) + 150*(23 +
1128  12*lmMsq - 12*lmMst2)*pow4(Mst1)))*pow4(Mst2))/pow4(Msq) + 160*OepS2*(
1129  3*Mgl*(438*pow2(Mst1)*pow2(Mst2) + 439*pow4(Mst1) + 189*pow4(Mst2)) -
1130  Dmglst2*(7218*pow2(Mst1)*pow2(Mst2) + 15571*pow4(Mst1) + 945*pow4(Mst2)
1131  )) + 108*S2*(Dmglst2*(18*(14033 + 12030*lmMst1 - 12030*lmMst2)*pow2(
1132  Mst1)*pow2(Mst2) + (836021 + 467130*lmMst1 - 467130*lmMst2)*pow4(Mst1)
1133  + 81*(-453 + 350*lmMst1 - 350*lmMst2)*pow4(Mst2)) - 15*Mgl*(18*(347 +
1134  146*lmMst1 - 146*lmMst2)*pow2(Mst1)*pow2(Mst2) + (6121 + 2634*lmMst1 -
1135  2634*lmMst2)*pow4(Mst1) + 81*(-1 + 14*lmMst1 - 14*lmMst2)*pow4(Mst2)))
1136  + (270*(48*(15*Dmglst2*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*
1137  lmMst2 - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2)) + 5*Mgl*(71 + 12*
1138  lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) +
1139  12*pow2(lmMst2)))*pow2(Msq) - 15*Mgl*(223 - 12*lmMsq*(13 + 6*lmMst1 -
1140  6*lmMst2) + 102*lmMst2 + 18*lmMst1*(3 + 4*lmMst2) - 72*pow2(lmMst2))*
1141  pow2(Mst1) + 5*Dmglst2*(-3*(823 - 12*lmMsq*(61 + 30*lmMst1 - 30*lmMst2)
1142  + 606*lmMst2 + 18*lmMst1*(7 + 20*lmMst2) - 360*pow2(lmMst2))*pow2(Mst1)
1143  + (5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2) + 2550*lmMst2 - 54*
1144  lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2))*pow2(Mst2)) - (2304*(1 +
1145  lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq))/
1146  pow2(Mst1))*pow6(Mst2))/pow4(Msq))/Mgl))/(87480.*Mst2) + pow2(Mt)*pow2(
1147  s2t)*((2*pow2(Mst1)*(5*Mgl*(517702 - 2700*D3 + 2700*DN + 10125*lmMsq -
1148  64800*(lmMst1 - lmMst2)*lmMt - 30375*pow2(lmMsq) - 15*lmMst1*(43538 -
1149  5850*lmMsq + 675*pow2(lmMsq)) + 15*lmMst2*(47993 - 10020*lmMst1 - 450*
1150  lmMsq*(4 + 3*lmMst1) + 675*pow2(lmMsq) - 1035*pow2(lmMst1)) + 225*(-887
1151  + 90*lmMsq)*pow2(lmMst1) - 225*(-1195 + 339*lmMst1)*pow2(lmMst2) -
1152  29250*pow3(lmMst1) + 121050*pow3(lmMst2)) + Dmglst2*(2416741 + 1789710*
1153  lmMst2 + 67500*lmMsq*(8 - 3*lmMst1 + 12*lmMst2) - 324000*(2 + lmMst2)*
1154  lmMt - 303750*pow2(lmMsq) + 450*(-341 + 30*lmMst2)*pow2(lmMst1) + 60*
1155  lmMst1*(34484 - 12885*lmMst2 + 5400*lmMt - 21825*pow2(lmMst2)) +
1156  224550*pow2(lmMst2) - 4500*pow3(lmMst1) + 1300500*pow3(lmMst2))))/(
1157  30375.*Mgl) + ((9000*Dmglst2*(4 - lmMst1 + lmMst2) + 2*Mgl*(5108 + 15*
1158  lmMst1*(718 - 75*lmMst2) - 15*lmMsq*(218 + 195*lmMst1 - 75*lmMst2) -
1159  7500*lmMst2 + 900*pow2(lmMsq) + 2025*pow2(lmMst1)))/(2025.*Mgl*pow2(
1160  Msq)) + (196.55862427463637 + (-293.24826908541195 + (40*lmMsq)/3.)*
1161  lmMst1 + lmMst2*(305.24826908541195 - (40*lmMsq)/3. - (32894*lmMst1)/
1162  945. - (286*pow2(lmMst1))/9.) - (50753*pow2(lmMst1))/945. + (32*lmMt*(-
1163  2*lmMst1*(1 + lmMst2) + lmMst2*(2 + lmMst2) + pow2(lmMst1)))/3. + (
1164  88.51534391534392 - (2*lmMst1)/9.)*pow2(lmMst2) + (190*pow3(lmMst1))/
1165  27. - (Dmglst2*(190.3527287429963 - (160*lmMsq)/3. + (-
1166  535.9278609221467 + (200*lmMsq)/3.)*lmMst1 + lmMst2*(315.4834164777022
1167  - (200*lmMsq)/
1168  3. + (84592*lmMst1)/315. - (208*pow2(lmMst1))/9.) - (35576*pow2(lmMst1)
1169  )/315. + (8*(-6127 + 5110*lmMst1)*pow2(lmMst2))/315. + (64*lmMt*(2 + 5*
1170  lmMst2 - lmMst1*(5 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. + (
1171  16*pow3(lmMst1))/27. - (2896*pow3(lmMst2))/27.))/Mgl + (674*pow3(
1172  lmMst2))/27.)/pow2(Mst2))*pow4(Mst1) + pow2(Mst2)*(252.5348765432099 +
1173  (8*D3)/9. - (8*DN)/9. - (100*lmMsq)/3. + (32*lmMt)/3. + 20*pow2(lmMsq)
1174  + (2*lmMst1*(763 - 300*lmMsq + 45*pow2(lmMsq)))/27. + (124*pow2(lmMst1)
1175  )/9. - (2*lmMst2*(30*lmMsq*(8 + 3*lmMst1) + 45*pow2(lmMsq) + 13*(-209 -
1176  30*lmMst1 + 9*pow2(lmMst1))))/27. + (2*(256 + 30*lmMsq + 31*lmMst1)*
1177  pow2(lmMst2))/9. + (32*pow3(lmMst1))/9. - (16*pow3(lmMst2))/9. + (2*(((
1178  11250*Dmglst2*(3 - 4*lmMsq + 4*lmMst2) - Mgl*(3091 - 10230*lmMst2 + 60*
1179  lmMst1*(92 + 75*lmMst2) + 30*lmMsq*(157 - 60*(lmMst1 + lmMst2)) + 1800*
1180  pow2(lmMsq) - 1350*pow2(lmMst1) - 1350*pow2(lmMst2)))*pow2(Mst1))/pow2(
1181  Msq) + 15*Dmglst2*(28373 - 240*B4 + 240*D3 - 120*DN + 750*lmMsq + 1380*
1182  lmMst1 + 2700*pow2(lmMsq) + 690*pow2(lmMst1) - 20*lmMst2*(-1676 + 270*
1183  lmMsq - 27*lmMst1 + 48*pow2(lmMst1)) - 30*(-391 + 32*lmMst1)*pow2(
1184  lmMst2) + 1920*pow3(lmMst2))))/(2025.*Mgl) - ((2.3647986178598424 - (
1185  991*lmMsq)/441. + ((-194 + 385*lmMsq)*lmMst1)/735. + (2.511111111111111
1186  - lmMsq + lmMst1)*lmMst2 - (5*Dmglst2*(1 + 4*lmMsq - 4*lmMst2))/(6.*
1187  Mgl) + (5*pow2(lmMsq))/21. - (16*pow2(lmMst1))/21.)*pow4(Mst1))/pow4(
1188  Msq)) + ((15*(8575*Dmglst2*((65 - 324*lmMsq + 324*lmMst2)*pow2(Mst1) +
1189  (-203 + 540*lmMsq - 540*lmMst2)*pow2(Mst2)) - 2*Mgl*((9261*lmMst1*(7 +
1190  5*lmMst2) + 105*lmMsq*(2929 - 441*lmMst1 + 231*lmMst2) + 11025*pow2(
1191  lmMsq) - 2*(65299 + 186186*lmMst2 + 17640*pow2(lmMst2)))*pow2(Mst1) + (
1192  242073 - 105*lmMsq*(3909 + 49*lmMst1 - 259*lmMst2) + 399812*lmMst2 +
1193  343*lmMst1*(31 + 15*lmMst2) - 11025*pow2(lmMsq) - 16170*pow2(lmMst2))*
1194  pow2(Mst2))) - (686*pow2(Msq)*(Mgl*(750*(-43 + 30*lmMsq - 30*lmMst2)*
1195  pow2(Mst1)*pow2(Mst2) + 225*pow2(Msq)*((309 + 578*lmMst2 + 64*lmMst1*(1
1196  + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 240*pow2(lmMst2)
1197  )*pow2(Mst1) - 32*pow2(1 + lmMst2)*pow2(Mst2)) + 2*(22642 - 15*lmMsq*(
1198  1282 + 75*lmMst1 - 195*lmMst2) + 16230*lmMst2 + 375*lmMst1*(8 + 3*
1199  lmMst2) - 900*pow2(lmMsq) - 2025*pow2(lmMst2))*pow4(Mst1)) + 150*
1200  Dmglst2*(3*pow2(Msq)*((-179 + 30*lmMsq + 238*lmMst2 - 180*lmMsq*lmMst2
1201  + 64*lmMst1*lmMst2 + 90*pow2(lmMsq) + 272*pow2(lmMst2))*pow2(Mst1) -
1202  64*lmMst2*(1 + lmMst2)*pow2(Mst2)) - 10*(4*(14 - 15*lmMsq + 15*lmMst2)*
1203  pow2(Mst1)*pow2(Mst2) + (-107 + 120*lmMsq - 120*lmMst2)*pow4(Mst1)))))/
1204  pow4(Mst1))*pow4(Mst2))/(1.38915e6*Mgl*pow4(Msq)) - (pow2(MuSUSY)*(
1205  15829 - 720*B4 + 72*D3 - 36*DN - 3330*lmMsq + 1350*pow2(lmMsq) - 3*
1206  lmMst1*(5279 - 1950*lmMsq + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*
1207  lmMst2*(10421 - 6558*lmMst1 + 30*lmMsq*(-95 + 42*lmMst1) + 630*pow2(
1208  lmMsq) + 234*pow2(lmMst1)) - 18*(-1460 + 210*lmMsq + 399*lmMst1)*pow2(
1209  lmMst2) - 288*pow3(lmMst1) + 6768*pow3(lmMst2) + (162*(((Mgl*(111 -
1210  3028*lmMst2 + 90*lmMsq*(4 - 13*lmMst1 + 13*lmMst2) + 2*lmMst1*(1334 +
1211  675*lmMst2) - 90*pow2(lmMst1) - 1260*pow2(lmMst2)) + 100*Dmglst2*(69 +
1212  (-53 + 42*lmMsq)*lmMst2 + lmMst1*(53 - 42*lmMsq + 42*lmMst2) - 42*pow2(
1213  lmMst2)))*pow2(Mst1))/(135.*pow2(Msq)) + Dmglst2*(19.734567901234566 -
1214  (8*B4)/3. + (32*D3)/9. - (20*DN)/9. + (170*lmMsq)/3. + lmMst1*(
1215  9.333333333333334 - 20*pow2(lmMsq)) + 10*pow2(lmMsq) - (26*pow2(lmMst1)
1216  )/3. + (2*lmMst2*(-291 - 464*lmMst1 + 90*lmMsq*(-1 + 2*lmMst1) + 90*
1217  pow2(lmMsq) + 32*pow2(lmMst1)))/9. - (2*(-607 + 180*lmMsq + 336*lmMst1)
1218  *pow2(lmMst2))/9. + (608*pow3(lmMst2))/9.)))/Mgl - (162*pow2(Mst1)*(
1219  204.20053497942388 + (76*B4)/9. - (2*DN)/9. - (50*lmMsq)/3. + (2*
1220  lmMst1*(57971 - 14625*lmMsq + 2700*pow2(lmMsq)))/405. + ((-1331 + 180*
1221  lmMsq)*pow2(lmMst1))/27. - (2*lmMst2*(52436 - 70455*lmMst1 + 225*lmMsq*
1222  (-65 + 36*lmMst1) + 2700*pow2(lmMsq) + 8280*pow2(lmMst1)))/405. + ((-
1223  8063 + 900*lmMsq + 3792*lmMst1)*pow2(lmMst2))/27. - (62*pow3(lmMst1))/
1224  27. - (2626*pow3(lmMst2))/27. - (Dmglst2*(109.11799176954733 - (8*B4)/
1225  3. + (32*D3)/9. - (20*DN)/9. + 80*lmMsq - lmMst1*(78.19061728395062 +
1226  20*pow2(lmMsq)) - (2888*pow2(lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1 +
1227  20*pow2(lmMsq) + (4*(-21616 - 64515*lmMst1 + 31275*pow2(lmMst1)))/2025.
1228  ) - (4*(-5023 + 1350*lmMsq + 6285*lmMst1)*pow2(lmMst2))/135. + (20*
1229  pow3(lmMst1))/27. + (3340*pow3(lmMst2))/27.))/Mgl))/pow2(Mst2) + 162*
1230  pow4(Mst1)*((1.0702990137854083 + (9571*lmMsq)/26460. + (
1231  4.249508692365835 - (169*lmMsq)/63.)*lmMst1 + (-4.6112244897959185 + (
1232  19*lmMsq)/7. + (31*lmMst1)/9.)*lmMst2 - pow2(lmMsq)/63. - (8*pow2(
1233  lmMst1))/21. + (5*Dmglst2*(216 + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(95
1234  - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2)))/(54.*Mgl) - (194*pow2(
1235  lmMst2))/63.)/pow4(Msq) - (363.3804294212688 + (76*B4)/9. - (2*DN)/9. -
1236  (35*lmMsq)/2. + lmMst1*(211.3489518770471 - (695*lmMsq)/9. + (40*pow2(
1237  lmMsq))/3.) - (214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
1238  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
1239  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
1240  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
1241  (1556*pow3(lmMst2))/9. - (Dmglst2*(536.1152102791342 - (8*B4)/3. + (32*
1242  D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*lmMsq*(1 +
1243  lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 + lmMsq) + (
1244  133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/9.) - (
1245  15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (2812*
1246  lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(lmMst2))/
1247  27.))/Mgl)/pow4(Mst2)) + (162*(((Mgl*(341 + 642*lmMst2 + 64*lmMst1*(1 +
1248  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))
1249  + 2*Dmglst2*(-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2)
1250  + 90*pow2(lmMsq) + 336*pow2(lmMst2)))*pow2(Mst2))/(18.*pow2(Mst1)) + (
1251  pow2(Mst2)*(Mgl*(2*(4167613 - 19932360*lmMst2 + 20580*lmMst1*(701 +
1252  540*lmMst2) + 420*lmMsq*(13109 - 26460*lmMst1 + 25620*lmMst2) + 176400*
1253  pow2(lmMsq) - 10936800*pow2(lmMst2))*pow2(Mst1) + (41220947 - 420*
1254  lmMsq*(12479 + 69090*lmMst1 - 69930*lmMst2) - 21234990*lmMst2 + 10290*
1255  lmMst1*(2573 + 2820*lmMst2) - 176400*pow2(lmMsq) - 29194200*pow2(
1256  lmMst2))*pow2(Mst2)) + 514500*Dmglst2*(2*(219 + (-95 + 132*lmMsq)*
1257  lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow2(
1258  Mst1) + (557 - 224*lmMst2 + 12*lmMsq*(1 - 32*lmMst1 + 32*lmMst2) + 4*
1259  lmMst1*(53 + 96*lmMst2) - 384*pow2(lmMst2))*pow2(Mst2))))/(1.11132e7*
1260  pow4(Msq)) + ((-5*((64*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + 8*(43 -
1261  30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq) + (18*Dmglst2*(13 - 28*lmMsq + 28*
1262  lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow2(Mst2)))/(216.*pow2(
1263  Mst1)*pow4(Msq)) - (16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*
1264  Mgl))/(9.*pow4(Mst1)))*pow4(Mst2) + (Mgl*((1725 + (-7006 + 2640*lmMsq)*
1265  lmMst2 + lmMst1*(7006 - 2640*lmMsq + 4800*lmMst2) - 1080*pow2(lmMst1) -
1266  3720*pow2(lmMst2))*pow4(Mst1) + 2*(836 - 2235*lmMst2 + 75*lmMst1*(27 +
1267  16*lmMst2) + 30*lmMsq*(7 - 40*lmMst1 + 40*lmMst2) - 1200*pow2(lmMst2))*
1268  pow4(Mst2)) + 50*Dmglst2*((291 + 2*(-103 + 84*lmMsq)*lmMst2 + 2*lmMst1*
1269  (103 - 84*lmMsq + 84*lmMst2) - 168*pow2(lmMst2))*pow4(Mst1) + 2*(118 +
1270  109*lmMst1 + (-133 + 102*lmMst1)*lmMst2 + 6*lmMsq*(4 - 17*lmMst1 + 17*
1271  lmMst2) - 102*pow2(lmMst2))*pow4(Mst2)))/(270.*pow2(Msq)*pow2(Mst2))))/
1272  Mgl))/162. + (-3*Mgl*(6*pow2(Mst1)*pow2(Mst2)*((25760*OepS2 - 162*(4783
1273  + 3220*lmMst1 - 3220*lmMst2)*S2)*pow2(Mst2) + 5*(3896*OepS2 - 81*(9473
1274  + 974*lmMst1 - 974*lmMst2)*S2)*pow2(MuSUSY)) + ((276680*OepS2 - 27*(
1275  406627 + 207510*lmMst1 - 207510*lmMst2)*S2)*pow2(Mst2) + 10*(29428*
1276  OepS2 - 27*(160997 + 22071*lmMst1 - 22071*lmMst2)*S2)*pow2(MuSUSY))*
1277  pow4(Mst1) + 27*((920*OepS2 - 81*(-891 + 230*lmMst1 - 230*lmMst2)*S2)*
1278  pow2(Mst2) + 160*(4*OepS2 - 81*(22 + lmMst1 - lmMst2)*S2)*pow2(MuSUSY))
1279  *pow4(Mst2)) + 4*Dmglst2*(54*pow2(Mst1)*pow2(Mst2)*((2000*OepS2 - 162*(
1280  31 + 250*lmMst1 - 250*lmMst2)*S2)*pow2(Mst2) + 5*(344*OepS2 + 9*(15643
1281  - 774*lmMst1 + 774*lmMst2)*S2)*pow2(MuSUSY)) + 2*(9*(30760*OepS2 - 27*(
1282  28283 + 23070*lmMst1 - 23070*lmMst2)*S2)*pow2(Mst2) + 10*(17308*OepS2 +
1283  27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst1) +
1284  135*(56*OepS2 - 81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*pow2(MuSUSY)*
1285  pow4(Mst2) - 2768742*S2*pow6(Mst2)))/(21870.*Mgl*pow4(Mst2))) + (pow2(
1286  Mt)*pow2(MuSUSY)*((pow2(Mt)*(3*Mgl*(8*pow2(Mst2)*(436 - 6*B4 + 6*D3 -
1287  3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt - 972*S2 - 48*(-4
1288  + lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2)) + pow2(Mst1)*(10667 - 96*B4 +
1289  96*D3 - 48*DN - 3072*lmMst1 - 384*(-25 + 9*lmMst1)*lmMst2 - 384*(-1 +
1290  lmMst1 - lmMst2)*lmMt - 224*OepS2 + 324*(-43 + 14*lmMst1 - 14*lmMst2)*
1291  S2 - 384*(-13 + 4*lmMst1)*pow2(lmMst2) + 1536*pow3(lmMst2))) + 2*
1292  Dmglst2*(72*pow2(Mst2)*(180 - 2*B4 + 2*D3 - DN + 16*lmMst1 + 144*lmMst2
1293  - 216*S2 - 16*(-2 + lmMst1)*pow2(lmMst2) + 16*pow3(lmMst2)) + pow2(
1294  Mst1)*(28405 - 288*B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*
1295  lmMst1)*lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65
1296  + 14*lmMst1 - 14*lmMst2)*S2 - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*
1297  pow3(lmMst2)))))/(81.*Mgl*pow4(Mst2)) + pow2(s2t)*(97.70987654320987 -
1298  (40*B4)/9. + (4*D3)/9. - (2*DN)/9. - (185*lmMsq)/9. + (25*pow2(lmMsq))/
1299  3. - (lmMst1*(5279 - 1950*lmMsq + 630*pow2(lmMsq)))/54. - (53*pow2(
1300  lmMst1))/9. + (lmMst2*(10421 - 6558*lmMst1 + 30*lmMsq*(-95 + 42*lmMst1)
1301  + 630*pow2(lmMsq) + 234*pow2(lmMst1)))/54. - ((-1460 + 210*lmMsq + 399*
1302  lmMst1)*pow2(lmMst2))/9. - (16*pow3(lmMst1))/9. + (376*pow3(lmMst2))/9.
1303  - (pow2(Mst1)*(204.20053497942388 + (76*B4)/9. - (2*DN)/9. - (50*
1304  lmMsq)/3. + (2*lmMst1*(57971 - 14625*lmMsq + 2700*pow2(lmMsq)))/405. +
1305  ((-1331 + 180*lmMsq)*pow2(lmMst1))/27. - (2*lmMst2*(52436 - 70455*
1306  lmMst1 + 225*lmMsq*(-65 + 36*lmMst1) + 2700*pow2(lmMsq) + 8280*pow2(
1307  lmMst1)))/405. + ((-8063 + 900*lmMsq + 3792*lmMst1)*pow2(lmMst2))/27. -
1308  (62*pow3(lmMst1))/27. - (2626*pow3(lmMst2))/27. - (Dmglst2*(
1309  109.11799176954733 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. + 80*lmMsq -
1310  lmMst1*(78.19061728395062 + 20*pow2(lmMsq)) - (2888*pow2(lmMst1))/135.
1311  + lmMst2*(40*lmMsq*lmMst1 + 20*pow2(lmMsq) + (4*(-21616 - 64515*lmMst1
1312  + 31275*pow2(lmMst1)))/2025.) - (4*(-5023 + 1350*lmMsq + 6285*lmMst1)*
1313  pow2(lmMst2))/135. + (20*pow3(lmMst1))/27. + (3340*pow3(lmMst2))/27.))/
1314  Mgl))/pow2(Mst2) + ((6*(Mgl*(111 - 3028*lmMst2 + 90*lmMsq*(4 - 13*
1315  lmMst1 + 13*lmMst2) + 2*lmMst1*(1334 + 675*lmMst2) - 90*pow2(lmMst1) -
1316  1260*pow2(lmMst2)) + 100*Dmglst2*(69 + (-53 + 42*lmMsq)*lmMst2 +
1317  lmMst1*(53 - 42*lmMsq + 42*lmMst2) - 42*pow2(lmMst2)))*pow2(Mst1))/
1318  pow2(Msq) + 5*Dmglst2*(3197 - 432*B4 + 576*D3 - 360*DN + 9180*lmMsq +
1319  216*lmMst1*(7 - 15*pow2(lmMsq)) + 1620*pow2(lmMsq) - 1404*pow2(lmMst1)
1320  + 36*lmMst2*(-291 - 464*lmMst1 + 90*lmMsq*(-1 + 2*lmMst1) + 90*pow2(
1321  lmMsq) + 32*pow2(lmMst1)) - 36*(-607 + 180*lmMsq + 336*lmMst1)*pow2(
1322  lmMst2) + 10944*pow3(lmMst2)))/(810.*Mgl) - S2*(1056 + 48*lmMst1 - 48*
1323  lmMst2 + ((9473 + 974*lmMst1 - 974*lmMst2 + (3*Dmglst2*(
1324  6952.444444444444 - 344*lmMst1 + 344*lmMst2))/Mgl)*pow2(Mst1))/(3.*
1325  pow2(Mst2)) + (Dmglst2*(3354 - 28*lmMst1 + 28*lmMst2) + ((8*Dmglst2*(
1326  93919 - 12981*lmMst1 + 12981*lmMst2) + 3*(160997 + 22071*lmMst1 -
1327  22071*lmMst2)*Mgl)*pow4(Mst1))/(81.*pow4(Mst2)))/Mgl) + pow4(Mst1)*((
1328  1.0702990137854083 + (9571*lmMsq)/26460. + ((56221 - 35490*lmMsq)*
1329  lmMst1)/13230. + (-4.6112244897959185 + (19*lmMsq)/7. + (31*lmMst1)/9.)
1330  *lmMst2 - pow2(lmMsq)/63. - (8*pow2(lmMst1))/21. + (5*Dmglst2*(216 + (-
1331  95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*
1332  pow2(lmMst2)))/(54.*Mgl) - (194*pow2(lmMst2))/63.)/pow4(Msq) - (
1333  363.3804294212688 + (76*B4)/9. - (2*DN)/9. - (35*lmMsq)/2. + lmMst1*(
1334  211.3489518770471 - (695*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
1335  214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
1336  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
1337  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
1338  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
1339  (1556*pow3(lmMst2))/9. - (Dmglst2*(536.1152102791342 - (8*B4)/3. + (32*
1340  D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*lmMsq*(1 +
1341  lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 + lmMsq) + (
1342  133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/9.) - (
1343  15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (2812*
1344  lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(lmMst2))/
1345  27.))/Mgl)/pow4(Mst2)) + (((Mgl*(341 + 642*lmMst2 + 64*lmMst1*(1 +
1346  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))
1347  + 2*Dmglst2*(-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2)
1348  + 90*pow2(lmMsq) + 336*pow2(lmMst2)))*pow2(Mst2))/(18.*pow2(Mst1)) + (
1349  pow2(Mst2)*(Mgl*(2*(4167613 - 19932360*lmMst2 + 20580*lmMst1*(701 +
1350  540*lmMst2) + 420*lmMsq*(13109 - 26460*lmMst1 + 25620*lmMst2) + 176400*
1351  pow2(lmMsq) - 10936800*pow2(lmMst2))*pow2(Mst1) + (41220947 - 420*
1352  lmMsq*(12479 + 69090*lmMst1 - 69930*lmMst2) - 21234990*lmMst2 + 10290*
1353  lmMst1*(2573 + 2820*lmMst2) - 176400*pow2(lmMsq) - 29194200*pow2(
1354  lmMst2))*pow2(Mst2)) + 514500*Dmglst2*(2*(219 + (-95 + 132*lmMsq)*
1355  lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2))*pow2(
1356  Mst1) + (557 - 224*lmMst2 + 12*lmMsq*(1 - 32*lmMst1 + 32*lmMst2) + 4*
1357  lmMst1*(53 + 96*lmMst2) - 384*pow2(lmMst2))*pow2(Mst2))))/(1.11132e7*
1358  pow4(Msq)) + ((-5*((64*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + 8*(43 -
1359  30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq) + (18*Dmglst2*(13 - 28*lmMsq + 28*
1360  lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow2(Mst2)))/(216.*pow2(
1361  Mst1)*pow4(Msq)) - (16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*
1362  Mgl))/(9.*pow4(Mst1)))*pow4(Mst2) - (4*OepS2*(4*Dmglst2*(2322*pow2(
1363  Mst1)*pow2(Mst2) + 8654*pow4(Mst1) + 189*pow4(Mst2)) - 3*Mgl*(2922*
1364  pow2(Mst1)*pow2(Mst2) + 7357*pow4(Mst1) + 432*pow4(Mst2))))/(2187.*
1365  pow4(Mst2)) + (Mgl*((1725 + (-7006 + 2640*lmMsq)*lmMst2 + lmMst1*(7006
1366  - 2640*lmMsq + 4800*lmMst2) - 1080*pow2(lmMst1) - 3720*pow2(lmMst2))*
1367  pow4(Mst1) + 2*(836 - 2235*lmMst2 + 75*lmMst1*(27 + 16*lmMst2) + 30*
1368  lmMsq*(7 - 40*lmMst1 + 40*lmMst2) - 1200*pow2(lmMst2))*pow4(Mst2)) +
1369  50*Dmglst2*((291 + 2*(-103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*
1370  lmMsq + 84*lmMst2) - 168*pow2(lmMst2))*pow4(Mst1) + 2*(118 + 109*lmMst1
1371  + (-133 + 102*lmMst1)*lmMst2 + 6*lmMsq*(4 - 17*lmMst1 + 17*lmMst2) -
1372  102*pow2(lmMst2))*pow4(Mst2)))/(270.*pow2(Msq)*pow2(Mst2)))/Mgl) + (Mt*
1373  s2t*(14580*pow2(Mst1)*pow2(Mst2)*(1035.3004115226338 + (1016*B4)/9. - (
1374  4*DN)/9. - 240*lmMsq + (80*pow2(lmMsq))/3. - (8*lmMst1*(422 - 45*lmMsq
1375  + 45*pow2(lmMsq)))/9. - (176*pow2(lmMst1))/9. + (8*lmMst2*(1096 + 15*
1376  lmMsq*(-7 + 6*lmMst1 - 6*lmMst2) + 717*lmMst2 - lmMst1*(551 + 248*
1377  lmMst2) + 45*pow2(lmMsq) + 8*pow2(lmMst1)))/9. + (640*pow3(lmMst2))/3.
1378  + ((-80*(Mgl*(55 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 52*lmMst2 -
1379  10*lmMst1*(4 + 3*lmMst2) + 30*pow2(lmMst2)) + Dmglst2*(321 + 18*lmMsq*(
1380  -2 + 5*lmMst1 - 5*lmMst2) + 96*lmMst2 - 30*lmMst1*(2 + 3*lmMst2) + 90*
1381  pow2(lmMst2)))*pow2(Mst1))/(27.*pow2(Msq)) + Dmglst2*(881.6139917695473
1382  + 248*B4 - 4*DN - (2560*lmMsq)/3. + lmMst1*(130.96296296296296 - 120*
1383  lmMsq - 40*pow2(lmMsq)) + (80*pow2(lmMsq))/3. + (176*pow2(lmMst1))/9. +
1384  (8*lmMst2*(4364 - 573*lmMst1 + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(
1385  lmMsq) + 24*pow2(lmMst1)))/27. - (8*(-377 + 90*lmMsq + 376*lmMst1)*
1386  pow2(lmMst2))/9. + (2944*pow3(lmMst2))/9.))/Mgl) + 10*(2552929 +
1387  257904*B4 - 648*DN - 456840*lmMsq + 38880*pow2(lmMsq) - 216*lmMst1*(
1388  4591 - 360*lmMsq + 450*pow2(lmMsq)) + 41904*pow2(lmMst1) + 216*lmMst2*(
1389  9211 - 6466*lmMst1 + 180*lmMsq*(-4 + 5*lmMst1) + 450*pow2(lmMsq) + 576*
1390  pow2(lmMst1)) - 864*(-1784 + 225*lmMsq + 840*lmMst1)*pow2(lmMst2) -
1391  3456*pow3(lmMst1) + 604800*pow3(lmMst2))*pow4(Mst1) + ((9*(4800*(-2*
1392  Mgl*(23 + lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*lmMst1*(4 +
1393  3*lmMst2) + 9*pow2(lmMst2)) - 3*Dmglst2*(77 + 6*lmMsq*(-2 + 3*lmMst1 -
1394  3*lmMst2) + 24*lmMst2 - 6*lmMst1*(2 + 3*lmMst2) + 18*pow2(lmMst2)))*
1395  pow2(Msq)*pow2(Mst1) + (45*Mgl*(18201 + 1760*B4 - 16*DN - 5760*lmMsq +
1396  960*pow2(lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)) + 16*
1397  lmMst2*(1291 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) -
1398  16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(-313 + 30*lmMsq + 72*lmMst1)*
1399  pow2(lmMst2) + 2560*pow3(lmMst2)) + Dmglst2*(779917 + 188640*B4 - 3600*
1400  DN - 648000*lmMsq + 43200*pow2(lmMsq) - 720*lmMst1*(-173 + 90*lmMsq +
1401  30*pow2(lmMsq)) + 720*lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*
1402  lmMst1) + 30*pow2(lmMsq) - 16*pow2(lmMst1)) + 11520*pow2(lmMst1) -
1403  1440*(-265 + 30*lmMsq + 136*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2))
1404  )*pow4(Msq) - 300*(Mgl*(233 + 36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) +
1405  207*lmMst2 - 45*lmMst1*(3 + 4*lmMst2) + 180*pow2(lmMst2)) + Dmglst2*(
1406  1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*lmMst1*(7
1407  + 20*lmMst2) + 900*pow2(lmMst2)))*pow4(Mst1))*pow4(Mst2))/pow4(Msq) -
1408  160*OepS2*((-3036*Dmglst2 + 816*Mgl)*pow2(Mst1)*pow2(Mst2) + 1882*Mgl*
1409  pow4(Mst1) - 63*(5*Dmglst2 - 3*Mgl)*pow4(Mst2)) - 108*S2*(3*Dmglst2*
1410  pow2(Mst2)*(8*(2489 + 3795*lmMst1 - 3795*lmMst2)*pow2(Mst1) + 9*(-453 +
1411  350*lmMst1 - 350*lmMst2)*pow2(Mst2)) - 5*Mgl*(36*(169 + 136*lmMst1 -
1412  136*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(9185 + 5646*lmMst1 - 5646*
1413  lmMst2)*pow4(Mst1) + 81*(-1 + 14*lmMst1 - 14*lmMst2)*pow4(Mst2))) + (
1414  90*(-48*(15*Dmglst2*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 -
1415  4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2)) + 5*Mgl*(71 + 12*lmMsq*(-2 +
1416  lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(
1417  lmMst2)))*pow2(Msq) - 5*(Mgl*(1153 + 12*lmMsq*(-35 + 54*lmMst1 - 54*
1418  lmMst2) + 906*lmMst2 - 162*lmMst1*(3 + 4*lmMst2) + 648*pow2(lmMst2)) +
1419  Dmglst2*(8713 + 12*lmMsq*(-179 + 270*lmMst1 - 270*lmMst2) + 3282*lmMst2
1420  - 162*lmMst1*(7 + 20*lmMst2) + 3240*pow2(lmMst2)))*pow2(Mst1) - 5*(Mgl*
1421  (911 + 12*lmMsq*(-37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*
1422  (3 + 4*lmMst2) + 216*pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 +
1423  90*lmMst1 - 90*lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) +
1424  1080*pow2(lmMst2)))*pow2(Mst2) + (2304*(1 + lmMst2)*(-Dmglst2 + 3*
1425  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq))/pow2(Mst1))*pow6(Mst2))/
1426  pow4(Msq))/Mgl))/(14580.*pow5(Mst2))))/pow2(Sbeta) + (T1ep*(4*Dmglst2*
1427  Mst2*(pow4(Mst1)*(-8*pow2(Mt)*pow2(s2t)*(4327*pow2(MuSUSY)*(-1 + pow2(
1428  Sbeta)) + 6921*pow2(Mst2)*pow2(Sbeta)) + 205840*Mst2*s2t*pow2(Sbeta)*
1429  pow3(Mt) - 15571*Mt*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) - 89312*pow2(
1430  Sbeta)*pow4(Mt) + 4199*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 189*pow3(
1431  Mst2)*(-4*Mst2*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 10*
1432  s2t*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(
1433  Mt) - 5*Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) - 16*Mst2*pow2(Sbeta)*pow4(
1434  Mt) + pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 18*pow2(Mst1)*(-12*pow2(Mst2)
1435  *pow2(Mt)*pow2(s2t)*(43*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 50*pow2(Mst2)
1436  *pow2(Sbeta)) + 2*Mst2*s2t*(506*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 1383*
1437  pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 56*(3*pow2(MuSUSY)*(-1 + pow2(Sbeta)
1438  ) - 23*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) - 401*Mt*pow2(Sbeta)*pow3(s2t)*
1439  pow5(Mst2) + 108*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))) - 3*Mgl*(108*pow4(
1440  Mst2)*(Mst2*pow2(Mt)*pow2(s2t)*(-16*pow2(MuSUSY)*(-1 + pow2(Sbeta)) -
1441  23*pow2(Mst2)*pow2(Sbeta)) + 14*s2t*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
1442  2*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 7*Mt*pow2(Sbeta)*pow3(s2t)*pow4(
1443  Mst2) + 28*Mst2*pow2(Sbeta)*pow4(Mt) + 4*pow2(Sbeta)*pow4(s2t)*pow5(
1444  Mst2)) + pow4(Mst1)*(-4*Mst2*pow2(Mt)*pow2(s2t)*(7357*pow2(MuSUSY)*(-1
1445  + pow2(Sbeta)) + 6917*pow2(Mst2)*pow2(Sbeta)) + 16*s2t*(941*pow2(
1446  MuSUSY)*(-1 + pow2(Sbeta)) + 2740*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) -
1447  1756*Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) + 18688*Mst2*pow2(Sbeta)*pow4(
1448  Mt) + 1945*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 6*Mst2*pow2(Mst1)*(-4*
1449  pow2(Mst2)*pow2(Mt)*pow2(s2t)*(487*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
1450  644*pow2(Mst2)*pow2(Sbeta)) + 8*Mst2*s2t*(136*pow2(MuSUSY)*(-1 + pow2(
1451  Sbeta)) + 377*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 8*(126*pow2(MuSUSY)*(-
1452  1 + pow2(Sbeta)) + 209*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) - 292*Mt*pow2(
1453  Sbeta)*pow3(s2t)*pow5(Mst2) + 343*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)))))/
1454  (1458.*Mgl*pow2(Sbeta)*pow5(Mst2)) + (MuSUSY*(-(pow2(Mt)*pow2(s2t)*((
1455  pow2(Mst1)*(794.5756172839506 + 96*B4 - 120*lmMsq - 10*lmMst1*(43 - 4*
1456  lmMsq + 4*pow2(lmMsq)) - (56*pow2(lmMst1))/3. + (2*lmMst2*(901 - 780*
1457  lmMst1 + 60*lmMsq*(-1 + 2*lmMst1) + 60*pow2(lmMsq) + 32*pow2(lmMst1)))/
1458  3. - (16*(-101 + 15*lmMsq + 44*lmMst1)*pow2(lmMst2))/3. + (640*pow3(
1459  lmMst2))/3. + ((-40*(6*Dmglst2*(15 + lmMst1*(-4 + 6*lmMsq - 6*lmMst2) +
1460  4*lmMst2 - 6*lmMsq*lmMst2 + 6*pow2(lmMst2)) + Mgl*(9 + 4*lmMst1*(-4 +
1461  3*lmMsq - 3*lmMst2) + 16*lmMst2 - 12*lmMsq*lmMst2 + 12*pow2(lmMst2)))*
1462  pow2(Mst1))/(9.*pow2(Msq)) + Dmglst2*(600.2756172839506 + (592*B4)/3. -
1463  (8*DN)/3. - 680*lmMsq + 40*lmMsq*(3 + lmMsq + 2*lmMst1)*lmMst2 +
1464  lmMst1*(81.11111111111111 - 120*lmMsq - 40*pow2(lmMsq)) + (56*pow2(
1465  lmMst1))/3. + (2*lmMst2*(3859 - 756*lmMst1 + 96*pow2(lmMst1)))/9. - (
1466  16*(-28 + 15*lmMsq + 60*lmMst1)*pow2(lmMst2))/3. + (896*pow3(lmMst2))/
1467  3.))/Mgl))/Mst2 + ((1073.5195473251028 + 96*B4 - 110*lmMsq - lmMst1*(
1468  457.55555555555554 - 20*lmMsq + 40*pow2(lmMsq)) + (652*pow2(lmMst1))/9.
1469  + (2*lmMst2*(2635 - 3160*lmMst1 + 90*lmMsq*(-1 + 4*lmMst1) + 180*pow2(
1470  lmMsq) + 528*pow2(lmMst1)))/9. + (629.7777777777778 - 80*lmMsq - 416*
1471  lmMst1)*pow2(lmMst2) - (32*pow3(lmMst1))/9. - (Dmglst2*(
1472  618.5941700960219 - (592*B4)/3. + (8*DN)/3. + 750*lmMsq + (20*lmMst1*(
1473  542 + 243*lmMsq + 162*pow2(lmMsq)))/81. + (92*pow2(lmMst1))/3. -
1474  lmMst2*(20*lmMsq*(3 + 4*lmMst1) + 40*pow2(lmMsq) + (8*(11723 - 702*
1475  lmMst1 + 756*pow2(lmMst1)))/81.) + (4*(-75 + 60*lmMsq + 344*lmMst1)*
1476  pow2(lmMst2))/3. - (32*pow3(lmMst1))/3. - (1120*pow3(lmMst2))/3.))/Mgl
1477  + (2720*pow3(lmMst2))/9.)*pow4(Mst1))/pow3(Mst2) - S2*((4.5 - 63*lmMst1
1478  + 63*lmMst2 + (3*Dmglst2*(-453 + 350*lmMst1 - 350*lmMst2))/(10.*Mgl))*
1479  Mst2 - ((342.5 + 209*lmMst1 - 209*lmMst2 - (Dmglst2*(799.6333333333333
1480  + 907*lmMst1 - 907*lmMst2))/Mgl)*pow2(Mst1))/Mst2 + ((Dmglst2*(525961
1481  + 356010*lmMst1 - 356010*lmMst2) - 15*(6143 + 3198*lmMst1 - 3198*
1482  lmMst2)*Mgl)*pow4(Mst1))/(135.*Mgl*pow3(Mst2))) + Mst2*(
1483  737.0416666666666 + (220*B4)/3. - (2*DN)/3. - 240*lmMsq + 40*pow2(
1484  lmMsq) - (2*lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)))/3. + (2*lmMst2*(
1485  1227 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) - 16*
1486  pow2(lmMst1)))/3. - (32*pow2(lmMst1))/3. - 4*(-99 + 10*lmMsq + 24*
1487  lmMst1)*pow2(lmMst2) + (320*pow3(lmMst2))/3. + ((-20*(3*Dmglst2*(59 +
1488  8*lmMst1*(-2 + 3*lmMsq - 3*lmMst2) + 16*lmMst2 - 24*lmMsq*lmMst2 + 24*
1489  pow2(lmMst2)) + Mgl*(21 + 8*lmMst1*(-4 + 3*lmMsq - 3*lmMst2) + 32*
1490  lmMst2 - 24*lmMsq*lmMst2 + 24*pow2(lmMst2)))*pow2(Mst1))/(9.*pow2(Msq))
1491  + Dmglst2*(743.4787037037037 + (524*B4)/3. - (10*DN)/3. - 600*lmMsq +
1492  lmMst1*(115.33333333333333 - 60*lmMsq - 20*pow2(lmMsq)) + 40*pow2(
1493  lmMsq) + (2*lmMst2*(1559 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) + 30*
1494  pow2(lmMsq) - 16*pow2(lmMst1)))/3. + (32*pow2(lmMst1))/3. - (4*(-217 +
1495  30*lmMsq + 136*lmMst1)*pow2(lmMst2))/3. + 192*pow3(lmMst2)))/Mgl - ((
1496  11.342592592592593 - (5*lmMsq)/9. + 5*(-3 + 4*lmMsq)*lmMst1 + (20*(7 -
1497  9*(lmMsq + lmMst1))*lmMst2)/9. + 20*pow2(lmMst2) + (Dmglst2*(
1498  141.34259259259258 - (5*lmMsq)/9. + 5*(-7 + 20*lmMsq)*lmMst1 + (
1499  35.55555555555556 - 100*(lmMsq + lmMst1))*lmMst2 + 100*pow2(lmMst2)))/
1500  Mgl)*pow4(Mst1))/pow4(Msq)) + (pow3(Mst2)*((4*((-5*(3*Dmglst2*(95 + 12*
1501  lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) +
1502  12*pow2(lmMst2)) + Mgl*(71 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 40*
1503  lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(lmMst2))))/pow2(Msq) + (48*(
1504  1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl))/pow2(
1505  Mst1)))/9. - (5*((Mgl*(242 + 24*lmMsq*(1 + 18*lmMst1 - 18*lmMst2) +
1506  300*lmMst2 - 108*lmMst1*(3 + 4*lmMst2) + 432*pow2(lmMst2)) + Dmglst2*(
1507  3122 + 24*lmMsq*(1 + 90*lmMst1 - 90*lmMst2) + 732*lmMst2 - 108*lmMst1*(
1508  7 + 20*lmMst2) + 2160*pow2(lmMst2)))*pow2(Mst1) + (Mgl*(911 + 12*lmMsq*
1509  (-37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) +
1510  216*pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*
1511  lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2)))
1512  *pow2(Mst2)))/(108.*pow4(Msq))) + (4*OepS2*(-3*Mgl*(627*pow2(Mst1)*
1513  pow2(Mst2) + 1066*pow4(Mst1) + 189*pow4(Mst2)) + Dmglst2*(8163*pow2(
1514  Mst1)*pow2(Mst2) + 23734*pow4(Mst1) + 945*pow4(Mst2))))/(729.*pow3(
1515  Mst2)))/Mgl)) - s2t*pow3(Mt)*(454.18086419753087 + (16*D3)/9. - (16*DN)
1516  /9. - (100*lmMsq)/3. + (64*lmMt)/3. + 20*pow2(lmMsq) + (4*lmMst1*(667 -
1517  300*lmMsq + 45*pow2(lmMsq)))/27. + (4*lmMst2*(1946 + lmMsq*(30 - 90*
1518  lmMst1) + 294*lmMst1 - 45*pow2(lmMsq) - 117*pow2(lmMst1)))/27. + (248*
1519  pow2(lmMst1))/9. + (4*(152 + 30*lmMsq + 31*lmMst1)*pow2(lmMst2))/9. + (
1520  64*pow3(lmMst1))/9. - (32*pow3(lmMst2))/9. + (4*(-(((4500*Dmglst2 +
1521  Mgl*(9608 + 8520*lmMst1 - 15*lmMsq*(218 + 195*lmMst1 - 75*lmMst2) +
1522  375*(-14 + 15*lmMst1)*lmMst2 + 900*pow2(lmMsq) - 1350*pow2(lmMst1) -
1523  3375*pow2(lmMst2)))*pow2(Mst1))/pow2(Msq)) + 30*Dmglst2*(15529 - 120*B4
1524  + 120*D3 - 60*DN + 150*lmMsq + 690*lmMst1 + 675*pow2(lmMsq) + 345*pow2(
1525  lmMst1) - 5*lmMst2*(-3091 + 270*lmMsq + 42*lmMst1 + 96*pow2(lmMst1)) +
1526  (4305 - 480*lmMst1)*pow2(lmMst2) + 960*pow3(lmMst2))))/(2025.*Mgl) -
1527  pow4(Mst1)*((3.340708346830796 - (2*lmMsq*(256 + 259*lmMst1 - 49*
1528  lmMst2))/441. - (212*lmMst2)/135. + lmMst1*(2.731368102796674 + (38*
1529  lmMst2)/9.) + (20*Dmglst2)/(9.*Mgl) + (10*pow2(lmMsq))/21. - (32*pow2(
1530  lmMst1))/21. - (20*pow2(lmMst2))/9.)/pow4(Msq) - (1188.1718576027706 -
1531  (80*lmMsq)/3. + (-960.3533282942807 + 40*lmMsq)*lmMst1 + lmMst2*(
1532  1415.4644394053919 - (138308*lmMst1)/945. - (40*lmMsq*(3 + 2*lmMst1))/
1533  3. - (820*pow2(lmMst1))/9.) + (2*(-94783 + 6300*lmMsq)*pow2(lmMst1))/
1534  945. + (432.2899470899471 + (40*lmMsq)/3. - (332*lmMst1)/9.)*pow2(
1535  lmMst2) + (64*lmMt*(1 + 4*lmMst2 - 2*lmMst1*(2 + lmMst2) + pow2(lmMst1)
1536  + pow2(lmMst2)))/3. + (52*pow3(lmMst1))/27. + (3404*pow3(lmMst2))/27. +
1537  (Dmglst2*(772.4522050654477 - (64*B4)/9. + (64*D3)/9. - (32*DN)/9. + (
1538  560*lmMsq)/3. + (1513.2107835726883 - 160*lmMsq)*lmMst1 + (38704*pow2(
1539  lmMst1))/189. + lmMst2*(160*lmMsq + (4*(1947623 - 3019800*lmMst1 +
1540  97020*pow2(lmMst1)))/19845.) + (16*(6787 - 5439*lmMst1)*pow2(lmMst2))/
1541  189. - (128*lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) +
1542  pow2(lmMst2)))/3. - (16*pow3(lmMst1))/9. + (1328*pow3(lmMst2))/3.))/
1543  Mgl)/pow4(Mst2)) + ((-2*(2*Dmglst2*(-179 + 2*(87 + 32*lmMst1)*lmMst2 -
1544  30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2)) + Mgl*(
1545  277 + 514*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) +
1546  90*pow2(lmMsq) + 208*pow2(lmMst2)))*pow2(Mst2))/(9.*pow2(Mst1)) + (
1547  pow2(Mst1)*(16*Dmglst2*(9080791 - 54000*B4 + 54000*D3 - 27000*DN +
1548  607500*lmMsq - 60*(-42359 + 3375*lmMsq)*lmMst1 + 324000*(-2 + lmMst1 -
1549  lmMst2)*lmMt + 60*lmMst2*(143041 + 3375*lmMsq - 14460*lmMst1 - 3375*
1550  pow2(lmMst1)) + 1800*pow2(lmMst1) - 900*(-2402 + 1695*lmMst1)*pow2(
1551  lmMst2) - 4500*pow3(lmMst1) + 1732500*pow3(lmMst2)) + 5*Mgl*(19319827 +
1552  19042320*lmMst2 + 518400*(1 + 2*lmMst2)*lmMt - 3600*(701 + 186*lmMst2)*
1553  pow2(lmMst1) + 5943600*pow2(lmMst2) + 324000*lmMsq*(-2 + lmMst1 -
1554  lmMst2 - 2*lmMst1*lmMst2 + pow2(lmMst1) + pow2(lmMst2)) - 240*lmMst1*(
1555  35693 + 5610*lmMst2 + 4320*lmMt + 3690*pow2(lmMst2)) - 295200*pow3(
1556  lmMst1) + 1850400*pow3(lmMst2))))/(121500.*pow2(Mst2)) + (pow2(Mst2)*(-
1557  17150*Dmglst2*(3*(7 + 12*lmMsq - 12*lmMst2)*pow2(Mst1) + 2*(43 - 144*
1558  lmMsq + 144*lmMst2)*pow2(Mst2)) + Mgl*(1715*(75 + 60*lmMsq*(-3 + 2*
1559  lmMst1 - 2*lmMst2) + 356*lmMst2 - 8*lmMst1*(22 + 15*lmMst2) + 120*pow2(
1560  lmMst2))*pow2(Mst1) + (-393767 + 420*lmMsq*(2194 + 49*lmMst1 - 259*
1561  lmMst2) - 878948*lmMst2 - 1372*lmMst1*(31 + 15*lmMst2) + 44100*pow2(
1562  lmMsq) + 64680*pow2(lmMst2))*pow2(Mst2))))/(92610.*pow4(Msq)) + ((5*((
1563  64*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + 8*(43 - 30*lmMsq + 30*lmMst2)*
1564  Mgl)*pow2(Msq) + (18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*
1565  lmMsq + 84*lmMst2)*Mgl)*pow2(Mst2)))/(54.*pow2(Mst1)*pow4(Msq)) + (64*(
1566  1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl))/(9.*pow4(Mst1)))*
1567  pow4(Mst2) + (-9000*Dmglst2*(2*(-3 + lmMst1 - lmMst2)*pow4(Mst1) + (17
1568  - 20*lmMsq + 20*lmMst2)*pow4(Mst2)) + 4*Mgl*(1125*(-4 + lmMst1*(2 - 6*
1569  lmMst2) - 2*lmMst2 + 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow4(Mst1) + (-
1570  6517 + 15*lmMsq*(532 + 75*lmMst1 - 195*lmMst2) - 4980*lmMst2 - 375*
1571  lmMst1*(8 + 3*lmMst2) + 900*pow2(lmMsq) + 2025*pow2(lmMst2))*pow4(Mst2)
1572  ))/(2025.*pow2(Msq)*pow2(Mst2)) + ((8*OepS2*(24*Dmglst2*(150*pow2(Mst1)
1573  *pow2(Mst2) + 919*pow4(Mst1)) - Mgl*(4485*pow2(Mst1)*pow2(Mst2) +
1574  11402*pow4(Mst1) + 621*pow4(Mst2))))/729. - (S2*(24*Dmglst2*(45*(139 +
1575  100*lmMst1 - 100*lmMst2)*pow2(Mst1)*pow2(Mst2) + (34538 + 27570*lmMst1
1576  - 27570*lmMst2)*pow4(Mst1) + 5697*pow4(Mst2)) - Mgl*(9*(11113 + 14950*
1577  lmMst1 - 14950*lmMst2)*pow2(Mst1)*pow2(Mst2) + 4*(126661 + 85515*lmMst1
1578  - 85515*lmMst2)*pow4(Mst1) + 81*(-891 + 230*lmMst1 - 230*lmMst2)*pow4(
1579  Mst2))))/135.)/pow4(Mst2))/Mgl) + (pow4(Mt)*(20*(567143 - 125172*lmMst2
1580  + 648*lmMst2*(-38 + 5*lmMst2)*lmMt - 9720*(lmMsq*(lmMst1*(9 - 2*lmMt) +
1581  2*lmMst2*(-6 + lmMt) + 3*(-4 + lmMt)) + lmMt) - 9720*(lmMst1 - lmMst2)*
1582  pow2(lmMsq) + 240300*pow2(lmMst2) - 108*lmMst1*(2111 + lmMst1*(457 -
1583  12*lmMst2 - 126*lmMt) - 420*lmMt + 4*lmMst2*(454 + 39*lmMt) + 750*pow2(
1584  lmMst2) - 288*pow2(lmMt)) - 15552*(1 + 2*lmMst2)*pow2(lmMt) + 216*pow3(
1585  lmMst1) + 79488*pow3(lmMst2))*pow4(Mst1) + ((-24*pow2(Mst1)*pow2(Mst2)*
1586  (2700*Mgl*(-25 + lmMst1*(-5 + 6*lmMsq - 6*lmMst2) + (4 - 6*lmMsq)*
1587  lmMst2 + lmMt + 6*pow2(lmMst2))*pow2(Mst1) + 300*Dmglst2*(-313 + 3*
1588  lmMst1*(-23 + 42*lmMsq - 42*lmMst2) - 42*(-2 + 3*lmMsq)*lmMst2 - 15*
1589  lmMt + 126*pow2(lmMst2))*pow2(Mst1) + 2*Mgl*pow2(Msq)*(-71744 + 28755*
1590  lmMst2 + 15255*lmMt + 17820*lmMst2*lmMt + 4050*(lmMst1 - lmMst2)*pow2(
1591  lmMsq) - 540*(-15 + 4*lmMt)*pow2(lmMst1) - 89910*pow2(lmMst2) + 6480*
1592  lmMt*pow2(lmMst2) + 4050*lmMsq*(-11 + lmMst1 - 2*lmMst2 - 2*lmMst1*
1593  lmMst2 + lmMt + 2*pow2(lmMst2)) + 270*lmMst1*(221 + 279*lmMst2 - 66*
1594  lmMt - 16*lmMst2*lmMt + 112*pow2(lmMst2) - 24*pow2(lmMt)) + 6480*pow2(
1595  lmMt) + 6480*lmMst2*pow2(lmMt) - 30240*pow3(lmMst2)) + 3*Dmglst2*pow2(
1596  Msq)*(93487 + 196530*lmMst2 + 9030*lmMt - 7380*lmMst2*lmMt + 2700*(
1597  lmMst1 - lmMst2)*pow2(lmMsq) - 360*(23 + 8*lmMst2 - 4*lmMt)*pow2(
1598  lmMst1) + 68040*pow2(lmMst2) + 1440*lmMt*pow2(lmMst2) + 300*lmMsq*(29 +
1599  lmMst1*(9 - 18*lmMst2) + 6*lmMst2 - 15*lmMt + 18*pow2(lmMst2)) - 8640*
1600  pow2(lmMt) - 4320*lmMst2*pow2(lmMt) + 20*lmMst1*(-5846 + 321*lmMt - 12*
1601  lmMst2*(209 + 12*lmMt) + 576*pow2(lmMst2) + 216*pow2(lmMt)) - 8640*
1602  pow3(lmMst2))))/pow2(Msq) + (9*(9*Mgl*(800*(19 + (-8 + 6*lmMsq)*lmMst2
1603  + lmMst1*(7 - 6*lmMsq + 6*lmMst2) + lmMt - 6*pow2(lmMst2))*pow2(Msq)*
1604  pow2(Mst1) + (813 - 3360*lmMst2 - 2400*(lmMst1 - lmMst2)*pow2(lmMsq) -
1605  1280*(1 + lmMst2)*pow2(lmMst1) + 2400*lmMsq*(7 + lmMst1 - 2*lmMst2 + 2*
1606  lmMst1*lmMst2 + lmMt - 2*pow2(lmMst2)) + 30880*pow2(lmMst2) - 80*lmMt*(
1607  175 + 96*lmMst2 + 32*pow2(lmMst2)) - 80*lmMst1*(167 + 258*lmMst2 - 32*(
1608  1 + lmMst2)*lmMt + 112*pow2(lmMst2)) - 3840*pow2(lmMt) + 10240*pow3(
1609  lmMst2))*pow4(Msq) + 200*(38 + 4*(-2 + 3*lmMsq)*lmMst2 + lmMst1*(7 -
1610  12*lmMsq + 12*lmMst2) + lmMt - 12*pow2(lmMst2))*pow4(Mst1)) - 5*
1611  Dmglst2*(-160*(439 + 6*(-8 + 21*lmMsq)*lmMst2 + 3*lmMst1*(17 - 42*lmMsq
1612  + 42*lmMst2) - 3*lmMt - 126*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + (7335
1613  + 169856*lmMst2 + 4320*(lmMst1 - lmMst2)*pow2(lmMsq) + 2304*(-1 +
1614  lmMst2)*pow2(lmMst1) + 21984*pow2(lmMst2) + 480*lmMsq*(-79 - 30*lmMst2
1615  - 9*lmMst1*(-3 + 2*lmMst2) + 3*lmMt + 18*pow2(lmMst2)) + 48*lmMt*(31 -
1616  128*lmMst2 + 96*pow2(lmMst2)) + 144*lmMst1*(-269 + 32*lmMt - 2*lmMst2*(
1617  63 + 16*lmMt) + 112*pow2(lmMst2)) - 18432*pow3(lmMst2))*pow4(Msq) + 40*
1618  (-1330 + lmMst1*(-51 + 396*lmMsq - 396*lmMst2) + (48 - 396*lmMsq)*
1619  lmMst2 + 3*lmMt + 396*pow2(lmMst2))*pow4(Mst1)))*pow4(Mst2))/pow4(Msq)
1620  + 108*S2*((-48*Dmglst2*(601 + 2790*lmMst1 - 2790*lmMst2) + 72*(457 +
1621  550*lmMst1 - 550*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 40*(4082 + 3045*
1622  lmMst1 - 3045*lmMst2)*Mgl*pow4(Mst1) + (675*Dmglst2*(27 - 14*lmMst1 +
1623  14*lmMst2) + 81*(-79 + 70*lmMst1 - 70*lmMst2)*Mgl)*pow4(Mst2)) + 160*
1624  OepS2*(9*Dmglst2*pow2(Mst2)*(496*pow2(Mst1) + 35*pow2(Mst2)) - Mgl*(
1625  1320*pow2(Mst1)*pow2(Mst2) + 4060*pow4(Mst1) + 189*pow4(Mst2))) + (90*(
1626  -32*(-5*Mgl*(58 - 36*lmMst2 + 6*lmMst1*(4 + 3*lmMst2) - 3*lmMt - 9*
1627  lmMst2*lmMt + 3*lmMsq*(5 - 6*lmMst1 + 9*lmMst2 + 3*lmMt) - 9*pow2(
1628  lmMsq) - 18*pow2(lmMst2)) - 15*Dmglst2*(64 - 20*lmMst2 + 6*lmMst1*(2 +
1629  3*lmMst2) + 3*lmMt - 3*lmMst2*lmMt + lmMsq*(5 - 18*lmMst1 + 21*lmMst2 +
1630  3*lmMt) - 3*pow2(lmMsq) - 18*pow2(lmMst2)))*pow2(Msq) + 5*(3*Dmglst2*(
1631  1693 - 136*lmMst2 + 6*lmMst1*(19 + 84*lmMst2) - 4*lmMsq*(5 + 126*lmMst1
1632  - 132*lmMst2 - 6*lmMt) + 42*lmMt - 24*lmMst2*lmMt - 24*pow2(lmMsq) -
1633  504*pow2(lmMst2)) + Mgl*(1271 - 216*lmMst2 + 6*lmMst1*(41 + 60*lmMst2)
1634  - 12*lmMsq*(5 + 30*lmMst1 - 36*lmMst2 - 6*lmMt) + 30*lmMt - 72*lmMst2*
1635  lmMt - 72*pow2(lmMsq) - 360*pow2(lmMst2)))*pow2(Mst1) + 15*(Dmglst2*(
1636  1535 - 184*lmMst2 + 18*lmMst1*(7 + 20*lmMst2) - 6*(-9 + 28*lmMst2)*lmMt
1637  + 4*lmMsq*(1 - 90*lmMst1 + 132*lmMst2 + 42*lmMt) - 168*pow2(lmMsq) -
1638  360*pow2(lmMst2)) + Mgl*(403 - 24*lmMst2 + 18*lmMst1*(3 + 4*lmMst2) -
1639  12*lmMsq*(1 + 6*lmMst1 - 12*lmMst2 - 6*lmMt) - 18*(1 + 4*lmMst2)*lmMt -
1640  72*pow2(lmMsq) - 72*pow2(lmMst2)))*pow2(Mst2) + (2304*(1 + lmMst2)*(-
1641  Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq))/pow2(Mst1))*
1642  pow6(Mst2))/pow4(Msq))/Mgl))/(7290.*pow5(Mst2)) + Mt*(pow3(s2t)*(pow2(
1643  Mst1)*(301.91041152263375 + 4*B4 + (4*D3)/9. - (4*DN)/9. - (335*lmMsq)/
1644  9. + (25*pow2(lmMsq))/3. + lmMst1*(188.5172839506173 - (325*lmMsq)/9. +
1645  (5*pow2(lmMsq))/3.) + (10*(-149 + 18*lmMsq)*pow2(lmMst1))/27. - (
1646  lmMst2*(53429 - 183450*lmMst1 + 2250*lmMsq*(-7 + 6*lmMst1) + 1350*pow2(
1647  lmMsq) + 29610*pow2(lmMst1)))/810. + ((-3683 + 270*lmMsq + 2595*lmMst1)
1648  *pow2(lmMst2))/27. - (110*pow3(lmMst1))/27. - (1498*pow3(lmMst2))/27. -
1649  (Dmglst2*(5430043 + 1334580*lmMst2 + 202500*lmMsq*(7 + 6*lmMst2) -
1650  607500*pow2(lmMsq) + 900*(-859 + 3690*lmMst2)*pow2(lmMst1) + 846900*
1651  pow2(lmMst2) - 120*lmMst1*(44309 + 12315*lmMst2 + 56475*pow2(lmMst2)) +
1652  45000*pow3(lmMst1) + 3411000*pow3(lmMst2)))/(60750.*Mgl)) - (((150*
1653  Dmglst2*(5 - 2*lmMst1 + 2*lmMst2) + Mgl*(1503 + 1670*lmMst1 - 60*lmMsq*
1654  (12 + 5*lmMst1 - 5*lmMst2) + 50*(-19 + 42*lmMst1)*lmMst2 - 900*pow2(
1655  lmMst1) - 1200*pow2(lmMst2)))/(270.*pow2(Msq)) + ((5*lmMsq*(1 - 2*
1656  lmMst1 + 2*lmMst2)*(12*Dmglst2 + Mgl + 8*lmMst1*Mgl - 8*lmMst2*Mgl))/6.
1657  + (-3*Mgl*(79604910131 + 34248010860*lmMst2 - 1058400*(78238 + 33285*
1658  lmMst2)*pow2(lmMst1) - 83251627200*pow2(lmMst2) + 1260*lmMst1*(-
1659  29738761 + 131792640*lmMst2 + 59005800*pow2(lmMst2)) - 1296540000*pow3(
1660  lmMst1) - 37821924000*pow3(lmMst2)) + 20*Dmglst2*(32030812049 +
1661  1902812940*lmMst2 + 793800*(433 + 6552*lmMst2)*pow2(lmMst1) + 76998600*
1662  pow2(lmMst2) - 1260*lmMst1*(2674409 + 333900*lmMst2 + 7514640*pow2(
1663  lmMst2)) - 311169600*pow3(lmMst1) + 4578638400*pow3(lmMst2)))/1.500282e9
1664  )/pow2(Mst2))*pow4(Mst1))/Mgl - (pow2(Mst2)*(12760 - 720*B4 + 72*D3 -
1665  36*DN - 1980*lmMsq + 540*pow2(lmMsq) - 3*lmMst1*(5471 - 1950*lmMsq +
1666  630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*lmMst2*(8495 - 6750*lmMst1 +
1667  210*lmMsq*(-11 + 6*lmMst1) + 630*pow2(lmMsq) + 234*pow2(lmMst1)) - 18*(
1668  -1324 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2) - 288*pow3(lmMst1) + 6768*
1669  pow3(lmMst2) + (162*(((Mgl*(-725 + 30*lmMsq*(5 + lmMst1 - lmMst2) -
1670  793*lmMst2 + lmMst1*(643 + 150*lmMst2) - 90*pow2(lmMst1) - 60*pow2(
1671  lmMst2)) + 50*Dmglst2*(20 + 6*lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) + 27*
1672  lmMst2 - 3*lmMst1*(1 + 6*lmMst2) + 18*pow2(lmMst2)))*pow2(Mst1))/(135.*
1673  pow2(Msq)) + Dmglst2*(32.51234567901235 - (8*B4)/3. + (32*D3)/9. - (20*
1674  DN)/9. + (160*lmMsq)/3. + lmMst1*(9.333333333333334 - 20*pow2(lmMsq)) -
1675  (26*pow2(lmMst1))/3. + (4*lmMst2*(-237 - 248*lmMst1 + 90*lmMsq*lmMst1 +
1676  45*pow2(lmMsq) + 16*pow2(lmMst1)))/9. - (2*(-439 + 180*lmMsq + 336*
1677  lmMst1)*pow2(lmMst2))/9. + (608*pow3(lmMst2))/9.)))/Mgl + (162*(
1678  0.32026967930029154 + lmMsq*(-0.6291383219954648 - (43*lmMst1)/63. + (
1679  7*lmMst2)/9.) - (553*lmMst2)/540. + lmMst1*(1.6532123960695388 + (13*
1680  lmMst2)/9.) - (5*Dmglst2)/(18.*Mgl) - pow2(lmMsq)/21. - (8*pow2(lmMst1)
1681  )/21. - (10*pow2(lmMst2))/9.)*pow4(Mst1))/pow4(Msq)))/162. + ((1 - 2*
1682  lmMst2)*shiftst3*pow4(Mst2))/(3.*pow2(Mst1)) + (((Mgl*(9*(3653969 -
1683  140*lmMsq*(12899 + 5390*lmMst1 - 6230*lmMst2) + 2069970*lmMst2 + 37730*
1684  lmMst1*(-7 + 20*lmMst2) - 58800*pow2(lmMsq) - 813400*pow2(lmMst2))*
1685  pow2(Mst1) - (58456697 - 420*lmMsq*(63929 + 69090*lmMst1 - 69930*
1686  lmMst2) + 374010*lmMst2 + 10290*lmMst1*(2573 + 2820*lmMst2) - 176400*
1687  pow2(lmMsq) - 29194200*pow2(lmMst2))*pow2(Mst2)) + 514500*Dmglst2*((119
1688  - 34*lmMst2 + 12*lmMsq*(1 - 10*lmMst1 + 10*lmMst2) + 2*lmMst1*(11 + 60*
1689  lmMst2) - 120*pow2(lmMst2))*pow2(Mst1) - 2*(337 - 24*lmMsq*(5 + 8*
1690  lmMst1 - 8*lmMst2) + 14*lmMst2 + 2*lmMst1*(53 + 96*lmMst2) - 192*pow2(
1691  lmMst2))*pow2(Mst2)))*pow4(Mst2))/(1.11132e7*pow4(Msq)) + ((-30*
1692  Dmglst2*pow2(Msq)*((-115 + 430*lmMst2 + 64*lmMst1*lmMst2 - 30*lmMsq*(-1
1693  + 6*lmMst2) + 90*pow2(lmMsq) + 400*pow2(lmMst2))*pow2(Mst1) - 64*
1694  lmMst2*(1 + lmMst2)*pow2(Mst2)) + 100*Dmglst2*pow2(Mst1)*((-174 - 109*
1695  lmMst1 + 6*lmMsq*(6 + 17*lmMst1 - 17*lmMst2) + 73*lmMst2 - 102*lmMst1*
1696  lmMst2 + 102*pow2(lmMst2))*pow2(Mst1) + 4*(14 - 15*lmMsq + 15*lmMst2)*
1697  pow2(Mst2)) + Mgl*(50*(43 - 30*lmMsq + 30*lmMst2)*pow2(Mst1)*pow2(Mst2)
1698  - 15*pow2(Msq)*((373 + 706*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(
1699  5 + 6*lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2))*pow2(Mst1) - 32*
1700  pow2(1 + lmMst2)*pow2(Mst2)) + 6*(-637 + 20*lmMsq*(9 + 20*lmMst1 - 20*
1701  lmMst2) + 495*lmMst2 - 25*lmMst1*(27 + 16*lmMst2) + 400*pow2(lmMst2))*
1702  pow4(Mst1)))*pow4(Mst2))/(270.*pow2(Msq)*pow4(Mst1)) + (-45*Mgl*(664*
1703  OepS2 - 81*(1261 + 166*lmMst1 - 166*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) +
1704  54*Dmglst2*(632*OepS2 + 9*(16193 - 1422*lmMst1 + 1422*lmMst2)*S2)*pow2(
1705  Mst1)*pow2(Mst2) - 15*Mgl*(3548*OepS2 - 27*(15148 + 2661*lmMst1 - 2661*
1706  lmMst2)*S2)*pow4(Mst1) + 4*Dmglst2*(25328*OepS2 + 27*(47051 - 18996*
1707  lmMst1 + 18996*lmMst2)*S2)*pow4(Mst1) + 3024*Dmglst2*OepS2*pow4(Mst2) -
1708  5184*Mgl*OepS2*pow4(Mst2))/(2187.*pow2(Mst2)))/Mgl) + ((s2t*pow2(Mst2)*
1709  ((4*(-1 + 2*lmMst2)*Mgl*shiftst3*pow2(Mt))/pow2(Mst1) + 6*Dmglst2*(1677
1710  - 14*lmMst1 + 14*lmMst2)*S2*pow2(s2t) + Mgl*(144*(22 + lmMst1 - lmMst2)
1711  *S2 + (1 + lmMst1 - lmMst2)*(-1 + 2*lmMst2)*shiftst3)*pow2(s2t)))/3. +
1712  (2*T1ep*(3*Mgl*(3*pow2(Mst1)*pow2(Mst2)*(-2990*Mst2*s2t*pow2(Mt) - 627*
1713  Mt*pow2(Mst2)*pow2(s2t) + 1760*pow3(Mt) + 830*pow3(Mst2)*pow3(s2t)) + (
1714  -22804*Mst2*s2t*pow2(Mt) - 3198*Mt*pow2(Mst2)*pow2(s2t) + 16240*pow3(
1715  Mt) + 4435*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 27*(-46*Mst2*s2t*pow2(Mt)
1716  - 21*Mt*pow2(Mst2)*pow2(s2t) + 28*pow3(Mt) + 16*pow3(Mst2)*pow3(s2t))*
1717  pow4(Mst2)) + Dmglst2*Mst2*(-27*Mst2*pow2(Mst1)*(-800*Mst2*s2t*pow2(Mt)
1718  - 907*Mt*pow2(Mst2)*pow2(s2t) + 1984*pow3(Mt) + 316*pow3(Mst2)*pow3(
1719  s2t)) + 2*s2t*(35601*Mst2*Mt*s2t + 66168*pow2(Mt) - 12664*pow2(Mst2)*
1720  pow2(s2t))*pow4(Mst1) - 189*(20*pow3(Mst2)*pow3(Mt) - 15*Mt*pow2(s2t)*
1721  pow5(Mst2) + 4*pow3(s2t)*pow6(Mst2)))))/(729.*pow5(Mst2)))/Mgl)))/Tbeta
1722  + (s2t*pow3(Mt)*(18*pow2(Msq)*(-21600*(Dmglst2*(-15 + 2*lmMst1 - 4*
1723  lmMst2 + 2*lmMt) + (7 - 2*lmMst1 + 4*lmMst2 - 2*lmMt)*Mgl)*pow2(Mst1) +
1724  pow2(Msq)*(3*Dmglst2*(678821 + 737120*lmMst2 + 21600*lmMsq*(13 - 2*
1725  lmMst1 + 4*lmMst2 - 2*lmMt) - 2880*(21 + 12*lmMst2 - 4*lmMt)*pow2(
1726  lmMst1) + 440160*pow2(lmMst2) - 480*lmMt*(-279 - 13*lmMst2 + 24*pow2(
1727  lmMst2)) - 34560*(2 + lmMst2)*pow2(lmMt) + 160*lmMst1*(-4724 - 1941*
1728  lmMst2 - 39*lmMt + 72*pow2(lmMst2) + 216*pow2(lmMt)) + 23040*pow3(
1729  lmMst2)) - Mgl*(1058993 - 330480*lmMst2 + 64800*lmMsq*(5 - 2*lmMst1 +
1730  4*lmMst2 - 2*lmMt) + 8640*(-13 + 4*lmMst2 + 4*lmMt)*pow2(lmMst1) +
1731  622080*pow2(lmMst2) - 4320*lmMt*(-31 - 6*lmMst2 + 8*pow2(lmMst2)) -
1732  2160*lmMst1*(325 + 300*lmMst2 - 52*lmMt + 112*pow2(lmMst2) - 48*pow2(
1733  lmMt)) - 103680*lmMst2*pow2(lmMt) + 207360*pow3(lmMst2))))*pow4(Mst1)*
1734  pow4(Mst2) + 8*pow2(Mst2)*(Dmglst2*(24208447 + 1263240*lmMst2 - 9720*(
1735  266 + 74*lmMst2 - 55*lmMt)*pow2(lmMst1) - 1140480*pow2(lmMst2) +
1736  145800*lmMsq*(28 + lmMst2*(41 - 6*lmMt) - 10*lmMt + lmMst1*(-31 - 6*
1737  lmMst2 + 6*lmMt) + 6*pow2(lmMst2)) + 3240*lmMt*(846 + 1042*lmMst2 +
1738  309*pow2(lmMst2)) - 233280*(2 + 3*lmMst2)*pow2(lmMt) + 360*lmMst1*(-
1739  21491 + lmMst2*(8190 - 4266*lmMt) - 5922*lmMt + 3267*pow2(lmMst2) +
1740  1944*pow2(lmMt)) + 9720*pow3(lmMst1) - 466560*pow3(lmMst2)) - 3*Mgl*(
1741  1907557 - 326160*lmMst2 + 1080*(-158 + 6*lmMst2 + 39*lmMt)*pow2(lmMst1)
1742  + 75600*pow2(lmMst2) + 48600*lmMsq*(2 + 11*lmMst2 - lmMst1*(9 + 2*
1743  lmMst2 - 2*lmMt) - 2*(1 + lmMst2)*lmMt + 2*pow2(lmMst2)) + 1620*lmMt*(
1744  83 + 104*lmMst2 + 58*pow2(lmMst2)) - 540*lmMst1*(797 + 120*lmMt + 4*
1745  lmMst2*(4 + 63*lmMt) + 78*pow2(lmMst2) - 144*pow2(lmMt)) - 77760*
1746  lmMst2*pow2(lmMt) + 1080*pow3(lmMst1) + 34560*pow3(lmMst2)))*pow4(Msq)*
1747  pow6(Mst1) + 54*pow2(Mst1)*(5*Dmglst2*(-80*(131 + 126*lmMst2 + 6*
1748  lmMst1*(-7 + 6*lmMst2) + 6*(-7 + 6*lmMst2)*lmMt - 6*lmMsq*(7 + 6*(
1749  lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow2(Msq)*pow2(
1750  Mst1) + (1983 + 182144*lmMst2 + 4320*(lmMst1 - lmMst2)*pow2(lmMsq) +
1751  2304*(-1 + lmMst2)*pow2(lmMst1) + 33504*pow2(lmMst2) + 240*lmMsq*(-161
1752  + lmMst1*(54 - 36*lmMst2) - 60*lmMst2 + 6*lmMt + 36*pow2(lmMst2)) + 48*
1753  lmMt*(31 - 128*lmMst2 + 96*pow2(lmMst2)) + 144*lmMst1*(-285 + 32*lmMt -
1754  2*lmMst2*(55 + 16*lmMt) + 112*pow2(lmMst2)) - 18432*pow3(lmMst2))*pow4(
1755  Msq) - 20*(155 + 90*lmMst2 + 3*lmMst1*(-23 + 12*lmMst2) + (-69 + 36*
1756  lmMst2)*lmMt + 12*lmMsq*(4 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*
1757  pow2(lmMst2))*pow4(Mst1)) - Mgl*(400*(95 - 18*lmMst2 + 6*lmMst1*(5 + 6*
1758  lmMst2) + 6*(5 + 6*lmMst2)*lmMt - 6*lmMsq*(7 + 6*(lmMst1 + lmMt)) + 36*
1759  pow2(lmMsq) - 36*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 9*(5253 - 4640*
1760  lmMst2 + 1200*lmMsq*(13 - 4*lmMst2*(1 + lmMst2) + lmMst1*(2 + 4*lmMst2)
1761  + 2*lmMt) - 2400*(lmMst1 - lmMst2)*pow2(lmMsq) - 1280*(1 + lmMst2)*
1762  pow2(lmMst1) + 29600*pow2(lmMst2) - 80*lmMt*(127 + 96*lmMst2 + 32*pow2(
1763  lmMst2)) - 80*lmMst1*(183 + 274*lmMst2 - 32*(1 + lmMst2)*lmMt + 112*
1764  pow2(lmMst2)) - 3840*pow2(lmMt) + 10240*pow3(lmMst2))*pow4(Msq) + 100*(
1765  47 - 54*lmMst2 + (3 + 36*lmMst2)*(lmMst1 + lmMt) + 12*lmMsq*(4 - 3*(
1766  lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow4(Mst1)))*pow6(
1767  Mst2) - 3*pow2(MuSUSY)*(60*pow2(Msq)*pow2(Mst2)*(-720*(Mgl*(55 + 6*
1768  lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 52*lmMst2 - 10*lmMst1*(4 + 3*lmMst2)
1769  + 30*pow2(lmMst2)) + Dmglst2*(321 + 18*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2)
1770  + 96*lmMst2 - 30*lmMst1*(2 + 3*lmMst2) + 90*pow2(lmMst2)))*pow2(Mst1) +
1771  pow2(Msq)*(243*Dmglst2*(881.6139917695473 + 248*B4 - 4*DN - (2560*
1772  lmMsq)/3. + lmMst1*(130.96296296296296 - 120*lmMsq - 40*pow2(lmMsq)) +
1773  (80*pow2(lmMsq))/3. + (176*pow2(lmMst1))/9. + (8*lmMst2*(4364 - 573*
1774  lmMst1 + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(lmMsq) + 24*pow2(lmMst1)))/
1775  27. - (8*(-377 + 90*lmMsq + 376*lmMst1)*pow2(lmMst2))/9. + (2944*pow3(
1776  lmMst2))/9.) + Mgl*(251578 + 27432*B4 - 108*DN - 58320*lmMsq + 6480*
1777  pow2(lmMsq) - 216*lmMst1*(422 - 45*lmMsq + 45*pow2(lmMsq)) - 4752*pow2(
1778  lmMst1) + 216*lmMst2*(1096 + 15*lmMsq*(-7 + 6*lmMst1 - 6*lmMst2) + 717*
1779  lmMst2 - lmMst1*(551 + 248*lmMst2) + 45*pow2(lmMsq) + 8*pow2(lmMst1)) +
1780  51840*pow3(lmMst2))))*pow4(Mst1) + 9*pow2(Mst1)*(15*Mgl*(-640*(23 +
1781  lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*lmMst1*(4 + 3*lmMst2)
1782  + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 3*(18201 + 1760*B4 - 16*DN -
1783  5760*lmMsq + 960*pow2(lmMsq) - 16*lmMst1*(199 - 30*lmMsq + 30*pow2(
1784  lmMsq)) + 16*lmMst2*(1291 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*
1785  pow2(lmMsq) - 16*pow2(lmMst1)) - 256*pow2(lmMst1) - 32*(-313 + 30*lmMsq
1786  + 72*lmMst1)*pow2(lmMst2) + 2560*pow3(lmMst2))*pow4(Msq) - 20*(233 +
1787  36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*lmMst1*(3 + 4*
1788  lmMst2) + 180*pow2(lmMst2))*pow4(Mst1)) + Dmglst2*(-14400*(77 + 6*
1789  lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 24*lmMst2 - 6*lmMst1*(2 + 3*lmMst2)
1790  + 18*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + (779917 + 188640*B4 - 3600*DN
1791  - 648000*lmMsq + 43200*pow2(lmMsq) - 720*lmMst1*(-173 + 90*lmMsq + 30*
1792  pow2(lmMsq)) + 720*lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1)
1793  + 30*pow2(lmMsq) - 16*pow2(lmMst1)) + 11520*pow2(lmMst1) - 1440*(-265 +
1794  30*lmMsq + 136*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2))*pow4(Msq) -
1795  300*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*
1796  lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow4(Mst1)))*pow4(Mst2) +
1797  10*Mgl*(2552929 + 257904*B4 - 648*DN - 456840*lmMsq + 38880*pow2(lmMsq)
1798  - 216*lmMst1*(4591 - 360*lmMsq + 450*pow2(lmMsq)) + 41904*pow2(lmMst1)
1799  + 216*lmMst2*(9211 - 6466*lmMst1 + 180*lmMsq*(-4 + 5*lmMst1) + 450*
1800  pow2(lmMsq) + 576*pow2(lmMst1)) - 864*(-1784 + 225*lmMsq + 840*lmMst1)*
1801  pow2(lmMst2) - 3456*pow3(lmMst1) + 604800*pow3(lmMst2))*pow4(Msq)*pow6(
1802  Mst1) + 90*(-48*(15*Dmglst2*(95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*
1803  lmMst2 - 4*lmMst1*(2 + 3*lmMst2) + 12*pow2(lmMst2)) + 5*Mgl*(71 + 12*
1804  lmMsq*(-2 + lmMst1 - lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) +
1805  12*pow2(lmMst2)))*pow2(Msq)*pow2(Mst1) - 5*(Mgl*(911 + 12*lmMsq*(-37 +
1806  18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) + 216*
1807  pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2)
1808  + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2)))*pow2(
1809  Mst1)*pow2(Mst2) + 2304*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl
1810  + lmMst2*Mgl)*pow4(Msq) - 5*(Mgl*(1153 + 12*lmMsq*(-35 + 54*lmMst1 -
1811  54*lmMst2) + 906*lmMst2 - 162*lmMst1*(3 + 4*lmMst2) + 648*pow2(lmMst2))
1812  + Dmglst2*(8713 + 12*lmMsq*(-179 + 270*lmMst1 - 270*lmMst2) + 3282*
1813  lmMst2 - 162*lmMst1*(7 + 20*lmMst2) + 3240*pow2(lmMst2)))*pow4(Mst1))*
1814  pow6(Mst2)) + pow2(Mst1)*pow4(Msq)*(-4*Dmglst2*pow2(Mst2)*(18*pow2(
1815  Mst1)*(3*(18440*OepS2 - 9*(15691 + 41490*lmMst1 - 41490*lmMst2)*S2)*
1816  pow2(Mst2) + 4*(5060*OepS2 - 27*(2489 + 3795*lmMst1 - 3795*lmMst2)*S2)*
1817  pow2(MuSUSY)) + 27*pow2(Mst2)*(50*(56*OepS2 - 81*(-27 + 14*lmMst1 - 14*
1818  lmMst2)*S2)*pow2(Mst2) + (1400*OepS2 - 81*(-453 + 350*lmMst1 - 350*
1819  lmMst2)*S2)*pow2(MuSUSY)) + 16*(257300*OepS2 - 27*(220117 + 192975*
1820  lmMst1 - 192975*lmMst2)*S2)*pow4(Mst1)) + 12*Mgl*(2*(8*(13700*OepS2 -
1821  27*(16297 + 10275*lmMst1 - 10275*lmMst2)*S2)*pow2(Mst2) + 5*(7528*OepS2
1822  - 27*(9185 + 5646*lmMst1 - 5646*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst1) +
1823  135*(56*OepS2 + 81*(1 - 14*lmMst1 + 14*lmMst2)*S2)*pow2(MuSUSY)*pow4(
1824  Mst2) + 6*pow2(Mst1)*(10*(544*OepS2 - 81*(169 + 136*lmMst1 - 136*
1825  lmMst2)*S2)*pow2(Mst2)*pow2(MuSUSY) + (15080*OepS2 - 81*(4367 + 3770*
1826  lmMst1 - 3770*lmMst2)*S2)*pow4(Mst2)) + 54*(280*OepS2 - 81*(-79 + 70*
1827  lmMst1 - 70*lmMst2)*S2)*pow6(Mst2))) + 1080*(8*(-5*Mgl*(119 - 63*lmMst2
1828  + 12*lmMst1*(4 + 3*lmMst2) - 6*(1 + 3*lmMst2)*lmMt + 3*lmMsq*(7 - 12*
1829  lmMst1 + 18*lmMst2 + 6*lmMt) - 18*pow2(lmMsq) - 36*pow2(lmMst2)) - 15*
1830  Dmglst2*(125 - 37*lmMst2 + 12*lmMst1*(2 + 3*lmMst2) + 6*lmMt - 6*
1831  lmMst2*lmMt + lmMsq*(7 - 36*lmMst1 + 42*lmMst2 + 6*lmMt) - 6*pow2(
1832  lmMsq) - 36*pow2(lmMst2)))*pow2(Msq)*pow2(Mst1) - 15*(Dmglst2*(754 -
1833  50*lmMst2 + 9*lmMst1*(7 + 20*lmMst2) - 4*lmMsq*(10 + 45*lmMst1 - 66*
1834  lmMst2 - 21*lmMt) + 27*lmMt - 84*lmMst2*lmMt - 84*pow2(lmMsq) - 180*
1835  pow2(lmMst2)) + Mgl*(206 + 6*lmMst2 + 9*lmMst1*(3 + 4*lmMst2) - 12*
1836  lmMsq*(2 + 3*lmMst1 - 6*lmMst2 - 3*lmMt) - 9*(1 + 4*lmMst2)*lmMt - 36*
1837  pow2(lmMsq) - 36*pow2(lmMst2)))*pow2(Mst1)*pow2(Mst2) - 1152*(1 +
1838  lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq) - 5*
1839  (2*Mgl*(5 - 54*lmMst2 + 3*lmMst1*(7 + 12*lmMst2) + 3*(7 + 12*lmMst2)*
1840  lmMt + 12*lmMsq*(1 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(
1841  lmMst2)) + 6*Dmglst2*(41 - 6*lmMst2 + 3*lmMst1*(-1 + 12*lmMst2) + (-3 +
1842  36*lmMst2)*lmMt + 12*lmMsq*(1 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) -
1843  36*pow2(lmMst2)))*pow4(Mst1))*pow8(Mst2)))/(43740.*Mgl*pow2(Mst1)*pow4(
1844  Msq)*pow5(Mst2)) + ((1 - 2*lmMst2)*shiftst3*((8*(-1 + lmMst1 - lmMst2)*
1845  pow2(Mst1)*pow2(Mt)*pow2(s2t) - 16*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2)
1846  + (3 + 2*lmMst1 - 2*lmMst2)*pow4(Mst1) + pow4(Mst2))*pow4(s2t))*pow6(
1847  Mst2) - (4*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(2*(1 - 2*lmMst1 + 2*lmMst2)
1848  *pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2)
1849  + (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/pow2(Sbeta) + 4*
1850  pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*pow6(Mst2) + 2*(pow2(MuSUSY)*((1 - 2*
1851  lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) + (1 - lmMst1 + lmMst2)*pow2(
1852  Mst1)*pow4(Mst2) + (1 - 3*lmMst1 + 3*lmMst2)*pow6(Mst1)) + pow8(Mst2)))
1853  ))/(12.*pow2(Mst1)*pow4(Mst2)))) + (Al4p*xDmglst2*pow2(Dmglst2)*((
1854  twoLoopFlag*((36*Mt*pow3(s2t)*(4*(3 - lmMst1*(-2 + lmMst2) - 4*lmMst2 +
1855  pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (7 - 6*lmMst1 + 6*lmMst2)*pow4(
1856  Mst1) + 4*(14 - lmMst1*(-2 + lmMst2) + pow2(lmMst2))*pow4(Mst2)))/Mst2
1857  + (32*pow4(Mt)*(-9*(-27 - 19*lmMst2 + 2*lmMst1*(6 + lmMst2 - lmMt) + 7*
1858  lmMt + 2*lmMst2*lmMt - 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-2 + 9*
1859  lmMst1 + 3*lmMst2 + 15*lmMt)*pow2(Mst1)*pow4(Mst2) + 27*(23 + 38*lmMst2
1860  - 9*lmMt - 6*lmMst2*lmMt + lmMst1*(-29 - 6*lmMst2 + 6*lmMt) + 6*pow2(
1861  lmMst2))*pow6(Mst1) + 9*(-2 + 3*lmMst2)*pow6(Mst2)))/(pow2(Mst1)*pow4(
1862  Mst2)) + (8*s2t*pow3(Mt)*(9*(4*(-28 - 41*lmMst2 + lmMst1*(31 + 6*lmMst2
1863  - 6*lmMt) + 10*lmMt + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2) + (-
1864  199 + 26*lmMst2 + lmMst1*(-34 + 20*lmMst2) - 20*pow2(lmMst2))*pow2(
1865  MuSUSY))*pow4(Mst1) + 36*(-14 + lmMst1*(-2 + lmMst2) - pow2(lmMst2))*
1866  pow2(MuSUSY)*pow4(Mst2) + 36*pow2(Mst1)*((-31 + 3*lmMst1*(-2 + lmMst2)
1867  + 4*lmMst2 - 3*pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) + (-13 + 2*lmMst1
1868  - 4*lmMst2 + 2*lmMt)*pow4(Mst2)) + 2*(161 + 36*lmMst1*(-2 + lmMst2) +
1869  78*lmMst2 - 6*lmMt - 36*pow2(lmMst2))*pow6(Mst2)))/pow5(Mst2) + (12*
1870  pow2(Mt)*pow2(s2t)*(2*pow4(Mst1)*(9*(4 - lmMst1 + lmMst2 + 2*lmMst1*
1871  lmMst2 - 2*pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) + (-7 + 6*lmMst1 - 24*
1872  lmMst2)*pow4(Mst2)) + (12*(-4 + 5*lmMst1 - 5*lmMst2)*pow2(Mst2) + 9*(9
1873  + 4*lmMst1*(-1 + lmMst2) + 4*lmMst2 - 4*pow2(lmMst2))*pow2(MuSUSY))*
1874  pow6(Mst1) - 6*(-2 + 3*lmMst2)*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2)
1875  + 2*pow2(Mst1)*(3*(10 - 3*lmMst1 + 6*lmMst1*lmMst2 - 6*pow2(lmMst2))*
1876  pow2(MuSUSY)*pow4(Mst2) + (-23 + 36*lmMst2)*pow6(Mst2))))/(pow2(Mst1)*
1877  pow4(Mst2)) + (9*pow4(s2t)*(-6*(-2 + lmMst1 - 2*lmMst1*lmMst2 + 2*pow2(
1878  lmMst2))*pow2(Mst2)*pow4(Mst1) + 6*(-2 + lmMst1 - 2*lmMst2 - 2*lmMst1*
1879  lmMst2 + 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 6*lmMst1)*pow6(
1880  Mst1) + 2*(-2 + 3*lmMst2)*pow6(Mst2)) + (4*Mt*MuSUSY*((9*Mt*MuSUSY*s2t*
1881  (-2*(4*Mt*(-31 + 3*lmMst1*(-2 + lmMst2) + 4*lmMst2 - 3*pow2(lmMst2)) +
1882  3*Mst2*s2t*(4 + lmMst2 + lmMst1*(-1 + 2*lmMst2) - 2*pow2(lmMst2)))*
1883  pow2(Mst2)*pow4(Mst1) - 2*(Mst2*s2t*(10 + lmMst1*(-3 + 6*lmMst2) - 6*
1884  pow2(lmMst2)) + 4*Mt*(-14 + lmMst1*(-2 + lmMst2) - pow2(lmMst2)))*pow2(
1885  Mst1)*pow4(Mst2) + (-3*Mst2*s2t*(9 + 4*lmMst1*(-1 + lmMst2) + 4*lmMst2
1886  - 4*pow2(lmMst2)) + Mt*(398 + lmMst1*(68 - 40*lmMst2) - 52*lmMst2 + 40*
1887  pow2(lmMst2)))*pow6(Mst1) + 2*(-2 + 3*lmMst2)*s2t*pow7(Mst2)))/pow2(
1888  Sbeta) - (-2*pow2(Mst2)*(36*(3 - lmMst1 + lmMst2)*Mst2*s2t*pow2(Mt) +
1889  54*Mt*(-17 + 2*lmMst1*(-2 + lmMst2) + 4*lmMst2 - 2*pow2(lmMst2))*pow2(
1890  Mst2)*pow2(s2t) + 4*(29 - 18*lmMst1*(-1 + lmMst2) - 3*lmMst2 - 15*lmMt
1891  + 18*pow2(lmMst2))*pow3(Mt) + 9*(2 + 3*lmMst2)*pow3(Mst2)*pow3(s2t))*
1892  pow4(Mst1) + 2*pow2(Mst1)*(6*(-11 + 18*lmMst2)*Mst2*s2t*pow2(Mt) + 54*
1893  Mt*(14 - lmMst1*(-2 + lmMst2) + pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*
1894  (79 + 18*lmMst1*(-2 + lmMst2) + 39*lmMst2 - 3*lmMt - 18*pow2(lmMst2))*
1895  pow3(Mt) - 9*(8 + 3*lmMst2 + lmMst1*(-3 + 6*lmMst2) - 6*pow2(lmMst2))*
1896  pow3(Mst2)*pow3(s2t))*pow4(Mst2) - (72*(7 - 6*lmMst1 + 6*lmMst2)*Mst2*
1897  s2t*pow2(Mt) - 27*Mt*(75 + lmMst1*(10 - 8*lmMst2) - 10*lmMst2 + 8*pow2(
1898  lmMst2))*pow2(Mst2)*pow2(s2t) + 8*(236 + 339*lmMst2 - 18*lmMst1*(13 +
1899  4*lmMst2 - 3*lmMt) - 3*(35 + 18*lmMst2)*lmMt + 72*pow2(lmMst2))*pow3(
1900  Mt) + 27*(1 - 2*lmMst1 + 2*lmMst2)*pow3(Mst2)*pow3(s2t))*pow6(Mst1) +
1901  18*(-2 + 3*lmMst2)*s2t*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow7(Mst2))
1902  /Tbeta))/pow5(Mst2))/pow2(Mst1)))/108. + Al4p*threeLoopFlag*((
1903  3676.7919341563784 - (976*lmMsq)/135. - (20*(103 + 6*lmMsq)*lmMst1)/9.
1904  - (4*(-350909 + 39600*lmMsq + 450*lmMst1)*lmMst2)/
1905  2025. + (4*(6293 - 960*(lmMsq + lmMst1) + 3704*lmMst2)*lmMt)/135. + 60*
1906  pow2(lmMsq) - (28*pow2(lmMst1))/9. + (4*(-629 + 2880*lmMst1)*pow2(
1907  lmMst2))/135. + (464*pow2(lmMt))/9. - (40*(9 + 2*lmMst1 - 4*lmMst2 + 2*
1908  lmMt)*pow2(Mst1))/(9.*pow2(Msq)) + (2*(-1021 - 502*lmMst2 + 64*lmMst1*(
1909  -2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 624*pow2(
1910  lmMst2))*pow2(Mst2))/(9.*pow2(Mst1)) + (pow2(Mst1)*(3582403037 +
1911  2058687540*lmMst2 - 37800*(1783 + 285*lmMst2 - 225*lmMt)*pow2(lmMst1) +
1912  592080300*pow2(lmMst2) + 8505000*lmMsq*(65 + lmMst2*(27 - 2*lmMt) - 2*
1913  lmMst1*(8 + lmMst2 - lmMt) - 11*lmMt + 2*pow2(lmMst2)) - 56700*lmMt*(-
1914  5825 + 1311*lmMst2 + 10*pow2(lmMst2)) - 13608000*(7 + 2*lmMst2)*pow2(
1915  lmMt) + 3780*lmMst1*(-371868 + 19265*lmMt - 15*lmMst2*(7547 + 140*lmMt)
1916  + 9900*pow2(lmMst2) + 7200*pow2(lmMt)) + 756000*pow3(lmMst1) -
1917  27405000*pow3(lmMst2)))/(637875.*pow2(Mst2)) - (256*pow3(lmMst2))/3. -
1918  pow4(Mst1)*((20*(lmMst1 - 2*lmMst2 + lmMt))/(3.*pow4(Msq)) + (
1919  3879.568149934479 + 1840*lmMsq + (581.2930880994373 - 2320*lmMsq)*
1920  lmMst1 - (126272*pow2(lmMst1))/189. - (4*lmMst2*(57911521 - 22348620*
1921  lmMst1 + 2381400*lmMsq*(-19 + 3*lmMst1) + 2487240*pow2(lmMst1)))/59535.
1922  + (16*(-15893 + 5670*lmMsq + 4284*lmMst1)*pow2(lmMst2))/189. + (16*
1923  lmMt*(2105 + 405*lmMsq*(-3 + 2*lmMst1 - 2*lmMst2) + 2247*lmMst2 - 3*
1924  lmMst1*(341 + 364*lmMst2) + 234*pow2(lmMst1) + 858*pow2(lmMst2)))/27. +
1925  (128*(-5 + 6*lmMst1 - 6*lmMst2)*pow2(lmMt))/3. + (256*pow3(lmMst1))/27.
1926  - (5536*pow3(lmMst2))/27.)/pow4(Mst2)) - (128*(-2 + lmMst2 + 5*pow2(
1927  lmMst2))*pow4(Mst2))/(9.*pow4(Mst1)) - (4*(150*(87 - 6*lmMst2*(-10 +
1928  lmMt) - 20*lmMt + lmMst1*(-40 - 6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2))*
1929  pow4(Mst1) + (2048 + 3330*lmMst2 - 675*lmMst1*(-1 + 2*lmMst2) + 1695*
1930  lmMt - 2700*lmMst2*lmMt + 150*lmMsq*(-38 + 9*lmMst1 + 9*lmMst2 + 18*
1931  lmMt) - 2700*pow2(lmMsq) + 1350*pow2(lmMst2))*pow4(Mst2)))/(135.*pow2(
1932  Msq)*pow2(Mst2)) + (pow2(Mst2)*((-90263 - 176280*lmMst2 + 750*lmMst1*(-
1933  13 + 60*lmMst2) - 42870*lmMt + 106200*lmMst2*lmMt - 300*lmMsq*(-763 +
1934  150*lmMst1 + 204*lmMst2 + 354*lmMt) + 106200*pow2(lmMsq) - 45000*pow2(
1935  lmMst2))*pow2(Mst1)*pow2(Mst2) + 1350*(29 + 14*lmMst2 + 3*lmMst1*(-5 +
1936  4*lmMst2) - 15*lmMt + 12*lmMst2*lmMt - 4*lmMsq*(-4 + 3*lmMst1 + 3*lmMt)
1937  + 12*pow2(lmMsq) - 12*pow2(lmMst2))*pow4(Mst1) + 75*(160*(-8 + 15*lmMsq
1938  - 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 63*(-5 + 28*lmMsq - 28*lmMst2)*
1939  pow4(Mst2))))/(810.*pow2(Mst1)*pow4(Msq)) + (2*(-189*pow2(MuSUSY)*(4*
1940  pow2(Mst2)*(50134 - 270*B4 + 270*D3 - 135*DN + 2160*lmMst1 + 120*(271 +
1941  24*lmMst1)*lmMst2 - 120*lmMt - 720*(-2 + 3*lmMst1)*pow2(lmMst2) + 2160*
1942  pow3(lmMst2)) + 5*pow2(Mst1)*(28405 - 288*B4 + 288*D3 - 144*DN + 5472*
1943  lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt
1944  - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(lmMst2))) + 560*OepS2*(-
1945  3*pow2(Mst1)*(4703*pow2(Mst2) + 126*pow2(MuSUSY)) + 11164*pow4(Mst1) -
1946  819*pow4(Mst2)) - 27*S2*(3*pow2(Mst1)*((128797 - 1975260*lmMst1 +
1947  1975260*lmMst2)*pow2(Mst2) - 3780*(65 + 14*lmMst1 - 14*lmMst2)*pow2(
1948  MuSUSY)) + (4002484 + 4688880*lmMst1 - 4688880*lmMst2)*pow4(Mst1) +
1949  189*(-4392*pow2(Mst2)*pow2(MuSUSY) + (3869 - 1820*lmMst1 + 1820*lmMst2)
1950  *pow4(Mst2)))))/(76545.*pow4(Mst2)))*pow4(Mt) + (s2t*pow3(Mt)*((-3*
1951  pow2(Mst1)*(90713501 + 5443200*lmMsq + 61803000*lmMst2 - 15120*(-652 +
1952  7*lmMst2)*lmMt + 725760*(-5 + 2*lmMst2)*pow2(lmMst1) + 4460400*pow2(
1953  lmMst2) - 7560*lmMst1*(4679 - 370*lmMst2 + 178*lmMt + 384*pow2(lmMst2))
1954  - 2177280*pow2(lmMt) + (453600*(-15 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*
1955  pow2(Mst1))/pow2(Msq) + 1451520*pow3(lmMst2)))/Mst2 - 90720*((5*(259 -
1956  31*lmMst2 + 12*lmMst1*(1 + 6*lmMst2) - 6*(-2 + lmMst2)*lmMt + lmMsq*(7
1957  - 72*lmMst1 + 78*lmMst2 + 6*lmMt) - 6*pow2(lmMsq) - 72*pow2(lmMst2)))/
1958  pow2(Msq) - (96*(2 + lmMst2 - 3*pow2(lmMst2)))/pow2(Mst1))*pow3(Mst2) +
1959  (28*(24208447 + 1263240*lmMst2 - 9720*(266 + 74*lmMst2 - 55*lmMt)*pow2(
1960  lmMst1) - 1140480*pow2(lmMst2) + 145800*lmMsq*(28 + lmMst2*(41 - 6*
1961  lmMt) - 10*lmMt + lmMst1*(-31 - 6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2)) +
1962  3240*lmMt*(846 + 1042*lmMst2 + 309*pow2(lmMst2)) - 233280*(2 + 3*
1963  lmMst2)*pow2(lmMt) + 360*lmMst1*(-21491 + lmMst2*(8190 - 4266*lmMt) -
1964  5922*lmMt + 3267*pow2(lmMst2) + 1944*pow2(lmMt)) + 9720*pow3(lmMst1) -
1965  466560*pow3(lmMst2))*pow4(Mst1))/pow3(Mst2) - (9*Mst2*(8400*(5 + 198*
1966  lmMst2 + 6*lmMst1*(-13 + 6*lmMst2) + 6*(-13 + 6*lmMst2)*lmMt - 6*lmMsq*
1967  (7 + 6*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow2(Msq)*
1968  pow2(Mst1) + (36729361 - 13527360*lmMst2 - 453600*(lmMst1 - lmMst2)*
1969  pow2(lmMsq) - 241920*(-2 + lmMst2)*pow2(lmMst1) + 15120*lmMst1*(135 -
1970  64*lmMt + lmMst2*(302 + 32*lmMt) - 112*pow2(lmMst2)) + 25200*lmMsq*(131
1971  + 96*lmMst2 + 18*lmMst1*(-5 + 2*lmMst2) - 6*lmMt - 36*pow2(lmMst2)) -
1972  8316000*pow2(lmMst2) - 5040*lmMt*(-7 - 240*lmMst2 + 96*pow2(lmMst2)) +
1973  120960*pow2(lmMt) + 1935360*pow3(lmMst2))*pow4(Msq) + 2100*(155 + 90*
1974  lmMst2 + 3*lmMst1*(-23 + 12*lmMst2) + (-69 + 36*lmMst2)*lmMt + 12*
1975  lmMsq*(4 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow4(
1976  Mst1)))/pow4(Msq) - 153090*pow2(MuSUSY)*((-16*Mst2*((5*(397 + 36*lmMsq*
1977  (-2 + lmMst1 - lmMst2) + 78*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(
1978  lmMst2)))/pow2(Msq) + (48*(2 + lmMst2 - 3*pow2(lmMst2)))/pow2(Mst1)))/
1979  27. + (pow2(Mst1)*(1409.4528120713305 + (1352*B4)/3. - (28*DN)/3. - (
1980  16520*lmMsq)/9. + (80*pow2(lmMsq))/3. - (40*lmMst1*(167 + 405*lmMsq +
1981  81*pow2(lmMsq)))/81. - (128*pow2(lmMst1))/9. + (8*lmMst2*(30469 + 2709*
1982  lmMst1 + 135*lmMsq*(11 + 6*lmMst1) + 405*pow2(lmMsq) + 72*pow2(lmMst1))
1983  )/81. - (8*(-19 + 90*lmMsq + 568*lmMst1)*pow2(lmMst2))/9. - (80*(107 +
1984  6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 32*lmMst2 - 10*lmMst1*(2 + 3*
1985  lmMst2) + 30*pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + (4480*pow3(
1986  lmMst2))/9.))/pow3(Mst2) - (5*(Mst2*(37213 + 12*lmMsq*(-539 + 810*
1987  lmMst1 - 810*lmMst2) + 6630*lmMst2 - 162*lmMst1*(1 + 60*lmMst2) + 9720*
1988  pow2(lmMst2))*pow2(Mst1) + (21275 + 12*lmMsq*(-541 + 270*lmMst1 - 270*
1989  lmMst2) + 6546*lmMst2 - 54*lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2))*
1990  pow3(Mst2)))/(162.*pow4(Msq)) + (89.18662551440329 + (1960*B4)/9. - (
1991  44*DN)/9. - (7880*lmMsq)/9. + (80*pow2(lmMsq))/3. - (4*lmMst1*(-359 +
1992  150*lmMsq + 30*pow2(lmMsq)))/9. + (4*lmMst2*(8503 + 666*lmMst1 + 90*
1993  lmMsq*(1 + 2*lmMst1) + 90*pow2(lmMsq) - 48*pow2(lmMst1)))/27. + (128*
1994  pow2(lmMst1))/9. - (8*(-177 + 30*lmMsq + 232*lmMst1)*pow2(lmMst2))/9. -
1995  (40*(1445 + 72*lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 180*lmMst2 - 36*
1996  lmMst1*(1 + 6*lmMst2) + 216*pow2(lmMst2))*pow2(Mst1))/(27.*pow2(Msq)) +
1997  (640*pow3(lmMst2))/3. - (5*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2)
1998  + 675*lmMst2 - 45*lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow4(Mst1)
1999  )/(27.*pow4(Msq)))/Mst2) + (-560*OepS2*(-63*pow2(Mst2)*(2*pow2(Mst2) +
2000  pow2(MuSUSY)) - 6*pow2(Mst1)*(4307*pow2(Mst2) + 1555*pow2(MuSUSY)) +
2001  102920*pow4(Mst1)) + 54*S2*(6*pow2(Mst1)*((760703 - 904470*lmMst1 +
2002  904470*lmMst2)*pow2(Mst2) + 7*(20803 - 46650*lmMst1 + 46650*lmMst2)*
2003  pow2(MuSUSY)) + 112*(220117 + 192975*lmMst1 - 192975*lmMst2)*pow4(Mst1)
2004  + 27*(7*(1387 - 70*lmMst1 + 70*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + (18722
2005  - 980*lmMst1 + 980*lmMst2)*pow4(Mst2))))/pow3(Mst2) - (56700*(4*(44 -
2006  21*lmMst1 + 6*(5 + 6*lmMst1)*lmMst2 + 3*(-7 + 12*lmMst2)*lmMt + 12*
2007  lmMsq*(1 - 3*(lmMst1 + lmMt)) + 36*pow2(lmMsq) - 36*pow2(lmMst2))*pow2(
2008  Mst1)*pow3(Mst2) + (2100 - 62*lmMst2 + 9*lmMst1*(1 + 60*lmMst2) + 117*
2009  lmMt - 156*lmMst2*lmMt + lmMsq*(-64 - 540*lmMst1 + 696*lmMst2 + 156*
2010  lmMt) - 156*pow2(lmMsq) - 540*pow2(lmMst2))*pow5(Mst2)))/pow4(Msq)))/
2011  153090. + ((T1ep*(-2*pow4(Mst1)*(8*pow2(Mt)*pow2(s2t)*(4327*pow2(
2012  MuSUSY)*(-1 + pow2(Sbeta)) + 6921*pow2(Mst2)*pow2(Sbeta)) - 205840*
2013  Mst2*s2t*pow2(Sbeta)*pow3(Mt) + 15571*Mt*pow2(Sbeta)*pow3(Mst2)*pow3(
2014  s2t) + 89312*pow2(Sbeta)*pow4(Mt) - 4199*pow2(Sbeta)*pow4(Mst2)*pow4(
2015  s2t)) + 63*pow3(Mst2)*(-4*Mst2*pow2(Mt)*pow2(s2t)*(5*pow2(MuSUSY)*(-1 +
2016  pow2(Sbeta)) + 18*pow2(Mst2)*pow2(Sbeta)) - 4*s2t*(pow2(MuSUSY)*(-1 +
2017  pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 2*Mt*pow2(Sbeta)*
2018  pow3(s2t)*pow4(Mst2) + 208*Mst2*pow2(Sbeta)*pow4(Mt) + 5*pow2(Sbeta)*
2019  pow4(s2t)*pow5(Mst2)) + 24*pow2(Mst1)*(pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-
2020  185*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 1791*pow2(Mst2)*pow2(Sbeta)) +
2021  Mst2*s2t*(-1555*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4307*pow2(Mst2)*pow2(
2022  Sbeta))*pow3(Mt) + (252*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 9406*pow2(
2023  Mst2)*pow2(Sbeta))*pow4(Mt) + 767*Mt*pow2(Sbeta)*pow3(s2t)*pow5(Mst2) +
2024  20*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))))/(729.*pow4(Mst2)) + pow2(Mt)*
2025  pow2(MuSUSY)*((2*pow2(Mt)*(4*pow2(Mst2)*(50134 - 270*B4 + 270*D3 - 135*
2026  DN + 2160*lmMst1 + 120*(271 + 24*lmMst1)*lmMst2 - 120*lmMt - 29646*S2 -
2027  720*(-2 + 3*lmMst1)*pow2(lmMst2) + 2160*pow3(lmMst2)) + 5*pow2(Mst1)*(
2028  28405 - 288*B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*
2029  lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*
2030  lmMst1 - 14*lmMst2)*S2 - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(
2031  lmMst2))))/(405.*pow4(Mst2)) + pow2(s2t)*(112.1664609053498 - (100*B4)/
2032  9. + (112*D3)/9. - (62*DN)/9. + (1055*lmMsq)/9. + 15*pow2(lmMsq) - (2*
2033  lmMst1*(-544 + 210*lmMsq + 135*pow2(lmMsq)))/9. - (103*pow2(lmMst1))/9.
2034  + (lmMst2*(-7921 - 1476*lmMst1 + 90*lmMsq*(5 + 18*lmMst1) + 810*pow2(
2035  lmMsq) + 288*pow2(lmMst1)))/27. + (93.66666666666667 - 60*lmMsq - 112*
2036  lmMst1)*pow2(lmMst2) + (10*(405 + (-187 + 246*lmMsq)*lmMst2 + lmMst1*(
2037  187 - 246*lmMsq + 246*lmMst2) - 246*pow2(lmMst2))*pow2(Mst1))/(27.*
2038  pow2(Msq)) + ((-1149 + 266*lmMst2 + 64*lmMst1*(-2 + 3*lmMst2) - 90*
2039  lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 1264*pow2(lmMst2))*pow2(Mst2)
2040  )/(18.*pow2(Mst1)) - (pow2(Mst1)*(73.78472976680384 + (164*B4)/9. - (
2041  176*D3)/9. + (94*DN)/9. - (260*lmMsq)/3. + lmMst1*(-96.55703703703703 +
2042  40*lmMsq + 30*pow2(lmMsq)) + (7556*pow2(lmMst1))/135. - (2*lmMst2*(-
2043  99788 + 2005*lmMst1 + 6750*lmMsq*(2 + 3*lmMst1) + 10125*pow2(lmMsq) +
2044  32775*pow2(lmMst1)))/675. + (2*(-3377 + 4050*lmMsq + 19155*lmMst1)*
2045  pow2(lmMst2))/135. + (10*pow3(lmMst1))/27. - (5050*pow3(lmMst2))/27.))/
2046  pow2(Mst2) + (304*pow3(lmMst2))/3. + pow4(Mst1)*((5*(216 + (-95 + 132*
2047  lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2)
2048  ))/(54.*pow4(Msq)) + (536.1152102791342 - (8*B4)/3. + (32*D3)/9. - (20*
2049  DN)/9. + 90*lmMsq - (123.11224321827497 + 20*lmMsq*(1 + lmMsq))*lmMst1
2050  - lmMst2*(17.33220122616948 - 20*lmMsq*(1 + lmMsq) + (
2051  133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/9.) - (
2052  15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (2812*
2053  lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(lmMst2))/
2054  27.)/pow4(Mst2)) - (32*(-2 + lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.*
2055  pow4(Mst1)) - (6*(7400*OepS2 + 27*(1089707 - 5550*lmMst1 + 5550*lmMst2)
2056  *S2)*pow2(Mst1)*pow2(Mst2) + 40*(17308*OepS2 + 27*(93919 - 12981*lmMst1
2057  + 12981*lmMst2)*S2)*pow4(Mst1) + 9*(1400*OepS2 + 81*(116129 - 350*
2058  lmMst1 + 350*lmMst2)*S2)*pow4(Mst2))/(10935.*pow4(Mst2)) + (5*((291 +
2059  2*(-103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*lmMsq + 84*lmMst2) -
2060  168*pow2(lmMst2))*pow4(Mst1) + (684 + 347*lmMst1 + 7*(-77 + 78*lmMst1)*
2061  lmMst2 + 6*lmMsq*(32 - 91*lmMst1 + 91*lmMst2) - 546*pow2(lmMst2))*pow4(
2062  Mst2)))/(27.*pow2(Msq)*pow2(Mst2)) + (5*((3834 + (-890 + 2328*lmMsq)*
2063  lmMst2 + lmMst1*(890 - 2328*lmMsq + 2328*lmMst2) - 2328*pow2(lmMst2))*
2064  pow2(Mst2)*pow4(Mst1) + 160*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow4(
2065  Mst2) + (4239 - 1324*lmMst2 + 8*lmMst1*(95 + 366*lmMst2) + lmMsq*(564 -
2066  2928*lmMst1 + 2928*lmMst2) - 2928*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) +
2067  63*(-5 + 28*lmMsq - 28*lmMst2)*pow6(Mst2)))/(216.*pow2(Mst1)*pow4(Msq))
2068  ) - (Mt*s2t*(pow4(Msq)*(-3*pow2(Mst1)*pow2(Mst2)*(433447 + 1058400*B4 -
2069  23760*DN - 4255200*lmMsq - 1120*OepS2 + 324*(-1387 + 70*lmMst1 - 70*
2070  lmMst2)*S2 + 129600*pow2(lmMsq) - 2160*lmMst1*(-359 + 150*lmMsq + 30*
2071  pow2(lmMsq)) + 720*lmMst2*(8503 + 666*lmMst1 + 90*lmMsq*(1 + 2*lmMst1)
2072  + 90*pow2(lmMsq) - 48*pow2(lmMst1)) + 69120*pow2(lmMst1) - 4320*(-177 +
2073  30*lmMsq + 232*lmMst1)*pow2(lmMst2) + 1036800*pow3(lmMst2)) - 2*(
2074  10274911 + 3285360*B4 - 68040*DN - 13381200*lmMsq - 248800*OepS2 + 108*
2075  (-20803 + 46650*lmMst1 - 46650*lmMst2)*S2 + 194400*pow2(lmMsq) - 3600*
2076  lmMst1*(167 + 405*lmMsq + 81*pow2(lmMsq)) - 103680*pow2(lmMst1) + 720*
2077  lmMst2*(30469 + 2709*lmMst1 + 135*lmMsq*(11 + 6*lmMst1) + 405*pow2(
2078  lmMsq) + 72*pow2(lmMst1)) - 6480*(-19 + 90*lmMsq + 568*lmMst1)*pow2(
2079  lmMst2) + 3628800*pow3(lmMst2))*pow4(Mst1) + 414720*(2 + lmMst2 - 3*
2080  pow2(lmMst2))*pow4(Mst2)) + 21600*pow2(Msq)*((1445 + 72*lmMsq*(-2 + 3*
2081  lmMst1 - 3*lmMst2) + 180*lmMst2 - 36*lmMst1*(1 + 6*lmMst2) + 216*pow2(
2082  lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(397 + 36*lmMsq*(-2 + lmMst1 -
2083  lmMst2) + 78*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2))*pow2(
2084  Mst1)*pow4(Mst2) + 6*(107 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 32*
2085  lmMst2 - 10*lmMst1*(2 + 3*lmMst2) + 30*pow2(lmMst2))*pow6(Mst1)) + 450*
2086  ((37213 + 12*lmMsq*(-539 + 810*lmMst1 - 810*lmMst2) + 6630*lmMst2 -
2087  162*lmMst1*(1 + 60*lmMst2) + 9720*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) +
2088  6*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*
2089  lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1) + (
2090  21275 + 12*lmMsq*(-541 + 270*lmMst1 - 270*lmMst2) + 6546*lmMst2 - 54*
2091  lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2))))/(
2092  14580.*pow2(Mst1)*pow3(Mst2)*pow4(Msq))))/pow2(Sbeta) - Mt*pow3(s2t)*(-
2093  (Mst2*pow2(Mst1)*(587.0953360768176 + (68*B4)/9. + (2*DN)/9. - (380*
2094  lmMsq)/9. - (40*pow2(lmMsq))/3. - (4*lmMst1*(4066 + 675*lmMsq + 135*
2095  pow2(lmMsq)))/81. - (64*pow2(lmMst1))/3. + (4*lmMst2*(4672 + 711*lmMst1
2096  + 135*lmMsq*(9 + 2*lmMst1) + 135*pow2(lmMsq) + 216*pow2(lmMst1)))/81. -
2097  (4*(239 + 30*lmMsq + 104*lmMst1)*pow2(lmMst2))/9. + (320*pow3(lmMst2))/
2098  9.)) + (20*Mst2*pow4(Mst1))/(9.*pow2(Msq)) + ((406.2899291266575 - (
2099  24322*lmMst2)/243. + lmMsq*(23.333333333333332 - 20*lmMst1 + 20*lmMst2)
2100  + (4*(37 - 40*lmMst2)*pow2(lmMst1))/9. + (148*pow2(lmMst2))/9. + (2*
2101  lmMst1*(8705 - 3996*lmMst2 + 5616*pow2(lmMst2)))/243. - (32*pow3(
2102  lmMst1))/9. - (224*pow3(lmMst2))/9.)*pow4(Mst1))/Mst2 - pow3(Mst2)*(
2103  101.48220164609053 + (980*B4)/9. - (22*DN)/9. - (3940*lmMsq)/9. + (40*
2104  pow2(lmMsq))/3. - (2*lmMst1*(-359 + 150*lmMsq + 30*pow2(lmMsq)))/9. + (
2105  2*lmMst2*(8887 + 666*lmMst1 + 90*lmMsq*(1 + 2*lmMst1) + 90*pow2(lmMsq)
2106  - 48*pow2(lmMst1)))/27. + (64*pow2(lmMst1))/9. - (4*(15 + 30*lmMsq +
2107  232*lmMst1)*pow2(lmMst2))/9. + (20*(143 - 72*lmMsq*(2 + lmMst1 -
2108  lmMst2) + 132*lmMst2 + 12*lmMst1*(1 + 6*lmMst2) - 72*pow2(lmMst2))*
2109  pow2(Mst1))/(27.*pow2(Msq)) + (320*pow3(lmMst2))/3. + (5*(23 + 12*lmMsq
2110  - 12*lmMst2)*pow4(Mst1))/(108.*pow4(Msq))) + (1560*(236*OepS2 + 27*(32
2111  - 177*lmMst1 + 177*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (-622840*OepS2 +
2112  27*(836021 + 467130*lmMst1 - 467130*lmMst2)*S2)*pow4(Mst1) + 9*(280*
2113  OepS2 - 81*(-1387 + 70*lmMst1 - 70*lmMst2)*S2)*pow4(Mst2))/(21870.*
2114  Mst2) + (8*((5*(397 + 36*lmMsq*(-2 + lmMst1 - lmMst2) + 78*lmMst2 - 6*
2115  lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2)))/pow2(Msq) + (48*(2 + lmMst2 -
2116  3*pow2(lmMst2)))/pow2(Mst1))*pow5(Mst2))/27. + (5*(9*(-593 + 4*lmMsq*(
2117  181 + 90*lmMst1 - 90*lmMst2) - 718*lmMst2 - 6*lmMst1*(1 + 60*lmMst2) +
2118  360*pow2(lmMst2))*pow2(Mst1)*pow5(Mst2) + (21275 + 12*lmMsq*(-541 +
2119  270*lmMst1 - 270*lmMst2) + 6546*lmMst2 - 54*lmMst1*(1 + 60*lmMst2) +
2120  3240*pow2(lmMst2))*pow7(Mst2)))/(324.*pow4(Msq))) + pow2(Mt)*pow2(s2t)*
2121  (pow2(Mst1)*(330.8944644326867 - (760*lmMsq)/9. + (4*(211261 + 3375*
2122  lmMsq)*lmMst1)/2025. + (32*(6 + lmMst1 - lmMst2)*lmMt)/9. - 30*pow2(
2123  lmMsq) + (2*lmMst2*(548953 + 54000*lmMsq + 174270*lmMst1 - 450*pow2(
2124  lmMst1)))/2025. - (578*pow2(lmMst1))/135. - (2*(15049 + 8610*lmMst1)*
2125  pow2(lmMst2))/135. + (4*pow3(lmMst1))/27. + (3452*pow3(lmMst2))/27.) +
2126  ((40*(4 - lmMst1 + lmMst2))/(9.*pow2(Msq)) - (190.3527287429963 - (160*
2127  lmMsq)/3. + (-535.9278609221467 + (200*lmMsq)/3.)*lmMst1 + lmMst2*(
2128  315.4834164777022 - (200*lmMsq)/3. + (84592*lmMst1)/315. - (208*pow2(
2129  lmMst1))/9.) - (35576*pow2(lmMst1))/315. + (8*(-6127 + 5110*lmMst1)*
2130  pow2(lmMst2))/315. + (64*lmMt*(2 + 5*lmMst2 - lmMst1*(5 + 2*lmMst2) +
2131  pow2(lmMst1) + pow2(lmMst2)))/3. + (16*pow3(lmMst1))/27. - (2896*pow3(
2132  lmMst2))/27.)/pow2(Mst2))*pow4(Mst1) + pow2(Mst2)*(1427.379365079365 -
2133  (16*B4)/3. + (16*D3)/3. - (8*DN)/3. + (910*lmMsq)/9. + (608*lmMst1)/9.
2134  - (32*lmMt)/
2135  9. + 60*pow2(lmMsq) + (4*lmMst2*(5987 - 810*lmMsq + 603*lmMst1 - 144*
2136  pow2(lmMst1)))/27. + (58*pow2(lmMst1))/3. + (2*(743 - 96*lmMst1)*pow2(
2137  lmMst2))/9. + (10*(49 - 100*lmMsq + 100*lmMst2)*pow2(Mst1))/(9.*pow2(
2138  Msq)) + (128*pow3(lmMst2))/3. + (5*(1 + 4*lmMsq - 4*lmMst2)*pow4(Mst1))
2139  /(6.*pow4(Msq))) - (((10*(313 - 600*lmMsq + 600*lmMst2))/pow2(Msq) + (
2140  3*(-1085 - 118*lmMst2 + 64*lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*
2141  lmMst2) + 270*pow2(lmMsq) + 944*pow2(lmMst2)))/pow2(Mst1))*pow4(Mst2))/
2142  27. - S2*((807.2952380952381 + 796*lmMst1 - 796*lmMst2)*pow2(Mst1) + (
2143  596.0571428571428 + 84*lmMst1 - 84*lmMst2)*pow2(Mst2) + (4*(28283 +
2144  23070*lmMst1 - 23070*lmMst2)*pow4(Mst1))/(45.*pow2(Mst2)) - (pow2(
2145  MuSUSY)*(6*(1089707 - 5550*lmMst1 + 5550*lmMst2)*pow2(Mst1)*pow2(Mst2)
2146  + 40*(93919 - 12981*lmMst1 + 12981*lmMst2)*pow4(Mst1) + 27*(116129 -
2147  350*lmMst1 + 350*lmMst2)*pow4(Mst2)))/(405.*pow4(Mst2))) + (64*(-2 +
2148  lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))/(9.*pow4(Mst1)) + (8*OepS2*(4*(
2149  6921*pow2(Mst2) + 4327*pow2(MuSUSY))*pow4(Mst1) + 6*pow2(Mst1)*(185*
2150  pow2(Mst2)*pow2(MuSUSY) + 1791*pow4(Mst2)) + 63*(5*pow2(MuSUSY)*pow4(
2151  Mst2) + 18*pow6(Mst2))))/(2187.*pow4(Mst2)) - pow2(MuSUSY)*(
2152  112.1664609053498 - (100*B4)/9. + (112*D3)/9. - (62*DN)/9. + (1055*
2153  lmMsq)/9. + 15*pow2(lmMsq) - (2*lmMst1*(-544 + 210*lmMsq + 135*pow2(
2154  lmMsq)))/9. - (103*pow2(lmMst1))/9. + (lmMst2*(-7921 - 1476*lmMst1 +
2155  90*lmMsq*(5 + 18*lmMst1) + 810*pow2(lmMsq) + 288*pow2(lmMst1)))/27. + (
2156  93.66666666666667 - 60*lmMsq - 112*lmMst1)*pow2(lmMst2) + (10*(405 + (-
2157  187 + 246*lmMsq)*lmMst2 + lmMst1*(187 - 246*lmMsq + 246*lmMst2) - 246*
2158  pow2(lmMst2))*pow2(Mst1))/(27.*pow2(Msq)) + ((-1149 + 266*lmMst2 + 64*
2159  lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) +
2160  1264*pow2(lmMst2))*pow2(Mst2))/(18.*pow2(Mst1)) - (pow2(Mst1)*(
2161  73.78472976680384 + (164*B4)/9. - (176*D3)/9. + (94*DN)/9. - (260*
2162  lmMsq)/3. - 20*lmMsq*(2 + 3*lmMst1)*lmMst2 - 30*lmMst2*pow2(lmMsq) +
2163  lmMst1*(-96.55703703703703 + 40*lmMsq + 30*pow2(lmMsq)) + (7556*pow2(
2164  lmMst1))/135. - (2*lmMst2*(-99788 + 2005*lmMst1 + 32775*pow2(lmMst1)))/
2165  675. + (2*(-3377 + 4050*lmMsq + 19155*lmMst1)*pow2(lmMst2))/135. + (10*
2166  pow3(lmMst1))/27. - (5050*pow3(lmMst2))/27.))/pow2(Mst2) + (304*pow3(
2167  lmMst2))/3. + pow4(Mst1)*((5*(216 + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(
2168  95 - 132*lmMsq + 132*lmMst2) - 132*pow2(lmMst2)))/(54.*pow4(Msq)) + (
2169  536.1152102791342 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (
2170  123.11224321827497 + 20*lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(
2171  17.33220122616948 - 20*lmMsq*(1 + lmMsq) + (133.04550264550264 - 40*
2172  lmMsq)*lmMst1 - (1180*pow2(lmMst1))/9.) - (15886*pow2(lmMst1))/945. + (
2173  149.85608465608465 - 40*lmMsq - (2812*lmMst1)/9.)*pow2(lmMst2) - (92*
2174  pow3(lmMst1))/27. + (4988*pow3(lmMst2))/27.)/pow4(Mst2)) - (32*(-2 +
2175  lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1)) + (5*((291 + 2*(-
2176  103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*lmMsq + 84*lmMst2) - 168*
2177  pow2(lmMst2))*pow4(Mst1) + (684 + 347*lmMst1 + 7*(-77 + 78*lmMst1)*
2178  lmMst2 + 6*lmMsq*(32 - 91*lmMst1 + 91*lmMst2) - 546*pow2(lmMst2))*pow4(
2179  Mst2)))/(27.*pow2(Msq)*pow2(Mst2)) + (5*((3834 + (-890 + 2328*lmMsq)*
2180  lmMst2 + lmMst1*(890 - 2328*lmMsq + 2328*lmMst2) - 2328*pow2(lmMst2))*
2181  pow2(Mst2)*pow4(Mst1) + 160*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow4(
2182  Mst2) + (4239 - 1324*lmMst2 + 8*lmMst1*(95 + 366*lmMst2) + lmMsq*(564 -
2183  2928*lmMst1 + 2928*lmMst2) - 2928*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) +
2184  63*(-5 + 28*lmMsq - 28*lmMst2)*pow6(Mst2)))/(216.*pow2(Mst1)*pow4(Msq))
2185  ) - (5*((-31 + 1980*lmMsq - 1980*lmMst2)*pow4(Mst1)*pow4(Mst2) + 160*(-
2186  8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow6(Mst2) + (481 - 3636*lmMsq +
2187  3636*lmMst2)*pow2(Mst1)*pow6(Mst2) + 9*(-9 + 140*lmMsq - 140*lmMst2)*
2188  pow8(Mst2)))/(108.*pow2(Mst1)*pow4(Msq))) + pow4(s2t)*(-(pow2(Mst1)*
2189  pow2(Mst2)*(90.4877462277092 - B4 + (4*D3)/3. - (5*DN)/6. + (1105*
2190  lmMsq)/36. + lmMst1*(38.08296296296297 - (40*lmMsq)/3. - (15*pow2(
2191  lmMsq))/2.) + (15*pow2(lmMsq))/4. + (2233*pow2(lmMst1))/270. - (lmMst2*
2192  (206449 + 85010*lmMst1 - 2250*lmMsq*(7 + 18*lmMst1) - 20250*pow2(lmMsq)
2193  + 51150*pow2(lmMst1)))/2700. + (16.77037037037037 - 15*lmMsq + (269*
2194  lmMst1)/18.)*pow2(lmMst2) + (5*(25 + 12*lmMsq*(-4 + 3*lmMst1 - 3*
2195  lmMst2) + (48 - 36*lmMst1)*lmMst2 + 36*pow2(lmMst2))*pow2(Mst1))/(108.*
2196  pow2(Msq)) + (5*pow3(lmMst1))/54. + (211*pow3(lmMst2))/54.)) + (
2197  84.40344866031853 - (5*lmMsq*(2 + 3*lmMst1))/3. + (1011403*lmMst2)/
2198  1.1907e6 + (5*pow2(lmMsq))/2. + (4.326984126984127 + (11*lmMst2)/3.)*
2199  pow2(lmMst1) + lmMst1*(10.650581170739901 + (1474*lmMst2)/315. - (11*
2200  pow2(lmMst2))/3.) - (113*pow2(lmMst2))/35. - (11*pow3(lmMst1))/9. + (
2201  11*pow3(lmMst2))/9.)*pow4(Mst1) + (61.73605967078189 - (25*B4)/9. + (
2202  28*D3)/9. - (31*DN)/18. + (605*lmMsq)/36. - (15*pow2(lmMsq))/4. - (
2203  lmMst1*(-608 + 210*lmMsq + 135*pow2(lmMsq)))/18. - (103*pow2(lmMst1))/
2204  36. + (lmMst2*(-8815 - 2052*lmMst1 + 90*lmMsq*(23 + 18*lmMst1) + 810*
2205  pow2(lmMsq) + 288*pow2(lmMst1)))/108. - (16.13888888888889 + 15*lmMsq +
2206  28*lmMst1)*pow2(lmMst2) - (5*(359 - 202*lmMst2 + 20*lmMst1*(8 + 15*
2207  lmMst2) + 6*lmMsq*(7 - 50*lmMst1 + 50*lmMst2) - 300*pow2(lmMst2))*pow2(
2208  Mst1))/(54.*pow2(Msq)) + (76*pow3(lmMst2))/3. + (5*(113 - 34*lmMst2 +
2209  12*lmMsq*(1 - 10*lmMst1 + 10*lmMst2) + 2*lmMst1*(11 + 60*lmMst2) - 120*
2210  pow2(lmMst2))*pow4(Mst1))/(432.*pow4(Msq)))*pow4(Mst2) - (2*OepS2*(480*
2211  pow2(Mst1)*pow2(Mst2) + 8398*pow4(Mst1) + 315*pow4(Mst2)))/2187. + (S2*
2212  (12*(-22273 + 1200*lmMst1 - 1200*lmMst2)*pow2(Mst1)*pow2(Mst2) + 10*(
2213  51635 + 25194*lmMst1 - 25194*lmMst2)*pow4(Mst1) + 27*(-116129 + 350*
2214  lmMst1 - 350*lmMst2)*pow4(Mst2)))/1620. + (((10*(1004 - 6*lmMsq*(68 +
2215  91*lmMst1 - 91*lmMst2) + 61*lmMst2 + lmMst1*(347 + 546*lmMst2) - 546*
2216  pow2(lmMst2)))/pow2(Msq) + (3*(-1405 + 394*lmMst2 + 64*lmMst1*(-2 + 3*
2217  lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 1904*pow2(
2218  lmMst2)))/pow2(Mst1))*pow6(Mst2))/216. + ((8*(2 + lmMst2 - 3*pow2(
2219  lmMst2))*pow2(Msq) + 5*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Mst1))*pow8(
2220  Mst2))/(9.*pow2(Msq)*pow4(Mst1)) + (5*(3*(-1653 + 4*lmMsq*(53 + 294*
2221  lmMst1 - 294*lmMst2) - 2*lmMst2 - 42*lmMst1*(5 + 28*lmMst2) + 1176*
2222  pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + (3287 - 180*lmMsq*(11 + 12*lmMst1
2223  - 12*lmMst2) + 1644*lmMst2 + 48*lmMst1*(7 + 45*lmMst2) - 2160*pow2(
2224  lmMst2))*pow8(Mst2)))/(864.*pow4(Msq))) + (MuSUSY*(pow2(Mt)*pow2(s2t)*(
2225  -((pow2(Mst1)*(1980.3992798353909 + (1048*B4)/3. - (20*DN)/3. - 1440*
2226  lmMsq - lmMst1*(363.037037037037 + 200*lmMsq + 40*pow2(lmMsq)) - (128*
2227  pow2(lmMst1))/3. + lmMst2*(40*lmMsq*(5 + lmMsq + 2*lmMst1) + (2*(35429
2228  + 3420*lmMst1 + 288*pow2(lmMst1)))/27.) - (8*(79 + 30*lmMsq + 168*
2229  lmMst1)*pow2(lmMst2))/3. - (80*(15 + lmMst1*(-4 + 6*lmMsq - 6*lmMst2) +
2230  (4 - 6*lmMsq)*lmMst2 + 6*pow2(lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) + (
2231  1280*pow3(lmMst2))/3.))/Mst2) + (8*((5*(397 + 36*lmMsq*(-2 + lmMst1 -
2232  lmMst2) + 78*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2)))/pow2(
2233  Msq) + (48*(2 + lmMst2 - 3*pow2(lmMst2)))/pow2(Mst1))*pow3(Mst2))/9. +
2234  ((618.5941700960219 - (592*B4)/3. + (8*DN)/3. + 750*lmMsq + (20*lmMst1*
2235  (542 + 243*lmMsq + 162*pow2(lmMsq)))/81. + (92*pow2(lmMst1))/3. -
2236  lmMst2*(20*lmMsq*(3 + 4*lmMst1) + 40*pow2(lmMsq) + (8*(11723 - 702*
2237  lmMst1 + 756*pow2(lmMst1)))/81.) + (4*(-75 + 60*lmMsq + 344*lmMst1)*
2238  pow2(lmMst2))/3. - (32*pow3(lmMst1))/3. - (1120*pow3(lmMst2))/3.)*pow4(
2239  Mst1))/pow3(Mst2) - Mst2*(219.11327160493826 + (980*B4)/3. - (22*DN)/3.
2240  - (3940*lmMsq)/3. + lmMst1*(239.33333333333334 - 100*lmMsq - 20*pow2(
2241  lmMsq)) + 40*pow2(lmMsq) + lmMst2*(1932.2222222222222 + 20*lmMsq*(1 +
2242  lmMsq) + 4*(37 + 10*lmMsq)*lmMst1 - (32*pow2(lmMst1))/3.) + (64*pow2(
2243  lmMst1))/3. - (4*(-81 + 30*lmMsq + 232*lmMst1)*pow2(lmMst2))/3. - (20*(
2244  217 + 8*lmMst1*(-1 + 6*lmMsq - 6*lmMst2) + (8 - 48*lmMsq)*lmMst2 + 48*
2245  pow2(lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) + 320*pow3(lmMst2) - ((
2246  141.34259259259258 - (5*lmMsq)/9. + 5*(-7 + 20*lmMsq)*lmMst1 + (
2247  35.55555555555556 - 100*(lmMsq + lmMst1))*lmMst2 + 100*pow2(lmMst2))*
2248  pow4(Mst1))/pow4(Msq)) + ((-4*OepS2*(-9267*pow2(Mst1)*pow2(Mst2) +
2249  23734*pow4(Mst1) - 63*pow4(Mst2)))/729. + (S2*(3*(29123 - 92670*lmMst1
2250  + 92670*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(525961 + 356010*lmMst1 -
2251  356010*lmMst2)*pow4(Mst1) + 27*(1387 - 70*lmMst1 + 70*lmMst2)*pow4(
2252  Mst2)))/270.)/pow3(Mst2) + (5*(2*(7969 + 12*lmMsq*(1 + 270*lmMst1 -
2253  270*lmMst2) + 42*lmMst2 - 54*lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2)
2254  )*pow2(Mst1)*pow3(Mst2) + (21275 + 12*lmMsq*(-541 + 270*lmMst1 - 270*
2255  lmMst2) + 6546*lmMst2 - 54*lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2))*
2256  pow5(Mst2)))/(108.*pow4(Msq))) - s2t*pow3(Mt)*(3063.8698412698413 - (
2257  32*B4)/3. + (32*D3)/3. - (16*DN)/3. + (920*lmMsq)/9. + (1472*lmMst1)/9.
2258  - (64*lmMt)/9. + 60*pow2(lmMsq) + (4*lmMst2*(12247 - 810*lmMsq + 918*
2259  lmMst1 - 288*pow2(lmMst1)))/27. + (116*pow2(lmMst1))/3. + (4*(431 - 96*
2260  lmMst1)*pow2(lmMst2))/9. - (40*pow2(Mst1))/(9.*pow2(Msq)) + (2*(957 +
2261  64*lmMst1*(2 - 3*lmMst2) + 182*lmMst2 + 90*lmMsq*(-5 + 6*lmMst2) - 270*
2262  pow2(lmMsq) - 624*pow2(lmMst2))*pow2(Mst2))/(9.*pow2(Mst1)) + (256*
2263  pow3(lmMst2))/3. + (pow2(Mst1)*(3746.992103468548 - (32*B4)/3. + (32*
2264  D3)/3. - (16*DN)/3. - (200*lmMsq)/3. + (8*(253561 + 3375*lmMsq)*lmMst1)
2265  /2025. + (64*(5 + lmMst1 - lmMst2)*lmMt)/9. + (8*lmMst2*(732839 - 3375*
2266  lmMsq + 121560*lmMst1 - 11025*pow2(lmMst1)))/2025. + (4064*pow2(lmMst1)
2267  )/135. - (8*(4292 + 5025*lmMst1)*pow2(lmMst2))/135. + (8*pow3(lmMst1))/
2268  27. + (9208*pow3(lmMst2))/27.))/pow2(Mst2) - (5*pow2(Mst2)*(27*(5 + 4*
2269  lmMsq - 4*lmMst2)*pow2(Mst1) + 2*(83 - 936*lmMsq + 936*lmMst2)*pow2(
2270  Mst2)))/(54.*pow4(Msq)) - (20*pow4(Mst1))/(9.*pow4(Msq)) + ((
2271  772.4522050654477 - (64*B4)/9. + (64*D3)/9. - (32*DN)/9. + (560*lmMsq)/
2272  3. + (1513.2107835726883 - 160*lmMsq)*lmMst1 + (38704*pow2(lmMst1))/
2273  189. + lmMst2*(160*lmMsq + (4*(1947623 - 3019800*lmMst1 + 97020*pow2(
2274  lmMst1)))/19845.) + (16*(6787 - 5439*lmMst1)*pow2(lmMst2))/189. - (128*
2275  lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(
2276  lmMst2)))/3. - (16*pow3(lmMst1))/9. + (1328*pow3(lmMst2))/3.)*pow4(
2277  Mst1))/pow4(Mst2) + (128*(-2 + lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.
2278  *pow4(Mst1)) + (20*(4*(3 - lmMst1 + lmMst2)*pow4(Mst1) + (-51 + 100*
2279  lmMsq - 100*lmMst2)*pow4(Mst2)))/(9.*pow2(Msq)*pow2(Mst2)) + ((32*
2280  OepS2*(660*pow2(Mst1)*pow2(Mst2) + 1838*pow4(Mst1) + 63*pow4(Mst2)))/
2281  243. - (4*S2*(12*(18419 + 11550*lmMst1 - 11550*lmMst2)*pow2(Mst1)*pow2(
2282  Mst2) + 28*(17269 + 13785*lmMst1 - 13785*lmMst2)*pow4(Mst1) + 27*(3477
2283  + 490*lmMst1 - 490*lmMst2)*pow4(Mst2)))/315.)/pow4(Mst2) + (800*(8 -
2284  15*lmMsq + 15*lmMst2)*pow2(Msq)*pow4(Mst2) + 315*(5 - 28*lmMsq + 28*
2285  lmMst2)*pow6(Mst2))/(54.*pow2(Mst1)*pow4(Msq))) + (pow4(Mt)*(-(pow4(
2286  Msq)*(-3*pow2(Mst1)*pow2(Mst2)*(34872121 - 13890240*lmMst2 - 7840*OepS2
2287  - 324*(9361 + 490*lmMst2)*S2 - 453600*(lmMst1 - lmMst2)*pow2(lmMsq) -
2288  241920*(-2 + lmMst2)*pow2(lmMst1) + 7560*lmMst1*(206 - 128*lmMt +
2289  lmMst2*(636 + 64*lmMt) + 21*S2 - 224*pow2(lmMst2)) + 50400*lmMsq*(64 +
2290  48*lmMst2 + 9*lmMst1*(-5 + 2*lmMst2) - 3*lmMt - 18*pow2(lmMst2)) -
2291  5654880*pow2(lmMst2) - 5040*lmMt*(-31 - 240*lmMst2 + 96*pow2(lmMst2)) +
2292  120960*pow2(lmMt) + 1935360*pow3(lmMst2)) - 8*(24896293 + 2509920*
2293  lmMst2 - 605920*OepS2 - 108*(105619 + 113610*lmMst2)*S2 - 170100*(
2294  lmMst1 - lmMst2)*pow2(lmMsq) + 90720*(-3 + lmMst2)*pow2(lmMst1) +
2295  18900*lmMsq*(100 + 48*lmMst2 + 9*lmMst1*(-5 + 2*lmMst2) - 3*lmMt - 18*
2296  pow2(lmMst2)) - 1563030*pow2(lmMst2) - 1890*lmMt*(-539 - 233*lmMst2 +
2297  96*pow2(lmMst2)) - 1890*lmMst1*(2075 + 281*lmMt - lmMst2*(1139 + 96*
2298  lmMt) - 6492*S2 + 528*pow2(lmMst2)) - 226800*pow2(lmMt) + 907200*pow3(
2299  lmMst2))*pow4(Mst1) + 2903040*(2 + lmMst2 - 3*pow2(lmMst2))*pow4(Mst2))
2300  ) + 50400*pow2(Msq)*((778 - 3*lmMst1*(1 + 78*lmMsq - 78*lmMst2) + 6*(1
2301  + 39*lmMsq)*lmMst2 - 3*lmMt - 234*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) +
2302  3*(265 - 34*lmMst2 + 12*lmMst1*(1 + 6*lmMst2) - 6*(-2 + lmMst2)*lmMt +
2303  2*lmMsq*(5 - 36*lmMst1 + 39*lmMst2 + 3*lmMt) - 6*pow2(lmMsq) - 72*pow2(
2304  lmMst2))*pow2(Mst1)*pow4(Mst2) + (313 + 42*(-2 + 3*lmMsq)*lmMst2 + 3*
2305  lmMst1*(23 - 42*lmMsq + 42*lmMst2) + 15*lmMt - 126*pow2(lmMst2))*pow6(
2306  Mst1)) + 3150*(4*(1330 + 12*(-4 + 33*lmMsq)*lmMst2 + lmMst1*(51 - 396*
2307  lmMsq + 396*lmMst2) - 3*lmMt - 396*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1)
2308  + 3*((4585 + 104*lmMst2 + 6*lmMst1*(-25 + 228*lmMst2) - 4*lmMsq*(5 +
2309  342*lmMst1 - 348*lmMst2 - 6*lmMt) + 66*lmMt - 24*lmMst2*lmMt - 24*pow2(
2310  lmMsq) - 1368*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) + (4317 - 280*lmMst2
2311  + 18*lmMst1*(1 + 60*lmMst2) - 78*(-3 + 4*lmMst2)*lmMt + 4*lmMsq*(7 -
2312  270*lmMst1 + 348*lmMst2 + 78*lmMt) - 312*pow2(lmMsq) - 1080*pow2(
2313  lmMst2))*pow2(Mst1)*pow6(Mst2)))))/(51030.*pow2(Mst1)*pow3(Mst2)*pow4(
2314  Msq)) + Mt*((2*T1ep*(3*Mst2*pow2(Mst1)*(15840*Mst2*s2t*pow2(Mt) - 9267*
2315  Mt*pow2(Mst2)*pow2(s2t) + 17312*pow3(Mt) - 530*pow3(Mst2)*pow3(s2t)) +
2316  63*pow3(Mst2)*(72*Mst2*s2t*pow2(Mt) - 3*Mt*pow2(Mst2)*pow2(s2t) + 4*
2317  pow3(Mt) - 10*pow3(Mst2)*pow3(s2t)) + 2*s2t*(35601*Mst2*Mt*s2t + 66168*
2318  pow2(Mt) - 12664*pow2(Mst2)*pow2(s2t))*pow4(Mst1)))/(729.*pow4(Mst2)) +
2319  pow3(s2t)*(pow2(Mst1)*(185.95119067215364 + (64*B4)/9. - (64*D3)/9. + (
2320  32*DN)/9. + (275*lmMsq)/9. + (4*(4106 - 1125*lmMsq)*lmMst1)/675. + 15*
2321  pow2(lmMsq) + (6011*pow2(lmMst1))/135. - (lmMst2*(-1551 + 15750*lmMsq +
2322  40910*lmMst1 + 58350*pow2(lmMst1)))/675. + ((5891 + 23190*lmMst1)*pow2(
2323  lmMst2))/135. + (10*pow3(lmMst1))/27. - (2314*pow3(lmMst2))/27.) - ((5*
2324  (5 - 2*lmMst1 + 2*lmMst2))/(9.*pow2(Msq)) + (426.99721850958684 + (
2325  1510169*lmMst2)/59535. + lmMsq*(10 - 20*lmMst1 + 20*lmMst2) + (2*(433 +
2326  6552*lmMst2)*pow2(lmMst1))/189. + (194*pow2(lmMst2))/189. - (lmMst1*(
2327  2674409 + 333900*lmMst2 + 7514640*pow2(lmMst2)))/59535. - (112*pow3(
2328  lmMst1))/27. + (1648*pow3(lmMst2))/27.)/pow2(Mst2))*pow4(Mst1) - pow2(
2329  Mst2)*(175.99979423868314 - (100*B4)/9. + (112*D3)/9. - (62*DN)/9. + (
2330  830*lmMsq)/9. - (2*lmMst1*(-192 + 70*lmMsq + 45*pow2(lmMsq)))/3. - (
2331  103*pow2(lmMst1))/9. + (2*lmMst2*(-4160 - 882*lmMst1 + 90*lmMsq*(7 + 9*
2332  lmMst1) + 405*pow2(lmMsq) + 144*pow2(lmMst1)))/27. + (
2333  23.444444444444443 - 60*lmMsq - 112*lmMst1)*pow2(lmMst2) + (5*(42 +
2334  lmMst1*(9 - 18*lmMst2) + 2*lmMsq*(-32 + 9*lmMst1 - 9*lmMst2) + 55*
2335  lmMst2 + 18*pow2(lmMst2))*pow2(Mst1))/(9.*pow2(Msq)) + (304*pow3(
2336  lmMst2))/3. - (5*pow4(Mst1))/(18.*pow4(Msq))) - (((10*(844 - 6*lmMsq*(
2337  18 + 91*lmMst1 - 91*lmMst2) - 239*lmMst2 + lmMst1*(347 + 546*lmMst2) -
2338  546*pow2(lmMst2)))/pow2(Msq) + (3*(-1277 + 330*lmMst2 + 64*lmMst1*(-2 +
2339  3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 1584*pow2(
2340  lmMst2)))/pow2(Mst1))*pow4(Mst2))/54. + (159*(200*OepS2 + 27*(21401 -
2341  150*lmMst1 + 150*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 20*(25328*OepS2 +
2342  27*(47051 - 18996*lmMst1 + 18996*lmMst2)*S2)*pow4(Mst1) + 9*(1400*OepS2
2343  + 81*(116129 - 350*lmMst1 + 350*lmMst2)*S2)*pow4(Mst2))/(10935.*pow2(
2344  Mst2)) + (32*(-2 + lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))/(9.*pow4(Mst1))
2345  + (5*((405 - 434*lmMst2 + 10*lmMst1*(-13 + 60*lmMst2) + lmMsq*(564 -
2346  600*lmMst1 + 600*lmMst2) - 600*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) -
2347  160*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow6(Mst2) + 2*(-2277 + 24*
2348  lmMsq*(25 + 61*lmMst1 - 61*lmMst2) - 220*lmMst2 - 4*lmMst1*(95 + 366*
2349  lmMst2) + 1464*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 9*(9 - 140*lmMsq +
2350  140*lmMst2)*pow8(Mst2)))/(216.*pow2(Mst1)*pow4(Msq))))))/Tbeta)))/pow2(
2351  Mgl) + (Al4p*xDmglst2*z2*pow2(Dmglst2)*((twoLoopFlag*(4*pow2(Mt)*(8*(4*
2352  MuSUSY + 9*Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) + 3*Mst2*MuSUSY*pow2(s2t)*(
2353  -(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 10*Mst2*pow2(Sbeta)) + 2*Mt*s2t*
2354  Tbeta*(31*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 12*pow2(Mst2)*pow2(Sbeta)))
2355  *pow4(Mst1) + pow2(Mst1)*pow2(Mst2)*(12*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*
2356  (MuSUSY*Tbeta + 10*Mst2*pow2(Sbeta) - MuSUSY*Tbeta*pow2(Sbeta)) + 168*
2357  s2t*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + 4*Mt*Tbeta*pow2(
2358  Sbeta)*pow3(s2t)*pow4(Mst2) + 32*(MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*
2359  pow4(Mt) - 3*Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + pow4(Mst2)*(12*
2360  Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) +
2361  11*Mst2*pow2(Sbeta)) + 8*s2t*Tbeta*(11*pow2(MuSUSY)*(-1 + pow2(Sbeta))
2362  - 4*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 4*Mt*(3*MuSUSY + 11*Mst2*Tbeta)*
2363  pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 32*MuSUSY*pow2(Sbeta)*pow4(Mt) + 3*
2364  Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2))))/(3.*Tbeta*pow2(Sbeta)*pow5(
2365  Mst2)) + (Al4p*threeLoopFlag*((7*pow4(s2t)*(pow4(Msq)*(12*(-34574 +
2366  36450*lmMsq + 15795*lmMst1 - 87075*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(
2367  64091 - 48600*lmMsq - 53280*lmMst1 + 148320*lmMst2)*pow2(Mst1)*pow4(
2368  Mst2) + (4400182 - 427680*lmMst1 + 427680*lmMst2)*pow6(Mst1) + 233280*
2369  pow6(Mst2)) - 8100*pow2(Msq)*(-100*pow4(Mst1)*pow4(Mst2) + 6*pow2(Mst2)
2370  *pow6(Mst1) + 91*pow2(Mst1)*pow6(Mst2)) - 4050*(10*pow4(Mst2)*pow6(
2371  Mst1) - 147*pow4(Mst1)*pow6(Mst2) + 90*pow2(Mst1)*pow8(Mst2))))/(pow2(
2372  Mst1)*pow4(Msq)) + (2*Mt*(4*pow3(Mt)*(MuSUSY*(-48*(-1161746 + 56700*
2373  lmMsq + 6615*lmMst1 - 222075*lmMst2 + 34020*lmMt)*Mst2*pow2(Mst1) - 9*(
2374  718271 + 302400*lmMsq + 32760*lmMst1 - 955080*lmMst2 - 45360*lmMt)*
2375  pow3(Mst2)) + Tbeta*(30*(6261919 + 45360*lmMsq - 240408*lmMst1 +
2376  406728*lmMst2 - 287280*lmMt)*pow2(Mst1)*pow2(Mst2) - (756*(5*(-3643 +
2377  120*lmMst1 - 3192*lmMst2)*pow2(Mst1) - 8*(617 + 2040*lmMst2)*pow2(Mst2)
2378  )*pow2(MuSUSY)*(-1 + pow2(Sbeta)))/pow2(Sbeta) - 16*(17026487 +
2379  1530900*lmMsq - 3163860*lmMst1 + 4320540*lmMst2 - 340200*lmMt)*pow4(
2380  Mst1) - 630*(-19211 + 648*lmMst1 + 5328*lmMst2 + 7848*lmMt)*pow4(Mst2)
2381  + (3265920*pow6(Mst2))/pow2(Mst1)) - (226800*(22*MuSUSY*pow3(Mst2)*
2382  pow4(Mst1) + 58*MuSUSY*pow2(Mst1)*pow5(Mst2) + pow2(Msq)*(52*MuSUSY*
2383  pow2(Mst1)*pow3(Mst2) + Mst2*(28*MuSUSY + 6*Mst2*Tbeta)*pow4(Mst1) + (
2384  52*MuSUSY - 9*Mst2*Tbeta)*pow5(Mst2)) + (58*MuSUSY - 17*Mst2*Tbeta)*
2385  pow7(Mst2)))/pow4(Msq)) + (s2t*(7*pow2(Mst2)*pow2(s2t)*(-(pow4(Msq)*(6*
2386  ((131737 - 96660*lmMst1 + 96660*lmMst2)*MuSUSY + 10*(-76585 + 3240*
2387  lmMsq - 36504*lmMst1 + 29592*lmMst2)*Mst2*Tbeta)*pow2(Mst2)*pow4(Mst1)
2388  + 9*(2*(90011 - 48600*lmMsq - 53280*lmMst1 + 148320*lmMst2)*MuSUSY + (
2389  1340537 - 496800*lmMsq + 4680*lmMst1 + 778680*lmMst2)*Mst2*Tbeta)*pow2(
2390  Mst1)*pow4(Mst2) + (16*(776573 - 80595*lmMst1 + 80595*lmMst2)*MuSUSY +
2391  (8194483 - 2329560*lmMst1 + 2329560*lmMst2)*Mst2*Tbeta)*pow6(Mst1) +
2392  466560*MuSUSY*pow6(Mst2))) + 16200*pow2(Msq)*(-3*(3*MuSUSY + 16*Mst2*
2393  Tbeta)*pow4(Mst1)*pow4(Mst2) + 13*(7*MuSUSY + 24*Mst2*Tbeta)*pow2(Mst1)
2394  *pow6(Mst2)) - 8100*(5*(5*MuSUSY + 18*Mst2*Tbeta)*pow4(Mst1)*pow6(Mst2)
2395  - 2*(61*MuSUSY + 179*Mst2*Tbeta)*pow2(Mst1)*pow8(Mst2))) + (Mt*(-56700*
2396  MuSUSY*s2t*pow2(Mst1)*pow2(Mst2)*(2*pow2(Mst2)*(-11*MuSUSY*Tbeta*(-1 +
2397  pow2(Sbeta)) + 78*Mst2*pow2(Sbeta))*pow4(Mst1) + pow2(Mst1)*(-97*
2398  MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 804*Mst2*pow2(Sbeta))*pow4(Mst2) + 2*
2399  pow2(Msq)*(2*pow2(Mst1)*pow2(Mst2)*(-41*MuSUSY*Tbeta*(-1 + pow2(Sbeta))
2400  + 396*Mst2*pow2(Sbeta)) + 4*(-7*MuSUSY*Tbeta*(-1 + pow2(Sbeta)) + 54*
2401  Mst2*pow2(Sbeta))*pow4(Mst1) + 13*(-7*MuSUSY*Tbeta*(-1 + pow2(Sbeta)) +
2402  72*Mst2*pow2(Sbeta))*pow4(Mst2)) + 2*(-61*MuSUSY*Tbeta*(-1 + pow2(
2403  Sbeta)) + 537*Mst2*pow2(Sbeta))*pow6(Mst2)) - s2t*pow4(Msq)*(-3*pow2(
2404  Mst2)*(140*(-47953 + 14580*lmMsq + 25650*lmMst1 - 54162*lmMst2)*Tbeta*
2405  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 3*Mst2*(7*(2489911 - 1425600*lmMsq -
2406  716040*lmMst1 + 2927880*lmMst2)*MuSUSY + 60*(5208*lmMst1 - 19*(13297 +
2407  6216*lmMst2))*Mst2*Tbeta)*pow2(Sbeta))*pow4(Mst1) - 9*pow2(Mst1)*(14*(-
2408  115931 + 48600*lmMsq + 53280*lmMst1 - 148320*lmMst2)*Tbeta*pow2(MuSUSY)
2409  *(-1 + pow2(Sbeta)) + 3*Mst2*(7*(1340537 - 496800*lmMsq + 4680*lmMst1 +
2410  778680*lmMst2)*MuSUSY + 12*(-53927 + 1820*lmMst1 - 230300*lmMst2)*Mst2*
2411  Tbeta)*pow2(Sbeta))*pow4(Mst2) - 14*(4*(-2286439 + 72900*lmMsq +
2412  307800*lmMst1 - 450360*lmMst2)*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2413  15*Mst2*((1991719 - 194400*lmMsq - 328536*lmMst1 + 618840*lmMst2)*
2414  MuSUSY - 12*(78533 + 6732*lmMst1 + 180*lmMst2)*Mst2*Tbeta)*pow2(Sbeta))
2415  *pow6(Mst1) + 3265920*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(
2416  Mst2)*pow2(Sbeta))*pow6(Mst2)) + 2*Mt*pow4(Msq)*(9*pow2(Mst1)*(-7*(-
2417  1340537 + 496800*lmMsq - 4680*lmMst1 - 778680*lmMst2)*Tbeta*pow2(
2418  MuSUSY)*(-1 + pow2(Sbeta)) + 2*Mst2*(18*(74087 - 1820*lmMst1 + 230300*
2419  lmMst2)*MuSUSY + (740951 + 302400*lmMsq + 32760*lmMst1 - 955080*lmMst2
2420  - 45360*lmMt)*Mst2*Tbeta)*pow2(Sbeta))*pow3(Mst2) + 6*Mst2*(-7*(-
2421  3255761 + 1458000*lmMsq + 351000*lmMst1 - 2631960*lmMst2)*Tbeta*pow2(
2422  MuSUSY)*(-1 + pow2(Sbeta)) + Mst2*(72*(371369 - 7875*lmMst1 + 320355*
2423  lmMst2)*MuSUSY + (-21082949 + 7560*lmMst1 - 687960*lmMst2 + 680400*
2424  lmMt)*Mst2*Tbeta)*pow2(Sbeta))*pow4(Mst1) + pow2(Sbeta)*(56*(9*(520939
2425  + 44280*lmMst1 + 76680*lmMst2)*MuSUSY + (9227767 + 291600*lmMsq -
2426  754920*lmMst1 + 1088640*lmMst2 - 22680*lmMt)*Mst2*Tbeta)*pow6(Mst1) +
2427  6531840*MuSUSY*pow6(Mst2))) + 226800*Mst2*Mt*Tbeta*pow2(Mst1)*(-(pow2(
2428  Mst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta))*(313*pow2(Mst1)*pow2(Mst2) + 93*
2429  pow4(Mst1) + 179*pow4(Mst2))) + 8*pow2(Msq)*(-3*pow2(MuSUSY)*(-1 +
2430  pow2(Sbeta))*(24*pow2(Mst1)*pow2(Mst2) + 10*pow4(Mst1) + 13*pow4(Mst2))
2431  + 26*pow2(Sbeta)*pow6(Mst2)) + 232*pow2(Sbeta)*pow8(Mst2))))/pow2(
2432  Sbeta)))/(pow2(Mst1)*pow4(Msq))))/(Tbeta*pow4(Mst2))))/204120.))/pow2(
2433  Mgl) + xDR2DRMOD*((threeLoopFlag*pow2(Al4p)*(-12*pow2(Mt)*pow2(s2t)*((
2434  8*(2*Dmglst2*(889 + 694*lmMst2 - 576*lmMst1*(1 + lmMst2) + 90*lmMsq*(-1
2435  + 6*lmMst2) - 270*pow2(lmMsq) - 48*pow2(lmMst2)) - 3*Mgl*(207 + 494*
2436  lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 240*pow2(lmMst2)))*
2437  pow2(Mst1) + (1536*((lmMst1 - lmMst2)*(1 + lmMst2)*Mgl + 2*Dmglst2*(2 +
2438  7*lmMst2 - lmMst1*(5 + 4*lmMst2) + 4*pow2(lmMst2)))*pow4(Mst1))/pow2(
2439  Mst2) + (10*(18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq +
2440  84*lmMst2)*Mgl)*(pow2(Mst1) - 2*pow2(Mst2))*pow4(Mst2))/pow4(Msq) + (8*
2441  pow2(Mst2)*((160*Dmglst2*(-14 + 15*lmMsq - 15*lmMst2) + 20*(-43 + 30*
2442  lmMsq - 30*lmMst2)*Mgl - (3*(Mgl*(303 + 590*lmMst2 + 64*lmMst1*(1 +
2443  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 240*pow2(lmMst2))
2444  + 2*Dmglst2*(-179 + (238 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2)
2445  + 90*pow2(lmMsq) + 272*pow2(lmMst2)))*pow2(Msq))/pow2(Mst1))*pow2(Mst2)
2446  - 2*((40*Dmglst2*(-14 + 15*lmMsq - 15*lmMst2) + 5*(-43 + 30*lmMsq - 30*
2447  lmMst2)*Mgl)*pow2(Mst1) + pow2(Msq)*(2*Dmglst2*(329 + 90*lmMsq*(-1 + 6*
2448  lmMst2) + 96*lmMst1*(1 - 2*lmMst2*(1 + lmMst2)) - 270*pow2(lmMsq) +
2449  lmMst2*(-586 + 96*pow2(lmMst1)) - 528*pow2(lmMst2) + 96*pow3(lmMst2)) -
2450  3*Mgl*(207 + 414*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
2451  128*pow2(lmMst2) + 32*lmMst1*(3 + 5*lmMst2 + 2*pow2(lmMst2)) - 32*((1 +
2452  lmMst2)*pow2(lmMst1) + pow3(lmMst2))))) + (2*(Mgl*(48*pow2(1 + lmMst2)*
2453  pow2(Msq) + 5*(43 - 30*lmMsq + 30*lmMst2)*pow2(Mst1)) + 8*Dmglst2*(24*
2454  pow2(lmMst2)*pow2(Msq) + 5*(14 - 15*lmMsq)*pow2(Mst1) + 3*lmMst2*(8*
2455  pow2(Msq) + 25*pow2(Mst1))))*pow4(Mst2))/pow4(Mst1)))/pow2(Msq))/Mgl -
2456  pow2(MuSUSY)*(3636 - 1800*lmMsq + 1080*pow2(lmMsq) - 24*lmMst1*(431 -
2457  150*lmMsq + 90*pow2(lmMsq)) + 768*pow2(lmMst1) + 48*lmMst2*(363 + 30*
2458  lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) + 451*lmMst2 - lmMst1*(407 + 168*
2459  lmMst2) + 45*pow2(lmMsq) + 16*pow2(lmMst1)) + 7296*pow3(lmMst2) + ((12*
2460  (Mgl*(335 + 654*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
2461  lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2)) + 2*Dmglst2*(-115 + (366 +
2462  64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*
2463  pow2(lmMst2)))*pow2(Mst2))/pow2(Mst1) + 24*Dmglst2*(45 + 30*lmMsq*(1 -
2464  6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 90*(1 - 2*lmMst1 + 2*lmMst2)*
2465  pow2(lmMsq) + 8*lmMst2*(29 + 8*pow2(lmMst1)) + 1068*pow2(lmMst2) - 2*
2466  lmMst1*(-83 + 430*lmMst2 + 336*pow2(lmMst2)) + 608*pow3(lmMst2)) +
2467  pow2(Mst1)*((80*(lmMst1 - lmMst2)*(8*Dmglst2*(14 - 15*lmMsq + 15*
2468  lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl))/pow2(Msq) + (24*(2*Dmglst2*
2469  (96 + lmMst2*(173 + 30*lmMsq + 90*pow2(lmMsq) + 288*pow2(lmMst1)) + (
2470  526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(13 + 30*lmMsq*(1 - 6*lmMst2) +
2471  526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(lmMst2)) +
2472  Mgl*(64 + 15*lmMst2*(33 - 10*lmMsq + 6*pow2(lmMsq)) + 288*(1 + lmMst2)*
2473  pow2(lmMst1) + 6*(173 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(431 + 1326*
2474  lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 848*pow2(lmMst2)) +
2475  560*pow3(lmMst2))))/pow2(Mst2)) + ((-5*((64*Dmglst2*(14 - 15*lmMsq +
2476  15*lmMst2) + 8*(43 - 30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq) + (18*
2477  Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*
2478  pow2(Mst2)))/(pow2(Mst1)*pow4(Msq)) - (384*(1 + lmMst2)*(4*Dmglst2*
2479  lmMst2 + Mgl + lmMst2*Mgl))/pow4(Mst1))*pow4(Mst2) - (40*(8*Dmglst2*(14
2480  - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*(pow4(Mst2)
2481  - 2*(lmMst1 - lmMst2)*(pow4(Mst1) + pow4(Mst2))))/(pow2(Msq)*pow2(Mst2)
2482  ) + (-5*(18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*
2483  lmMst2)*Mgl)*pow2(Mst2)*(pow2(Mst2) - 2*(lmMst1 - lmMst2)*(pow2(Mst1) +
2484  pow2(Mst2))) + (2*pow4(Mst1)*((24*Dmglst2*(96 + lmMst2*(285 + 30*lmMsq
2485  + 90*pow2(lmMsq) + 544*pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) -
2486  lmMst1*(109 + 30*lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) +
2487  1360*pow2(lmMst2)) + 816*pow3(lmMst2)) + 12*Mgl*(80 + lmMst2*(479 -
2488  150*lmMsq + 90*pow2(lmMsq)) + 544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 -
2489  90*lmMsq)*pow2(lmMst2) - lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*
2490  lmMst2) + 90*pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2)))*
2491  pow4(Msq) + (lmMst1 - lmMst2)*(90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) +
2492  5*(67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow4(Mst2)))/pow4(Mst2))/pow4(Msq))/
2493  Mgl)) + (2592*s2t*pow2(Mt)*pow2(MuSUSY)*(-(s2t*(3636 - 1800*lmMsq +
2494  1080*pow2(lmMsq) - 24*lmMst1*(431 - 150*lmMsq + 90*pow2(lmMsq)) + 768*
2495  pow2(lmMst1) + 48*lmMst2*(363 + 30*lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) +
2496  451*lmMst2 - lmMst1*(407 + 168*lmMst2) + 45*pow2(lmMsq) + 16*pow2(
2497  lmMst1)) + 7296*pow3(lmMst2) + ((12*(Mgl*(335 + 654*lmMst2 + 64*lmMst1*
2498  (1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(
2499  lmMst2)) + 2*Dmglst2*(-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 +
2500  6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2)))*pow2(Mst2))/pow2(Mst1)
2501  + 24*Dmglst2*(45 + 30*lmMsq*(1 - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) +
2502  90*(1 - 2*lmMst1 + 2*lmMst2)*pow2(lmMsq) + 8*lmMst2*(29 + 8*pow2(
2503  lmMst1)) + 1068*pow2(lmMst2) - 2*lmMst1*(-83 + 430*lmMst2 + 336*pow2(
2504  lmMst2)) + 608*pow3(lmMst2)) + pow2(Mst1)*((80*(lmMst1 - lmMst2)*(8*
2505  Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl))
2506  /pow2(Msq) + (24*(2*Dmglst2*(96 + lmMst2*(173 + 30*lmMsq + 90*pow2(
2507  lmMsq) + 288*pow2(lmMst1)) + (526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(
2508  13 + 30*lmMsq*(1 - 6*lmMst2) + 526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(
2509  lmMst2)) + 560*pow3(lmMst2)) + Mgl*(64 + 15*lmMst2*(33 - 10*lmMsq + 6*
2510  pow2(lmMsq)) + 288*(1 + lmMst2)*pow2(lmMst1) + 6*(173 - 30*lmMsq)*pow2(
2511  lmMst2) - lmMst1*(431 + 1326*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*
2512  pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(lmMst2))))/pow2(Mst2)) + ((-
2513  5*((64*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + 8*(43 - 30*lmMsq + 30*
2514  lmMst2)*Mgl)*pow2(Msq) + (18*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67
2515  - 84*lmMsq + 84*lmMst2)*Mgl)*pow2(Mst2)))/(pow2(Mst1)*pow4(Msq)) - (
2516  384*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl))/pow4(Mst1))*
2517  pow4(Mst2) - (40*(8*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*
2518  lmMsq + 30*lmMst2)*Mgl)*(pow4(Mst2) - 2*(lmMst1 - lmMst2)*(pow4(Mst1) +
2519  pow4(Mst2))))/(pow2(Msq)*pow2(Mst2)) + (-5*(18*Dmglst2*(13 - 28*lmMsq +
2520  28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow2(Mst2)*(pow2(Mst2) -
2521  2*(lmMst1 - lmMst2)*(pow2(Mst1) + pow2(Mst2))) + (2*pow4(Mst1)*((24*
2522  Dmglst2*(96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*pow2(
2523  lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*lmMsq*(1 -
2524  6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*
2525  pow3(lmMst2)) + 12*Mgl*(80 + lmMst2*(479 - 150*lmMsq + 90*pow2(lmMsq))
2526  + 544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 - 90*lmMsq)*pow2(lmMst2) -
2527  lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) +
2528  1360*pow2(lmMst2)) + 816*pow3(lmMst2)))*pow4(Msq) + (lmMst1 - lmMst2)*(
2529  90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*
2530  Mgl)*pow4(Mst2)))/pow4(Mst2))/pow4(Msq))/Mgl))/216. + (64*Mt*(2*
2531  Dmglst2*pow2(Mst2)*(pow2(Mst1)*pow2(Mst2)*(8 + 7*lmMst2 - 11*pow2(
2532  lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)) +
2533  2*(8 + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(
2534  lmMst2)) - 6*pow3(lmMst2))*pow4(Mst1) + (1 - 2*lmMst2 - 3*pow2(lmMst2))
2535  *pow4(Mst2)) + (1 + lmMst2)*Mgl*(2*(1 - 10*lmMst2 + 4*lmMst1*(2 +
2536  lmMst2) - 4*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(1 + 5*lmMst2 -
2537  lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (7 -
2538  32*lmMst2 + 4*lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*pow6(Mst1) - 2*(
2539  1 + lmMst2)*pow6(Mst2))))/(9.*Mgl*pow2(Mst1)*pow5(Mst2))))/pow2(Sbeta)
2540  + (3*pow3(s2t)*((3072*Mt*((1 + lmMst2)*Mgl*(2*(2 + 2*lmMst1 - lmMst2)*
2541  pow2(Mst2)*pow4(Mst1) + 2*(1 - 3*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*
2542  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(
2543  Mst1) - 2*(1 + lmMst2)*pow6(Mst2)) + Dmglst2*(2*(1 - 4*lmMst1 + 10*
2544  lmMst2 + 3*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*pow2(Mst1)*(6 + 11*
2545  lmMst2 - 5*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*
2546  pow3(lmMst2))*pow4(Mst2) + (1 + 13*lmMst2 - 2*lmMst1*(5 + 3*lmMst2) +
2547  6*pow2(lmMst2))*pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(
2548  Mst2))))/(Mst2*pow2(Mst1)) + s2t*((4*pow2(Mst1)*pow2(Mst2)*(80*Dmglst2*
2549  (14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1) + 10*(43 - 30*lmMsq + 30*lmMst2)
2550  *Mgl*pow2(Mst1) + 3*Mgl*pow2(Msq)*(143 + 1260*lmMst2*(1 + lmMst2) + 30*
2551  lmMsq*(-1 + 2*lmMst1 - 2*lmMst2)*(5 + 6*lmMst2) + 90*(1 - 2*lmMst1 + 2*
2552  lmMst2)*pow2(lmMsq) - 448*(1 + lmMst2)*pow2(lmMst1) + 2*lmMst1*(-463 -
2553  334*lmMst2 + 176*pow2(lmMst2)) + 96*pow3(lmMst2)) + 6*Dmglst2*pow2(Msq)
2554  *(13 + 30*lmMsq*(1 - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 90*(1 - 2*
2555  lmMst1 + 2*lmMst2)*pow2(lmMsq) - 8*lmMst2*(31 + 56*pow2(lmMst1)) + 748*
2556  pow2(lmMst2) + lmMst1*(358 - 732*lmMst2 + 352*pow2(lmMst2)) + 96*pow3(
2557  lmMst2))))/pow2(Msq) + 12*(-2*Dmglst2*(-147 + 2*(55 + 32*lmMst1)*lmMst2
2558  - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 144*pow2(lmMst2)) - Mgl*(
2559  207 + 430*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) +
2560  90*pow2(lmMsq) + 176*pow2(lmMst2)))*pow4(Mst1) + (-((40*(1 - 2*lmMst1 +
2561  2*lmMst2)*(8*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*
2562  lmMst2)*Mgl)*pow2(Msq)*pow2(Mst1) + (-12*Mgl*(399 - 80*lmMst2 - 30*
2563  lmMsq*(1 + 2*lmMst1 - 2*lmMst2)*(5 + 6*lmMst2) + 90*(1 + 2*lmMst1 - 2*
2564  lmMst2)*pow2(lmMsq) - 64*(1 + lmMst2)*pow2(lmMst1) - 1228*pow2(lmMst2)
2565  + 2*lmMst1*(495 + 878*lmMst2 + 336*pow2(lmMst2)) - 608*pow3(lmMst2)) +
2566  24*Dmglst2*(275 - 564*lmMst2 + 30*lmMsq*(1 + 2*lmMst1 - 2*lmMst2)*(-1 +
2567  6*lmMst2) - 90*(1 + 2*lmMst1 - 2*lmMst2)*pow2(lmMsq) + 64*lmMst2*pow2(
2568  lmMst1) + 332*pow2(lmMst2) - 2*lmMst1*(-83 + 494*lmMst2 + 336*pow2(
2569  lmMst2)) + 608*pow3(lmMst2)))*pow4(Msq) + (90*Dmglst2*(-13 + 28*lmMsq -
2570  28*lmMst2) + 5*(-67 + 84*lmMsq - 84*lmMst2)*Mgl)*pow4(Mst1))*pow4(Mst2)
2571  ) + ((40*(1 + 2*lmMst1 - 2*lmMst2)*(8*Dmglst2*(-14 + 15*lmMsq - 15*
2572  lmMst2) + (-43 + 30*lmMsq - 30*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst1) + (-
2573  12*Mgl*(399 + 782*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
2574  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2)) - 24*Dmglst2*(-115 + (494
2575  + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 464*
2576  pow2(lmMst2)))*pow4(Msq) + (1 - 2*lmMst1 + 2*lmMst2)*(90*Dmglst2*(-13 +
2577  28*lmMsq - 28*lmMst2) + 5*(-67 + 84*lmMsq - 84*lmMst2)*Mgl)*pow4(Mst1))
2578  *pow6(Mst2))/pow2(Mst1))/pow4(Msq))))/Mgl + (16*pow3(Mt)*(128*s2t*pow2(
2579  Mst1)*(-(Dmglst2*pow2(Mst2)*(pow2(Mst1)*pow2(Mst2)*(pow2(Mst2)*(253 +
2580  5*lmMst2*(107 - 6*lmMt) - 102*lmMt - 18*lmMst1*(9 + lmMst2 - 2*lmMt +
2581  2*lmMst2*lmMt - 2*pow2(lmMst2)) + 12*(10 + 3*lmMt)*pow2(lmMst2) - 36*
2582  pow3(lmMst2)) + 18*pow2(MuSUSY)*(8 + 7*lmMst2 - 11*pow2(lmMst2) +
2583  lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))) + 18*((2*
2584  pow2(MuSUSY)*(8 + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 +
2585  6*pow2(lmMst2)) - 6*pow3(lmMst2)) + pow2(Mst2)*(23 + lmMst2*(93 - 22*
2586  lmMt) - 14*lmMt - 4*(-11 + lmMt)*pow2(lmMst2) - 2*lmMst1*(25 + lmMst2*(
2587  17 - 2*lmMt) - 6*lmMt + 2*pow2(lmMst2)) + 4*pow3(lmMst2)))*pow4(Mst1) +
2588  (1 - 2*lmMst2 - 3*pow2(lmMst2))*(2*pow2(Mst2) + pow2(MuSUSY))*pow4(
2589  Mst2) + (14 + lmMst2*(189 - 48*lmMt) - 22*lmMt + lmMst1*(-137 + 30*lmMt
2590  + 9*lmMst2*(-13 + 2*lmMt) - 18*pow2(lmMst2)) - 9*(-15 + 2*lmMt)*pow2(
2591  lmMst2) + 18*pow3(lmMst2))*pow6(Mst1)))) + 9*(1 + lmMst2)*Mgl*(-2*pow2(
2592  Mst2)*((3 + 2*lmMst1*(7 + 2*lmMst2 - 2*lmMt) + 4*lmMst2*(-4 + lmMt) +
2593  2*lmMt - 4*pow2(lmMst2))*pow2(Mst2) + (1 - 10*lmMst2 + 4*lmMst1*(2 +
2594  lmMst2) - 4*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*((1 -
2595  2*lmMst1*(5 + 2*lmMst2 - 2*lmMt) - 4*lmMst2*(-3 + lmMt) - 6*lmMt + 4*
2596  pow2(lmMst2))*pow2(Mst2) + 2*(1 + 5*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*
2597  pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst2) - (2*(8 - 27*lmMst2 + lmMst1*(25
2598  + 6*lmMst2 - 6*lmMt) + 2*lmMt + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(
2599  Mst2) + (7 - 32*lmMst2 + 4*lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*
2600  pow2(MuSUSY))*pow6(Mst1) + 2*(1 + lmMst2)*(2*pow2(Mst2) + pow2(MuSUSY))
2601  *pow6(Mst2))) + Mst2*Mt*(8*Dmglst2*((9115 + 12498*lmMst2 + 270*lmMsq*(-
2602  1 + 6*lmMst2) - 1152*lmMst1*(4 + 2*lmMst2 - lmMt) - 96*(29 + 27*lmMst2)
2603  *lmMt - 810*pow2(lmMsq) + 1872*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) - 9*
2604  (-243 + 2*(55 + 32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(
2605  lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 576*(pow2(Mst2)*(31
2606  + lmMst2*(95 - 23*lmMt) - 16*lmMt + (51 - 6*lmMt)*pow2(lmMst2) - 2*
2607  lmMst1*(25 + lmMst2*(20 - 3*lmMt) - 6*lmMt + 3*pow2(lmMst2)) + 6*pow3(
2608  lmMst2))*pow6(Mst1) + (42 + lmMst2*(242 - 62*lmMt) - 33*lmMt + 6*(29 -
2609  4*lmMt)*pow2(lmMst2) - 2*lmMst1*(81 + lmMst2*(74 - 12*lmMt) - 18*lmMt +
2610  12*pow2(lmMst2)) + 24*pow3(lmMst2))*pow8(Mst1)) + 576*lmMst2*(1 +
2611  lmMst2)*pow8(Mst2)) + (pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*(120*(8*
2612  Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*
2613  pow2(Msq)*pow6(Mst2) + (270*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 15*(
2614  67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow8(Mst2)))/pow4(Msq) + 4*Mgl*(-((3559
2615  + 10942*lmMst2 - 270*lmMsq*(5 + 6*lmMst2) - 1152*lmMst1*(1 + lmMst2)*(3
2616  + lmMst2 - lmMt) + 810*pow2(lmMsq) + 8112*pow2(lmMst2) - 192*lmMt*(7 +
2617  13*lmMst2 + 6*pow2(lmMst2)) + 1152*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2))
2618  + 576*(1 + lmMst2)*((5 - 57*lmMst2 + 2*lmMst1*(25 + 6*lmMst2 - 6*lmMt)
2619  + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow2(Mst1) + (-2 - 27*
2620  lmMst2 + lmMst1*(22 + 6*lmMst2 - 6*lmMt) + 5*lmMt + 6*lmMst2*lmMt - 6*
2621  pow2(lmMst2))*pow2(Mst2))*pow6(Mst1) - 9*(271 + 526*lmMst2 + 64*lmMst1*
2622  (1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(
2623  lmMst2))*pow2(Mst1)*pow6(Mst2) + 288*pow2(1 + lmMst2)*pow8(Mst2)))))/(
2624  Mgl*pow4(Mst1)*pow5(Mst2)) + (4*Mt*MuSUSY*(1024*pow2(Mst1)*pow3(Mt)*(
2625  Dmglst2*pow2(Mst2)*(pow2(Mst1)*pow2(Mst2)*(119 + lmMst2*(224 - 15*lmMt)
2626  - 51*lmMt + 3*(5 + 6*lmMt)*pow2(lmMst2) + 18*lmMst1*(-4 + lmMt -
2627  lmMst2*(1 + lmMt) + pow2(lmMst2)) - 18*pow3(lmMst2)) + (263 + lmMst2*(
2628  962 - 213*lmMt) - 177*lmMt + (393 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(
2629  26 - lmMst2*(-17 + lmMt) - 7*lmMt + pow2(lmMst2)) + 18*pow3(lmMst2))*
2630  pow4(Mst1) - 18*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow4(Mst2)) + 9*(1 +
2631  lmMst2)*Mgl*((3 - 21*lmMst2 + 2*lmMst1*(8 + 3*lmMst2 - 3*lmMt) + 5*lmMt
2632  + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-1 - 7*
2633  lmMst2 + 2*lmMst1*(2 + lmMst2 - lmMt) + 3*lmMt + 2*lmMst2*lmMt - 2*
2634  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (12 - 45*lmMst2 + 2*lmMst1*(19 +
2635  6*lmMst2 - 6*lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow6(
2636  Mst1) - 2*(1 + lmMst2)*pow6(Mst2))) - 6912*Mt*pow2(Mst1)*pow2(Mst2)*
2637  pow2(s2t)*((1 + lmMst2)*Mgl*(2*(2 - 5*lmMst2 + lmMst1*(5 + 2*lmMst2) -
2638  2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-2*lmMst2*(2 + lmMst2) +
2639  lmMst1*(3 + 2*lmMst2))*pow2(Mst1)*pow4(Mst2) + (5 - 12*lmMst2 + 4*
2640  lmMst1*(3 + lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*pow6(
2641  Mst2)) + Dmglst2*(2*pow2(Mst2)*(8 + 19*lmMst2 - 5*pow2(lmMst2) +
2642  lmMst1*(-7 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst1) +
2643  2*pow2(Mst1)*(7 + 9*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 +
2644  6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst2) + (17 + 51*lmMst2 - 4*
2645  pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*pow2(lmMst2)) - 12*pow3(
2646  lmMst2))*pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(Mst2))) -
2647  (12*Mst2*s2t*pow2(Mt)*(pow2(Mst1)*(pow2(Mst1) - pow2(Mst2))*(40*(8*
2648  Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*
2649  pow2(Msq)*pow6(Mst2) + (90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*(67
2650  - 84*lmMsq + 84*lmMst2)*Mgl)*pow8(Mst2)) + pow4(Msq)*(-8*Dmglst2*(-((
2651  121 - 650*lmMst2 + 90*lmMsq*(-1 + 6*lmMst2) - 270*pow2(lmMsq) + 192*
2652  lmMst2*pow2(lmMst1) - 432*pow2(lmMst2) - 192*lmMst1*(-1 + lmMst2 + 2*
2653  pow2(lmMst2)) + 192*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2)) - 192*(lmMst2*
2654  pow2(lmMst1) + lmMst1*(4 + 2*lmMst2 - 2*pow2(lmMst2)) + (-4 + lmMst2)*
2655  pow2(1 + lmMst2))*pow2(Mst2)*pow6(Mst1) - 3*(-179 + 2*(87 + 32*lmMst1)*
2656  lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*
2657  pow2(Mst1)*pow6(Mst2) - 192*(-6 - 14*lmMst2 + lmMst2*pow2(lmMst1) +
2658  lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) + pow3(lmMst2))
2659  *pow8(Mst1) + 192*lmMst2*(1 + lmMst2)*pow8(Mst2)) + 12*Mgl*(-((143 +
2660  302*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 48*pow2(lmMst2)
2661  + 128*lmMst1*pow2(1 + lmMst2) - 64*((1 + lmMst2)*pow2(lmMst1) + pow3(
2662  lmMst2)))*pow4(Mst1)*pow4(Mst2)) + (271 + 526*lmMst2 + 64*lmMst1*(1 +
2663  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*
2664  pow2(Mst1)*pow6(Mst2) + 64*(1 + lmMst2)*(pow2(1 - lmMst1 + lmMst2)*
2665  pow2(Mst2)*pow6(Mst1) + (1 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(
2666  lmMst1) + pow2(lmMst2))*pow8(Mst1)) - 32*pow2(1 + lmMst2)*pow8(Mst2))))
2667  )/pow4(Msq) + (3*pow3(Mst2)*pow3(s2t)*(Mgl*(40*(43 - 30*lmMsq + 30*
2668  lmMst2)*pow2(Msq)*pow2(Mst1)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)
2669  + pow4(Mst1) - pow4(Mst2))*pow4(Mst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*(
2670  pow2(Mst1) + 2*(lmMst1 - lmMst2)*pow2(Mst2))*pow4(Mst1)*pow6(Mst2) +
2671  12*pow4(Msq)*(-2*(16 - 3*lmMst2*(133 - 50*lmMsq + 30*pow2(lmMsq)) - 32*
2672  (1 + lmMst2)*pow2(lmMst1) + 2*(-383 + 90*lmMsq)*pow2(lmMst2) + lmMst1*(
2673  463 + 846*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(
2674  lmMst2)) - 304*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) - pow2(Mst2)*(175 +
2675  462*lmMst2 + 1024*lmMst1*lmMst2*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2)
2676  + 90*pow2(lmMsq) - 272*pow2(lmMst2) - 512*((1 + lmMst2)*pow2(lmMst1) +
2677  pow3(lmMst2)))*pow6(Mst1) + (367 + 718*lmMst2 + 64*lmMst1*(1 + lmMst2)
2678  - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2))*pow2(
2679  Mst1)*pow6(Mst2) + 32*(1 + lmMst2)*(1 + lmMst1*(2 - 32*lmMst2) - 2*
2680  lmMst2 + 16*pow2(lmMst1) + 16*pow2(lmMst2))*pow8(Mst1) - 32*pow2(1 +
2681  lmMst2)*pow8(Mst2))) + 2*Dmglst2*(384*lmMst2*pow4(Msq)*pow4(Mst1)*(2*
2682  pow2(lmMst1)*(8*pow2(Mst1)*pow2(Mst2) + 8*pow4(Mst1) + pow4(Mst2)) +
2683  pow2(lmMst2)*(16*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 19*pow4(Mst2)))
2684  + pow2(Mst1)*pow2(Mst2)*(45*(13 - 28*lmMsq)*pow4(Mst1)*pow4(Mst2) +
2685  160*(-14 + 15*lmMsq)*pow2(Msq)*pow2(Mst2)*(-pow4(Mst1) + pow4(Mst2)) +
2686  12*pow4(Msq)*(160*pow2(Mst1)*pow2(Mst2) - 3*(-49 + 10*lmMsq + 30*pow2(
2687  lmMsq))*pow4(Mst1) + 5*(-23 + 6*lmMsq + 18*pow2(lmMsq))*pow4(Mst2))) -
2688  24*pow2(lmMst2)*(200*pow2(Msq)*pow4(Mst1)*pow6(Mst2) + 105*pow4(Mst1)*
2689  pow8(Mst2) + pow4(Msq)*(6*(-61 + 30*lmMsq)*pow4(Mst1)*pow4(Mst2) + 8*
2690  pow2(Mst2)*pow6(Mst1) - 200*pow2(Mst1)*pow6(Mst2) - 64*pow8(Mst1) + 32*
2691  pow8(Mst2))) + 2*lmMst1*(-12*pow4(Msq)*((-83 + 462*lmMst2 - 30*lmMsq*(-
2692  1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2))*pow4(Mst1)*pow4(
2693  Mst2) + 32*(3 + 3*lmMst2 + 16*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1) - 32*
2694  lmMst2*pow2(Mst1)*pow6(Mst2) + 32*(3 + 2*lmMst2 + 16*pow2(lmMst2))*
2695  pow8(Mst1)) + pow4(Mst1)*(160*(14 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*
2696  pow6(Mst2) + 45*(13 - 28*lmMsq + 28*lmMst2)*pow8(Mst2))) + 2*lmMst2*(
2697  630*pow6(Mst1)*pow6(Mst2) + 12*pow4(Msq)*((-67 + 30*lmMsq + 90*pow2(
2698  lmMsq))*pow4(Mst1)*pow4(Mst2) + 3*(19 + 30*lmMsq)*pow2(Mst2)*pow6(Mst1)
2699  + 5*(43 - 18*lmMsq)*pow2(Mst1)*pow6(Mst2) + 112*pow8(Mst1) - 32*pow8(
2700  Mst2)) + 45*(-13 + 28*lmMsq)*pow4(Mst1)*pow8(Mst2) + 80*pow2(Msq)*(15*
2701  pow4(Mst2)*pow6(Mst1) + 2*(-14 + 15*lmMsq)*pow4(Mst1)*pow6(Mst2) - 15*
2702  pow2(Mst1)*pow8(Mst2))))))/pow4(Msq)))/(Mgl*Tbeta*pow4(Mst1)*pow5(Mst2)
2703  )))/2592. + Al4p*(-((2*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*twoLoopFlag*(
2704  -(pow2(Mst2)*pow2(s2t)*pow4(Mst1)*(-8*(lmMst1 - lmMst2)*Tbeta*pow2(Mt)*
2705  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*Mt*(-(MuSUSY*s2t) + 2*Mt*Tbeta)*
2706  pow2(Mst2)*pow2(Sbeta) + (1 - 2*lmMst1 + 2*lmMst2)*Tbeta*pow2(s2t)*
2707  pow2(Sbeta)*pow4(Mst2))) - pow2(Mst1)*pow4(Mst2)*(-4*Tbeta*pow2(Mt)*
2708  pow2(s2t)*((-1 + 2*lmMst1 - 2*lmMst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2709  4*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*MuSUSY*s2t*pow3(Mt) + 8*(-
2710  lmMst1 + lmMst2)*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) - 16*Tbeta*pow4(Mt) + (
2711  1 + 2*lmMst1 - 2*lmMst2)*Tbeta*pow4(Mst2)*pow4(s2t))) + Tbeta*pow2(s2t)
2712  *(8*(lmMst1 - lmMst2)*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(
2713  s2t)*pow2(Sbeta)*pow4(Mst2))*pow6(Mst1) + (-4*Tbeta*pow2(Mt)*pow2(s2t)*
2714  (pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(
2715  Sbeta)*(16*MuSUSY*s2t*pow3(Mt) - 4*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) + 16*
2716  Tbeta*pow4(Mt) + Tbeta*pow4(Mst2)*pow4(s2t)))*pow6(Mst2)))/(6.*Mgl*
2717  Tbeta*pow2(Mst1)*pow2(Sbeta)*pow4(Mst2)) + (xDmglst2*pow2(Dmglst2)*(((2
2718  - 3*lmMst2)*twoLoopFlag*(4*Mt*MuSUSY*s2t*((-4*pow2(Mst1)*pow2(Mt) + 4*
2719  pow2(Mst2)*pow2(Mt) + 2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(
2720  s2t) + pow2(s2t)*(pow4(Mst1) - pow4(Mst2)))/Tbeta + (Mt*MuSUSY*s2t*((
2721  pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(
2722  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))))/(pow2(Sbeta)*pow4(
2723  Mst2))) + 16*(pow2(Mst1) + pow2(Mst2))*pow4(Mt) + (pow2(Mst1) - pow2(
2724  Mst2))*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(
2725  Mst2))*pow4(s2t) - (4*pow2(Mt)*pow2(s2t)*(2*pow4(Mst1)*((-lmMst1 +
2726  lmMst2)*pow2(Mst2)*pow2(MuSUSY) + pow4(Mst2)) + 2*(-lmMst1 + lmMst2)*
2727  pow2(MuSUSY)*pow6(Mst1) + pow2(Mst1)*((1 - 2*lmMst1 + 2*lmMst2)*pow2(
2728  MuSUSY)*pow4(Mst2) - 4*pow6(Mst2)) + (2*pow2(Mst2) + pow2(MuSUSY))*
2729  pow6(Mst2)))/pow4(Mst2)))/(6.*pow2(Mst1)) + Al4p*threeLoopFlag*((Mt*
2730  pow3(s2t)*(25920*(-71 + 6*lmMst1*(-1 + lmMst2) + lmMst2 + 30*pow2(
2731  lmMst2))*pow2(Mst2)*pow4(Mst1) + 25920*pow2(Mst1)*(5 + 167*lmMst2 + 18*
2732  pow2(lmMst2) + 6*lmMst1*(-10 - 3*lmMst2 + 12*pow2(lmMst2)) - 72*pow3(
2733  lmMst2))*pow4(Mst2) + (48600*pow2(Mst2)*pow6(Mst1))/pow2(Msq) - (-
2734  26558551 + 291600*lmMsq*(-5 + 3*lmMst1 - 3*lmMst2) - 5328630*lmMst2 +
2735  2529760*OepS2 - 66700746*S2 + 51227640*lmMst2*S2 - 19440*(-61 + 24*
2736  lmMst2)*pow2(lmMst1) + 1652400*pow2(lmMst2) + 90*lmMst1*(79943 - 31536*
2737  lmMst2 - 569196*S2 + 5184*pow2(lmMst2)) + 155520*pow3(lmMst1) - 155520*
2738  pow3(lmMst2))*pow6(Mst1) + (12150*pow4(Mst2)*pow6(Mst1))/pow4(Msq) -
2739  311040*(-2 - lmMst2 + 3*pow2(lmMst2))*pow6(Mst2)))/(21870.*Mst2*pow2(
2740  Mst1)) - pow4(s2t)*(-((615080*OepS2 - 27*(669989 + 461310*lmMst1 -
2741  461310*lmMst2)*S2)*pow4(Mst1))/43740. + (146.7968136853605 - (80299571*
2742  lmMst2)/2.3814e6 - (5*lmMsq*(78*lmMst1 - 7*(5 + 6*lmMst2)))/36. + (5*
2743  pow2(lmMsq))/2. + (1.4137566137566138 + (143*lmMst2)/18.)*pow2(lmMst1)
2744  + lmMst1*(27.663925002099607 + (13708*lmMst2)/945. - (143*pow2(lmMst2))
2745  /18.) - (9584*pow2(lmMst2))/945. - (143*pow3(lmMst1))/54. + (143*pow3(
2746  lmMst2))/54.)*pow4(Mst1) - (pow2(Mst2)*(pow2(Msq)*pow2(Mst1)*(5 - 4312*
2747  lmMst2 + 270*lmMsq*(5 - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 810*(1 -
2748  2*lmMst1 + 2*lmMst2)*pow2(lmMsq) + 1344*(2 - 3*lmMst2)*pow2(lmMst1) +
2749  4428*pow2(lmMst2) + 6*lmMst1*(1001 - 1418*lmMst2 + 528*pow2(lmMst2)) +
2750  864*pow3(lmMst2)) + 5*(91 - 12*lmMsq*(26 + 3*lmMst1 - 3*lmMst2) + 360*
2751  lmMst2 + 12*lmMst1*(-4 + 3*lmMst2) - 36*pow2(lmMst2))*pow4(Mst1)))/(
2752  216.*pow2(Msq)) - ((400*(-8 + 15*lmMsq - 15*lmMst2)*(1 - 2*lmMst1 + 2*
2753  lmMst2)*pow2(Msq)*pow2(Mst1) + 2*(-3739 + 7028*lmMst2 - 270*lmMsq*(1 +
2754  2*lmMst1 - 2*lmMst2)*(-5 + 6*lmMst2) + 810*(1 + 2*lmMst1 - 2*lmMst2)*
2755  pow2(lmMsq) - 192*(-2 + 3*lmMst2)*pow2(lmMst1) + 3924*pow2(lmMst2) + 6*
2756  lmMst1*(-1289 + 650*lmMst2 + 1008*pow2(lmMst2)) - 5472*pow3(lmMst2))*
2757  pow4(Msq) - 5*(-244 + lmMst1*(87 - 180*lmMst2) + 36*lmMsq*(17 + 5*
2758  lmMst1 - 5*lmMst2) - 699*lmMst2 + 180*pow2(lmMst2))*pow4(Mst1))*pow4(
2759  Mst2))/(432.*pow4(Msq)) + (((200*(1 + 2*lmMst1 - 2*lmMst2)*(8 - 15*
2760  lmMsq + 15*lmMst2))/pow2(Msq) + (3*(-1321 + 394*lmMst2 + 64*lmMst1*(-2
2761  + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 1904*pow2(
2762  lmMst2)))/pow2(Mst1))*pow6(Mst2))/216. + ((8*(2 + lmMst2 - 3*pow2(
2763  lmMst2))*pow2(Msq) + 5*(-4 + 15*lmMsq - 15*lmMst2)*pow2(Mst1))*pow8(
2764  Mst2))/(9.*pow2(Msq)*pow4(Mst1)) + (5*(7*(1 - 2*lmMst1 + 2*lmMst2)*(5 -
2765  28*lmMsq + 28*lmMst2)*pow2(Mst1)*pow6(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)
2766  *(9 - 140*lmMsq + 140*lmMst2)*pow8(Mst2)))/(96.*pow4(Msq))) + (pow3(Mt)
2767  *(-20*Mst2*s2t*pow2(Mst1)*(14175*(-5*(688 + 27*lmMst1 + 36*lmMsq*(-2 +
2768  5*lmMst1 - 5*lmMst2) + 45*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2)
2769  )*pow2(Mst2)*pow2(MuSUSY) - 8*pow2(Msq)*(3*(-19 + 2*lmMst1 - 4*lmMst2 +
2770  2*lmMt)*pow2(Mst2) + (727 + 30*lmMst1 + 18*lmMsq*(-2 + 5*lmMst1 - 5*
2771  lmMst2) + 6*lmMst2 - 90*lmMst1*lmMst2 + 90*pow2(lmMst2))*pow2(MuSUSY))
2772  - 6*(5 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*pow4(Mst2))*pow6(Mst1) + pow4(
2773  Msq)*(-30240*pow2(Mst1)*pow2(Mst2)*(pow2(Mst2)*(300 + 72*lmMt + lmMst2*
2774  (-341 + 78*lmMt) + 18*lmMst1*(8 - 4*lmMt + lmMst2*(5 + 2*lmMt) - 2*
2775  pow2(lmMst2)) - 12*(26 + 3*lmMt)*pow2(lmMst2) + 36*pow3(lmMst2)) + 3*
2776  pow2(MuSUSY)*(-53 - 191*lmMst2 + lmMst1*(60 + 18*lmMst2 - 72*pow2(
2777  lmMst2)) + 54*pow2(lmMst2) + 72*pow3(lmMst2))) - 90720*(6*(93 + 88*
2778  lmMst2 - 22*lmMt - 8*lmMst2*lmMt + lmMst1*(-34 - 8*lmMst2 + 4*lmMt) +
2779  12*pow2(lmMst2))*pow2(Mst2) + pow2(MuSUSY)*(-11 - 371*lmMst2 + 42*pow2(
2780  lmMst2) - 6*lmMst1*(-21 - 5*lmMst2 + 24*pow2(lmMst2)) + 144*pow3(
2781  lmMst2)))*pow4(Mst1) + 1088640*(2 + lmMst2 - 3*pow2(lmMst2))*(2*pow2(
2782  Mst2) + pow2(MuSUSY))*pow4(Mst2) + (377667593 - 198080820*lmMst2 -
2783  45543680*OepS2 - 4968*(-135731 + 185640*lmMst2)*S2 - 136080*(339 + 62*
2784  lmMst2 - 59*lmMt)*pow2(lmMst1) - 136987200*pow2(lmMst2) + 1020600*
2785  lmMsq*(97 + 94*lmMst2 - 4*lmMst1*(17 + 3*lmMst2 - 3*lmMt) - 2*(13 + 6*
2786  lmMst2)*lmMt + 12*pow2(lmMst2)) + 5670*lmMt*(19949 + 19864*lmMst2 +
2787  4296*pow2(lmMst2)) - 1632960*(7 + 6*lmMst2)*pow2(lmMt) + 630*lmMst1*(-
2788  19783 - 114840*lmMt - 72*lmMst2*(-3401 + 714*lmMt) + 1463904*S2 +
2789  36504*pow2(lmMst2) + 15552*pow2(lmMt)) + 136080*pow3(lmMst1) -
2790  14696640*pow3(lmMst2))*pow6(Mst1))) + 189*Mt*(3000*pow2(Msq)*(20*(8 -
2791  15*lmMsq + 15*lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*pow6(Mst2) +
2792  9*(127 + lmMst2*(68 - 6*lmMt) - 24*lmMt + lmMst1*(-44 - 6*lmMst2 + 6*
2793  lmMt) + 6*pow2(lmMst2))*pow2(Mst2)*pow8(Mst1)) + 4*pow4(Msq)*(-((316871
2794  + 20250*lmMsq*(5 - 6*lmMst2) - 480*(137 + 60*lmMst1)*lmMt + 6*lmMst2*(-
2795  18049 + 9600*lmMst1 + 12240*lmMt) + 60750*pow2(lmMsq) + 9360*pow2(
2796  lmMst2))*pow4(Mst1)*pow4(Mst2)) - 14400*pow2(Mst2)*(221 + lmMst2*(299 -
2797  47*lmMt) - 62*lmMt + (87 - 6*lmMt)*pow2(lmMst2) - 2*lmMst1*(65 +
2798  lmMst2*(32 - 3*lmMt) - 12*lmMt + 3*pow2(lmMst2)) + 6*pow3(lmMst2))*
2799  pow6(Mst1) + 225*(937 + 64*lmMst1*(2 - 3*lmMst2) + 502*lmMst2 + 90*
2800  lmMsq*(-5 + 6*lmMst2) - 270*pow2(lmMsq) - 624*pow2(lmMst2))*pow2(Mst1)*
2801  pow6(Mst2) + 28800*(42 + lmMst2*(242 - 62*lmMt) - 33*lmMt + 6*(29 - 4*
2802  lmMt)*pow2(lmMst2) - 2*lmMst1*(81 + lmMst2*(74 - 12*lmMt) - 18*lmMt +
2803  12*pow2(lmMst2)) + 24*pow3(lmMst2))*pow8(Mst1) + 14400*(-2 + lmMst2 +
2804  5*pow2(lmMst2))*pow8(Mst2)) - 3375*(-4*(-4 + lmMst1 - 2*lmMst2 + lmMt)*
2805  pow4(Mst2)*pow8(Mst1) + 7*(-5 + 28*lmMsq - 28*lmMst2)*pow2(Mst1)*(pow2(
2806  Mst1) + pow2(Mst2))*pow8(Mst2)))))/(765450.*pow4(Msq)*pow4(Mst1)*pow4(
2807  Mst2)) - (s2t*(8*Mst2*T1ep*(-58056*Mst2*s2t*pow2(Mt) - 126488*Mt*pow2(
2808  Mst2)*pow2(s2t) + 1301248*pow3(Mt) + 15377*pow3(Mst2)*pow3(s2t))*pow8(
2809  Mst1) + (27*pow2(Mt)*pow2(MuSUSY)*(5*pow2(Mst1)*pow3(Mst2)*(63*(-5 +
2810  28*lmMsq - 28*lmMst2)*s2t*(pow2(Mst1) + pow2(Mst2))*(-2*lmMst1*pow2(
2811  Mst1) + 2*lmMst2*pow2(Mst1) + pow2(Mst2))*pow3(Mst2) + 4*(-3*Mst2*s2t*(
2812  247 + 2*lmMst1*(-5 + 72*lmMsq - 72*lmMst2) + 10*lmMst2 - 144*lmMsq*
2813  lmMst2 + 144*pow2(lmMst2)) + 20*Mt*(688 + 27*lmMst1 + 36*lmMsq*(-2 + 5*
2814  lmMst1 - 5*lmMst2) + 45*lmMst2 - 180*lmMst1*lmMst2 + 180*pow2(lmMst2)))
2815  *pow6(Mst1)) + 20*pow2(Msq)*(40*(-8 + 15*lmMsq - 15*lmMst2)*s2t*pow2(
2816  Mst1)*(pow2(Mst1) + pow2(Mst2))*(-2*lmMst1*pow2(Mst1) + 2*lmMst2*pow2(
2817  Mst1) + pow2(Mst2))*pow4(Mst2) + Mst2*(Mst2*s2t*(-1011 - 298*lmMst2 +
2818  552*lmMsq*lmMst2 + lmMst1*(298 - 552*lmMsq + 552*lmMst2) - 552*pow2(
2819  lmMst2)) + 32*Mt*(727 + 30*lmMst1 + 18*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2)
2820  + 6*lmMst2 - 90*lmMst1*lmMst2 + 90*pow2(lmMst2)))*pow8(Mst1)) + 4*pow4(
2821  Msq)*(-((Mst2*s2t*(3035 + 5240*lmMst2 + 270*lmMsq*(1 - 2*lmMst1 + 2*
2822  lmMst2)*(-5 + 6*lmMst2) + 810*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(lmMsq) +
2823  192*(2 - 3*lmMst2)*pow2(lmMst1) - 4620*pow2(lmMst2) + 6*lmMst1*(-1161 +
2824  458*lmMst2 + 1008*pow2(lmMst2)) - 5472*pow3(lmMst2)) - 128*Mt*(-53 -
2825  191*lmMst2 + lmMst1*(60 + 18*lmMst2 - 72*pow2(lmMst2)) + 54*pow2(
2826  lmMst2) + 72*pow3(lmMst2)))*pow3(Mst2)*pow4(Mst1)) - 3*(Mst2*s2t*(1065
2827  + 64*lmMst1*(2 - 3*lmMst2) - 266*lmMst2 + 90*lmMsq*(-5 + 6*lmMst2) -
2828  270*pow2(lmMsq) - 1264*pow2(lmMst2)) + 512*Mt*(2 + lmMst2 - 3*pow2(
2829  lmMst2)))*pow2(Mst1)*pow5(Mst2) - 2*Mst2*(3*Mst2*s2t*(480 - 9*lmMst2*(-
2830  129 + 50*lmMsq + 30*pow2(lmMsq)) + 288*(2 - 3*lmMst2)*pow2(lmMst1) +
2831  10*(-17 + 54*lmMsq)*pow2(lmMst2) + lmMst1*(-1385 - 406*lmMst2 - 90*
2832  lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 2544*pow2(lmMst2)) - 1680*
2833  pow3(lmMst2)) + 64*Mt*(11 + 371*lmMst2 - 42*pow2(lmMst2) + 6*lmMst1*(-
2834  21 - 5*lmMst2 + 24*pow2(lmMst2)) - 144*pow3(lmMst2)))*pow6(Mst1) + s2t*
2835  (12*(96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*pow2(lmMst1)) +
2836  (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*lmMsq*(1 - 6*lmMst2)
2837  + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2))*
2838  pow8(Mst1) - 192*(-2 + lmMst2 + 5*pow2(lmMst2))*pow8(Mst2)))))/(pow2(
2839  Sbeta)*pow4(Msq))))/(5832.*pow4(Mst1)*pow4(Mst2)) + (pow2(Mt)*pow2(s2t)
2840  *(8*(1061 + 270*lmMsq*(5 - 6*lmMst2) + 192*lmMst1*(-11 + lmMst2) +
2841  2398*lmMst2 + 810*pow2(lmMsq) + 1296*pow2(lmMst2))*pow2(Mst1) - (32*(
2842  338660*OepS2 + 27*(182471 - 253995*lmMst1 + 253995*lmMst2)*S2)*pow4(
2843  Mst1))/(945.*pow2(Mst2)) - 216*((20*(4 - lmMst1 + lmMst2))/(3.*pow2(
2844  Msq)) - (781.8382197186929 - 240*lmMsq + (-23.457324263038547 + 180*
2845  lmMsq)*lmMst1 + lmMst2*(930.1239909297052 - 180*lmMsq + (520424*lmMst1)
2846  /945. - (304*pow2(lmMst1))/9.) - (162772*pow2(lmMst1))/945. + (4*(-
2847  89413 + 5460*lmMst1)*pow2(lmMst2))/945. + (32*lmMt*(54 + 65*lmMst2 -
2848  lmMst1*(65 + 18*lmMst2) + 9*pow2(lmMst1) + 9*pow2(lmMst2)))/9. + (16*
2849  pow3(lmMst1))/27. + (272*pow3(lmMst2))/27.)/pow2(Mst2))*pow4(Mst1) + (
2850  2*pow2(Mst2)*(800*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst1) + 8*
2851  (2507 + 514*lmMst2 + 270*lmMsq*(-5 + 6*lmMst2) - 810*pow2(lmMsq) + 96*(
2852  -2 + 3*lmMst2)*pow2(lmMst1) - 1584*pow2(lmMst2) - 96*lmMst1*(-5 + 2*
2853  lmMst2 + 6*pow2(lmMst2)) + 288*pow3(lmMst2))*pow4(Msq) + 15*(35 + 12*
2854  lmMsq - 12*lmMst2)*pow4(Mst1)))/pow4(Msq) + 8*((400*(8 - 15*lmMsq + 15*
2855  lmMst2))/pow2(Msq) + (3*(-1001 - 118*lmMst2 + 64*lmMst1*(-2 + 3*lmMst2)
2856  - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 944*pow2(lmMst2)))/pow2(
2857  Mst1))*pow4(Mst2) - (1536*(-2 + lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))/
2858  pow4(Mst1) - (630*(5 - 28*lmMsq + 28*lmMst2)*(pow2(Mst1) - 2*pow2(Mst2)
2859  )*pow4(Mst2) + (2*(800*(8 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow6(Mst2)
2860  + 45*(9 - 140*lmMsq + 140*lmMst2)*pow8(Mst2)))/pow2(Mst1) + (pow2(
2861  MuSUSY)*(15*pow2(Mst1)*pow4(Mst2)*(21*(5 - 28*lmMsq + 28*lmMst2)*pow2(
2862  Mst2)*(pow2(Mst1) + pow2(Mst2))*(-2*lmMst1*pow2(Mst1) + 2*lmMst2*pow2(
2863  Mst1) + pow2(Mst2)) + (988 + 8*lmMst1*(-5 + 72*lmMsq - 72*lmMst2) + 8*(
2864  5 - 72*lmMsq)*lmMst2 + 576*pow2(lmMst2))*pow6(Mst1)) + 20*pow2(Msq)*(-
2865  40*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*(-
2866  2*lmMst1*pow2(Mst1) + 2*lmMst2*pow2(Mst1) + pow2(Mst2))*pow4(Mst2) + (
2867  1011 + lmMst1*(-298 + 552*lmMsq - 552*lmMst2) + (298 - 552*lmMsq)*
2868  lmMst2 + 552*pow2(lmMst2))*pow2(Mst2)*pow8(Mst1)) - 4*pow4(Msq)*(-((
2869  3035 + 5240*lmMst2 + 270*lmMsq*(1 - 2*lmMst1 + 2*lmMst2)*(-5 + 6*
2870  lmMst2) + 810*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(lmMsq) + 192*(2 - 3*
2871  lmMst2)*pow2(lmMst1) - 4620*pow2(lmMst2) + 6*lmMst1*(-1161 + 458*lmMst2
2872  + 1008*pow2(lmMst2)) - 5472*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2)) - 6*
2873  pow2(Mst2)*(480 - 9*lmMst2*(-129 + 50*lmMsq + 30*pow2(lmMsq)) + 288*(2
2874  - 3*lmMst2)*pow2(lmMst1) + 10*(-17 + 54*lmMsq)*pow2(lmMst2) + lmMst1*(-
2875  1385 - 406*lmMst2 - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 2544*
2876  pow2(lmMst2)) - 1680*pow3(lmMst2))*pow6(Mst1) + 3*(-1065 + 266*lmMst2 +
2877  64*lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq)
2878  + 1264*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 12*(96 + lmMst2*(285 + 30*
2879  lmMsq + 90*pow2(lmMsq) + 544*pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(
2880  lmMst2) - lmMst1*(109 + 30*lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(
2881  lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2))*pow8(Mst1) - 192*(-2 +
2882  lmMst2 + 5*pow2(lmMst2))*pow8(Mst2))))/(pow4(Mst1)*pow4(Mst2)))/pow4(
2883  Msq)))/216. + (MuSUSY*(-((pow2(Mt)*pow2(s2t)*(-((322696*OepS2 - 81*(
2884  86631 + 80674*lmMst1 - 80674*lmMst2)*S2)*pow4(Mst1))/729. + (
2885  4873.938614540466 + 152*B4 - 4*DN - 560*lmMsq - (1665.7654320987654 +
2886  200*lmMsq)*lmMst1 - 224*pow2(lmMst1) + lmMst2*(3137.7654320987654 +
2887  200*lmMsq + 768*lmMst1 + 64*pow2(lmMst1)) + 32*(-17 + 2*lmMst1)*pow2(
2888  lmMst2) - (64*pow3(lmMst1))/3. - (320*pow3(lmMst2))/3.)*pow4(Mst1) - (
2889  4*pow2(Mst2)*(16*pow2(Msq)*pow2(Mst1)*(7 - 30*lmMst2 + lmMst1*(11 + 2*
2890  lmMst2 - 12*pow2(lmMst2)) - 2*pow2(lmMst2) + 12*pow3(lmMst2)) + 5*(157
2891  + 8*lmMst1*(1 + 3*lmMsq - 3*lmMst2) - 8*(1 + 3*lmMsq)*lmMst2 + 24*pow2(
2892  lmMst2))*pow4(Mst1)))/(3.*pow2(Msq)) + ((32*(29 + 179*lmMst2 - 18*pow2(
2893  lmMst2) + 6*lmMst1*(-10 - 3*lmMst2 + 12*pow2(lmMst2)) - 72*pow3(lmMst2)
2894  ) - (15*(355 + 6*lmMst1*(3 + 20*lmMsq - 20*lmMst2) - 6*(3 + 20*lmMsq)*
2895  lmMst2 + 120*pow2(lmMst2))*pow4(Mst1))/pow4(Msq))*pow4(Mst2))/9. + (
2896  128*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2))/(3.*pow2(Mst1))))/pow3(
2897  Mst2)) + (pow3(Mt)*(8*Mst2*Mt*pow2(Mst1)*(-32*pow4(Msq)*(pow2(Mst1)*
2898  pow2(Mst2)*(96 + 36*lmMt + lmMst2*(-187 + 39*lmMt) - 3*(19 + 6*lmMt)*
2899  pow2(lmMst2) - 18*lmMst1*(-3 + 2*lmMt - lmMst2*(3 + lmMt) + pow2(
2900  lmMst2)) + 18*pow3(lmMst2)) + (834 + lmMst2*(569 - 33*lmMt) - 162*lmMt
2901  + (51 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(13 + lmMst2 - lmMst2*lmMt +
2902  pow2(lmMst2)) + 18*pow3(lmMst2))*pow4(Mst1) - 36*(2 + lmMst2 - 3*pow2(
2903  lmMst2))*pow4(Mst2)) + (60*(167 - 12*lmMst1*(2 + 3*lmMsq - 3*lmMst2) +
2904  6*(5 + 6*lmMsq)*lmMst2 - 6*lmMt - 36*pow2(lmMst2))*pow2(Msq) + 45*(235
2905  - 24*lmMst1*(1 + 3*lmMsq - 3*lmMst2) + 24*(1 + 3*lmMsq)*lmMst2 - 72*
2906  pow2(lmMst2))*pow2(Mst2))*pow6(Mst1)) - 3*s2t*(60*pow4(Mst2)*pow8(Mst1)
2907  - 80*pow2(Msq)*(10*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Mst1)*(pow2(Mst1) -
2908  pow2(Mst2))*pow6(Mst2) + (33 - 9*lmMst1 + 9*lmMst2)*pow2(Mst2)*pow8(
2909  Mst1)) + 315*(5 - 28*lmMsq + 28*lmMst2)*pow2(Mst1)*(pow2(Mst1) - pow2(
2910  Mst2))*pow8(Mst2) - 4*pow4(Msq)*(-((2395 + 482*lmMst2 + 270*lmMsq*(-5 +
2911  6*lmMst2) - 810*pow2(lmMsq) + 192*(-2 + 3*lmMst2)*pow2(lmMst1) + 192*
2912  lmMst1*(3 + lmMst2 - 6*pow2(lmMst2)) - 1296*pow2(lmMst2) + 576*pow3(
2913  lmMst2))*pow4(Mst1)*pow4(Mst2)) + 192*pow2(Mst2)*((2 - 3*lmMst2)*pow2(
2914  lmMst1) + lmMst1*(8 - 2*lmMst2 + 6*pow2(lmMst2)) - 3*(6 + 5*lmMst2 +
2915  pow3(lmMst2)))*pow6(Mst1) + 3*(873 + 64*lmMst1*(2 - 3*lmMst2) + 182*
2916  lmMst2 + 90*lmMsq*(-5 + 6*lmMst2) - 270*pow2(lmMsq) - 624*pow2(lmMst2))
2917  *pow2(Mst1)*pow6(Mst2) - 384*(-6 - 14*lmMst2 + lmMst2*pow2(lmMst1) +
2918  lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) + pow3(lmMst2))
2919  *pow8(Mst1) + 192*(-2 + lmMst2 + 5*pow2(lmMst2))*pow8(Mst2)))))/(162.*
2920  pow4(Msq)*pow4(Mst1)*pow4(Mst2)) + (Mt*pow2(s2t)*((-16*(Mst2*s2t*(
2921  376960*OepS2 - 27*(1307689 + 282720*lmMst1 - 282720*lmMst2)*S2 -
2922  565440*T1ep) + 3630330*Mt*T1ep)*pow4(Mst1))/pow3(Mst2) + 405*s2t*(4*
2923  pow2(Mst1)*(155 - 1726*lmMst2 + 270*lmMsq*(-5 + 6*lmMst2) - 810*pow2(
2924  lmMsq) + 1536*(-2 + 3*lmMst2)*pow2(lmMst1) + 192*lmMst1*(7 + 27*lmMst2
2925  - 48*pow2(lmMst2)) - 3600*pow2(lmMst2) + 4608*pow3(lmMst2)) + (2*pow2(
2926  Mst2)*(-400*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst1) + 4*(80 +
2927  lmMst2*(-3019 + 1350*lmMsq + 810*pow2(lmMsq)) + 96*(-2 + 3*lmMst2)*
2928  pow2(lmMst1) - 18*(-23 + 90*lmMsq)*pow2(lmMst2) - 3*lmMst1*(-1225 +
2929  554*lmMst2 - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 1008*pow2(
2930  lmMst2)) + 2736*pow3(lmMst2))*pow4(Msq) - 15*pow4(Mst1)))/pow4(Msq) +
2931  216*((5*(19 - 6*lmMst1 + 6*lmMst2))/(18.*pow2(Msq)) + (
2932  865.3922396522787 + (64*B4)/9. - (64*D3)/9. + (32*DN)/9. + (145*lmMsq)/
2933  3. + (72.3524901318552 - 50*lmMsq)*lmMst1 - (3673*pow2(lmMst1))/189. +
2934  lmMst2*(-142.57471235407743 + 50*lmMsq + (13058*lmMst1)/189. + (256*
2935  pow2(lmMst1))/3.) - (5*(1877 + 5376*lmMst1)*pow2(lmMst2))/189. - (256*
2936  pow3(lmMst1))/27. + (1792*pow3(lmMst2))/27.)/pow2(Mst2))*pow4(Mst1) + (
2937  (1600*(lmMst1 - lmMst2)*(8 - 15*lmMsq + 15*lmMst2))/pow2(Msq) + (12*(-
2938  1193 + 330*lmMst2 + 64*lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*
2939  lmMst2) + 270*pow2(lmMsq) + 1584*pow2(lmMst2)))/pow2(Mst1) + (315*(5 -
2940  28*lmMsq + 28*lmMst2)*pow2(Mst1))/pow4(Msq))*pow4(Mst2) + ((2*(400*(-8
2941  + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst1) - 384*(-2 + lmMst2 + 5*
2942  pow2(lmMst2))*pow4(Msq) + 315*(lmMst1 - lmMst2)*(5 - 28*lmMsq + 28*
2943  lmMst2)*pow4(Mst1))*pow6(Mst2))/pow4(Mst1) + (45*(-9 + 140*lmMsq - 140*
2944  lmMst2)*pow8(Mst2))/pow2(Mst1))/pow4(Msq))))/87480.))/Tbeta)))/pow2(
2945  Mgl))) - (z2*(-(Al4p*twoLoopFlag*(-4*Dmglst2*(4*pow2(Mt)*(12*(MuSUSY +
2946  2*Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) + Mst2*MuSUSY*pow2(s2t)*(MuSUSY*
2947  Tbeta*(-1 + pow2(Sbeta)) - 6*Mst2*pow2(Sbeta)) + Mt*s2t*Tbeta*(-13*
2948  pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 12*pow2(Mst2)*pow2(Sbeta)))*pow4(
2949  Mst1) + pow4(Mst2)*(-2*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-2*MuSUSY*Tbeta*
2950  (-1 + pow2(Sbeta)) + 15*Mst2*pow2(Sbeta)) - 4*s2t*Tbeta*(5*pow2(MuSUSY)
2951  *(-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 2*Mt*(2*
2952  MuSUSY + 5*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) - 16*MuSUSY*
2953  pow2(Sbeta)*pow4(Mt) - Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + pow2(
2954  Mst1)*pow2(Mst2)*(-8*s2t*(3*MuSUSY*s2t + 2*Mt*Tbeta)*pow2(Mst2)*pow2(
2955  Mt)*pow2(Sbeta) + 4*Mst2*Tbeta*pow2(Mt)*(pow2(MuSUSY)*pow2(s2t)*(-1 +
2956  pow2(Sbeta)) + 8*pow2(Mt)*pow2(Sbeta)) - 36*s2t*Tbeta*pow2(MuSUSY)*(-1
2957  + pow2(Sbeta))*pow3(Mt) - 2*Mt*Tbeta*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) +
2958  Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2))) + Mgl*(-2*pow2(Mst1)*pow2(
2959  Mst2)*(8*s2t*Tbeta*(pow2(MuSUSY) + 4*pow2(Mst2)*pow2(Sbeta) - pow2(
2960  MuSUSY)*pow2(Sbeta))*pow3(Mt) - 2*Mt*(MuSUSY + 2*Mst2*Tbeta)*pow2(
2961  Sbeta)*pow3(Mst2)*pow3(s2t) - 32*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*
2962  pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + pow4(Mst2)*(4*
2963  Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 6*
2964  Mst2*pow2(Sbeta)) + 16*s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*
2965  pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 4*Mt*(MuSUSY + 2*Mst2*Tbeta)*pow2(
2966  Sbeta)*pow3(Mst2)*pow3(s2t) + 32*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*
2967  pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + pow4(Mst1)*(16*
2968  s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))*
2969  pow3(Mt) + 96*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*pow4(Mt) + Tbeta*
2970  pow2(Sbeta)*pow4(s2t)*pow5(Mst2)))))/6. + (threeLoopFlag*pow2(Al4p)*(
2971  84*Mt*MuSUSY*pow2(Sbeta)*(4*pow2(Mst1)*pow3(Mt)*(9*Dmglst2*pow2(Mst2)*(
2972  (8*(57943 + 1800*lmMsq - 2850*lmMst1 + 2190*lmMst2 - 1260*lmMt)*pow2(
2973  Mst1) + 15*(1805 + 960*lmMsq + 248*lmMst1 - 2872*lmMst2 - 448*lmMt)*
2974  pow2(Mst2))*pow4(Msq) + 2400*(14*pow2(Msq) + 11*pow2(Mst2))*(pow2(Mst1)
2975  *pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) + Mgl*(64800*(2*pow2(Msq)*pow2(
2976  Mst2) + pow4(Mst2))*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) -
2977  pow4(Msq)*(48*(45986 - 2700*lmMsq - 7245*lmMst1 + 21015*lmMst2 + 630*
2978  lmMt)*pow2(Mst1)*pow2(Mst2) + 4*(1126591 - 184140*lmMst1 + 383940*
2979  lmMst2 + 7560*lmMt)*pow4(Mst1) + 9*(88373 - 14400*lmMsq - 9960*lmMst1 +
2980  52680*lmMst2 + 3360*lmMt)*pow4(Mst2)))) + pow3(Mst2)*pow3(s2t)*(180*
2981  pow2(Msq)*((Dmglst2*(3599 - 1080*lmMsq - 1368*lmMst1 + 3480*lmMst2) - (
2982  235 + 450*lmMsq + 642*lmMst1 - 1362*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst1) +
2983  6*((92*Dmglst2 + 49*Mgl)*pow2(Msq) - 5*(34*Dmglst2 + 7*Mgl)*pow2(Mst1))
2984  *pow2(Mst2) + 90*(2*Dmglst2 + Mgl)*pow4(Mst1))*pow4(Mst2) + pow4(Msq)*(
2985  6*(6*Dmglst2*(33563 - 4020*lmMst1 + 4020*lmMst2) + (-242149 + 2700*
2986  lmMsq + 9360*lmMst1 - 19440*lmMst2)*Mgl)*pow2(Mst2)*pow4(Mst1) + ((16*
2987  Dmglst2*(776573 - 80595*lmMst1 + 80595*lmMst2) + 3*(-2205079 + 76140*
2988  lmMst1 - 76140*lmMst2)*Mgl)*pow6(Mst1))/3.) + 1350*pow2(Mst1)*(5*(4*
2989  Dmglst2 + Mgl)*pow2(Mst1) - (64*Dmglst2 + 9*Mgl)*pow2(Mst2))*pow6(Mst2)
2990  ) - 3*Mt*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*(15*pow2(Msq)*pow2(Mst1)*((
2991  Dmglst2*(260504.6 - 43200*lmMsq - 21240*lmMst1 + 85752*lmMst2) + (15395
2992  - 8640*lmMsq + 17928*lmMst1 - 8712*lmMst2)*Mgl)*pow2(Msq) - 2880*(9*
2993  Dmglst2 + Mgl)*pow2(Mst1))*pow2(Mst2) + 2*(Dmglst2*(3.3195316666666665e6
2994  - 324000*lmMsq - 547560*lmMst1 + 1031400*lmMst2) + (63043 - 64800*
2995  lmMsq + 217080*lmMst1 - 147960*lmMst2)*Mgl)*pow4(Msq)*pow4(Mst1) + 135*
2996  (-320*(9*Dmglst2 + Mgl)*pow2(Msq)*pow2(Mst1) + (Dmglst2*(
2997  18556.466666666667 - 5280*lmMsq + 248*lmMst1 + 7944*lmMst2) + (3469 -
2998  1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*Mgl)*pow4(Msq) - 80*(13*Dmglst2
2999  + Mgl)*pow4(Mst1))*pow4(Mst2) - 5400*(Mgl*(16*pow2(Msq) + 2*pow2(Mst1)
3000  + 5*pow2(Mst2)) + Dmglst2*(96*pow2(Msq) + 26*pow2(Mst1) + 41*pow2(Mst2)
3001  ))*pow6(Mst2)) - 2*Mst2*s2t*pow2(Mt)*pow4(Msq)*(-(Mgl*(3*(502399 +
3002  65160*lmMst1 - 134280*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(-29683 +
3003  13560*lmMst1 - 36600*lmMst2)*pow2(Mst1)*pow4(Mst2) + (4828526 + 406080*
3004  lmMst1 - 613440*lmMst2)*pow6(Mst1) - 105840*pow6(Mst2))) + 24*Dmglst2*(
3005  6*(21379 + 1770*lmMst1 + 12630*lmMst2)*pow2(Mst2)*pow4(Mst1) + 6*(4879
3006  - 270*lmMst1 + 8910*lmMst2)*pow2(Mst1)*pow4(Mst2) + (520939 + 44280*
3007  lmMst1 + 76680*lmMst2)*pow6(Mst1) + 8280*pow6(Mst2))) - 3240*Mgl*s2t*
3008  shiftst3*(4*pow2(Mt) + ((1 + lmMst1 - lmMst2)*pow2(Mst1) - pow2(Mst2))*
3009  pow2(s2t))*pow4(Msq)*pow7(Mst2)) + Tbeta*(-28*pow2(Mt)*pow2(MuSUSY)*(2*
3010  Dmglst2*Mst2*(8100*Mst2*s2t*pow2(Mst1)*((186*Mt - 11*Mst2*s2t)*pow2(
3011  Mst2)*pow4(Mst1) + (134*Mt - 11*Mst2*s2t)*pow2(Mst1)*pow4(Mst2) + 2*
3012  pow2(Msq)*(-14*(-12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 2*(120*Mt -
3013  7*Mst2*s2t)*pow4(Mst1) + (96*Mt - 17*Mst2*s2t)*pow4(Mst2)) + 2*(41*Mt -
3014  8*Mst2*s2t)*pow6(Mst2)) + pow4(Msq)*(-27*pow2(Mst1)*pow2(Mst2)*((278347
3015  - 79200*lmMsq + 3720*lmMst1 + 119160*lmMst2)*Mst2*Mt*s2t + 7680*(5 + 6*
3016  lmMst2)*pow2(Mt) + 10*(-4151 + 1080*lmMsq + 1368*lmMst1 - 3480*lmMst2)*
3017  pow2(Mst2)*pow2(s2t)) - 36*Mst2*s2t*((534391 - 113400*lmMsq - 23760*
3018  lmMst1 + 196560*lmMst2)*Mt + 9*(-9053 + 900*lmMsq + 1810*lmMst1 - 3570*
3019  lmMst2)*Mst2*s2t)*pow4(Mst1) + pow2(s2t)*(4*(2286439 - 72900*lmMsq -
3020  307800*lmMst1 + 450360*lmMst2)*pow6(Mst1) + 149040*pow6(Mst2)))) + 3*
3021  Mgl*(1350*s2t*pow2(Mst1)*pow2(Mst2)*((72*Mt - 4*Mst2*s2t)*pow2(Mst2)*
3022  pow4(Mst1) - 4*(-14*Mt + Mst2*s2t)*pow2(Mst1)*pow4(Mst2) + 4*pow2(Msq)*
3023  (-4*(-12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + (64*Mt - 4*Mst2*s2t)*
3024  pow4(Mst1) + (32*Mt - 7*Mst2*s2t)*pow4(Mst2)) + (40*Mt - 9*Mst2*s2t)*
3025  pow6(Mst2)) + pow4(Msq)*(-90*pow2(Mst1)*(3*(3469 - 1440*lmMsq + 664*
3026  lmMst1 + 1384*lmMst2)*Mst2*Mt*s2t + 64*(53 + 24*lmMst2)*pow2(Mt) + 2*(-
3027  59 + 450*lmMsq + 642*lmMst1 - 1362*lmMst2)*pow2(Mst2)*pow2(s2t))*pow3(
3028  Mst2) + s2t*(-6*(40*(5827 - 2700*lmMsq + 2988*lmMst1 + 468*lmMst2)*Mt +
3029  (240379 + 10800*lmMsq + 9900*lmMst1 - 21420*lmMst2)*Mst2*s2t)*pow2(
3030  Mst2)*pow4(Mst1) - (4*(412663 - 226800*lmMsq + 396360*lmMst1 - 119880*
3031  lmMst2)*Mt + (3647353 + 64800*lmMsq - 16740*lmMst1 - 52380*lmMst2)*
3032  Mst2*s2t)*pow6(Mst1)) + 52920*pow2(s2t)*pow7(Mst2)))) + 3780*Mst2*(-18*
3033  Mgl*shiftst3*pow4(Msq)*(-4*pow2(Mst1)*pow2(s2t)*pow4(Mst2)*(2*(-1 +
3034  lmMst1 - lmMst2)*pow2(Mt)*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) + pow2(
3035  Mst2)*pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 8*(-1 + 3*
3036  lmMst1 - 3*lmMst2)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*
3037  pow6(Mst1) + (-4*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
3038  2*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*pow4(Mt) + pow4(Mst2)*pow4(
3039  s2t)))*pow6(Mst2) + pow4(Mst1)*(8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst2)
3040  *pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (3 + 2*lmMst1 -
3041  2*lmMst2)*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))) + pow4(Mst1)*(8*(Dmglst2*(
3042  7286 - 240*lmMst1 + 6384*lmMst2) + (-353 + 72*lmMst1 + 696*lmMst2)*Mgl)
3043  *pow2(MuSUSY)*pow4(Msq)*pow4(Mt) - 105*(6*Dmglst2 + Mgl)*pow2(Sbeta)*
3044  pow4(s2t)*power10(Mst2))) + pow2(Sbeta)*(-21*pow4(s2t)*pow5(Mst2)*(6*
3045  pow2(Msq)*((24*Dmglst2*(3892 + 1350*lmMsq + 705*lmMst1 - 3345*lmMst2) +
3046  (-235099 + 16200*lmMsq + 28620*lmMst1 - 60300*lmMst2)*Mgl)*pow2(Msq) -
3047  2700*(2*Dmglst2 + Mgl)*pow2(Mst1))*pow2(Mst2)*pow4(Mst1) - 90*pow2(
3048  Mst1)*(Mgl*(-600*pow2(Msq)*pow2(Mst1) + 2*(529 + 450*lmMsq + 642*lmMst1
3049  - 1362*lmMst2)*pow4(Msq) + 75*pow4(Mst1)) + Dmglst2*(-2400*pow2(Msq)*
3050  pow2(Mst1) + (-6094 + 2160*lmMsq + 2736*lmMst1 - 6960*lmMst2)*pow4(Msq)
3051  + 300*pow4(Mst1)))*pow4(Mst2) + ((Dmglst2*(8800364 - 855360*lmMst1 +
3052  855360*lmMst2) - 15*(150437 + 3240*lmMsq - 3996*lmMst1 - 8100*lmMst2)*
3053  Mgl)*pow4(Msq)*pow6(Mst1))/3. + 1080*pow2(Msq)*((92*Dmglst2 + 49*Mgl)*
3054  pow2(Msq) - 5*(34*Dmglst2 + 7*Mgl)*pow2(Mst1))*pow6(Mst2)) + 84*Mt*
3055  pow2(Mst1)*pow3(s2t)*pow4(Mst2)*(pow4(Msq)*(30*(Dmglst2*(46748.2 +
3056  2160*lmMsq - 11736*lmMst1 + 7128*lmMst2) + (-7913 + 2160*lmMsq + 5976*
3057  lmMst1 - 10584*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + ((Dmglst2*(8194483
3058  - 2329560*lmMst1 + 2329560*lmMst2) + 51*(-6167 + 9720*lmMst1 - 9720*
3059  lmMst2)*Mgl)*pow4(Mst1))/3.) + 135*pow2(Msq)*((Dmglst2*(
3060  18556.466666666667 - 5280*lmMsq + 248*lmMst1 + 7944*lmMst2) + (3469 -
3061  1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*Mgl)*pow2(Msq) + 320*(3*Dmglst2
3062  + Mgl)*pow2(Mst1) - 640*(6*Dmglst2 + Mgl)*pow2(Mst2))*pow4(Mst2) +
3063  5400*(3*(5*Dmglst2 + Mgl)*pow2(Mst1) - 41*Dmglst2*pow2(Mst2))*pow6(
3064  Mst2)) - 28*Mst2*pow2(Mt)*pow2(s2t)*(-3*Mgl*pow4(Msq)*(-6*pow2(Mst2)*(
3065  4*(73931 + 3060*lmMst1 - 3060*lmMst2)*pow2(Mst2) + (240379 + 10800*
3066  lmMsq + 9900*lmMst1 - 21420*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 9*pow2(
3067  Mst1)*((17923 - 13560*lmMst1 + 36600*lmMst2)*pow2(Mst2) + 20*(59 - 450*
3068  lmMsq - 642*lmMst1 + 1362*lmMst2)*pow2(MuSUSY))*pow4(Mst2) - ((3321329
3069  + 210600*lmMst1 - 210600*lmMst2)*pow2(Mst2) + (3647353 + 64800*lmMsq -
3070  16740*lmMst1 - 52380*lmMst2)*pow2(MuSUSY))*pow6(Mst1) + 52920*(2*pow2(
3071  Mst2) + pow2(MuSUSY))*pow6(Mst2)) - 4*Dmglst2*pow4(Msq)*(162*pow2(Mst2)
3072  *(40*(275 + 34*lmMst1 + 62*lmMst2)*pow2(Mst2) + (9053 - 900*lmMsq -
3073  1810*lmMst1 + 3570*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 27*pow2(Mst1)*(4*
3074  (3499 - 270*lmMst1 + 8910*lmMst2)*pow2(Mst2) + 5*(4151 - 1080*lmMsq -
3075  1368*lmMst1 + 3480*lmMst2)*pow2(MuSUSY))*pow4(Mst2) + 2*(45*(78533 +
3076  6732*lmMst1 + 180*lmMst2)*pow2(Mst2) + (2286439 - 72900*lmMsq - 307800*
3077  lmMst1 + 450360*lmMst2)*pow2(MuSUSY))*pow6(Mst1) + 74520*(2*pow2(Mst2)
3078  + pow2(MuSUSY))*pow6(Mst2)) + 4050*Mgl*pow2(Mst1)*pow2(MuSUSY)*(4*pow4(
3079  Mst1)*pow4(Mst2) + 4*pow2(Mst1)*pow6(Mst2) + 4*pow2(Msq)*(4*pow2(Mst2)*
3080  pow4(Mst1) + 4*pow2(Mst1)*pow4(Mst2) + 7*pow6(Mst2)) + 9*pow8(Mst2)) +
3081  16200*Dmglst2*pow2(Mst1)*pow2(MuSUSY)*(11*pow4(Mst1)*pow4(Mst2) + 11*
3082  pow2(Mst1)*pow6(Mst2) + pow2(Msq)*(28*pow2(Mst2)*pow4(Mst1) + 28*pow2(
3083  Mst1)*pow4(Mst2) + 34*pow6(Mst2)) + 16*pow8(Mst2))) - 16*Mst2*pow4(Mt)*
3084  (-4*Dmglst2*pow4(Msq)*(27*pow2(Mst1)*pow2(Mst2)*((114841 - 1680*lmMst1
3085  + 31920*lmMst2 + 23520*lmMt)*pow2(Mst2) - 6720*(5 + 6*lmMst2)*pow2(
3086  MuSUSY)) + 9*((2655197 + 75600*lmMsq - 325080*lmMst1 + 778680*lmMst2 -
3087  10080*lmMt)*pow2(Mst2) + 105*(-3643 + 120*lmMst1 - 3192*lmMst2)*pow2(
3088  MuSUSY))*pow4(Mst1) + 4*(17026487 + 1530900*lmMsq - 3163860*lmMst1 +
3089  4320540*lmMst2 - 340200*lmMt)*pow6(Mst1) - 521640*pow6(Mst2)) - 453600*
3090  Dmglst2*pow2(Mst1)*(3*pow2(Msq)*pow2(Mst2)*(pow4(Mst1) - pow4(Mst2)) -
3091  4*pow8(Mst2)) + 21*Mgl*(pow4(Msq)*(9*pow2(Mst1)*pow2(Mst2)*((54383 +
3092  3600*lmMsq - 12480*lmMst1 + 25020*lmMst2 - 13980*lmMt)*pow2(Mst2) +
3093  160*(53 + 24*lmMst2)*pow2(MuSUSY)) + 3*((310039 + 21600*lmMsq - 91080*
3094  lmMst1 + 123480*lmMst2 - 43920*lmMt)*pow2(Mst2) + 30*(-353 + 72*lmMst1
3095  + 696*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 2*(610669 + 145800*lmMsq -
3096  300240*lmMst1 + 249480*lmMst2 - 78840*lmMt)*pow6(Mst1) + 52920*pow6(
3097  Mst2)) + 10800*pow2(Msq)*(3*pow2(Mst2)*pow6(Mst1) + 5*pow2(Mst1)*pow6(
3098  Mst2)) + 37800*pow2(Mst1)*pow8(Mst2))) - 56*s2t*pow2(Mst1)*pow3(Mt)*(
3099  Dmglst2*pow2(Mst2)*(pow4(Msq)*(27*pow2(Mst2)*(30*(2029 + 960*lmMsq +
3100  248*lmMst1 - 2872*lmMst2 - 448*lmMt)*pow2(Mst2) + (278347 - 79200*lmMsq
3101  + 3720*lmMst1 + 119160*lmMst2)*pow2(MuSUSY)) + 18*pow2(Mst1)*(3*(438149
3102  - 26520*lmMst1 + 60600*lmMst2 - 3360*lmMt)*pow2(Mst2) + 2*(534391 -
3103  113400*lmMsq - 23760*lmMst1 + 196560*lmMst2)*pow2(MuSUSY)) + 8*(9227767
3104  + 291600*lmMsq - 754920*lmMst1 + 1088640*lmMst2 - 22680*lmMt)*pow4(
3105  Mst1)) + 129600*pow2(Msq)*(-3*pow2(MuSUSY)*(7*pow2(Mst1)*pow2(Mst2) +
3106  10*pow4(Mst1) + 4*pow4(Mst2)) + 14*pow6(Mst2)) + 16200*(-(pow2(MuSUSY)*
3107  (93*pow2(Mst2)*pow4(Mst1) + 67*pow2(Mst1)*pow4(Mst2) + 41*pow6(Mst2)))
3108  + 88*pow8(Mst2))) + 3*Mgl*(-(pow4(Msq)*(6*pow2(Mst1)*pow2(Mst2)*((
3109  470657 - 86040*lmMst1 + 178200*lmMst2)*pow2(Mst2) - 20*(5827 - 2700*
3110  lmMsq + 2988*lmMst1 + 468*lmMst2)*pow2(MuSUSY)) + 2*(4*(574759 + 32400*
3111  lmMsq - 97200*lmMst1 + 131760*lmMst2)*pow2(Mst2) + (-412663 + 226800*
3112  lmMsq - 396360*lmMst1 + 119880*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 9*(2*
3113  (86693 - 14400*lmMsq - 9960*lmMst1 + 52680*lmMst2 + 3360*lmMt)*pow2(
3114  Mst2) - 15*(3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*pow2(MuSUSY))
3115  *pow4(Mst2))) + 43200*pow2(Msq)*(-(pow2(MuSUSY)*(4*pow2(Mst2)*pow4(
3116  Mst1) + 3*pow2(Mst1)*pow4(Mst2) + 2*pow6(Mst2))) + 6*pow8(Mst2)) +
3117  5400*(-(pow2(MuSUSY)*(9*pow4(Mst1)*pow4(Mst2) + 7*pow2(Mst1)*pow6(Mst2)
3118  + 5*pow8(Mst2))) + 24*power10(Mst2))))))))/(408240.*pow2(Mst1)*pow4(
3119  Msq))))/(Mgl*Tbeta*pow2(Sbeta)*pow5(Mst2));
3120 }
3121 
3122 /**
3123  * @return The off-diagonal (1, 2) = (2, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6g2'
3124  */
3125 double H6g2::getS12() const {
3126  return (-(Al4p*MuSUSY*z2*(-68040*Mt*twoLoopFlag*pow2(Mst1)*pow4(Msq)*(Mgl*pow2(
3127  Mst2)*(2*Mt*MuSUSY*s2t*(4*Mt*((9*Dmglst2 + Mgl)*pow2(Mst1)*pow2(Mst2) +
3128  (13*Dmglst2 + Mgl)*pow4(Mst1) + (5*Dmglst2 + Mgl)*pow4(Mst2)) - Mst2*
3129  s2t*(Mgl*pow4(Mst2) + 4*Dmglst2*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) +
3130  pow4(Mst2)))) + Tbeta*(16*pow3(Mt)*(-2*Mgl*pow2(Mst1)*pow2(Mst2) + 3*(
3131  Dmglst2 - Mgl)*pow4(Mst1) - (Dmglst2 + Mgl)*pow4(Mst2)) - 6*Mt*pow2(
3132  Mst2)*pow2(s2t)*(4*Dmglst2*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + (5*
3133  Dmglst2 + Mgl)*pow4(Mst2)) + (4*Dmglst2*pow2(Mst2) + Mgl*(-pow2(Mst1) +
3134  pow2(Mst2)))*pow3(s2t)*pow5(Mst2))) + 4*Mt*xMst*(xDmglst2*pow2(Dmglst2)
3135  *(82*Mt*MuSUSY*s2t - 56*Tbeta*pow2(Mt) - 3*Mst2*(MuSUSY + 5*Mst2*Tbeta)
3136  *pow2(s2t)) + 2*Mgl*(Mgl*Mt*(MuSUSY*s2t - 8*Mt*Tbeta) + Dmglst2*(17*Mt*
3137  MuSUSY*s2t + 16*Tbeta*pow2(Mt) - Mst2*(MuSUSY + 3*Mst2*Tbeta)*pow2(s2t)
3138  )))*pow6(Mst1)) + pow2(Mst2)*(9*Mt*xDmglst2*pow2(Dmglst2)*(-15120*
3139  twoLoopFlag*pow2(Mst1)*pow4(Msq)*(-6*Mst2*Mt*MuSUSY*pow2(s2t)*(pow2(
3140  Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) - 8*Tbeta*pow3(Mt)*(pow2(
3141  Mst1)*pow2(Mst2) + 4*pow4(Mst1) + pow4(Mst2)) - 3*Mt*Tbeta*pow2(Mst2)*
3142  pow2(s2t)*(10*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 11*pow4(Mst2)) +
3143  4*MuSUSY*s2t*pow2(Mt)*(21*pow2(Mst1)*pow2(Mst2) + 31*pow4(Mst1) + 11*
3144  pow4(Mst2)) + 3*Tbeta*pow3(s2t)*pow7(Mst2)) + (Al4p*Mst2*threeLoopFlag*
3145  (113400*pow2(Msq)*(-(pow3(Mst2)*(-2304*MuSUSY*s2t*pow2(Mt) + 4*Mst2*Mt*
3146  (41*MuSUSY + 198*Mst2*Tbeta)*pow2(s2t) + 416*Tbeta*pow3(Mt) + 9*Tbeta*
3147  pow3(Mst2)*pow3(s2t))*pow4(Mst1)) + 13*pow2(Mst1)*(96*MuSUSY*s2t*pow2(
3148  Mt) - 2*Mst2*Mt*(7*MuSUSY + 36*Mst2*Tbeta)*pow2(s2t) - 32*Tbeta*pow3(
3149  Mt) + 7*Tbeta*pow3(Mst2)*pow3(s2t))*pow5(Mst2) - 8*Mst2*Mt*(-120*Mt*
3150  MuSUSY*s2t + 28*Tbeta*pow2(Mt) + Mst2*(7*MuSUSY + 27*Mst2*Tbeta)*pow2(
3151  s2t))*pow6(Mst1)) + pow4(Msq)*(-3*pow4(Mst1)*(8*Mst2*s2t*(7*(3255761 -
3152  1458000*lmMsq - 351000*lmMst1 + 2631960*lmMst2)*MuSUSY + 36*(-371369 +
3153  7875*lmMst1 - 320355*lmMst2)*Mst2*Tbeta)*pow2(Mt) - 7*Mt*(40*(47953 -
3154  14580*lmMsq - 25650*lmMst1 + 54162*lmMst2)*MuSUSY + 3*(2489911 -
3155  1425600*lmMsq - 716040*lmMst1 + 2927880*lmMst2)*Mst2*Tbeta)*pow2(Mst2)*
3156  pow2(s2t) + 32*(315*(3643 - 120*lmMst1 + 3192*lmMst2)*MuSUSY + 2*(-
3157  1161746 + 56700*lmMsq + 6615*lmMst1 - 222075*lmMst2 + 34020*lmMt)*Mst2*
3158  Tbeta)*pow3(Mt) + 14*(131737 - 96660*lmMst1 + 96660*lmMst2)*Tbeta*pow3(
3159  s2t)*pow4(Mst2)) - 9*pow2(Mst1)*pow2(Mst2)*(4*(Mst2*s2t*(7*(1340537 -
3160  496800*lmMsq + 4680*lmMst1 + 778680*lmMst2)*MuSUSY + 18*(-74087 + 1820*
3161  lmMst1 - 230300*lmMst2)*Mst2*Tbeta) + Mt*(1344*(617 + 2040*lmMst2)*
3162  MuSUSY + (718271 + 302400*lmMsq + 32760*lmMst1 - 955080*lmMst2 - 45360*
3163  lmMt)*Mst2*Tbeta))*pow2(Mt) - 7*Mt*(4*(115931 - 48600*lmMsq - 53280*
3164  lmMst1 + 148320*lmMst2)*MuSUSY + 3*(1340537 - 496800*lmMsq + 4680*
3165  lmMst1 + 778680*lmMst2)*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 14*(90011 -
3166  48600*lmMsq - 53280*lmMst1 + 148320*lmMst2)*Tbeta*pow3(s2t)*pow4(Mst2))
3167  + s2t*(14*(8*(2286439 - 72900*lmMsq - 307800*lmMst1 + 450360*lmMst2)*
3168  Mt*MuSUSY*s2t + 15*(1991719 - 194400*lmMsq - 328536*lmMst1 + 618840*
3169  lmMst2)*Mst2*Mt*s2t*Tbeta + 72*(520939 + 44280*lmMst1 + 76680*lmMst2)*
3170  Tbeta*pow2(Mt) + 8*(-776573 + 80595*lmMst1 - 80595*lmMst2)*Tbeta*pow2(
3171  Mst2)*pow2(s2t))*pow6(Mst1) - 3265920*(-2*Mt*MuSUSY*s2t - 4*Tbeta*pow2(
3172  Mt) + Tbeta*pow2(Mst2)*pow2(s2t))*pow6(Mst2))) + 56700*(-((-2504*
3173  MuSUSY*s2t*pow2(Mt) + 2*Mst2*Mt*(97*MuSUSY + 402*Mst2*Tbeta)*pow2(s2t)
3174  + 928*Tbeta*pow3(Mt) + 25*Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1)*pow5(
3175  Mst2)) - 4*Mt*(-186*Mt*MuSUSY*s2t + 88*Tbeta*pow2(Mt) + Mst2*(11*MuSUSY
3176  + 39*Mst2*Tbeta)*pow2(s2t))*pow3(Mst2)*pow6(Mst1) + 2*pow2(Mst1)*(716*
3177  MuSUSY*s2t*pow2(Mt) - Mst2*Mt*(122*MuSUSY + 537*Mst2*Tbeta)*pow2(s2t) -
3178  464*Tbeta*pow3(Mt) + 61*Tbeta*pow3(Mst2)*pow3(s2t))*pow7(Mst2))))/9.) +
3179  7*Al4p*threeLoopFlag*(-97200*Mst2*Mt*s2t*xMsq*pow2(Mgl)*(Tbeta*pow2(
3180  Mst2)*(4*(-1 + shiftst2)*pow2(Mst1)*pow2(Mt) - (shiftst1 - shiftst2 + (
3181  lmMst1 - lmMst2)*(-2 + shiftst1 + shiftst2))*pow2(Mst1)*pow2(Mst2)*
3182  pow2(s2t) + (-1 + shiftst1)*pow2(Mst2)*(-4*pow2(Mt) + pow2(Mst2)*pow2(
3183  s2t)) - (-1 + shiftst2)*pow2(s2t)*pow4(Mst1)) + 2*Mt*MuSUSY*s2t*((1 -
3184  2*lmMst2*(-1 + shiftst1))*pow2(Mst1)*pow2(Mst2) + 2*lmMst1*(-1 +
3185  shiftst1)*pow2(Mst1)*pow2(Mst2) + shiftst2*pow2(Mst1)*(2*pow2(Mst1) +
3186  pow2(Mst2)) - 2*lmMst1*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + 2*
3187  lmMst2*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + pow4(Mst2) - shiftst1*(
3188  2*pow2(Mst1)*pow2(Mst2) + 2*pow4(Mst1) + pow4(Mst2))))*pow6(Msq) -
3189  3240*Mt*xDR2DRMOD*pow4(Msq)*(Mst2*xDmglst2*pow2(Dmglst2)*(-(Mst2*Tbeta*
3190  (64*Mt*pow2(Mst1)*(4*(2*pow2(Mst2) - lmMst2*(pow2(Mst1) + pow2(Mst2)))*
3191  pow2(Mt) + 3*pow2(s2t)*((-1 + 6*lmMst2)*pow2(Mst2)*(pow2(Mst1) + pow2(
3192  Mst2)) + (1 + 3*lmMst2)*pow4(Mst1))) + pow3(Mst2)*(528*s2t*(pow2(Mst1)
3193  - pow2(Mst2))*pow2(Mt) - 3*pow3(s2t)*((8*(-8 + 33*lmMst1 - 21*lmMst2)*
3194  pow2(Mst1)*pow2(Mst2))/3. + 44*pow4(Mst1) - 44*pow4(Mst2))))) + 8*Mt*
3195  MuSUSY*s2t*((32*(-1 + 6*lmMst2)*Mt + (49 - 66*lmMst1 + 42*lmMst2)*Mst2*
3196  s2t)*pow2(Mst1)*pow3(Mst2) + 2*Mst2*(32*(-1 + 6*lmMst2)*Mt + (8 - 33*
3197  lmMst1 + 21*lmMst2)*Mst2*s2t)*pow4(Mst1) + (-46*lmMst1*s2t + 30*lmMst2*
3198  s2t)*pow6(Mst1) + 33*s2t*pow6(Mst2))) + Mgl*(-(Tbeta*(64*Mt*pow2(Mst1)*
3199  (3*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow2(Mst2)*pow2(s2t)
3200  *(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) + 4*pow2(Mt)*(
3201  Dmglst2*(7 + lmMst2)*pow2(Mst1)*pow2(Mst2) - Dmglst2*(-1 + lmMst2)*
3202  pow4(Mst2) - (1 + lmMst2)*Mgl*(3*pow2(Mst1)*pow2(Mst2) + 6*pow4(Mst1) +
3203  pow4(Mst2)))) + (16*(23*Dmglst2 + 13*Mgl)*s2t*(pow2(Mst1) - pow2(Mst2))
3204  *pow2(Mt) - pow3(s2t)*(8*(Dmglst2*(23*lmMst1 - 15*lmMst2) + (4 + 13*
3205  lmMst1 - 9*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(23*Dmglst2 + 13*Mgl)
3206  *(pow4(Mst1) - pow4(Mst2))))*pow5(Mst2))) + Mt*MuSUSY*s2t*(256*Mt*pow2(
3207  Mst1)*(Dmglst2*(1 + 3*lmMst2)*pow2(Mst2)*(2*pow2(Mst1) + pow2(Mst2)) +
3208  (1 + lmMst2)*Mgl*(2*pow2(Mst1)*pow2(Mst2) + 3*pow4(Mst1) + pow4(Mst2)))
3209  + 8*Mst2*s2t*(-2*(Dmglst2*(23*lmMst1 - 15*lmMst2) + (4 + 13*lmMst1 - 9*
3210  lmMst2)*Mgl)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (Dmglst2*(23 - 46*
3211  lmMst1 + 30*lmMst2) + (5 - 26*lmMst1 + 18*lmMst2)*Mgl)*pow2(Mst1)*pow4(
3212  Mst2) + (23*Dmglst2 + 13*Mgl)*pow6(Mst2))))) + Mgl*(-3*Tbeta*(pow2(
3213  Mst1)*(4*(9*Dmglst2*pow2(Mst2)*((8*(57943 + 1800*lmMsq - 2850*lmMst1 +
3214  2190*lmMst2 - 1260*lmMt)*pow2(Mst1) + 15*(1805 + 960*lmMsq + 248*lmMst1
3215  - 2872*lmMst2 - 448*lmMt)*pow2(Mst2))*pow4(Msq) + 2400*(14*pow2(Msq) +
3216  11*pow2(Mst2))*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) +
3217  Mgl*(64800*(2*pow2(Msq)*pow2(Mst2) + pow4(Mst2))*(pow2(Mst1)*pow2(Mst2)
3218  + pow4(Mst1) + pow4(Mst2)) - pow4(Msq)*(48*(45986 - 2700*lmMsq - 7245*
3219  lmMst1 + 21015*lmMst2 + 630*lmMt)*pow2(Mst1)*pow2(Mst2) + 4*(1126591 -
3220  184140*lmMst1 + 383940*lmMst2 + 7560*lmMt)*pow4(Mst1) + 9*(88373 -
3221  14400*lmMsq - 9960*lmMst1 + 52680*lmMst2 + 3360*lmMt)*pow4(Mst2))))*
3222  pow4(Mt) - 3*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(2*(Dmglst2*(
3223  3.3195316666666665e6 - 324000*lmMsq - 547560*lmMst1 + 1031400*lmMst2) +
3224  (63043 - 64800*lmMsq + 217080*lmMst1 - 147960*lmMst2)*Mgl)*pow4(Msq)*
3225  pow4(Mst1) + 135*(-320*(9*Dmglst2 + Mgl)*pow2(Msq)*pow2(Mst1) + (
3226  Dmglst2*(18556.466666666667 - 5280*lmMsq + 248*lmMst1 + 7944*lmMst2) +
3227  (3469 - 1440*lmMsq + 664*lmMst1 + 1384*lmMst2)*Mgl)*pow4(Msq) - 80*(13*
3228  Dmglst2 + Mgl)*pow4(Mst1))*pow4(Mst2) + 15*pow2(Msq)*pow2(Mst2)*((
3229  Dmglst2*(260504.6 - 43200*lmMsq - 21240*lmMst1 + 85752*lmMst2) + (15395
3230  - 8640*lmMsq + 17928*lmMst1 - 8712*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst1) -
3231  2880*(9*Dmglst2 + Mgl)*pow4(Mst1) - 5760*(6*Dmglst2 + Mgl)*pow4(Mst2))
3232  - 5400*pow3(Mst2)*(2*(13*Dmglst2 + Mgl)*pow2(Mst1)*pow3(Mst2) + (41*
3233  Dmglst2 + 5*Mgl)*pow5(Mst2)))) + Mt*pow3(Mst2)*pow3(s2t)*(180*pow2(Msq)
3234  *((Dmglst2*(3599 - 1080*lmMsq - 1368*lmMst1 + 3480*lmMst2) - (235 +
3235  450*lmMsq + 642*lmMst1 - 1362*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst1) + 6*((
3236  92*Dmglst2 + 49*Mgl)*pow2(Msq) - 5*(34*Dmglst2 + 7*Mgl)*pow2(Mst1))*
3237  pow2(Mst2) + 90*(2*Dmglst2 + Mgl)*pow4(Mst1))*pow4(Mst2) + pow4(Msq)*(
3238  6*(6*Dmglst2*(33563 - 4020*lmMst1 + 4020*lmMst2) + (-242149 + 2700*
3239  lmMsq + 9360*lmMst1 - 19440*lmMst2)*Mgl)*pow2(Mst2)*pow4(Mst1) + ((16*
3240  Dmglst2*(776573 - 80595*lmMst1 + 80595*lmMst2) + 3*(-2205079 + 76140*
3241  lmMst1 - 76140*lmMst2)*Mgl)*pow6(Mst1))/3.) + 1350*pow2(Mst1)*(5*(4*
3242  Dmglst2 + Mgl)*pow2(Mst1) - (64*Dmglst2 + 9*Mgl)*pow2(Mst2))*pow6(Mst2)
3243  ) + pow4(Msq)*(3240*Mgl*shiftst3*(-(pow2(Mst2)*(4*s2t*pow3(Mt) + (1 +
3244  lmMst1 - lmMst2)*Mt*pow2(Mst1)*pow3(s2t))) + Mt*pow3(s2t)*pow4(Mst2))*
3245  pow5(Mst2) - 2*Mst2*s2t*pow3(Mt)*(-(Mgl*(3*(502399 + 65160*lmMst1 -
3246  134280*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(-29683 + 13560*lmMst1 -
3247  36600*lmMst2)*pow2(Mst1)*pow4(Mst2) + (4828526 + 406080*lmMst1 -
3248  613440*lmMst2)*pow6(Mst1) - 105840*pow6(Mst2))) + 24*Dmglst2*(6*(21379
3249  + 1770*lmMst1 + 12630*lmMst2)*pow2(Mst2)*pow4(Mst1) + 6*(4879 - 270*
3250  lmMst1 + 8910*lmMst2)*pow2(Mst1)*pow4(Mst2) + (520939 + 44280*lmMst1 +
3251  76680*lmMst2)*pow6(Mst1) + 8280*pow6(Mst2))))) + 2*MuSUSY*pow2(Mt)*(2*
3252  Dmglst2*Mst2*(8100*Mst2*s2t*pow2(Mst1)*((186*Mt - 11*Mst2*s2t)*pow2(
3253  Mst2)*pow4(Mst1) + (134*Mt - 11*Mst2*s2t)*pow2(Mst1)*pow4(Mst2) + 2*
3254  pow2(Msq)*(-14*(-12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 2*(120*Mt -
3255  7*Mst2*s2t)*pow4(Mst1) + (96*Mt - 17*Mst2*s2t)*pow4(Mst2)) + 2*(41*Mt -
3256  8*Mst2*s2t)*pow6(Mst2)) + pow4(Msq)*(-27*pow2(Mst1)*pow2(Mst2)*((278347
3257  - 79200*lmMsq + 3720*lmMst1 + 119160*lmMst2)*Mst2*Mt*s2t + 7680*(5 + 6*
3258  lmMst2)*pow2(Mt) + 10*(-4151 + 1080*lmMsq + 1368*lmMst1 - 3480*lmMst2)*
3259  pow2(Mst2)*pow2(s2t)) - 36*((534391 - 113400*lmMsq - 23760*lmMst1 +
3260  196560*lmMst2)*Mst2*Mt*s2t + 30*(3643 - 120*lmMst1 + 3192*lmMst2)*pow2(
3261  Mt) + 9*(-9053 + 900*lmMsq + 1810*lmMst1 - 3570*lmMst2)*pow2(Mst2)*
3262  pow2(s2t))*pow4(Mst1) + pow2(s2t)*(4*(2286439 - 72900*lmMsq - 307800*
3263  lmMst1 + 450360*lmMst2)*pow6(Mst1) + 149040*pow6(Mst2)))) + 3*Mgl*(
3264  1350*s2t*pow2(Mst1)*pow2(Mst2)*((72*Mt - 4*Mst2*s2t)*pow2(Mst2)*pow4(
3265  Mst1) - 4*(-14*Mt + Mst2*s2t)*pow2(Mst1)*pow4(Mst2) + 4*pow2(Msq)*(-4*(
3266  -12*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + (64*Mt - 4*Mst2*s2t)*pow4(
3267  Mst1) + (32*Mt - 7*Mst2*s2t)*pow4(Mst2)) + (40*Mt - 9*Mst2*s2t)*pow6(
3268  Mst2)) + pow4(Msq)*(-90*pow2(Mst1)*(3*(3469 - 1440*lmMsq + 664*lmMst1 +
3269  1384*lmMst2)*Mst2*Mt*s2t + 64*(53 + 24*lmMst2)*pow2(Mt) - 2*(59 - 450*
3270  lmMsq + 1362*lmMst2 + 36*(1 + lmMst2)*shiftst3 - 6*lmMst1*(107 + 6*
3271  shiftst3))*pow2(Mst2)*pow2(s2t))*pow3(Mst2) + 6*Mst2*(-40*(5827 - 2700*
3272  lmMsq + 2988*lmMst1 + 468*lmMst2)*Mst2*Mt*s2t - 60*(-353 + 72*lmMst1 +
3273  696*lmMst2)*pow2(Mt) - (240379 + 10800*lmMsq - 21420*lmMst2 - 1080*(1 +
3274  2*lmMst2)*shiftst3 + 180*lmMst1*(55 + 12*shiftst3))*pow2(Mst2)*pow2(
3275  s2t))*pow4(Mst1) - s2t*(4*(412663 - 226800*lmMsq + 396360*lmMst1 -
3276  119880*lmMst2)*Mt + Mst2*s2t*(3647353 + 64800*lmMsq - 52380*lmMst2 -
3277  6480*(1 + 3*lmMst2)*shiftst3 + 540*lmMst1*(-31 + 36*shiftst3)))*pow6(
3278  Mst1) + 1080*(49 + 3*shiftst3)*pow2(s2t)*pow7(Mst2))))))))) + 1890*Mt*
3279  xMst*(27*(lmMst1 - lmMst2)*Mst2*Mt*oneLoopFlag*pow2(Mgl)*pow2(MuSUSY)*
3280  pow2(s2t) - Al4p*twoLoopFlag*(8*Mt*s2t*(18*(lmMst1 - lmMst2)*(-2 + 3*
3281  lmMst2)*Mst2*s2t*xDmglst2*xDR2DRMOD*pow2(Dmglst2) + Dmglst2*Mgl*(Mt*(
3282  785 + 6*lmMst1*(85 - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) -
3283  Mst2*s2t*(49 - 84*lmMst2 + lmMst1*(84 - 36*lmMst2*(-1 + xDR2DRMOD)) +
3284  36*(-1 + xDR2DRMOD)*pow2(lmMst2))) + (Mt*(193 + 474*lmMst2 - 6*lmMst1*(
3285  67 + 42*lmMst2) + 252*pow2(lmMst2)) - Mst2*s2t*(1 + 3*lmMst2*(-37 + 6*
3286  xDR2DRMOD) - 3*lmMst1*(-37 + 6*lmMst2*(-12 + xDR2DRMOD) + 6*xDR2DRMOD)
3287  - 81*pow2(lmMst1) + 9*(-15 + 2*xDR2DRMOD)*pow2(lmMst2)))*pow2(Mgl))*
3288  pow2(MuSUSY) + Mgl*MuSUSY*Tbeta*(8*Dmglst2*(36*(-1 + 3*lmMst1 - 3*
3289  lmMst2)*Mst2*s2t*pow2(Mt) - 3*Mt*(50 + lmMst1*(51 - 18*lmMst2) - 51*
3290  lmMst2 + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(7 - 381*lmMst2 +
3291  lmMst1*(327 + 72*lmMst2 - 81*lmMt) + 54*lmMt + 81*lmMst2*lmMt - 72*
3292  pow2(lmMst2))*pow3(Mt) + 2*(1 + 3*lmMst1 - 3*lmMst2)*pow3(Mst2)*pow3(
3293  s2t)) - Mgl*(-144*Mst2*s2t*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(
3294  lmMst1) + pow2(lmMst2))*pow2(Mt) + 24*Mt*(1 + 33*lmMst2 - 3*lmMst1*(11
3295  + 6*lmMst2) + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 32*(83 + 3*
3296  lmMst1*(29 + 12*lmMst2 - 9*lmMt) + 9*lmMt + 3*lmMst2*(-32 + 9*lmMt) -
3297  36*pow2(lmMst2))*pow3(Mt) + (5 + lmMst1*(6 - 288*lmMst2) - 6*lmMst2 +
3298  144*(pow2(lmMst1) + pow2(lmMst2)))*pow3(Mst2)*pow3(s2t))) + 2*xDmglst2*
3299  pow2(Dmglst2)*(-3*Mst2*Mt*pow2(s2t)*(2*Mst2*MuSUSY*Tbeta*(355 + 6*
3300  lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2)) + 2*(85 + 60*lmMst2
3301  + 12*lmMst1*(-5 + 3*lmMst2) - 36*pow2(lmMst2))*pow2(MuSUSY) + 5*(-43 +
3302  60*lmMst1 - 60*lmMst2)*pow2(Mst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)) +
3303  MuSUSY*(2*s2t*pow2(Mt)*(MuSUSY*(5002 + 84*lmMst1*(7 - 6*lmMst2) - 444*
3304  lmMst2 + 504*pow2(lmMst2)) + 3*Mst2*Tbeta*(347 - 430*pow2(Sbeta) + 120*
3305  (lmMst1 - lmMst2)*(-4 + 5*pow2(Sbeta)))) + Tbeta*(8*(412 - 6*lmMst1*(
3306  176 + 42*lmMst2 - 39*lmMt) + 9*lmMst2*(147 - 26*lmMt) - 267*lmMt + 252*
3307  pow2(lmMst2))*pow3(Mt) + 12*(1 - 6*lmMst1 + 6*lmMst2)*pow3(Mst2)*pow3(
3308  s2t))))))*pow4(Msq)*pow8(Mst1))/(204120.*Tbeta*pow2(Mgl)*pow2(Mst1)*
3309  pow4(Msq)*pow7(Mst2)) + MuSUSY*((Mt*oneLoopFlag*s2t*(4*(lmMst1 -
3310  lmMst2)*pow2(Mt) - ((2 + lmMst1 - lmMst2)*pow2(Mst1) + (-2 + lmMst1 -
3311  lmMst2)*pow2(Mst2))*pow2(s2t) - (2*Mt*MuSUSY*s2t*(2 - lmMst1 + lmMst2 -
3312  (2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)))
3313  /Tbeta))/16. - (Mt*threeLoopFlag*pow2(Al4p)*((24300*(1 - 2*lmMsq)*s2t*
3314  xMsq*pow2(Msq)*(Tbeta*pow2(Mst2)*((-1 + shiftst1)*pow2(Mst2)*(-4*pow2(
3315  Mt) + pow2(Mst2)*pow2(s2t)) + pow2(Mst1)*(4*(-1 + shiftst2)*pow2(Mt) +
3316  (-shiftst1 + shiftst2)*pow2(Mst2)*pow2(s2t)) - (-1 + shiftst2)*pow2(
3317  s2t)*pow4(Mst1)) + s2t*(Mt*MuSUSY*(2*(1 - 2*shiftst1 + shiftst2)*pow2(
3318  Mst1)*pow2(Mst2) - 4*(shiftst1 - shiftst2)*pow4(Mst1) - 2*(-1 +
3319  shiftst1)*pow4(Mst2)) + (-lmMst1 + lmMst2)*pow2(Mst1)*(4*Mt*MuSUSY*(1 -
3320  2*shiftst1 + shiftst2)*pow2(Mst1) - 4*Mt*MuSUSY*(-1 + shiftst1)*pow2(
3321  Mst2) + s2t*(-2 + shiftst1 + shiftst2)*Tbeta*pow4(Mst2)))))/(pow2(Mst1)
3322  *pow4(Mst2)) - (5*(Dmglst2*Mgl*Mst2*(-2*s2t*(72*Tbeta*pow2(Mt)*(2806*z3
3323  + 1514*z4 + 2757*pow2(z2)) - 4*Tbeta*pow2(Mst2)*pow2(s2t)*(89947*z3 +
3324  6332*z4 + 9498*pow2(z2)) + Mt*s2t*(8*MuSUSY*(338536*z3 + 11327*z4 +
3325  15897*pow2(z2)) + 3*Mst2*Tbeta*(-844756*z3 + 10126*z4 + 105585*pow2(z2)
3326  )))*pow4(Mst1) + 9*pow2(Mst1)*(-16*Mst2*s2t*pow2(Mt)*(MuSUSY*(59336*z3
3327  + 709*z4 - 8535*pow2(z2)) + 6*Mst2*Tbeta*(590*z3 - 4*z4 + 75*pow2(z2)))
3328  - 3*Mt*pow2(Mst2)*pow2(s2t)*(16*MuSUSY*(9207*z3 + 185*z4 + 237*pow2(z2)
3329  ) + Mst2*Tbeta*(-124922*z3 - 1210*z4 + 18273*pow2(z2))) + 96*(MuSUSY*(
3330  250*z3 - 94*z4 + 21*pow2(z2)) + 2*Mst2*Tbeta*(-955*z3 + 26*z4 + 93*
3331  pow2(z2)))*pow3(Mt) + 6*Tbeta*(20653*z3 + 316*z4 + 474*pow2(z2))*pow3(
3332  s2t)*pow4(Mst2)) + 27*pow2(Mst2)*(-4*Mt*s2t*pow2(Mst2)*(4*Mt*Tbeta*(
3333  439*z3 - 108*z4) + MuSUSY*s2t*(16175*z3 + 424*z4 + 474*pow2(z2))) + 4*
3334  Mst2*pow2(Mt)*(Mt*Tbeta*(5742*z3 - 506*z4 + 105*pow2(z2)) + MuSUSY*s2t*
3335  (-37474*z3 - 542*z4 + 5289*pow2(z2))) - 3*Mt*Tbeta*pow2(s2t)*(-37474*z3
3336  - 542*z4 + 5289*pow2(z2))*pow3(Mst2) + 64*MuSUSY*(83*z3 - 27*z4)*pow3(
3337  Mt) + 2*Tbeta*(16175*z3 + 424*z4 + 474*pow2(z2))*pow3(s2t)*pow4(Mst2)))
3338  - 3*pow2(Mgl)*((4*s2t*pow2(Mt)*(MuSUSY*(134464*z3 + 23528*z4 - 41010*
3339  pow2(z2)) + Mst2*Tbeta*(22466*z3 - 11402*z4 - 17103*pow2(z2))) + 2*
3340  Mst2*Mt*pow2(s2t)*(MuSUSY*(8*(76813 + 162*lmMst1 - 162*lmMst2)*z3 -
3341  15686*z4 - 18183*pow2(z2)) + 3*Mst2*Tbeta*(1144*z3 - 4954*z4 + 6177*
3342  pow2(z2))) + 16*Tbeta*(-107072*z3 + 3326*z4 + 3045*pow2(z2))*pow3(Mt) +
3343  Tbeta*(-272636*z3 + 8870*z4 + 13305*pow2(z2))*pow3(Mst2)*pow3(s2t))*
3344  pow4(Mst1) - 9*pow3(Mst2)*(-4*Mst2*pow2(Mt)*(5*MuSUSY*s2t*(2098*z3 +
3345  102*z4 - 333*pow2(z2)) + 3*Mt*Tbeta*(-1922*z3 + 206*z4 + 21*pow2(z2)))
3346  + 6*Mt*s2t*pow2(Mst2)*(-2*MuSUSY*s2t*((1913 + 12*lmMst1 - 12*lmMst2)*z3
3347  - 10*z4 + 48*pow2(z2)) + Mt*Tbeta*((1622 - 48*lmMst1 + 48*lmMst2)*z3 +
3348  142*z4 + 69*pow2(z2))) + 15*Mt*Tbeta*pow2(s2t)*(2098*z3 + 102*z4 - 333*
3349  pow2(z2))*pow3(Mst2) - 32*MuSUSY*(230*z3 + 27*z4)*pow3(Mt) + 6*Tbeta*((
3350  1913 + 12*lmMst1 - 12*lmMst2)*z3 - 10*z4 + 48*pow2(z2))*pow3(s2t)*pow4(
3351  Mst2)) + 3*Mst2*pow2(Mst1)*(-2*Mst2*s2t*pow2(Mt)*(8*MuSUSY*(-11396*z3 -
3352  1135*z4 + 2388*pow2(z2)) + Mst2*Tbeta*(7078*z3 + 2990*z4 + 4485*pow2(
3353  z2))) + Mt*pow2(Mst2)*pow2(s2t)*(-4*MuSUSY*((-56978 - 216*lmMst1 + 216*
3354  lmMst2)*z3 + 1136*z4 + 813*pow2(z2)) + 3*Mst2*Tbeta*(-14114*z3 - 3010*
3355  z4 + 4557*pow2(z2))) + 16*(9*MuSUSY*(218*z3 + 50*z4 + 21*pow2(z2)) + 2*
3356  Mst2*Tbeta*(-8219*z3 + 326*z4 + 165*pow2(z2)))*pow3(Mt) + 2*Tbeta*((-
3357  39761 - 108*lmMst1 + 108*lmMst2)*z3 + 1046*z4 + 1245*pow2(z2))*pow3(
3358  s2t)*pow4(Mst2))) + Mst2*xDmglst2*pow2(Dmglst2)*(-2*s2t*(72*Tbeta*pow2(
3359  Mt)*(2806*z3 + 1514*z4 + 2757*pow2(z2)) - 4*Tbeta*pow2(Mst2)*pow2(s2t)*
3360  (89947*z3 + 6332*z4 + 9498*pow2(z2)) + Mt*s2t*(8*MuSUSY*(338536*z3 +
3361  11327*z4 + 15897*pow2(z2)) + 3*Mst2*Tbeta*(-844756*z3 + 10126*z4 +
3362  105585*pow2(z2))))*pow4(Mst1) + 3*pow2(Mst1)*(-8*Mst2*s2t*pow2(Mt)*(
3363  MuSUSY*(699292*z3 + 12344*z4 - 88647*pow2(z2)) + 36*Mst2*Tbeta*(3124*z3
3364  + 29*z4 + 165*pow2(z2))) - Mt*pow2(Mst2)*pow2(s2t)*(8*MuSUSY*(409448*z3
3365  + 10819*z4 + 3471*pow2(z2)) + 3*Mst2*Tbeta*(-629162*z3 - 17194*z4 +
3366  84045*pow2(z2))) + 8*(Mst2*Tbeta*(118001*z3 - 6920*z4 - 6492*pow2(z2))
3367  + 36*MuSUSY*(250*z3 - 94*z4 + 21*pow2(z2)))*pow3(Mt) + Tbeta*(958451*z3
3368  + 16612*z4 + 1590*pow2(z2))*pow3(s2t)*pow4(Mst2)) + 9*pow2(Mst2)*(-4*
3369  Mst2*pow2(Mt)*(MuSUSY*s2t*(256474*z3 + 2498*z4 - 31083*pow2(z2)) + Mt*
3370  Tbeta*(-55952*z3 + 1742*z4 + 21*pow2(z2))) - 2*Mt*s2t*pow2(Mst2)*(9*Mt*
3371  Tbeta*(19703*z3 - 376*z4 + 84*pow2(z2)) + MuSUSY*s2t*(226447*z3 + 8888*
3372  z4 + 4098*pow2(z2))) + 3*Mt*Tbeta*pow2(s2t)*(256474*z3 + 2498*z4 -
3373  31083*pow2(z2))*pow3(Mst2) + 96*MuSUSY*(1990*z3 - 81*z4)*pow3(Mt) +
3374  Tbeta*(226447*z3 + 8888*z4 + 4098*pow2(z2))*pow3(s2t)*pow4(Mst2)))))/(
3375  pow2(Mgl)*pow5(Mst2)) + Mt*MuSUSY*((20*(9*Mst2*pow2(Mt)*(3*Mgl*(8*pow2(
3376  Mst2)*(436 - 6*B4 + 6*D3 - 3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2
3377  + 24*lmMt - 972*S2 - 48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2)) +
3378  pow2(Mst1)*(10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 - 384*(-25 + 9*
3379  lmMst1)*lmMst2 - 384*lmMst1*lmMt + 384*(1 + lmMst2)*lmMt - 224*OepS2 +
3380  324*(-43 + 14*lmMst1 - 14*lmMst2)*S2 - 384*(-13 + 4*lmMst1)*pow2(
3381  lmMst2) + 1536*pow3(lmMst2))) + 2*Dmglst2*(pow2(Mst1)*(28405 - 288*B4 +
3382  288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 +
3383  lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*lmMst1 - 14*lmMst2)*S2
3384  - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(lmMst2)) + 72*pow2(Mst2)
3385  *(180 - 2*B4 + 2*D3 - DN + 144*lmMst2 - 216*S2 - 16*(-2 + lmMst1)*pow2(
3386  lmMst2) + 16*(lmMst1 + pow3(lmMst2))))) + 4*Dmglst2*Mst2*T1ep*(-36*
3387  pow2(Mst1)*(253*Mst2*Mt*s2t + 42*pow2(Mt) - 129*pow2(Mst2)*pow2(s2t)) +
3388  189*s2t*(-5*Mt + 2*Mst2*s2t)*pow3(Mst2) + 17308*pow2(s2t)*pow4(Mst1)) +
3389  6*Mgl*T1ep*(6*Mst2*pow2(Mst1)*(272*Mst2*Mt*s2t + 252*pow2(Mt) - 487*
3390  pow2(Mst2)*pow2(s2t)) + s2t*(3764*Mt - 7357*Mst2*s2t)*pow4(Mst1) + 54*
3391  s2t*(7*Mt - 8*Mst2*s2t)*pow4(Mst2))))/(Mgl*pow5(Mst2)) + 90*pow2(s2t)*(
3392  15829 - 720*B4 + 72*D3 - 36*DN - 3330*lmMsq + 1350*pow2(lmMsq) - 3*
3393  lmMst1*(5279 - 1950*lmMsq + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*
3394  lmMst2*(10421 - 6558*lmMst1 + 30*lmMsq*(-95 + 42*lmMst1) + 630*pow2(
3395  lmMsq) + 234*pow2(lmMst1)) - 18*(-1460 + 210*lmMsq + 399*lmMst1)*pow2(
3396  lmMst2) - 288*pow3(lmMst1) + 6768*pow3(lmMst2) + (6*pow2(Mst1)*((Mgl*(
3397  111 - 3028*lmMst2 + 90*lmMsq*(4 - 13*lmMst1 + 13*lmMst2) + 2*lmMst1*(
3398  1334 + 675*lmMst2) - 90*pow2(lmMst1) - 1260*pow2(lmMst2)) + 100*
3399  Dmglst2*(69 + (-53 + 42*lmMsq)*lmMst2 + lmMst1*(53 - 42*lmMsq + 42*
3400  lmMst2) - 42*pow2(lmMst2)))/(Mgl*pow2(Msq)) - (135*(204.20053497942388
3401  + (76*B4)/
3402  9. - (2*DN)/9. - (50*lmMsq)/3. + (2*lmMst1*(57971 - 14625*lmMsq + 2700*
3403  pow2(lmMsq)))/405. - (2*lmMst2*(52436 - 70455*lmMst1 + 225*lmMsq*(-65 +
3404  36*lmMst1) + 2700*pow2(lmMsq) + 8280*pow2(lmMst1)))/405. + ((-1331 +
3405  180*lmMsq)*pow2(lmMst1) + (-8063 + 900*lmMsq)*pow2(lmMst2) + 3792*
3406  lmMst1*pow2(lmMst2))/27. - (62*pow3(lmMst1))/27. - (2626*pow3(lmMst2))/
3407  27. - (Dmglst2*(109.11799176954733 - (8*B4)/3. + (32*D3)/9. - (20*DN)/
3408  9. + 80*lmMsq - lmMst1*(78.19061728395062 + 20*pow2(lmMsq)) - (2888*
3409  pow2(lmMst1))/135. + lmMst2*(40*lmMsq*lmMst1 + 20*pow2(lmMsq) + (4*(-
3410  21616 - 64515*lmMst1 + 31275*pow2(lmMst1)))/2025.) - (4*(-5023 + 1350*
3411  lmMsq + 6285*lmMst1)*pow2(lmMst2))/135. + (20*pow3(lmMst1))/27. + (
3412  3340*pow3(lmMst2))/27.))/Mgl))/pow2(Mst2)))/5. - 162*S2*(1056 + 48*
3413  lmMst1 - 48*lmMst2 + ((9473 + 974*lmMst1 - 974*lmMst2 + (3*Dmglst2*(
3414  6952.444444444444 - 344*lmMst1 + 344*lmMst2))/Mgl)*pow2(Mst1))/(3.*
3415  pow2(Mst2)) + (Dmglst2*(3354 - 28*lmMst1 + 28*lmMst2) + ((8*Dmglst2*(
3416  93919 - 12981*lmMst1 + 12981*lmMst2) + 3*(160997 + 22071*lmMst1 -
3417  22071*lmMst2)*Mgl)*pow4(Mst1))/(81.*pow4(Mst2)))/Mgl) + 162*pow4(Mst1)*
3418  ((1.0702990137854083 + (9571*lmMsq)/26460. + ((56221 - 35490*lmMsq)*
3419  lmMst1)/13230. + (-4.6112244897959185 + (19*lmMsq)/7. + (31*lmMst1)/9.)
3420  *lmMst2 - pow2(lmMsq)/63. - (8*pow2(lmMst1))/21. + (5*Dmglst2*(216 + (-
3421  95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq + 132*lmMst2) - 132*
3422  pow2(lmMst2)))/(54.*Mgl) - (194*pow2(lmMst2))/63.)/pow4(Msq) - (
3423  363.3804294212688 + (76*B4)/9. - (2*DN)/9. - (35*lmMsq)/2. + lmMst1*(
3424  211.3489518770471 - (695*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
3425  214.87936507936507 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
3426  190.46006298815823 - (71398*lmMst1)/105. + (5*lmMsq*(-139 + 120*lmMst1)
3427  )/9. + (40*pow2(lmMsq))/3. + (334*pow2(lmMst1))/3.) + ((-146507 +
3428  14700*lmMsq + 91070*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. -
3429  (1556*pow3(lmMst2))/9. - (Dmglst2*(536.1152102791342 - (8*B4)/3. + (32*
3430  D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497 + 20*lmMsq*(1 +
3431  lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*(1 + lmMsq) + (
3432  133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(lmMst1))/9.) - (
3433  15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*lmMsq - (2812*
3434  lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*pow3(lmMst2))/
3435  27.))/Mgl)/pow4(Mst2)) + (162*((Dmglst2*(3197 - 432*B4 + 576*D3 - 360*
3436  DN + 9180*lmMsq + 216*lmMst1*(7 - 15*pow2(lmMsq)) + 1620*pow2(lmMsq) -
3437  1404*pow2(lmMst1) + 36*lmMst2*(-291 - 464*lmMst1 + 90*lmMsq*(-1 + 2*
3438  lmMst1) + 90*pow2(lmMsq) + 32*pow2(lmMst1)) - 36*(-607 + 180*lmMsq +
3439  336*lmMst1)*pow2(lmMst2) + 10944*pow3(lmMst2)))/162. - (16*(1 + lmMst2)
3440  *(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) - (
3441  4*OepS2*(4*Dmglst2*(2322*pow2(Mst1)*pow2(Mst2) + 8654*pow4(Mst1) + 189*
3442  pow4(Mst2)) - 3*Mgl*(2922*pow2(Mst1)*pow2(Mst2) + 7357*pow4(Mst1) +
3443  432*pow4(Mst2))))/(2187.*pow4(Mst2)) + (pow2(Mst2)*((Mgl*(2*(4167613 -
3444  19932360*lmMst2 + 20580*lmMst1*(701 + 540*lmMst2) + 420*lmMsq*(13109 -
3445  26460*lmMst1 + 25620*lmMst2) + 176400*pow2(lmMsq) - 10936800*pow2(
3446  lmMst2))*pow2(Mst1) + (41220947 - 420*lmMsq*(12479 + 69090*lmMst1 -
3447  69930*lmMst2) - 21234990*lmMst2 + 10290*lmMst1*(2573 + 2820*lmMst2) -
3448  176400*pow2(lmMsq) - 29194200*pow2(lmMst2))*pow2(Mst2)))/1.11132e7 + (
3449  5*Dmglst2*(2*(219 + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq +
3450  132*lmMst2) - 132*pow2(lmMst2))*pow2(Mst1) + (557 - 224*lmMst2 + 4*
3451  lmMst1*(53 + 96*lmMst2) + lmMsq*(12 - 384*lmMst1 + 384*lmMst2) - 384*
3452  pow2(lmMst2))*pow2(Mst2)))/108. - (40*(8*Dmglst2*(14 - 15*lmMsq + 15*
3453  lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq)*pow2(Mst2) + (-12*
3454  Mgl*(341 + 642*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
3455  lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2)) - 24*Dmglst2*(-115 + (366
3456  + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*
3457  pow2(lmMst2)))*pow4(Msq) + (90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*
3458  (67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow4(Mst2))/(216.*pow2(Mst1))))/pow4(
3459  Msq) + (Mgl*((1725 + (-7006 + 2640*lmMsq)*lmMst2 + lmMst1*(7006 - 2640*
3460  lmMsq + 4800*lmMst2) - 1080*pow2(lmMst1) - 3720*pow2(lmMst2))*pow4(
3461  Mst1) + 2*(836 - 2235*lmMst2 + 75*lmMst1*(27 + 16*lmMst2) + 30*lmMsq*(7
3462  - 40*lmMst1 + 40*lmMst2) - 1200*pow2(lmMst2))*pow4(Mst2)) + 50*Dmglst2*
3463  ((291 + 2*(-103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*lmMsq + 84*
3464  lmMst2) - 168*pow2(lmMst2))*pow4(Mst1) + 2*(118 + 109*lmMst1 + (-133 +
3465  102*lmMst1)*lmMst2 + 6*lmMsq*(4 - 17*lmMst1 + 17*lmMst2) - 102*pow2(
3466  lmMst2))*pow4(Mst2)))/(270.*pow2(Msq)*pow2(Mst2))))/Mgl + (54*(-1 + 2*
3467  lmMst2)*shiftst3*(2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) +
3468  2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (2 - 6*lmMst1 + 6*
3469  lmMst2)*pow6(Mst1) + pow6(Mst2)))/(pow2(Mst1)*pow4(Mst2))) + (Mt*s2t*(
3470  14580*pow2(Mst1)*pow2(Mst2)*(1035.3004115226338 + (1016*B4)/9. - (4*DN)
3471  /9. - 240*lmMsq + (80*pow2(lmMsq))/3. - (8*lmMst1*(422 - 45*lmMsq + 45*
3472  pow2(lmMsq)))/9. - (176*pow2(lmMst1))/9. + (8*lmMst2*(1096 + 15*lmMsq*(
3473  -7 + 6*lmMst1 - 6*lmMst2) + 717*lmMst2 - lmMst1*(551 + 248*lmMst2) +
3474  45*pow2(lmMsq) + 8*pow2(lmMst1)))/9. + (640*pow3(lmMst2))/3. + ((-80*(
3475  Mgl*(55 + 6*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 52*lmMst2 - 10*lmMst1*(4
3476  + 3*lmMst2) + 30*pow2(lmMst2)) + Dmglst2*(321 + 18*lmMsq*(-2 + 5*lmMst1
3477  - 5*lmMst2) + 96*lmMst2 - 30*lmMst1*(2 + 3*lmMst2) + 90*pow2(lmMst2)))*
3478  pow2(Mst1))/(27.*pow2(Msq)) + Dmglst2*(881.6139917695473 + 248*B4 - 4*
3479  DN - (2560*lmMsq)/3. + lmMst1*(130.96296296296296 - 120*lmMsq - 40*
3480  pow2(lmMsq)) + (80*pow2(lmMsq))/3. + (176*pow2(lmMst1))/9. + (8*lmMst2*
3481  (4364 - 573*lmMst1 + 45*lmMsq*(5 + 6*lmMst1) + 135*pow2(lmMsq) + 24*
3482  pow2(lmMst1)))/27. - (8*(-377 + 90*lmMsq + 376*lmMst1)*pow2(lmMst2))/9.
3483  + (2944*pow3(lmMst2))/9.))/Mgl) + 10*(2552929 + 257904*B4 - 648*DN -
3484  456840*lmMsq + 38880*pow2(lmMsq) - 216*lmMst1*(4591 - 360*lmMsq + 450*
3485  pow2(lmMsq)) + 41904*pow2(lmMst1) + 216*lmMst2*(9211 - 6466*lmMst1 +
3486  180*lmMsq*(-4 + 5*lmMst1) + 450*pow2(lmMsq) + 576*pow2(lmMst1)) - 864*(
3487  -1784 + 225*lmMsq + 840*lmMst1)*pow2(lmMst2) - 3456*pow3(lmMst1) +
3488  604800*pow3(lmMst2))*pow4(Mst1) + ((9*(4800*(-2*Mgl*(23 + lmMsq*(-6 +
3489  9*lmMst1 - 9*lmMst2) + 18*lmMst2 - 3*lmMst1*(4 + 3*lmMst2) + 9*pow2(
3490  lmMst2)) - 3*Dmglst2*(77 + 6*lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 24*
3491  lmMst2 - 6*lmMst1*(2 + 3*lmMst2) + 18*pow2(lmMst2)))*pow2(Msq)*pow2(
3492  Mst1) + (45*Mgl*(18201 + 1760*B4 - 16*DN - 5760*lmMsq + 960*pow2(lmMsq)
3493  - 16*lmMst1*(199 - 30*lmMsq + 30*pow2(lmMsq)) + 16*lmMst2*(1291 - 322*
3494  lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) + 30*pow2(lmMsq) - 16*pow2(lmMst1)) -
3495  256*pow2(lmMst1) - 32*(-313 + 30*lmMsq + 72*lmMst1)*pow2(lmMst2) +
3496  2560*pow3(lmMst2)) + Dmglst2*(779917 + 188640*B4 - 3600*DN - 648000*
3497  lmMsq + 43200*pow2(lmMsq) - 720*lmMst1*(-173 + 90*lmMsq + 30*pow2(
3498  lmMsq)) + 720*lmMst2*(1623 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1) +
3499  30*pow2(lmMsq) - 16*pow2(lmMst1)) + 11520*pow2(lmMst1) - 1440*(-265 +
3500  30*lmMsq + 136*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2)))*pow4(Msq) -
3501  300*(Mgl*(233 + 36*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) + 207*lmMst2 - 45*
3502  lmMst1*(3 + 4*lmMst2) + 180*pow2(lmMst2)) + Dmglst2*(1961 + 180*lmMsq*(
3503  -2 + 5*lmMst1 - 5*lmMst2) + 675*lmMst2 - 45*lmMst1*(7 + 20*lmMst2) +
3504  900*pow2(lmMst2)))*pow4(Mst1))*pow4(Mst2))/pow4(Msq) - 160*OepS2*((-
3505  3036*Dmglst2 + 816*Mgl)*pow2(Mst1)*pow2(Mst2) + 1882*Mgl*pow4(Mst1) -
3506  63*(5*Dmglst2 - 3*Mgl)*pow4(Mst2)) - 108*S2*(3*Dmglst2*pow2(Mst2)*(8*(
3507  2489 + 3795*lmMst1 - 3795*lmMst2)*pow2(Mst1) + 9*(-453 + 350*lmMst1 -
3508  350*lmMst2)*pow2(Mst2)) - 5*Mgl*(36*(169 + 136*lmMst1 - 136*lmMst2)*
3509  pow2(Mst1)*pow2(Mst2) + 2*(9185 + 5646*lmMst1 - 5646*lmMst2)*pow4(Mst1)
3510  + 81*(-1 + 14*lmMst1 - 14*lmMst2)*pow4(Mst2))) + (90*(-48*(15*Dmglst2*(
3511  95 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*
3512  lmMst2) + 12*pow2(lmMst2)) + 5*Mgl*(71 + 12*lmMsq*(-2 + lmMst1 -
3513  lmMst2) + 40*lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(lmMst2)))*pow2(
3514  Msq) - 5*(Mgl*(1153 + 12*lmMsq*(-35 + 54*lmMst1 - 54*lmMst2) + 906*
3515  lmMst2 - 162*lmMst1*(3 + 4*lmMst2) + 648*pow2(lmMst2)) + Dmglst2*(8713
3516  + 12*lmMsq*(-179 + 270*lmMst1 - 270*lmMst2) + 3282*lmMst2 - 162*lmMst1*
3517  (7 + 20*lmMst2) + 3240*pow2(lmMst2)))*pow2(Mst1) - 5*(Mgl*(911 + 12*
3518  lmMsq*(-37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*
3519  lmMst2) + 216*pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 + 90*
3520  lmMst1 - 90*lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*
3521  pow2(lmMst2)))*pow2(Mst2) + (2304*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*
3522  lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq))/pow2(Mst1))*pow6(Mst2))/pow4(Msq)
3523  )/Mgl))/pow5(Mst2))))/(14580.*Tbeta) - threeLoopFlag*pow2(Al4p)*(-(s2t*
3524  pow3(Mt)*(227.09043209876543 + (8*D3)/9. - (8*DN)/9. - (50*lmMsq)/3. +
3525  (32*lmMt)/3. + 10*pow2(lmMsq) + (2*lmMst1*(667 - 300*lmMsq + 45*pow2(
3526  lmMsq)))/27. + (2*lmMst2*(1946 + lmMsq*(30 - 90*lmMst1) + 294*lmMst1 -
3527  45*pow2(lmMsq) - 117*pow2(lmMst1)))/27. + (124*pow2(lmMst1))/9. + (2*(
3528  152 + 30*lmMsq + 31*lmMst1)*pow2(lmMst2))/9. + (32*pow3(lmMst1))/9. - (
3529  16*pow3(lmMst2))/9. + (4*Dmglst2*(15529 - 120*B4 + 120*D3 - 60*DN +
3530  150*lmMsq + 690*lmMst1 + 675*pow2(lmMsq) + 345*pow2(lmMst1) - 5*lmMst2*
3531  (-3091 + 270*lmMsq + 42*lmMst1 + 96*pow2(lmMst1)) + (4305 - 480*lmMst1)
3532  *pow2(lmMst2) + 960*pow3(lmMst2)))/(135.*Mgl) - S2*(267.3 - 69*lmMst1 +
3533  69*lmMst2 - ((370.43333333333334 + (1495*lmMst1)/3. - (1495*lmMst2)/3.
3534  - (4*Dmglst2*(139 + 100*lmMst1 - 100*lmMst2))/Mgl)*pow2(Mst1))/pow2(
3535  Mst2) + ((2532*Dmglst2)/5. + (2*(12*Dmglst2*(17269 + 13785*lmMst1 -
3536  13785*lmMst2) + (-126661 - 85515*lmMst1 + 85515*lmMst2)*Mgl)*pow4(Mst1)
3537  )/(135.*pow4(Mst2)))/Mgl) - pow4(Mst1)*((1.670354173415398 - (lmMsq*(
3538  256 + 259*lmMst1 - 49*lmMst2))/441. - (106*lmMst2)/135. + lmMst1*(
3539  1.365684051398337 + (19*lmMst2)/9.) + (10*Dmglst2)/(9.*Mgl) + (5*pow2(
3540  lmMsq))/21. - (16*pow2(lmMst1))/21. - (10*pow2(lmMst2))/9.)/pow4(Msq) -
3541  (594.0859288013853 - (40*lmMsq)/3. + (-480.17666414714034 + 20*lmMsq)*
3542  lmMst1 + lmMst2*(707.7322197026959 - (69154*lmMst1)/945. - (20*lmMsq*(3
3543  + 2*lmMst1))/3. - (410*pow2(lmMst1))/9.) + ((-94783 + 6300*lmMsq)*pow2(
3544  lmMst1))/945. + (216.14497354497354 + (20*lmMsq)/3. - (166*lmMst1)/9.)*
3545  pow2(lmMst2) + (32*lmMt*(1 + 4*lmMst2 - 2*lmMst1*(2 + lmMst2) + pow2(
3546  lmMst1) + pow2(lmMst2)))/3. + (26*pow3(lmMst1))/27. + (1702*pow3(
3547  lmMst2))/27. + (Dmglst2*(386.22610253272387 - (32*B4)/9. + (32*D3)/9. -
3548  (16*DN)/9. + (280*lmMsq)/3. + (756.6053917863442 - 80*lmMsq)*lmMst1 + (
3549  19352*pow2(lmMst1))/189. + lmMst2*(196.28349710254471 + 80*lmMsq - (
3550  57520*lmMst1)/189. + (88*pow2(lmMst1))/9.) + (8*(6787 - 5439*lmMst1)*
3551  pow2(lmMst2))/189. - (64*lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) +
3552  pow2(lmMst1) + pow2(lmMst2)))/3. - (8*pow3(lmMst1))/9. + (664*pow3(
3553  lmMst2))/3.))/Mgl)/pow4(Mst2)) + ((32*(1 + lmMst2)*(4*Dmglst2*lmMst2 +
3554  Mgl + lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) + (4*OepS2*(24*Dmglst2*(
3555  150*pow2(Mst1)*pow2(Mst2) + 919*pow4(Mst1)) - Mgl*(4485*pow2(Mst1)*
3556  pow2(Mst2) + 11402*pow4(Mst1) + 621*pow4(Mst2))))/(729.*pow4(Mst2)) + (
3557  pow2(Mst2)*((-5*Dmglst2*(3*(7 + 12*lmMsq - 12*lmMst2)*pow2(Mst1) + 2*(
3558  43 - 144*lmMsq + 144*lmMst2)*pow2(Mst2)))/54. + (Mgl*(1715*(75 + 60*
3559  lmMsq*(-3 + 2*lmMst1 - 2*lmMst2) + 356*lmMst2 - 8*lmMst1*(22 + 15*
3560  lmMst2) + 120*pow2(lmMst2))*pow2(Mst1) + (-393767 + 420*lmMsq*(2194 +
3561  49*lmMst1 - 259*lmMst2) - 878948*lmMst2 - 1372*lmMst1*(31 + 15*lmMst2)
3562  + 44100*pow2(lmMsq) + 64680*pow2(lmMst2))*pow2(Mst2)))/185220. + (40*(
3563  8*Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*
3564  Mgl)*pow2(Msq)*pow2(Mst2) + (-24*Dmglst2*(-179 + 2*(87 + 32*lmMst1)*
3565  lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))
3566  - 12*Mgl*(277 + 514*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*
3567  lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2)))*pow4(Msq) + (90*Dmglst2*(
3568  13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow4(
3569  Mst2))/(108.*pow2(Mst1))))/pow4(Msq) - (16*Dmglst2*(pow2(Msq)*pow2(
3570  Mst1)*(-9080791 + 54000*B4 - 54000*D3 + 27000*DN - 607500*lmMsq -
3571  2541540*lmMst1 + 202500*lmMsq*lmMst1 - 8582460*lmMst2 - 202500*lmMsq*
3572  lmMst2 + 867600*lmMst1*lmMst2 + 648000*lmMt - 324000*lmMst1*lmMt +
3573  324000*lmMst2*lmMt - 1800*pow2(lmMst1) + 202500*lmMst2*pow2(lmMst1) -
3574  2161800*pow2(lmMst2) + 1525500*lmMst1*pow2(lmMst2) + 4500*pow3(lmMst1)
3575  - 1732500*pow3(lmMst2)) + 33750*(2*pow2(Mst1)*pow2(Mst2) + 2*(-3 +
3576  lmMst1 - lmMst2)*pow4(Mst1) + (17 - 20*lmMsq + 20*lmMst2)*pow4(Mst2)))
3577  + 5*Mgl*(pow2(Msq)*pow2(Mst1)*(-19319827 - 19042320*lmMst2 - 518400*
3578  lmMt - 1036800*lmMst2*lmMt + 3600*(701 + 186*lmMst2)*pow2(lmMst1) -
3579  5943600*pow2(lmMst2) - 324000*lmMsq*(-2 + lmMst1 - lmMst2 - 2*lmMst1*
3580  lmMst2 + pow2(lmMst1) + pow2(lmMst2)) + 240*lmMst1*(35693 + 5610*lmMst2
3581  + 4320*lmMt + 3690*pow2(lmMst2)) + 295200*pow3(lmMst1) - 1850400*pow3(
3582  lmMst2)) + 48*((9608 - 15*lmMsq*(218 + 195*lmMst1 - 75*lmMst2) - 5250*
3583  lmMst2 + 15*lmMst1*(568 + 375*lmMst2) + 900*pow2(lmMsq) - 1350*pow2(
3584  lmMst1) - 3375*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) - 1125*(-4 + lmMst1*
3585  (2 - 6*lmMst2) - 2*lmMst2 + 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow4(Mst1)
3586  + (6517 - 15*lmMsq*(532 + 75*lmMst1 - 195*lmMst2) + 4980*lmMst2 + 375*
3587  lmMst1*(8 + 3*lmMst2) - 900*pow2(lmMsq) - 2025*pow2(lmMst2))*pow4(Mst2)
3588  )))/(243000.*pow2(Msq)*pow2(Mst2)))/Mgl)) - (pow2(Mt)*pow2(s2t)*(pow2(
3589  Mst1)*pow2(Mst2)*(397.2878086419753 + 48*B4 - 60*lmMsq - 5*lmMst1*(43 -
3590  4*lmMsq + 4*pow2(lmMsq)) - (28*pow2(lmMst1))/3. + (lmMst2*(901 - 780*
3591  lmMst1 + 60*lmMsq*(-1 + 2*lmMst1) + 60*pow2(lmMsq) + 32*pow2(lmMst1)))/
3592  3. - (8*(-101 + 15*lmMsq + 44*lmMst1)*pow2(lmMst2))/3. + (320*pow3(
3593  lmMst2))/3. + ((-20*(6*Dmglst2*(15 + lmMst1*(-4 + 6*lmMsq - 6*lmMst2) +
3594  4*lmMst2 - 6*lmMsq*lmMst2 + 6*pow2(lmMst2)) + Mgl*(9 + 4*lmMst1*(-4 +
3595  3*lmMsq - 3*lmMst2) + 16*lmMst2 - 12*lmMsq*lmMst2 + 12*pow2(lmMst2)))*
3596  pow2(Mst1))/(9.*pow2(Msq)) + Dmglst2*(300.1378086419753 + (296*B4)/3. -
3597  (4*DN)/3. - 340*lmMsq + lmMst1*(40.55555555555556 - 60*lmMsq - 20*pow2(
3598  lmMsq)) + (28*pow2(lmMst1))/3. + lmMst2*(428.77777777777777 - 84*lmMst1
3599  + 20*lmMsq*(3 + 2*lmMst1) + 20*pow2(lmMsq) + (32*pow2(lmMst1))/3.) - (
3600  8*(-28 + 15*lmMsq + 60*lmMst1)*pow2(lmMst2))/3. + (448*pow3(lmMst2))/3.
3601  ))/Mgl) + (536.7597736625514 + 48*B4 - 55*lmMsq - lmMst1*(
3602  228.77777777777777 - 10*lmMsq + 20*pow2(lmMsq)) + (326*pow2(lmMst1))/9.
3603  + (lmMst2*(2635 - 3160*lmMst1 + 90*lmMsq*(-1 + 4*lmMst1) + 180*pow2(
3604  lmMsq) + 528*pow2(lmMst1)))/9. + (314.8888888888889 - 40*lmMsq - 208*
3605  lmMst1)*pow2(lmMst2) - (16*pow3(lmMst1))/9. - (Dmglst2*(
3606  309.29708504801096 - (296*B4)/3. + (4*DN)/3. + 375*lmMsq + lmMst1*(
3607  66.91358024691358 + 30*lmMsq + 20*pow2(lmMsq)) + (46*pow2(lmMst1))/3. -
3608  lmMst2*(10*lmMsq*(3 + 4*lmMst1) + 20*pow2(lmMsq) + (4*(11723 - 702*
3609  lmMst1 + 756*pow2(lmMst1)))/81.) + (2*(-75 + 60*lmMsq + 344*lmMst1)*
3610  pow2(lmMst2))/3. - (16*pow3(lmMst1))/3. - (560*pow3(lmMst2))/3.))/Mgl +
3611  (1360*pow3(lmMst2))/9.)*pow4(Mst1) + (368.5208333333333 + (110*B4)/3. -
3612  DN/3. - 120*lmMsq + 20*pow2(lmMsq) - (lmMst1*(199 - 30*lmMsq + 30*pow2(
3613  lmMsq)))/3. + (lmMst2*(1227 - 322*lmMst1 + 30*lmMsq*(-5 + 2*lmMst1) +
3614  30*pow2(lmMsq) - 16*pow2(lmMst1)))/3. - (16*pow2(lmMst1))/3. - 2*(-99 +
3615  10*lmMsq + 24*lmMst1)*pow2(lmMst2) + (160*pow3(lmMst2))/3. + ((-10*(3*
3616  Dmglst2*(59 + 8*lmMst1*(-2 + 3*lmMsq - 3*lmMst2) + 16*lmMst2 - 24*
3617  lmMsq*lmMst2 + 24*pow2(lmMst2)) + Mgl*(21 + 8*lmMst1*(-4 + 3*lmMsq - 3*
3618  lmMst2) + 32*lmMst2 - 24*lmMsq*lmMst2 + 24*pow2(lmMst2)))*pow2(Mst1))/(
3619  9.*pow2(Msq)) + Dmglst2*(371.73935185185184 + (262*B4)/3. - (5*DN)/3. -
3620  300*lmMsq + lmMst1*(57.666666666666664 - 30*lmMsq - 10*pow2(lmMsq)) +
3621  20*pow2(lmMsq) + (lmMst2*(1559 - 130*lmMst1 + 30*lmMsq*(-1 + 2*lmMst1)
3622  + 30*pow2(lmMsq) - 16*pow2(lmMst1)))/3. + (16*pow2(lmMst1))/3. - (2*(-
3623  217 + 30*lmMsq + 136*lmMst1)*pow2(lmMst2))/3. + 96*pow3(lmMst2)))/Mgl -
3624  (5*(Mgl*(245 + 12*lmMsq*(-1 + 36*lmMst1 - 36*lmMst2) + 336*lmMst2 -
3625  108*lmMst1*(3 + 4*lmMst2) + 432*pow2(lmMst2)) + Dmglst2*(3053 + 12*
3626  lmMsq*(-1 + 180*lmMst1 - 180*lmMst2) + 768*lmMst2 - 108*lmMst1*(7 + 20*
3627  lmMst2) + 2160*pow2(lmMst2)))*pow4(Mst1))/(216.*Mgl*pow4(Msq)))*pow4(
3628  Mst2) + ((2*OepS2*(-3*Mgl*(627*pow2(Mst1)*pow2(Mst2) + 1066*pow4(Mst1)
3629  + 189*pow4(Mst2)) + Dmglst2*(8163*pow2(Mst1)*pow2(Mst2) + 23734*pow4(
3630  Mst1) + 945*pow4(Mst2))))/729. - (S2*(Dmglst2*(9*(23989 + 27210*lmMst1
3631  - 27210*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(525961 + 356010*lmMst1 -
3632  356010*lmMst2)*pow4(Mst1) + 81*(-453 + 350*lmMst1 - 350*lmMst2)*pow4(
3633  Mst2)) - 15*Mgl*(9*(685 + 418*lmMst1 - 418*lmMst2)*pow2(Mst1)*pow2(
3634  Mst2) + 2*(6143 + 3198*lmMst1 - 3198*lmMst2)*pow4(Mst1) + 81*(-1 + 14*
3635  lmMst1 - 14*lmMst2)*pow4(Mst2))))/540. + ((2*((-5*(3*Dmglst2*(95 + 12*
3636  lmMsq*(-2 + lmMst1 - lmMst2) + 32*lmMst2 - 4*lmMst1*(2 + 3*lmMst2) +
3637  12*pow2(lmMst2)) + Mgl*(71 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 40*
3638  lmMst2 - 4*lmMst1*(4 + 3*lmMst2) + 12*pow2(lmMst2))))/pow2(Msq) + (48*(
3639  1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl))/pow2(
3640  Mst1)))/9. - (5*((Mgl*(242 + 24*lmMsq*(1 + 18*lmMst1 - 18*lmMst2) +
3641  300*lmMst2 - 108*lmMst1*(3 + 4*lmMst2) + 432*pow2(lmMst2)) + Dmglst2*(
3642  3122 + 24*lmMsq*(1 + 90*lmMst1 - 90*lmMst2) + 732*lmMst2 - 108*lmMst1*(
3643  7 + 20*lmMst2) + 2160*pow2(lmMst2)))*pow2(Mst1) + (Mgl*(911 + 12*lmMsq*
3644  (-37 + 18*lmMst1 - 18*lmMst2) + 606*lmMst2 - 54*lmMst1*(3 + 4*lmMst2) +
3645  216*pow2(lmMst2)) + Dmglst2*(5591 + 12*lmMsq*(-181 + 90*lmMst1 - 90*
3646  lmMst2) + 2550*lmMst2 - 54*lmMst1*(7 + 20*lmMst2) + 1080*pow2(lmMst2)))
3647  *pow2(Mst2)))/(216.*pow4(Msq)))*pow6(Mst2))/Mgl))/pow3(Mst2) + (pow4(
3648  Mt)*(20*(567143 - 125172*lmMst2 + 648*lmMst2*(-38 + 5*lmMst2)*lmMt -
3649  9720*(lmMsq*(lmMst1*(9 - 2*lmMt) + 2*lmMst2*(-6 + lmMt) + 3*(-4 + lmMt)
3650  ) + lmMt) - 9720*(lmMst1 - lmMst2)*pow2(lmMsq) + 240300*pow2(lmMst2) -
3651  108*lmMst1*(2111 + lmMst1*(457 - 12*lmMst2 - 126*lmMt) - 420*lmMt + 4*
3652  lmMst2*(454 + 39*lmMt) + 750*pow2(lmMst2) - 288*pow2(lmMt)) - 15552*(1
3653  + 2*lmMst2)*pow2(lmMt) + 216*pow3(lmMst1) + 79488*pow3(lmMst2))*pow4(
3654  Mst1) + (108*S2*(-48*Dmglst2*(601 + 2790*lmMst1 - 2790*lmMst2)*pow2(
3655  Mst1)*pow2(Mst2) + 72*(457 + 550*lmMst1 - 550*lmMst2)*Mgl*pow2(Mst1)*
3656  pow2(Mst2) + 40*(4082 + 3045*lmMst1 - 3045*lmMst2)*Mgl*pow4(Mst1) -
3657  675*Dmglst2*(-27 + 14*lmMst1 - 14*lmMst2)*pow4(Mst2) + 81*(-79 + 70*
3658  lmMst1 - 70*lmMst2)*Mgl*pow4(Mst2)))/Mgl + ((-24*pow2(Mst1)*pow2(Mst2)*
3659  (2700*Mgl*(-25 + lmMst1*(-5 + 6*lmMsq - 6*lmMst2) + (4 - 6*lmMsq)*
3660  lmMst2 + lmMt + 6*pow2(lmMst2))*pow2(Mst1) + 300*Dmglst2*(-313 + 3*
3661  lmMst1*(-23 + 42*lmMsq - 42*lmMst2) - 42*(-2 + 3*lmMsq)*lmMst2 - 15*
3662  lmMt + 126*pow2(lmMst2))*pow2(Mst1) + 2*Mgl*pow2(Msq)*(-71744 + 28755*
3663  lmMst2 + 15255*lmMt + 17820*lmMst2*lmMt + 4050*(lmMst1 - lmMst2)*pow2(
3664  lmMsq) - 540*(-15 + 4*lmMt)*pow2(lmMst1) - 89910*pow2(lmMst2) + 6480*
3665  lmMt*pow2(lmMst2) + 4050*lmMsq*(-11 + lmMst1 - 2*lmMst2 - 2*lmMst1*
3666  lmMst2 + lmMt + 2*pow2(lmMst2)) + 270*lmMst1*(221 + 279*lmMst2 - 66*
3667  lmMt - 16*lmMst2*lmMt + 112*pow2(lmMst2) - 24*pow2(lmMt)) + 6480*pow2(
3668  lmMt) + 6480*lmMst2*pow2(lmMt) - 30240*pow3(lmMst2)) + 3*Dmglst2*pow2(
3669  Msq)*(93487 + 196530*lmMst2 + 9030*lmMt - 7380*lmMst2*lmMt + 2700*(
3670  lmMst1 - lmMst2)*pow2(lmMsq) - 360*(23 + 8*lmMst2 - 4*lmMt)*pow2(
3671  lmMst1) + 68040*pow2(lmMst2) + 1440*lmMt*pow2(lmMst2) + 300*lmMsq*(29 +
3672  lmMst1*(9 - 18*lmMst2) + 6*lmMst2 - 15*lmMt + 18*pow2(lmMst2)) - 8640*
3673  pow2(lmMt) - 4320*lmMst2*pow2(lmMt) + 20*lmMst1*(-5846 + 321*lmMt - 12*
3674  lmMst2*(209 + 12*lmMt) + 576*pow2(lmMst2) + 216*pow2(lmMt)) - 8640*
3675  pow3(lmMst2))))/pow2(Msq) + (9*(9*Mgl*(800*(19 + (-8 + 6*lmMsq)*lmMst2
3676  + lmMst1*(7 - 6*lmMsq + 6*lmMst2) + lmMt - 6*pow2(lmMst2))*pow2(Msq)*
3677  pow2(Mst1) + (813 - 3360*lmMst2 - 2400*(lmMst1 - lmMst2)*pow2(lmMsq) -
3678  1280*(1 + lmMst2)*pow2(lmMst1) + 2400*lmMsq*(7 + lmMst1 - 2*lmMst2 + 2*
3679  lmMst1*lmMst2 + lmMt - 2*pow2(lmMst2)) + 30880*pow2(lmMst2) - 80*lmMt*(
3680  175 + 96*lmMst2 + 32*pow2(lmMst2)) - 80*lmMst1*(167 + 258*lmMst2 - 32*(
3681  1 + lmMst2)*lmMt + 112*pow2(lmMst2)) - 3840*pow2(lmMt) + 10240*pow3(
3682  lmMst2))*pow4(Msq) + 200*(38 + 4*(-2 + 3*lmMsq)*lmMst2 + lmMst1*(7 -
3683  12*lmMsq + 12*lmMst2) + lmMt - 12*pow2(lmMst2))*pow4(Mst1)) - 5*
3684  Dmglst2*(-160*(439 + 6*(-8 + 21*lmMsq)*lmMst2 + 3*lmMst1*(17 - 42*lmMsq
3685  + 42*lmMst2) - 3*lmMt - 126*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + (7335
3686  + 169856*lmMst2 + 4320*(lmMst1 - lmMst2)*pow2(lmMsq) + 2304*(-1 +
3687  lmMst2)*pow2(lmMst1) + 21984*pow2(lmMst2) + 480*lmMsq*(-79 - 30*lmMst2
3688  - 9*lmMst1*(-3 + 2*lmMst2) + 3*lmMt + 18*pow2(lmMst2)) + 48*lmMt*(31 -
3689  128*lmMst2 + 96*pow2(lmMst2)) + 144*lmMst1*(-269 + 32*lmMt - 2*lmMst2*(
3690  63 + 16*lmMt) + 112*pow2(lmMst2)) - 18432*pow3(lmMst2))*pow4(Msq) + 40*
3691  (-1330 + lmMst1*(-51 + 396*lmMsq - 396*lmMst2) + (48 - 396*lmMsq)*
3692  lmMst2 + 3*lmMt + 396*pow2(lmMst2))*pow4(Mst1)))*pow4(Mst2))/pow4(Msq)
3693  + 160*OepS2*(9*Dmglst2*pow2(Mst2)*(496*pow2(Mst1) + 35*pow2(Mst2)) -
3694  Mgl*(1320*pow2(Mst1)*pow2(Mst2) + 4060*pow4(Mst1) + 189*pow4(Mst2))) +
3695  (90*(-32*(-5*Mgl*(58 - 36*lmMst2 + 6*lmMst1*(4 + 3*lmMst2) - 3*lmMt -
3696  9*lmMst2*lmMt + 3*lmMsq*(5 - 6*lmMst1 + 9*lmMst2 + 3*lmMt) - 9*pow2(
3697  lmMsq) - 18*pow2(lmMst2)) - 15*Dmglst2*(64 - 20*lmMst2 + 6*lmMst1*(2 +
3698  3*lmMst2) + 3*lmMt - 3*lmMst2*lmMt + lmMsq*(5 - 18*lmMst1 + 21*lmMst2 +
3699  3*lmMt) - 3*pow2(lmMsq) - 18*pow2(lmMst2)))*pow2(Msq) + 5*(3*Dmglst2*(
3700  1693 - 136*lmMst2 + 6*lmMst1*(19 + 84*lmMst2) - 4*lmMsq*(5 + 126*lmMst1
3701  - 132*lmMst2 - 6*lmMt) + 42*lmMt - 24*lmMst2*lmMt - 24*pow2(lmMsq) -
3702  504*pow2(lmMst2)) + Mgl*(1271 - 216*lmMst2 + 6*lmMst1*(41 + 60*lmMst2)
3703  - 12*lmMsq*(5 + 30*lmMst1 - 36*lmMst2 - 6*lmMt) + 30*lmMt - 72*lmMst2*
3704  lmMt - 72*pow2(lmMsq) - 360*pow2(lmMst2)))*pow2(Mst1) + 15*(Dmglst2*(
3705  1535 - 184*lmMst2 + 18*lmMst1*(7 + 20*lmMst2) - 6*(-9 + 28*lmMst2)*lmMt
3706  + 4*lmMsq*(1 - 90*lmMst1 + 132*lmMst2 + 42*lmMt) - 168*pow2(lmMsq) -
3707  360*pow2(lmMst2)) + Mgl*(403 - 24*lmMst2 + 18*lmMst1*(3 + 4*lmMst2) -
3708  12*lmMsq*(1 + 6*lmMst1 - 12*lmMst2 - 6*lmMt) - 18*(1 + 4*lmMst2)*lmMt -
3709  72*pow2(lmMsq) - 72*pow2(lmMst2)))*pow2(Mst2) + (2304*(1 + lmMst2)*(-
3710  Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Msq))/pow2(Mst1))*
3711  pow6(Mst2))/pow4(Msq))/Mgl))/(14580.*pow5(Mst2)) + Mt*((s2t*pow2(Mst2)*
3712  ((6*(Dmglst2*(1677 - 14*lmMst1 + 14*lmMst2) + 24*(22 + lmMst1 - lmMst2)
3713  *Mgl)*S2*pow2(s2t))/Mgl + ((-1 + 2*lmMst2)*shiftst3*(4*pow2(Mt) + (1 +
3714  lmMst1 - lmMst2)*pow2(Mst1)*pow2(s2t)))/pow2(Mst1)))/6. + pow3(s2t)*(
3715  pow2(Mst1)*(150.95520576131688 + 2*B4 + (2*D3)/9. - (2*DN)/9. - (335*
3716  lmMsq)/18. + lmMst1*(94.25864197530865 - (325*lmMsq)/18. + (5*pow2(
3717  lmMsq))/6.) + (25*pow2(lmMsq))/6. + (5*(-149 + 18*lmMsq)*pow2(lmMst1))/
3718  27. - (lmMst2*(53429 - 183450*lmMst1 + 2250*lmMsq*(-7 + 6*lmMst1) +
3719  1350*pow2(lmMsq) + 29610*pow2(lmMst1)))/1620. + ((-3683 + 270*lmMsq +
3720  2595*lmMst1)*pow2(lmMst2))/54. - (55*pow3(lmMst1))/27. + (Dmglst2*((-5*
3721  lmMsq*(7 + 6*lmMst2))/3. + 5*pow2(lmMsq) + (-5430043 - 1334580*lmMst2 +
3722  900*(859 - 3690*lmMst2)*pow2(lmMst1) - 846900*pow2(lmMst2) + 120*
3723  lmMst1*(44309 + 12315*lmMst2 + 56475*pow2(lmMst2)) - 45000*pow3(lmMst1)
3724  - 3411000*pow3(lmMst2))/121500.))/Mgl - (749*pow3(lmMst2))/27.) - (((
3725  5556600*(150*Dmglst2*(5 - 2*lmMst1 + 2*lmMst2) + Mgl*(1503 - 60*lmMsq*(
3726  12 + 5*lmMst1 - 5*lmMst2) - 950*lmMst2 + 10*lmMst1*(167 + 210*lmMst2) -
3727  900*pow2(lmMst1) - 1200*pow2(lmMst2))))/pow2(Msq) + (1250235000*lmMsq*(
3728  1 - 2*lmMst1 + 2*lmMst2)*(12*Dmglst2 + Mgl + 8*lmMst1*Mgl - 8*lmMst2*
3729  Mgl) - 3*Mgl*(79604910131 + 34248010860*lmMst2 - 1058400*(78238 +
3730  33285*lmMst2)*pow2(lmMst1) - 83251627200*pow2(lmMst2) + 1260*lmMst1*(-
3731  29738761 + 131792640*lmMst2 + 59005800*pow2(lmMst2)) - 1296540000*pow3(
3732  lmMst1) - 37821924000*pow3(lmMst2)) + 20*Dmglst2*(32030812049 +
3733  1902812940*lmMst2 + 793800*(433 + 6552*lmMst2)*pow2(lmMst1) + 76998600*
3734  pow2(lmMst2) - 1260*lmMst1*(2674409 + 333900*lmMst2 + 7514640*pow2(
3735  lmMst2)) - 311169600*pow3(lmMst1) + 4578638400*pow3(lmMst2)))/pow2(
3736  Mst2))*pow4(Mst1))/(3.000564e9*Mgl) - (pow2(Mst2)*(12760 - 720*B4 + 72*
3737  D3 - 36*DN - 1980*lmMsq + 540*pow2(lmMsq) - 3*lmMst1*(5471 - 1950*lmMsq
3738  + 630*pow2(lmMsq)) - 954*pow2(lmMst1) + 3*lmMst2*(8495 - 6750*lmMst1 +
3739  210*lmMsq*(-11 + 6*lmMst1) + 630*pow2(lmMsq) + 234*pow2(lmMst1)) - 18*(
3740  -1324 + 210*lmMsq + 399*lmMst1)*pow2(lmMst2) - 288*pow3(lmMst1) + 6768*
3741  pow3(lmMst2) + (324*(((Mgl*(-725 + 30*lmMsq*(5 + lmMst1 - lmMst2) -
3742  793*lmMst2 + lmMst1*(643 + 150*lmMst2) - 90*pow2(lmMst1) - 60*pow2(
3743  lmMst2)) + 50*Dmglst2*(20 + 6*lmMsq*(-4 + 3*lmMst1 - 3*lmMst2) + 27*
3744  lmMst2 - 3*lmMst1*(1 + 6*lmMst2) + 18*pow2(lmMst2)))*pow2(Mst1))/(270.*
3745  pow2(Msq)) + Dmglst2*(16.256172839506174 - (4*B4)/3. + (16*D3)/9. - (
3746  10*DN)/9. + (80*lmMsq)/3. + lmMst1*(4.666666666666667 - 10*pow2(lmMsq))
3747  - (13*pow2(lmMst1))/3. + (2*lmMst2*(-237 - 248*lmMst1 + 90*lmMsq*lmMst1
3748  + 45*pow2(lmMsq) + 16*pow2(lmMst1)))/9. - ((-439 + 180*lmMsq + 336*
3749  lmMst1)*pow2(lmMst2))/9. + (304*pow3(lmMst2))/9.)))/Mgl + (324*(
3750  0.16013483965014577 - (5549*lmMsq)/17640. + (0.8266061980347694 - (43*
3751  lmMsq)/126.)*lmMst1 + ((-553 + 420*lmMsq + 780*lmMst1)*lmMst2)/1080. -
3752  (5*Dmglst2)/(36.*Mgl) - pow2(lmMsq)/42. - (4*pow2(lmMst1))/21. - (5*
3753  pow2(lmMst2))/9.)*pow4(Mst1))/pow4(Msq)))/324. + (-((15*Mgl*(373 + 706*
3754  lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5 + 6*lmMst2) - 6*shiftst3
3755  + 12*lmMst2*shiftst3 + 90*pow2(lmMsq) + 304*pow2(lmMst2))*pow2(Msq) +
3756  30*Dmglst2*(-115 + (430 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2)
3757  + 90*pow2(lmMsq) + 400*pow2(lmMst2))*pow2(Msq) + 6*Mgl*(637 - 20*lmMsq*
3758  (9 + 20*lmMst1 - 20*lmMst2) - 495*lmMst2 + 25*lmMst1*(27 + 16*lmMst2) -
3759  400*pow2(lmMst2))*pow2(Mst1) - 100*Dmglst2*(-174 + 6*lmMsq*(6 + 17*
3760  lmMst1 - 17*lmMst2) + 73*lmMst2 - lmMst1*(109 + 102*lmMst2) + 102*pow2(
3761  lmMst2))*pow2(Mst1))*pow4(Mst2))/(540.*pow2(Msq)*pow2(Mst1)) + ((Mgl*(
3762  9*(3653969 - 140*lmMsq*(12899 + 5390*lmMst1 - 6230*lmMst2) + 2069970*
3763  lmMst2 + 37730*lmMst1*(-7 + 20*lmMst2) - 58800*pow2(lmMsq) - 813400*
3764  pow2(lmMst2))*pow2(Mst1) - (58456697 - 420*lmMsq*(63929 + 69090*lmMst1
3765  - 69930*lmMst2) + 374010*lmMst2 + 10290*lmMst1*(2573 + 2820*lmMst2) -
3766  176400*pow2(lmMsq) - 29194200*pow2(lmMst2))*pow2(Mst2)) + 514500*
3767  Dmglst2*((119 - 34*lmMst2 + 12*lmMsq*(1 - 10*lmMst1 + 10*lmMst2) + 2*
3768  lmMst1*(11 + 60*lmMst2) - 120*pow2(lmMst2))*pow2(Mst1) - 2*(337 - 24*
3769  lmMsq*(5 + 8*lmMst1 - 8*lmMst2) + 14*lmMst2 + 2*lmMst1*(53 + 96*lmMst2)
3770  - 192*pow2(lmMst2))*pow2(Mst2)))*pow4(Mst2))/(2.22264e7*pow4(Msq)) + (-
3771  45*Mgl*(664*OepS2 - 81*(1261 + 166*lmMst1 - 166*lmMst2)*S2)*pow2(Mst1)*
3772  pow2(Mst2) + 54*Dmglst2*(632*OepS2 + 9*(16193 - 1422*lmMst1 + 1422*
3773  lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) - 15*Mgl*(3548*OepS2 - 27*(15148 +
3774  2661*lmMst1 - 2661*lmMst2)*S2)*pow4(Mst1) + 4*Dmglst2*(25328*OepS2 +
3775  27*(47051 - 18996*lmMst1 + 18996*lmMst2)*S2)*pow4(Mst1) + 3024*Dmglst2*
3776  OepS2*pow4(Mst2) - 5184*Mgl*OepS2*pow4(Mst2))/(4374.*pow2(Mst2)) + ((
3777  Mgl*(48*pow2(1 + lmMst2)*pow2(Msq) + 5*(43 - 30*lmMsq + 30*lmMst2)*
3778  pow2(Mst1)) + 8*Dmglst2*(24*pow2(lmMst2)*pow2(Msq) + 5*(14 - 15*lmMsq)*
3779  pow2(Mst1) + 3*lmMst2*(8*pow2(Msq) + 25*pow2(Mst1))))*pow6(Mst2))/(54.*
3780  pow2(Msq)*pow4(Mst1)))/Mgl) + (T1ep*(3*Mgl*(3*pow2(Mst1)*pow2(Mst2)*(-
3781  2990*Mst2*s2t*pow2(Mt) - 627*Mt*pow2(Mst2)*pow2(s2t) + 1760*pow3(Mt) +
3782  830*pow3(Mst2)*pow3(s2t)) + (-22804*Mst2*s2t*pow2(Mt) - 3198*Mt*pow2(
3783  Mst2)*pow2(s2t) + 16240*pow3(Mt) + 4435*pow3(Mst2)*pow3(s2t))*pow4(
3784  Mst1) + 27*(-46*Mst2*s2t*pow2(Mt) - 21*Mt*pow2(Mst2)*pow2(s2t) + 28*
3785  pow3(Mt) + 16*pow3(Mst2)*pow3(s2t))*pow4(Mst2)) + Dmglst2*Mst2*(-27*
3786  Mst2*pow2(Mst1)*(-800*Mst2*s2t*pow2(Mt) - 907*Mt*pow2(Mst2)*pow2(s2t) +
3787  1984*pow3(Mt) + 316*pow3(Mst2)*pow3(s2t)) + 2*s2t*(35601*Mst2*Mt*s2t +
3788  66168*pow2(Mt) - 12664*pow2(Mst2)*pow2(s2t))*pow4(Mst1) - 189*(20*pow3(
3789  Mst2)*pow3(Mt) - 15*Mt*pow2(s2t)*pow5(Mst2) + 4*pow3(s2t)*pow6(Mst2))))
3790  )/(729.*Mgl*pow5(Mst2)))) + (Al4p*Mt*twoLoopFlag*(12*Mt*pow2(s2t)*(2*
3791  Mst2*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2) + (Dmglst2*(6 +
3792  lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))/Mgl) + ((2 - 6*lmMst1
3793  + (6 - 4*lmMst1)*lmMst2 + 4*pow2(lmMst2) + (Dmglst2*(10 + lmMst1*(6 -
3794  4*lmMst2) - 6*lmMst2 + 4*pow2(lmMst2)))/Mgl)*pow2(Mst1))/Mst2 + ((0.5 -
3795  7*lmMst1 + (7 - 4*lmMst1)*lmMst2 + 4*pow2(lmMst2) + (Dmglst2*(10.5 +
3796  lmMst1*(9 - 4*lmMst2) - 9*lmMst2 + 4*pow2(lmMst2)))/Mgl)*pow4(Mst1))/
3797  pow3(Mst2)) + 8*s2t*pow2(Mt)*(6*lmMst1 + 2*(-2 + lmMst1)*lmMst2 + pow2(
3798  lmMst1) - 3*pow2(lmMst2) + (2*(Dmglst2 + 2*Dmglst2*lmMst2 + ((1 -
3799  lmMst1 + lmMst2)*(2*Dmglst2 + (lmMst1 - lmMst2)*Mgl)*pow2(Mst1))/pow2(
3800  Mst2) - ((2*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow2(Mst2))/pow2(Mst1) -
3801  ((Dmglst2*(-2 + 4*lmMst1 - 4*lmMst2) + Mgl*(-lmMst1 + lmMst2 - 2*
3802  lmMst1*lmMst2 + pow2(lmMst1) + pow2(lmMst2)))*pow4(Mst1))/pow4(Mst2)))/
3803  Mgl) + (16*Tbeta*pow2(Mst1)*pow3(Mt)*(Mgl*(13 + 2*lmMst1*(6 + 3*lmMst2
3804  - 2*lmMt) + 2*lmMt + 2*lmMst2*(-7 + 2*lmMt) - 6*pow2(lmMst2))*pow4(
3805  Mst1) + Dmglst2*(11 - 6*lmMst1*lmMst2 - 8*lmMst2*(-5 + lmMt) + 8*
3806  lmMst1*(-4 + lmMt) - 8*lmMt + 6*pow2(lmMst2))*pow4(Mst1) + 2*Dmglst2*((
3807  7 + 7*lmMst2 + lmMst1*(-5 + lmMt) - 2*lmMt - lmMst2*lmMt)*pow2(Mst1)*
3808  pow2(Mst2) + (5 + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(lmMst2))*pow4(
3809  Mst2)) + 2*Mgl*((4 + lmMst1*(3 + 2*lmMst2 - lmMt) + lmMst2*(-4 + lmMt)
3810  + lmMt - 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (2 + lmMst1 + (-2 +
3811  lmMst1)*lmMst2 + lmMt - pow2(lmMst2))*pow4(Mst2))) + Tbeta*pow3(Mst2)*
3812  pow3(s2t)*(-4*Dmglst2*(2*(1 + 2*lmMst1 - lmMst2)*pow2(Mst2)*pow4(Mst1)
3813  + 2*(1 + lmMst1 - lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)
3814  *pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(Mst1) - 2*lmMst2*pow6(
3815  Mst2)) + Mgl*(2*(-16 + 6*lmMst2 - 2*lmMst1*(8 + 5*lmMst2) + 3*pow2(
3816  lmMst1) + 7*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(-12 - 18*lmMst2 +
3817  2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*
3818  pow4(Mst2) + (3 + lmMst1*(2 - 32*lmMst2) - 2*lmMst2 + 16*(pow2(lmMst1)
3819  + pow2(lmMst2)))*pow6(Mst1) + 4*(1 + lmMst2)*pow6(Mst2))) - 2*Mt*
3820  MuSUSY*s2t*(2*Mgl*(-(Mst2*s2t*(-14 - 20*lmMst2 + 2*lmMst1*(5 + 3*
3821  lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))) + 8*Mt*(4 + 3*lmMst2 -
3822  lmMst1*(1 + lmMst2) + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + 4*Dmglst2*
3823  (Mst2*s2t*(-5 + 8*lmMst2 - 4*lmMst1*(2 + lmMst2) + 4*pow2(lmMst2)) +
3824  Mt*(65 + lmMst1*(34 - 20*lmMst2) - 26*lmMst2 + 20*pow2(lmMst2)))*pow6(
3825  Mst1) + Mgl*(Mst2*s2t*(-1 + 50*lmMst2 - 2*lmMst1*(25 + 32*lmMst2) + 20*
3826  pow2(lmMst1) + 44*pow2(lmMst2)) + Mt*(84 + 152*lmMst2 - 40*lmMst1*(3 +
3827  2*lmMst2) + 80*pow2(lmMst2)))*pow6(Mst1) + 8*Dmglst2*((Mst2*s2t*(-2 +
3828  3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8
3829  - 6*lmMst2) - 4*lmMst2 + 6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(
3830  Mst2*s2t*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) +
3831  2*Mt*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*
3832  pow4(Mst2) + lmMst2*s2t*pow7(Mst2)) + 4*Mgl*((4*Mt*(5 + 6*lmMst2 -
3833  lmMst1*(4 + 3*lmMst2) + 3*pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 -
3834  lmMst1*(13 + 8*lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2)))*pow2(Mst2)*
3835  pow4(Mst1) + (1 + lmMst2)*s2t*pow7(Mst2))))/(Mgl*Tbeta*pow2(Mst1)*pow5(
3836  Mst2))))/12. - (Al4p*xDmglst2*pow2(Dmglst2)*(twoLoopFlag*(Mt*(-(Mt*
3837  pow2(s2t)*(Mst2*(28 + 4*lmMst1 - 2*lmMst1*lmMst2 + 2*pow2(lmMst2)) + ((
3838  34 + 8*lmMst1 - 4*(2 + lmMst1)*lmMst2 + 4*pow2(lmMst2))*pow2(Mst1))/
3839  Mst2 + ((37.5 + lmMst1*(5 - 4*lmMst2) - 5*lmMst2 + 4*pow2(lmMst2))*
3840  pow4(Mst1))/pow3(Mst2))) + (2*s2t*pow2(Mt)*(11 - 18*lmMst2 + (6*(3 -
3841  lmMst1 + lmMst2)*pow2(Mst1))/pow2(Mst2) + (6*(-2 + 3*lmMst2)*pow2(Mst2)
3842  )/pow2(Mst1) + (6*(7 - 6*lmMst1 + 6*lmMst2)*pow4(Mst1))/pow4(Mst2)))/9.
3843  + pow3(s2t)*(((2 + 3*lmMst2)*pow2(Mst1))/3. + (2.6666666666666665 +
3844  lmMst2 + lmMst1*(-1 + 2*lmMst2) - 2*pow2(lmMst2))*pow2(Mst2) + ((0.5 -
3845  lmMst1 + lmMst2)*pow4(Mst1))/pow2(Mst2) + ((0.6666666666666666 -
3846  lmMst2)*pow4(Mst2))/pow2(Mst1)) + (4*pow3(Mt)*((29 - 18*lmMst1*(-1 +
3847  lmMst2) - 3*lmMst2 - 15*lmMt + 18*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) +
3848  (236 + 339*lmMst2 - 18*lmMst1*(13 + 4*lmMst2 - 3*lmMt) - 105*lmMt - 54*
3849  lmMst2*lmMt + 72*pow2(lmMst2))*pow4(Mst1) + (-79 - 18*lmMst1*(-2 +
3850  lmMst2) - 39*lmMst2 + 3*lmMt + 18*pow2(lmMst2))*pow4(Mst2)))/(27.*pow5(
3851  Mst2))) + (MuSUSY*s2t*pow2(Mt)*(-2*(4*Mt*(-31 + 3*lmMst1*(-2 + lmMst2)
3852  + 4*lmMst2 - 3*pow2(lmMst2)) + 3*Mst2*s2t*(4 + lmMst2 + lmMst1*(-1 + 2*
3853  lmMst2) - 2*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) - 2*(Mst2*s2t*(10 +
3854  lmMst1*(-3 + 6*lmMst2) - 6*pow2(lmMst2)) + 4*Mt*(-14 + lmMst1*(-2 +
3855  lmMst2) - pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + (-3*Mst2*s2t*(9 + 4*
3856  lmMst1*(-1 + lmMst2) + 4*lmMst2 - 4*pow2(lmMst2)) + Mt*(398 + lmMst1*(
3857  68 - 40*lmMst2) - 52*lmMst2 + 40*pow2(lmMst2)))*pow6(Mst1) + 2*(-2 + 3*
3858  lmMst2)*s2t*pow7(Mst2)))/(3.*Tbeta*pow2(Mst1)*pow5(Mst2))) + Al4p*
3859  threeLoopFlag*(-(s2t*pow3(Mt)*(1531.9349206349207 - (16*B4)/3. + (16*
3860  D3)/3. - (8*DN)/3. + (460*lmMsq)/9. + (736*lmMst1)/9. - (32*lmMt)/9. +
3861  30*pow2(lmMsq) + lmMst2*(907.1851851851852 - 60*lmMsq + 68*lmMst1 - (
3862  64*pow2(lmMst1))/3.) + (58*pow2(lmMst1))/3. + (2*(431 - 96*lmMst1)*
3863  pow2(lmMst2))/9. - (20*pow2(Mst1))/(9.*pow2(Msq)) + (128*pow3(lmMst2))/
3864  3. + (pow2(Mst1)*(1873.496051734274 - (16*B4)/3. + (16*D3)/3. - (8*DN)/
3865  3. - (100*lmMsq)/3. + (4*(253561 + 3375*lmMsq)*lmMst1)/2025. + (32*(5 +
3866  lmMst1 - lmMst2)*lmMt)/9. + (4*lmMst2*(732839 - 3375*lmMsq + 121560*
3867  lmMst1 - 11025*pow2(lmMst1)))/2025. + (2032*pow2(lmMst1))/135. - (4*(
3868  4292 + 5025*lmMst1)*pow2(lmMst2))/135. + (4*pow3(lmMst1))/27. + (4604*
3869  pow3(lmMst2))/27.))/pow2(Mst2) - (5*pow2(Mst2)*(27*(5 + 4*lmMsq - 4*
3870  lmMst2)*pow2(Mst1) + 2*(83 - 936*lmMsq + 936*lmMst2)*pow2(Mst2)))/(108.
3871  *pow4(Msq)) - (10*pow4(Mst1))/(9.*pow4(Msq)) - S2*(596.0571428571428 +
3872  84*lmMst1 - 84*lmMst2 + ((1403.352380952381 + 880*lmMst1 - 880*lmMst2)*
3873  pow2(Mst1))/pow2(Mst2) + (8*(17269 + 13785*lmMst1 - 13785*lmMst2)*pow4(
3874  Mst1))/(45.*pow4(Mst2))) + ((386.22610253272387 - (32*B4)/9. + (32*D3)/
3875  9. - (16*DN)/9. + (280*lmMsq)/3. + (756.6053917863442 - 80*lmMsq)*
3876  lmMst1 + (19352*pow2(lmMst1))/189. + lmMst2*(196.28349710254471 + 80*
3877  lmMsq - (57520*lmMst1)/189. + (88*pow2(lmMst1))/9.) + (8*(6787 - 5439*
3878  lmMst1)*pow2(lmMst2))/189. - (64*lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 +
3879  lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. - (8*pow3(lmMst1))/9. + (
3880  664*pow3(lmMst2))/3.)*pow4(Mst1))/pow4(Mst2) + (64*(-2 + lmMst2 + 5*
3881  pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1)) + (16*OepS2*(660*pow2(Mst1)*
3882  pow2(Mst2) + 1838*pow4(Mst1) + 63*pow4(Mst2)))/(243.*pow4(Mst2)) + (10*
3883  (4*(3 - lmMst1 + lmMst2)*pow4(Mst1) + (-51 + 100*lmMsq - 100*lmMst2)*
3884  pow4(Mst2)))/(9.*pow2(Msq)*pow2(Mst2)) + (12*(957 + 64*lmMst1*(2 - 3*
3885  lmMst2) + 182*lmMst2 + 90*lmMsq*(-5 + 6*lmMst2) - 270*pow2(lmMsq) -
3886  624*pow2(lmMst2))*pow2(Mst2)*pow4(Msq) + 800*(8 - 15*lmMsq + 15*lmMst2)
3887  *pow2(Msq)*pow4(Mst2) + 315*(5 - 28*lmMsq + 28*lmMst2)*pow6(Mst2))/(
3888  108.*pow2(Mst1)*pow4(Msq)))) + (pow4(Mt)*(-(pow4(Msq)*(-3*pow2(Mst1)*
3889  pow2(Mst2)*(34872121 - 13890240*lmMst2 - 7840*OepS2 - 324*(9361 + 490*
3890  lmMst2)*S2 - 453600*(lmMst1 - lmMst2)*pow2(lmMsq) - 241920*(-2 +
3891  lmMst2)*pow2(lmMst1) + 7560*lmMst1*(206 - 128*lmMt + lmMst2*(636 + 64*
3892  lmMt) + 21*S2 - 224*pow2(lmMst2)) + 50400*lmMsq*(64 + 48*lmMst2 + 9*
3893  lmMst1*(-5 + 2*lmMst2) - 3*lmMt - 18*pow2(lmMst2)) - 5654880*pow2(
3894  lmMst2) - 5040*lmMt*(-31 - 240*lmMst2 + 96*pow2(lmMst2)) + 120960*pow2(
3895  lmMt) + 1935360*pow3(lmMst2)) - 8*(24896293 + 2509920*lmMst2 - 605920*
3896  OepS2 - 108*(105619 + 113610*lmMst2)*S2 - 170100*(lmMst1 - lmMst2)*
3897  pow2(lmMsq) + 90720*(-3 + lmMst2)*pow2(lmMst1) + 18900*lmMsq*(100 + 48*
3898  lmMst2 + 9*lmMst1*(-5 + 2*lmMst2) - 3*lmMt - 18*pow2(lmMst2)) -
3899  1563030*pow2(lmMst2) - 1890*lmMt*(-539 - 233*lmMst2 + 96*pow2(lmMst2))
3900  - 1890*lmMst1*(2075 + 281*lmMt - lmMst2*(1139 + 96*lmMt) - 6492*S2 +
3901  528*pow2(lmMst2)) - 226800*pow2(lmMt) + 907200*pow3(lmMst2))*pow4(Mst1)
3902  + 2903040*(2 + lmMst2 - 3*pow2(lmMst2))*pow4(Mst2))) + 50400*pow2(Msq)*
3903  ((778 + 6*(1 + 39*lmMsq)*lmMst2 - 3*(lmMst1 + 78*lmMsq*lmMst1 - 78*
3904  lmMst1*lmMst2 + lmMt) - 234*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 3*(
3905  265 - 34*lmMst2 + 12*lmMst1*(1 + 6*lmMst2) - 6*(-2 + lmMst2)*lmMt + 2*
3906  lmMsq*(5 - 36*lmMst1 + 39*lmMst2 + 3*lmMt) - 6*pow2(lmMsq) - 72*pow2(
3907  lmMst2))*pow2(Mst1)*pow4(Mst2) + (313 + 42*(-2 + 3*lmMsq)*lmMst2 + 3*
3908  lmMst1*(23 - 42*lmMsq + 42*lmMst2) + 15*lmMt - 126*pow2(lmMst2))*pow6(
3909  Mst1)) + 3150*(4*(1330 + 12*(-4 + 33*lmMsq)*lmMst2 + lmMst1*(51 - 396*
3910  lmMsq + 396*lmMst2) - 3*lmMt - 396*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1)
3911  + 3*((4585 + 104*lmMst2 + 6*lmMst1*(-25 + 228*lmMst2) - 4*lmMsq*(5 +
3912  342*lmMst1 - 348*lmMst2 - 6*lmMt) + 66*lmMt - 24*lmMst2*lmMt - 24*pow2(
3913  lmMsq) - 1368*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) + (4317 - 280*lmMst2
3914  + 18*lmMst1*(1 + 60*lmMst2) - 78*(-3 + 4*lmMst2)*lmMt + 4*lmMsq*(7 -
3915  270*lmMst1 + 348*lmMst2 + 78*lmMt) - 312*pow2(lmMsq) - 1080*pow2(
3916  lmMst2))*pow2(Mst1)*pow6(Mst2)))))/(102060.*pow2(Mst1)*pow3(Mst2)*pow4(
3917  Msq)) + pow2(Mt)*(pow2(s2t)*(-((pow2(Mst1)*(990.1996399176954 + (524*
3918  B4)/3. - (10*DN)/3. - 720*lmMsq - lmMst1*(181.5185185185185 + 100*lmMsq
3919  + 20*pow2(lmMsq)) - (64*pow2(lmMst1))/3. + lmMst2*(20*lmMsq*(5 + lmMsq
3920  + 2*lmMst1) + (35429 + 3420*lmMst1 + 288*pow2(lmMst1))/27.) - (4*(79 +
3921  30*lmMsq + 168*lmMst1)*pow2(lmMst2))/3. - (40*(15 + lmMst1*(-4 + 6*
3922  lmMsq - 6*lmMst2) + (4 - 6*lmMsq)*lmMst2 + 6*pow2(lmMst2))*pow2(Mst1))/
3923  (3.*pow2(Msq)) + (640*pow3(lmMst2))/3.))/Mst2) + (4*((5*(397 + 36*
3924  lmMsq*(-2 + lmMst1 - lmMst2) + 78*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) +
3925  36*pow2(lmMst2)))/pow2(Msq) + (48*(2 + lmMst2 - 3*pow2(lmMst2)))/pow2(
3926  Mst1))*pow3(Mst2))/9. - Mst2*(109.55663580246913 + (490*B4)/3. - (11*
3927  DN)/3. - (1970*lmMsq)/3. + lmMst1*(119.66666666666667 - 50*lmMsq - 10*
3928  pow2(lmMsq)) + 20*pow2(lmMsq) + lmMst2*(966.1111111111111 + 10*lmMsq*(1
3929  + lmMsq) + (74 + 20*lmMsq)*lmMst1 - (16*pow2(lmMst1))/3.) + (32*pow2(
3930  lmMst1))/3. + (54 - 20*lmMsq - (464*lmMst1)/3.)*pow2(lmMst2) - (10*(217
3931  + 8*lmMst1*(-1 + 6*lmMsq - 6*lmMst2) + (8 - 48*lmMsq)*lmMst2 + 48*pow2(
3932  lmMst2))*pow2(Mst1))/(3.*pow2(Msq)) + 160*pow3(lmMst2) - ((
3933  70.67129629629629 - (5*lmMsq)/18. + (5*(-7 + 20*lmMsq)*lmMst1)/2. + (
3934  17.77777777777778 - 50*(lmMsq + lmMst1))*lmMst2 + 50*pow2(lmMst2))*
3935  pow4(Mst1))/pow4(Msq)) + ((309.29708504801096 - (296*B4)/3. + (4*DN)/3.
3936  + 375*lmMsq + lmMst1*(66.91358024691358 + 30*lmMsq + 20*pow2(lmMsq)) +
3937  (46*pow2(lmMst1))/3. - lmMst2*(10*lmMsq*(3 + 4*lmMst1) + 20*pow2(lmMsq)
3938  + (4*(11723 - 702*lmMst1 + 756*pow2(lmMst1)))/81.) + (2*(-75 + 60*lmMsq
3939  + 344*lmMst1)*pow2(lmMst2))/3. - (16*pow3(lmMst1))/3. - (560*pow3(
3940  lmMst2))/3.)*pow4(Mst1) - (2*OepS2*(-9267*pow2(Mst1)*pow2(Mst2) +
3941  23734*pow4(Mst1) - 63*pow4(Mst2)))/729. + (S2*(3*(29123 - 92670*lmMst1
3942  + 92670*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(525961 + 356010*lmMst1 -
3943  356010*lmMst2)*pow4(Mst1) + 27*(1387 - 70*lmMst1 + 70*lmMst2)*pow4(
3944  Mst2)))/540.)/pow3(Mst2) + (5*(2*(7969 + 12*lmMsq*(1 + 270*lmMst1 -
3945  270*lmMst2) + 42*lmMst2 - 54*lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2)
3946  )*pow2(Mst1)*pow3(Mst2) + (21275 + 12*lmMsq*(-541 + 270*lmMst1 - 270*
3947  lmMst2) + 6546*lmMst2 - 54*lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2))*
3948  pow5(Mst2)))/(216.*pow4(Msq))) + (MuSUSY*((72*pow2(Mt)*(5*pow2(Mst1)*(
3949  28405 - 288*B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*
3950  lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*
3951  lmMst1 - 14*lmMst2)*S2 - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(
3952  lmMst2)) + 4*pow2(Mst2)*(50134 - 270*B4 + 270*D3 - 135*DN + 120*(271 +
3953  24*lmMst1)*lmMst2 - 120*lmMt - 29646*S2 - 720*(-2 + 3*lmMst1)*pow2(
3954  lmMst2) + 2160*(lmMst1 + pow3(lmMst2)))) + 80*T1ep*(6*pow2(Mst1)*(1555*
3955  Mst2*Mt*s2t - 252*pow2(Mt) + 185*pow2(Mst2)*pow2(s2t)) + 63*s2t*(Mt +
3956  5*Mst2*s2t)*pow3(Mst2) + 17308*pow2(s2t)*pow4(Mst1)))/pow4(Mst2) +
3957  14580*pow2(s2t)*(112.1664609053498 - (100*B4)/9. + (112*D3)/9. - (62*
3958  DN)/9. + (1055*lmMsq)/9. + 15*pow2(lmMsq) - (2*lmMst1*(-544 + 210*lmMsq
3959  + 135*pow2(lmMsq)))/9. - (103*pow2(lmMst1))/9. + (lmMst2*(-7921 - 1476*
3960  lmMst1 + 90*lmMsq*(5 + 18*lmMst1) + 810*pow2(lmMsq) + 288*pow2(lmMst1))
3961  )/27. + (93.66666666666667 - 60*lmMsq - 112*lmMst1)*pow2(lmMst2) +
3962  pow2(Mst1)*((10*(405 + (-187 + 246*lmMsq)*lmMst2 + lmMst1*(187 - 246*
3963  lmMsq + 246*lmMst2) - 246*pow2(lmMst2)))/(27.*pow2(Msq)) - (
3964  73.78472976680384 + (164*B4)/9. - (176*D3)/9. + (94*DN)/9. - (260*
3965  lmMsq)/3. + lmMst1*(-96.55703703703703 + 40*lmMsq + 30*pow2(lmMsq)) + (
3966  7556*pow2(lmMst1))/135. - (2*lmMst2*(-99788 + 2005*lmMst1 + 6750*lmMsq*
3967  (2 + 3*lmMst1) + 10125*pow2(lmMsq) + 32775*pow2(lmMst1)))/675. + (2*(-
3968  3377 + 4050*lmMsq + 19155*lmMst1)*pow2(lmMst2))/135. + (10*pow3(lmMst1)
3969  )/27. - (5050*pow3(lmMst2))/27.)/pow2(Mst2)) + (304*pow3(lmMst2))/3. +
3970  pow4(Mst1)*((5*(216 + (-95 + 132*lmMsq)*lmMst2 + lmMst1*(95 - 132*lmMsq
3971  + 132*lmMst2) - 132*pow2(lmMst2)))/(54.*pow4(Msq)) + (536.1152102791342
3972  - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. + 90*lmMsq - (123.11224321827497
3973  + 20*lmMsq*(1 + lmMsq))*lmMst1 - lmMst2*(17.33220122616948 - 20*lmMsq*
3974  (1 + lmMsq) + (133.04550264550264 - 40*lmMsq)*lmMst1 - (1180*pow2(
3975  lmMst1))/9.) - (15886*pow2(lmMst1))/945. + (149.85608465608465 - 40*
3976  lmMsq - (2812*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4988*
3977  pow3(lmMst2))/27.)/pow4(Mst2)) - (32*(-2 + lmMst2 + 5*pow2(lmMst2))*
3978  pow4(Mst2))/(9.*pow4(Mst1)) - (6*(7400*OepS2 + 27*(1089707 - 5550*
3979  lmMst1 + 5550*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 40*(17308*OepS2 + 27*
3980  (93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow4(Mst1) + 9*(1400*OepS2 +
3981  81*(116129 - 350*lmMst1 + 350*lmMst2)*S2)*pow4(Mst2))/(10935.*pow4(
3982  Mst2)) + (5*((291 + 2*(-103 + 84*lmMsq)*lmMst2 + 2*lmMst1*(103 - 84*
3983  lmMsq + 84*lmMst2) - 168*pow2(lmMst2))*pow4(Mst1) + (684 + 347*lmMst1 +
3984  7*(-77 + 78*lmMst1)*lmMst2 + 6*lmMsq*(32 - 91*lmMst1 + 91*lmMst2) -
3985  546*pow2(lmMst2))*pow4(Mst2)))/(27.*pow2(Msq)*pow2(Mst2)) + (pow2(Mst2)
3986  *(800*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst2) + 12*(-1149 +
3987  266*lmMst2 + 64*lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) +
3988  270*pow2(lmMsq) + 1264*pow2(lmMst2))*pow4(Msq) - 5*((-4239 + 12*lmMsq*(
3989  -47 + 244*lmMst1 - 244*lmMst2) + 1324*lmMst2 - 8*lmMst1*(95 + 366*
3990  lmMst2) + 2928*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (-3834 + lmMst1*(-
3991  890 + 2328*lmMsq - 2328*lmMst2) + (890 - 2328*lmMsq)*lmMst2 + 2328*
3992  pow2(lmMst2))*pow4(Mst1) - 63*(-5 + 28*lmMsq - 28*lmMst2)*pow4(Mst2))))
3993  /(216.*pow2(Mst1)*pow4(Msq))) - (Mt*s2t*(pow4(Msq)*(-3*pow2(Mst1)*pow2(
3994  Mst2)*(433447 + 1058400*B4 - 23760*DN - 4255200*lmMsq - 1120*OepS2 +
3995  324*(-1387 + 70*lmMst1 - 70*lmMst2)*S2 + 129600*pow2(lmMsq) - 2160*
3996  lmMst1*(-359 + 150*lmMsq + 30*pow2(lmMsq)) + 720*lmMst2*(8503 + 666*
3997  lmMst1 + 90*lmMsq*(1 + 2*lmMst1) + 90*pow2(lmMsq) - 48*pow2(lmMst1)) +
3998  69120*pow2(lmMst1) - 4320*(-177 + 30*lmMsq + 232*lmMst1)*pow2(lmMst2) +
3999  1036800*pow3(lmMst2)) - 2*(10274911 + 3285360*B4 - 68040*DN - 13381200*
4000  lmMsq - 248800*OepS2 + 108*(-20803 + 46650*lmMst1 - 46650*lmMst2)*S2 +
4001  194400*pow2(lmMsq) - 3600*lmMst1*(167 + 405*lmMsq + 81*pow2(lmMsq)) -
4002  103680*pow2(lmMst1) + 720*lmMst2*(30469 + 2709*lmMst1 + 135*lmMsq*(11 +
4003  6*lmMst1) + 405*pow2(lmMsq) + 72*pow2(lmMst1)) - 6480*(-19 + 90*lmMsq +
4004  568*lmMst1)*pow2(lmMst2) + 3628800*pow3(lmMst2))*pow4(Mst1) + 414720*(2
4005  + lmMst2 - 3*pow2(lmMst2))*pow4(Mst2)) + 21600*pow2(Msq)*((1445 + 72*
4006  lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 180*lmMst2 - 36*lmMst1*(1 + 6*
4007  lmMst2) + 216*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(397 + 36*lmMsq*(
4008  -2 + lmMst1 - lmMst2) + 78*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(
4009  lmMst2))*pow2(Mst1)*pow4(Mst2) + 6*(107 + 6*lmMsq*(-2 + 5*lmMst1 - 5*
4010  lmMst2) + 32*lmMst2 - 10*lmMst1*(2 + 3*lmMst2) + 30*pow2(lmMst2))*pow6(
4011  Mst1)) + 450*((37213 + 12*lmMsq*(-539 + 810*lmMst1 - 810*lmMst2) +
4012  6630*lmMst2 - 162*lmMst1*(1 + 60*lmMst2) + 9720*pow2(lmMst2))*pow4(
4013  Mst1)*pow4(Mst2) + 6*(1961 + 180*lmMsq*(-2 + 5*lmMst1 - 5*lmMst2) +
4014  675*lmMst2 - 45*lmMst1*(7 + 20*lmMst2) + 900*pow2(lmMst2))*pow2(Mst2)*
4015  pow6(Mst1) + (21275 + 12*lmMsq*(-541 + 270*lmMst1 - 270*lmMst2) + 6546*
4016  lmMst2 - 54*lmMst1*(1 + 60*lmMst2) + 3240*pow2(lmMst2))*pow2(Mst1)*
4017  pow6(Mst2))))/(pow2(Mst1)*pow3(Mst2)*pow4(Msq))))/(14580.*Tbeta)) + Mt*
4018  ((T1ep*(3*Mst2*pow2(Mst1)*(15840*Mst2*s2t*pow2(Mt) - 9267*Mt*pow2(Mst2)
4019  *pow2(s2t) + 17312*pow3(Mt) - 530*pow3(Mst2)*pow3(s2t)) + 63*pow3(Mst2)
4020  *(72*Mst2*s2t*pow2(Mt) - 3*Mt*pow2(Mst2)*pow2(s2t) + 4*pow3(Mt) - 10*
4021  pow3(Mst2)*pow3(s2t)) + 2*s2t*(35601*Mst2*Mt*s2t + 66168*pow2(Mt) -
4022  12664*pow2(Mst2)*pow2(s2t))*pow4(Mst1)))/(729.*pow4(Mst2)) + pow3(s2t)*
4023  (pow2(Mst1)*(92.97559533607682 + (32*B4)/9. - (32*D3)/9. + (16*DN)/9. +
4024  (275*lmMsq)/18. + (12.165925925925926 - (10*lmMsq)/3.)*lmMst1 + (15*
4025  pow2(lmMsq))/2. + (6011*pow2(lmMst1))/270. - (lmMst2*(-1551 + 15750*
4026  lmMsq + 40910*lmMst1 + 58350*pow2(lmMst1)))/1350. + ((5891 + 23190*
4027  lmMst1)*pow2(lmMst2))/270. + (5*pow3(lmMst1))/27. - (1157*pow3(lmMst2))
4028  /27.) - ((5*(5 - 2*lmMst1 + 2*lmMst2))/(18.*pow2(Msq)) + (
4029  213.49860925479342 + (1510169*lmMst2)/119070. + lmMsq*(5 - 10*lmMst1 +
4030  10*lmMst2) + ((433 + 6552*lmMst2)*pow2(lmMst1))/189. + (97*pow2(lmMst2)
4031  )/189. - (lmMst1*(2674409 + 333900*lmMst2 + 7514640*pow2(lmMst2)))/
4032  119070. - (56*pow3(lmMst1))/27. + (824*pow3(lmMst2))/27.)/pow2(Mst2))*
4033  pow4(Mst1) - pow2(Mst2)*(87.99989711934157 - (50*B4)/9. + (56*D3)/9. -
4034  (31*DN)/9. + (415*lmMsq)/9. + lmMst1*(64 - (70*lmMsq)/3. - 15*pow2(
4035  lmMsq)) - (103*pow2(lmMst1))/18. + (lmMst2*(-4160 - 882*lmMst1 + 90*
4036  lmMsq*(7 + 9*lmMst1) + 405*pow2(lmMsq) + 144*pow2(lmMst1)))/27. + (
4037  11.722222222222221 - 30*lmMsq - 56*lmMst1)*pow2(lmMst2) + (5*(42 +
4038  lmMst1*(9 - 18*lmMst2) + 2*lmMsq*(-32 + 9*lmMst1 - 9*lmMst2) + 55*
4039  lmMst2 + 18*pow2(lmMst2))*pow2(Mst1))/(18.*pow2(Msq)) + (152*pow3(
4040  lmMst2))/3. - (5*pow4(Mst1))/(36.*pow4(Msq))) - (((10*(844 - 6*lmMsq*(
4041  18 + 91*lmMst1 - 91*lmMst2) - 239*lmMst2 + lmMst1*(347 + 546*lmMst2) -
4042  546*pow2(lmMst2)))/pow2(Msq) + (3*(-1277 + 330*lmMst2 + 64*lmMst1*(-2 +
4043  3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 1584*pow2(
4044  lmMst2)))/pow2(Mst1))*pow4(Mst2))/108. + (159*(200*OepS2 + 27*(21401 -
4045  150*lmMst1 + 150*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 20*(25328*OepS2 +
4046  27*(47051 - 18996*lmMst1 + 18996*lmMst2)*S2)*pow4(Mst1) + 9*(1400*OepS2
4047  + 81*(116129 - 350*lmMst1 + 350*lmMst2)*S2)*pow4(Mst2))/(21870.*pow2(
4048  Mst2)) + (16*(-2 + lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))/(9.*pow4(Mst1))
4049  + (5*((405 - 434*lmMst2 + 10*lmMst1*(-13 + 60*lmMst2) + lmMsq*(564 -
4050  600*lmMst1 + 600*lmMst2) - 600*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) -
4051  160*(-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow6(Mst2) + 2*(-2277 + 24*
4052  lmMsq*(25 + 61*lmMst1 - 61*lmMst2) - 220*lmMst2 - 4*lmMst1*(95 + 366*
4053  lmMst2) + 1464*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 9*(9 - 140*lmMsq +
4054  140*lmMst2)*pow8(Mst2)))/(432.*pow2(Mst1)*pow4(Msq)))))))/pow2(Mgl) - (
4055  Al4p*Mt*xDR2DRMOD*(Al4p*threeLoopFlag*((1296*Mt*MuSUSY*s2t*(-(s2t*(3636
4056  - 1800*lmMsq + 1080*pow2(lmMsq) - 24*lmMst1*(431 - 150*lmMsq + 90*pow2(
4057  lmMsq)) + 768*pow2(lmMst1) + 48*lmMst2*(363 + 30*lmMsq*(-4 + 3*lmMst1 -
4058  3*lmMst2) + 451*lmMst2 - lmMst1*(407 + 168*lmMst2) + 45*pow2(lmMsq) +
4059  16*pow2(lmMst1)) + 7296*pow3(lmMst2) + (24*Dmglst2*(45 + 30*lmMsq*(1 +
4060  3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1 + 2*lmMst2) + 8*lmMst2*(29 + 8*pow2(
4061  lmMst1)) + 1068*pow2(lmMst2) - 2*lmMst1*(-83 + 430*lmMst2 + 336*pow2(
4062  lmMst2)) + 608*pow3(lmMst2)) - (384*(1 + lmMst2)*(4*Dmglst2*lmMst2 +
4063  Mgl + lmMst2*Mgl)*pow4(Mst2))/pow4(Mst1) + (8*pow2(Mst1)*(80*Dmglst2*(
4064  lmMst1 - lmMst2)*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst2) + 10*(lmMst1 -
4065  lmMst2)*(43 - 30*lmMsq + 30*lmMst2)*Mgl*pow2(Mst2) + 6*Dmglst2*pow2(
4066  Msq)*(96 + lmMst2*(173 + 30*lmMsq + 90*pow2(lmMsq) + 288*pow2(lmMst1))
4067  + (526 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(13 + 30*lmMsq*(1 - 6*lmMst2)
4068  + 526*lmMst2 + 90*pow2(lmMsq) + 848*pow2(lmMst2)) + 560*pow3(lmMst2)) +
4069  3*Mgl*pow2(Msq)*(64 + 15*lmMst2*(33 - 10*lmMsq + 6*pow2(lmMsq)) + 288*(
4070  1 + lmMst2)*pow2(lmMst1) + 6*(173 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(
4071  431 + 1326*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 848*
4072  pow2(lmMst2)) + 560*pow3(lmMst2))) - 40*(8*Dmglst2*(14 - 15*lmMsq + 15*
4073  lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*(pow4(Mst2) - 2*(lmMst1 -
4074  lmMst2)*(pow4(Mst1) + pow4(Mst2))))/(pow2(Msq)*pow2(Mst2)) + ((2*pow4(
4075  Mst1)*((24*Dmglst2*(96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*
4076  pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
4077  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
4078  + 816*pow3(lmMst2)) + 12*Mgl*(80 + lmMst2*(479 - 150*lmMsq + 90*pow2(
4079  lmMsq)) + 544*(1 + lmMst2)*pow2(lmMst1) + 2*(631 - 90*lmMsq)*pow2(
4080  lmMst2) - lmMst1*(399 + 1806*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*
4081  pow2(lmMsq) + 1360*pow2(lmMst2)) + 816*pow3(lmMst2)))*pow4(Msq) + (
4082  lmMst1 - lmMst2)*(90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*
4083  lmMsq + 84*lmMst2)*Mgl)*pow4(Mst2)))/pow4(Mst2) + pow2(Mst2)*(-5*(18*
4084  Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*
4085  (pow2(Mst2) - 2*(lmMst1 - lmMst2)*(pow2(Mst1) + pow2(Mst2))) - (40*(8*
4086  Dmglst2*(14 - 15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*
4087  pow2(Msq)*pow2(Mst2) + (-12*Mgl*(335 + 654*lmMst2 + 64*lmMst1*(1 +
4088  lmMst2) - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 272*pow2(lmMst2))
4089  - 24*Dmglst2*(-115 + (366 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*
4090  lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2)))*pow4(Msq) + (90*Dmglst2*(
4091  13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*lmMsq + 84*lmMst2)*Mgl)*pow4(
4092  Mst2))/pow2(Mst1)))/pow4(Msq))/Mgl))/216. + (64*Mt*(2*Dmglst2*pow2(
4093  Mst2)*(pow2(Mst1)*pow2(Mst2)*(8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(
4094  -3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)) + 2*(8 + 13*lmMst2 -
4095  8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(
4096  lmMst2))*pow4(Mst1) + (1 - 2*lmMst2 - 3*pow2(lmMst2))*pow4(Mst2)) + (1
4097  + lmMst2)*Mgl*(2*(1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(
4098  lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(1 + 5*lmMst2 - lmMst1*(3 + 2*
4099  lmMst2) + 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (7 - 32*lmMst2 + 4*
4100  lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*
4101  pow6(Mst2))))/(9.*Mgl*pow2(Mst1)*pow5(Mst2))))/Tbeta + (3*pow3(s2t)*(
4102  12*pow2(Mst1)*(2*Dmglst2*(147 + 114*lmMst2 + 30*lmMsq*(-1 + 6*lmMst2) -
4103  90*pow2(lmMsq) + 512*lmMst2*pow2(lmMst1) - 16*pow2(lmMst2) - 64*lmMst1*
4104  (3 + 3*lmMst2 + 16*pow2(lmMst2)) + 512*pow3(lmMst2)) - Mgl*(175 - 30*
4105  lmMsq*(5 + 6*lmMst2) + lmMst2*(462 + 1024*lmMst1*(1 + lmMst2)) + 90*
4106  pow2(lmMsq) - 272*pow2(lmMst2) - 512*((1 + lmMst2)*pow2(lmMst1) + pow3(
4107  lmMst2)))) + (384*((1 + lmMst2)*Mgl*(1 + lmMst1*(2 - 32*lmMst2) - 2*
4108  lmMst2 + 16*(pow2(lmMst1) + pow2(lmMst2))) + 2*Dmglst2*(-2*lmMst1*(3 +
4109  2*lmMst2 + 16*pow2(lmMst2)) + lmMst2*(7 + 4*lmMst2 + 16*(pow2(lmMst1) +
4110  pow2(lmMst2)))))*pow4(Mst1))/pow2(Mst2) + (5*(18*Dmglst2*(13 - 28*lmMsq
4111  + 28*lmMst2) + (67 - 84*lmMsq + 84*lmMst2)*Mgl)*(pow2(Mst1) + 2*(lmMst1
4112  - lmMst2)*pow2(Mst2))*pow4(Mst2))/pow4(Msq) + (8*pow2(Mst2)*(40*
4113  Dmglst2*(14 - 15*lmMsq + 15*lmMst2)*pow2(Mst1) + 5*(43 - 30*lmMsq + 30*
4114  lmMst2)*Mgl*pow2(Mst1) - 3*Mgl*pow2(Msq)*(16 - 3*lmMst2*(133 - 50*lmMsq
4115  + 30*pow2(lmMsq)) - 32*(1 + lmMst2)*pow2(lmMst1) + 2*(-383 + 90*lmMsq)*
4116  pow2(lmMst2) + lmMst1*(463 + 846*lmMst2 - 30*lmMsq*(5 + 6*lmMst2) + 90*
4117  pow2(lmMsq) + 336*pow2(lmMst2)) - 304*pow3(lmMst2)) + 6*Dmglst2*pow2(
4118  Msq)*(80 + lmMst2*(-67 + 30*lmMsq + 90*pow2(lmMsq) + 32*pow2(lmMst1)) +
4119  6*(61 - 30*lmMsq)*pow2(lmMst2) - lmMst1*(-83 + 462*lmMst2 - 30*lmMsq*(-
4120  1 + 6*lmMst2) + 90*pow2(lmMsq) + 336*pow2(lmMst2)) + 304*pow3(lmMst2)))
4121  - (4*((-3*Mgl*(367 + 718*lmMst2 + 64*lmMst1*(1 + lmMst2) - 30*lmMsq*(5
4122  + 6*lmMst2) + 90*pow2(lmMsq) + 304*pow2(lmMst2)) - 6*Dmglst2*(-115 + (
4123  430 + 64*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) +
4124  400*pow2(lmMst2)))*pow2(Msq) + 20*(lmMst1 - lmMst2)*(8*Dmglst2*(-14 +
4125  15*lmMsq - 15*lmMst2) + (-43 + 30*lmMsq - 30*lmMst2)*Mgl)*pow2(Mst1))*
4126  pow4(Mst2))/pow2(Mst1) - (8*(Mgl*(48*pow2(1 + lmMst2)*pow2(Msq) + 5*(43
4127  - 30*lmMsq + 30*lmMst2)*pow2(Mst1)) + 8*Dmglst2*(24*pow2(lmMst2)*pow2(
4128  Msq) + 5*(14 - 15*lmMsq)*pow2(Mst1) + 3*lmMst2*(8*pow2(Msq) + 25*pow2(
4129  Mst1))))*pow6(Mst2))/pow4(Mst1))/pow2(Msq)) + (256*Mt*(4*pow2(Mt)*(
4130  Dmglst2*pow2(Mst2)*(pow2(Mst1)*pow2(Mst2)*(119 + lmMst2*(224 - 15*lmMt)
4131  - 51*lmMt + 3*(5 + 6*lmMt)*pow2(lmMst2) + 18*lmMst1*(-4 + lmMt -
4132  lmMst2*(1 + lmMt) + pow2(lmMst2)) - 18*pow3(lmMst2)) + (263 + lmMst2*(
4133  962 - 213*lmMt) - 177*lmMt + (393 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(
4134  26 - lmMst2*(-17 + lmMt) - 7*lmMt + pow2(lmMst2)) + 18*pow3(lmMst2))*
4135  pow4(Mst1) - 18*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow4(Mst2)) + 9*(1 +
4136  lmMst2)*Mgl*((3 - 21*lmMst2 + 2*lmMst1*(8 + 3*lmMst2 - 3*lmMt) + 5*lmMt
4137  + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-1 - 7*
4138  lmMst2 + 2*lmMst1*(2 + lmMst2 - lmMt) + 3*lmMt + 2*lmMst2*lmMt - 2*
4139  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (12 - 45*lmMst2 + 2*lmMst1*(19 +
4140  6*lmMst2 - 6*lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow6(
4141  Mst1) - 2*(1 + lmMst2)*pow6(Mst2))) - 27*pow2(Mst2)*pow2(s2t)*((1 +
4142  lmMst2)*Mgl*(2*(2 - 5*lmMst2 + lmMst1*(5 + 2*lmMst2) - 2*pow2(lmMst2))*
4143  pow2(Mst2)*pow4(Mst1) + 2*(-2*lmMst2*(2 + lmMst2) + lmMst1*(3 + 2*
4144  lmMst2))*pow2(Mst1)*pow4(Mst2) + (5 - 12*lmMst2 + 4*lmMst1*(3 + lmMst2)
4145  - 4*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*pow6(Mst2)) + Dmglst2*(2*
4146  pow2(Mst2)*(8 + 19*lmMst2 - 5*pow2(lmMst2) + lmMst1*(-7 + 5*lmMst2 + 6*
4147  pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst1) + 2*pow2(Mst1)*(7 + 9*lmMst2
4148  - 8*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(
4149  lmMst2))*pow4(Mst2) + (17 + 51*lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 +
4150  lmMst2 + 3*pow2(lmMst2)) - 12*pow3(lmMst2))*pow6(Mst1) - 2*(-1 + 2*
4151  lmMst2 + 3*pow2(lmMst2))*pow6(Mst2)))))/(pow2(Mst1)*pow5(Mst2)) - (12*
4152  s2t*pow2(Mt)*(pow2(Mst1)*(pow2(Mst1) - pow2(Mst2))*(40*(8*Dmglst2*(14 -
4153  15*lmMsq + 15*lmMst2) + (43 - 30*lmMsq + 30*lmMst2)*Mgl)*pow2(Msq)*
4154  pow6(Mst2) + (90*Dmglst2*(13 - 28*lmMsq + 28*lmMst2) + 5*(67 - 84*lmMsq
4155  + 84*lmMst2)*Mgl)*pow8(Mst2)) + pow4(Msq)*(12*Mgl*(-((143 + 302*lmMst2
4156  - 30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 48*pow2(lmMst2) + 128*
4157  lmMst1*pow2(1 + lmMst2) - 64*((1 + lmMst2)*pow2(lmMst1) + pow3(lmMst2))
4158  )*pow4(Mst1)*pow4(Mst2)) + (271 + 526*lmMst2 + 64*lmMst1*(1 + lmMst2) -
4159  30*lmMsq*(5 + 6*lmMst2) + 90*pow2(lmMsq) + 208*pow2(lmMst2))*pow2(Mst1)
4160  *pow6(Mst2) + 64*(1 + lmMst2)*(pow2(1 - lmMst1 + lmMst2)*pow2(Mst2)*
4161  pow6(Mst1) + (1 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) +
4162  pow2(lmMst2))*pow8(Mst1)) - 32*pow2(1 + lmMst2)*pow8(Mst2)) - 8*
4163  Dmglst2*(-((121 + 90*lmMsq*(-1 + 6*lmMst2) - 270*pow2(lmMsq) + 2*
4164  lmMst2*(-325 + 96*pow2(lmMst1)) - 432*pow2(lmMst2) + 192*(-(lmMst1*(-1
4165  + lmMst2 + 2*pow2(lmMst2))) + pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2)) -
4166  192*(lmMst2*pow2(lmMst1) + lmMst1*(4 + 2*lmMst2 - 2*pow2(lmMst2)) + (-4
4167  + lmMst2)*pow2(1 + lmMst2))*pow2(Mst2)*pow6(Mst1) - 3*(-179 + 2*(87 +
4168  32*lmMst1)*lmMst2 - 30*lmMsq*(-1 + 6*lmMst2) + 90*pow2(lmMsq) + 208*
4169  pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 192*(-((-6 - 14*lmMst2 + lmMst2*
4170  pow2(lmMst1) + lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2)
4171  + pow3(lmMst2))*pow8(Mst1)) + lmMst2*(1 + lmMst2)*pow8(Mst2))))))/(
4172  pow4(Msq)*pow4(Mst1)*pow4(Mst2)))/Mgl) + (432*Mgl*(2*Dmglst2*lmMst2 +
4173  Mgl + lmMst2*Mgl)*s2t*twoLoopFlag*pow2(Mst1)*(-((2*Mt*(MuSUSY*s2t - 2*
4174  Mt*Tbeta)*pow2(Mst1) + pow2(Mst2)*(2*Mt*MuSUSY*s2t + 4*Tbeta*pow2(Mt) -
4175  Tbeta*pow2(Mst2)*pow2(s2t)) + Tbeta*pow2(s2t)*pow4(Mst1))*pow4(Mst2)) +
4176  2*(lmMst1 - lmMst2)*s2t*pow2(Mst1)*(2*Mt*MuSUSY*(pow2(Mst1)*pow2(Mst2)
4177  + pow4(Mst1) + pow4(Mst2)) - s2t*Tbeta*pow6(Mst2))) + (xDmglst2*pow2(
4178  Dmglst2)*(432*(2 - 3*lmMst2)*s2t*twoLoopFlag*pow2(Mst1)*pow4(Msq)*(
4179  Tbeta*(-4*pow2(Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) + 2*(lmMst1 -
4180  lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(Mst1) - pow4(
4181  Mst2)))*pow4(Mst2) + 2*Mt*MuSUSY*s2t*((pow2(Mst1) + pow2(Mst2))*pow4(
4182  Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(
4183  Mst1) + pow4(Mst2)))) + Al4p*threeLoopFlag*(6*Mt*MuSUSY*s2t*(s2t*pow2(
4184  Mst1)*(160*pow2(Msq)*pow2(Mst2)*(5*(8 - 15*lmMsq)*(pow2(Mst1) + pow2(
4185  Mst2))*pow4(Mst2) + 30*pow2(lmMst2)*(5*pow2(Mst2)*pow4(Mst1) + 5*pow2(
4186  Mst1)*pow4(Mst2) + 2*pow6(Mst1)) - 2*lmMst1*(5*(8 - 15*lmMsq + 15*
4187  lmMst2)*pow2(Mst1)*pow2(Mst2)*(pow2(Mst1) + pow2(Mst2)) + (28 - 30*
4188  lmMsq + 30*lmMst2)*pow6(Mst1)) + lmMst2*(10*(8 - 15*lmMsq)*pow2(Mst2)*
4189  pow4(Mst1) + 5*(31 - 30*lmMsq)*pow2(Mst1)*pow4(Mst2) + (56 - 60*lmMsq)*
4190  pow6(Mst1) + 75*pow6(Mst2))) + 45*pow4(Mst2)*(7*(5 - 28*lmMsq)*(pow2(
4191  Mst1) + pow2(Mst2))*pow4(Mst2) + 56*pow2(lmMst2)*(7*pow2(Mst2)*pow4(
4192  Mst1) + 7*pow2(Mst1)*pow4(Mst2) + 2*pow6(Mst1)) - 2*lmMst1*(7*(5 - 28*
4193  lmMsq + 28*lmMst2)*pow2(Mst1)*pow2(Mst2)*(pow2(Mst1) + pow2(Mst2)) + (
4194  26 - 56*lmMsq + 56*lmMst2)*pow6(Mst1)) + lmMst2*(14*(5 - 28*lmMsq)*
4195  pow2(Mst2)*pow4(Mst1) + 14*(19 - 28*lmMsq)*pow2(Mst1)*pow4(Mst2) + (52
4196  - 112*lmMsq)*pow6(Mst1) + 196*pow6(Mst2)))) - 4*pow4(Msq)*(-((Mst2*s2t*
4197  (3035 + 5240*lmMst2 - 270*lmMsq*(5 + 3*lmMsq - 6*lmMst2)*(1 - 2*lmMst1
4198  + 2*lmMst2) + 192*(2 - 3*lmMst2)*pow2(lmMst1) - 4620*pow2(lmMst2) + 6*
4199  lmMst1*(-1161 + 458*lmMst2 + 1008*pow2(lmMst2)) - 5472*pow3(lmMst2)) -
4200  128*Mt*(-53 - 191*lmMst2 + lmMst1*(60 + 18*lmMst2 - 72*pow2(lmMst2)) +
4201  54*pow2(lmMst2) + 72*pow3(lmMst2)))*pow3(Mst2)*pow4(Mst1)) - 3*(Mst2*
4202  s2t*(1065 + 64*lmMst1*(2 - 3*lmMst2) - 266*lmMst2 + 90*lmMsq*(-5 + 6*
4203  lmMst2) - 270*pow2(lmMsq) - 1264*pow2(lmMst2)) + 512*Mt*(2 + lmMst2 -
4204  3*pow2(lmMst2)))*pow2(Mst1)*pow5(Mst2) - 2*Mst2*(3*Mst2*s2t*(480 - 9*
4205  lmMst2*(-129 + 50*lmMsq + 30*pow2(lmMsq)) + 288*(2 - 3*lmMst2)*pow2(
4206  lmMst1) + 10*(-17 + 54*lmMsq)*pow2(lmMst2) + lmMst1*(-1385 - 406*lmMst2
4207  - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq) + 2544*pow2(lmMst2)) -
4208  1680*pow3(lmMst2)) + 64*Mt*(11 + 371*lmMst2 - 42*pow2(lmMst2) + 6*
4209  lmMst1*(-21 - 5*lmMst2 + 24*pow2(lmMst2)) - 144*pow3(lmMst2)))*pow6(
4210  Mst1) + s2t*(12*(96 + lmMst2*(285 + 30*lmMsq + 90*pow2(lmMsq) + 544*
4211  pow2(lmMst1)) + (590 - 180*lmMsq)*pow2(lmMst2) - lmMst1*(109 + 30*
4212  lmMsq*(1 - 6*lmMst2) + 590*lmMst2 + 90*pow2(lmMsq) + 1360*pow2(lmMst2))
4213  + 816*pow3(lmMst2))*pow8(Mst1) - 192*(-2 + lmMst2 + 5*pow2(lmMst2))*
4214  pow8(Mst2)))) - Tbeta*(256*Mst2*Mt*pow2(Mst1)*pow4(Msq)*(4*pow2(Mt)*(
4215  pow2(Mst1)*pow2(Mst2)*(96 + 36*lmMt + lmMst2*(-187 + 39*lmMt) - 3*(19 +
4216  6*lmMt)*pow2(lmMst2) + 18*(lmMst1*(3 - 2*lmMt + lmMst2*(3 + lmMt) -
4217  pow2(lmMst2)) + pow3(lmMst2))) + (834 + lmMst2*(569 - 33*lmMt) - 162*
4218  lmMt + (51 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(13 + lmMst2 - lmMst2*
4219  lmMt + pow2(lmMst2)) + 18*pow3(lmMst2))*pow4(Mst1) - 36*(2 + lmMst2 -
4220  3*pow2(lmMst2))*pow4(Mst2)) + 9*pow2(s2t)*(6*pow2(Mst2)*(-7 + 30*lmMst2
4221  + 2*pow2(lmMst2) + lmMst1*(-11 - 2*lmMst2 + 12*pow2(lmMst2)) - 12*pow3(
4222  lmMst2))*pow4(Mst1) + pow2(Mst1)*(29 + 179*lmMst2 - 18*pow2(lmMst2) +
4223  6*lmMst1*(-10 - 3*lmMst2 + 12*pow2(lmMst2)) - 72*pow3(lmMst2))*pow4(
4224  Mst2) + 3*(17 + 51*lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*
4225  pow2(lmMst2)) - 12*pow3(lmMst2))*pow6(Mst1) + 12*(2 + lmMst2 - 3*pow2(
4226  lmMst2))*pow6(Mst2))) - 3*pow2(Mst2)*pow3(s2t)*(8*pow2(Msq)*(100*(8 -
4227  15*lmMsq + 15*lmMst2)*pow2(Mst1) + pow2(Msq)*(80 + lmMst2*(-3019 +
4228  1350*lmMsq + 810*pow2(lmMsq)) + 96*(-2 + 3*lmMst2)*pow2(lmMst1) + 18*(
4229  23 - 90*lmMsq)*pow2(lmMst2) - 3*lmMst1*(-1225 + 554*lmMst2 - 90*lmMsq*(
4230  -5 + 6*lmMst2) + 270*pow2(lmMsq) + 1008*pow2(lmMst2)) + 2736*pow3(
4231  lmMst2)))*pow4(Mst1)*pow4(Mst2) + pow2(Mst1)*(1600*(lmMst1 - lmMst2)*(8
4232  - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow2(Mst1) + 12*(-1193 + 330*lmMst2 +
4233  64*lmMst1*(-2 + 3*lmMst2) - 90*lmMsq*(-5 + 6*lmMst2) + 270*pow2(lmMsq)
4234  + 1584*pow2(lmMst2))*pow4(Msq) + 315*(5 - 28*lmMsq + 28*lmMst2)*pow4(
4235  Mst1) + 45*(-9 + 140*lmMsq - 140*lmMst2)*pow4(Mst2))*pow6(Mst2) + pow4(
4236  Msq)*(4*pow2(Mst2)*(155 - 1726*lmMst2 + 270*lmMsq*(-5 + 6*lmMst2) -
4237  810*pow2(lmMsq) + 1536*(-2 + 3*lmMst2)*pow2(lmMst1) + 192*lmMst1*(7 +
4238  27*lmMst2 - 48*pow2(lmMst2)) - 3600*pow2(lmMst2) + 4608*pow3(lmMst2))*
4239  pow6(Mst1) + 768*(-2*lmMst1*(3 + 2*lmMst2 + 16*pow2(lmMst2)) + lmMst2*(
4240  7 + 4*lmMst2 + 16*(pow2(lmMst1) + pow2(lmMst2))))*pow8(Mst1)) + 2*(400*
4241  (-8 + 15*lmMsq - 15*lmMst2)*pow2(Msq)*pow2(Mst1) - 384*(-2 + lmMst2 +
4242  5*pow2(lmMst2))*pow4(Msq) + 315*(lmMst1 - lmMst2)*(5 - 28*lmMsq + 28*
4243  lmMst2)*pow4(Mst1))*pow8(Mst2)) + 12*s2t*pow2(Mt)*(pow2(Mst1)*(pow2(
4244  Mst1) - pow2(Mst2))*(800*(8 - 15*lmMsq + 15*lmMst2)*pow2(Msq)*pow6(
4245  Mst2) + 315*(5 - 28*lmMsq + 28*lmMst2)*pow8(Mst2)) - 4*pow4(Msq)*(-((
4246  2395 + 482*lmMst2 + 270*lmMsq*(-5 + 6*lmMst2) - 810*pow2(lmMsq) + 192*(
4247  -2 + 3*lmMst2)*pow2(lmMst1) + 192*lmMst1*(3 + lmMst2 - 6*pow2(lmMst2))
4248  - 1296*pow2(lmMst2) + 576*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2)) + 192*
4249  pow2(Mst2)*((2 - 3*lmMst2)*pow2(lmMst1) + lmMst1*(8 - 2*lmMst2 + 6*
4250  pow2(lmMst2)) - 3*(6 + 5*lmMst2 + pow3(lmMst2)))*pow6(Mst1) + 3*(873 +
4251  64*lmMst1*(2 - 3*lmMst2) + 182*lmMst2 + 90*lmMsq*(-5 + 6*lmMst2) - 270*
4252  pow2(lmMsq) - 624*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) - 384*(-6 - 14*
4253  lmMst2 + lmMst2*pow2(lmMst1) + lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) -
4254  6*pow2(lmMst2) + pow3(lmMst2))*pow8(Mst1) + 192*(-2 + lmMst2 + 5*pow2(
4255  lmMst2))*pow8(Mst2)))))))/pow4(Msq))/(Tbeta*pow2(Mgl)*pow4(Mst1)*pow4(
4256  Mst2))))/1296.);
4257 }
4258 
4259 /**
4260  * @return returns the susy log^0 term of Mh^2 @ O(at*as^2) without any log(mu^2) terms normalized to DO (H3m*12/Mt^4/Sbeta^2)
4261  */
4263 
4264  const double result =
4265  4832.548148148148 + (7949728*Dmglst2)/(945.*Mgl) + (448*OepS2)/9. + (
4266  1792*Dmglst2*OepS2)/(27.*Mgl) - (7848*S2)/5. + (76464*Dmglst2*S2)/(35.*
4267  Mgl) - (3502*Mst2*s2t)/(5.*Mt) + (1322*Dmglst2*Mst2*s2t)/(9.*Mgl*Mt) +
4268  (448*Mst2*OepS2*s2t)/(9.*Mt) - (2240*Dmglst2*Mst2*OepS2*s2t)/(27.*Mgl*
4269  Mt) + (5688*Mst2*S2*s2t)/(5.*Mt) - (3240*Dmglst2*Mst2*S2*s2t)/(Mgl*Mt)
4270  - (224*T1ep)/3. - (896*Dmglst2*T1ep)/(9.*Mgl) - (224*Mst2*s2t*T1ep)/(3.
4271  *Mt) + (1120*Dmglst2*Mst2*s2t*T1ep)/(9.*Mgl*Mt) + (217532*z2)/45. - (
4272  1837456*Dmglst2*z2)/(315.*Mgl) - (346772*Mst2*s2t*z2)/(45.*Mt) + (8116*
4273  Dmglst2*Mst2*s2t*z2)/(3.*Mgl*Mt) - (31216*z3)/3. - (95176*Dmglst2*z3)/(
4274  9.*Mgl) + (15376*Mst2*s2t*z3)/(3.*Mt) + (5104*Dmglst2*Mst2*s2t*z3)/(
4275  Mgl*Mt) - (112*z4)/3. - (448*Dmglst2*z4)/(9.*Mgl) - (1648*Mst2*s2t*z4)/
4276  (3.*Mt) - (4048*Dmglst2*Mst2*s2t*z4)/(9.*Mgl*Mt) + (89346044*pow2(
4277  Dmglst2))/(2025.*pow2(Mgl)) - (11648*OepS2*pow2(Dmglst2))/(81.*pow2(
4278  Mgl)) - (30952*S2*pow2(Dmglst2))/(5.*pow2(Mgl)) - (73458722*Mst2*s2t*
4279  pow2(Dmglst2))/(2835.*Mt*pow2(Mgl)) + (448*Mst2*OepS2*s2t*pow2(Dmglst2)
4280  )/(81.*Mt*pow2(Mgl)) + (74888*Mst2*S2*s2t*pow2(Dmglst2))/(35.*Mt*pow2(
4281  Mgl)) + (5824*T1ep*pow2(Dmglst2))/(27.*pow2(Mgl)) - (224*Mst2*s2t*T1ep*
4282  pow2(Dmglst2))/(27.*Mt*pow2(Mgl)) + (153688*z2*pow2(Dmglst2))/(27.*
4283  pow2(Mgl)) + (2963804*Mst2*s2t*z2*pow2(Dmglst2))/(945.*Mt*pow2(Mgl)) -
4284  (903692*z3*pow2(Dmglst2))/(27.*pow2(Mgl)) + (447616*Mst2*s2t*z3*pow2(
4285  Dmglst2))/(27.*Mt*pow2(Mgl)) + (2912*z4*pow2(Dmglst2))/(27.*pow2(Mgl))
4286  - (13936*Mst2*s2t*z4*pow2(Dmglst2))/(27.*Mt*pow2(Mgl)) + (160*pow2(Msq)
4287  )/pow2(Mst1) - (320*z2*pow2(Msq))/pow2(Mst1) - (2117986*s2t*pow2(Mst1))
4288  /(405.*Mst2*Mt) + (1357642*Dmglst2*s2t*pow2(Mst1))/(135.*Mgl*Mst2*Mt) +
4289  (24128*OepS2*s2t*pow2(Mst1))/(81.*Mst2*Mt) - (29504*Dmglst2*OepS2*s2t*
4290  pow2(Mst1))/(27.*Mgl*Mst2*Mt) - (34936*S2*s2t*pow2(Mst1))/(5.*Mst2*Mt)
4291  + (125528*Dmglst2*S2*s2t*pow2(Mst1))/(15.*Mgl*Mst2*Mt) - (12064*s2t*
4292  T1ep*pow2(Mst1))/(27.*Mst2*Mt) + (14752*Dmglst2*s2t*T1ep*pow2(Mst1))/(
4293  9.*Mgl*Mst2*Mt) - (1882628*s2t*z2*pow2(Mst1))/(135.*Mst2*Mt) + (
4294  1752596*Dmglst2*s2t*z2*pow2(Mst1))/(45.*Mgl*Mst2*Mt) + (387632*s2t*z3*
4295  pow2(Mst1))/(27.*Mst2*Mt) - (168176*Dmglst2*s2t*z3*pow2(Mst1))/(9.*Mgl*
4296  Mst2*Mt) - (6032*s2t*z4*pow2(Mst1))/(27.*Mst2*Mt) + (7376*Dmglst2*s2t*
4297  z4*pow2(Mst1))/(9.*Mgl*Mst2*Mt) - (181427002*s2t*pow2(Dmglst2)*pow2(
4298  Mst1))/(8505.*Mst2*Mt*pow2(Mgl)) + (275648*OepS2*s2t*pow2(Dmglst2)*
4299  pow2(Mst1))/(243.*Mst2*Mt*pow2(Mgl)) + (6085624*S2*s2t*pow2(Dmglst2)*
4300  pow2(Mst1))/(315.*Mst2*Mt*pow2(Mgl)) - (137824*s2t*T1ep*pow2(Dmglst2)*
4301  pow2(Mst1))/(81.*Mst2*Mt*pow2(Mgl)) - (84331796*s2t*z2*pow2(Dmglst2)*
4302  pow2(Mst1))/(2835.*Mst2*Mt*pow2(Mgl)) + (545168*s2t*z3*pow2(Dmglst2)*
4303  pow2(Mst1))/(81.*Mst2*Mt*pow2(Mgl)) - (68912*s2t*z4*pow2(Dmglst2)*pow2(
4304  Mst1))/(81.*Mst2*Mt*pow2(Mgl)) + (359728*pow2(Mst1))/(675.*pow2(Msq)) -
4305  (320*Dmglst2*pow2(Mst1))/(3.*Mgl*pow2(Msq)) - (15200*Mst2*s2t*pow2(
4306  Mst1))/(27.*Mt*pow2(Msq)) - (20960*Dmglst2*Mst2*s2t*pow2(Mst1))/(27.*
4307  Mgl*Mt*pow2(Msq)) - (480*pow2(Dmglst2)*pow2(Mst1))/(pow2(Mgl)*pow2(Msq)
4308  ) - (800*Mst2*s2t*pow2(Dmglst2)*pow2(Mst1))/(27.*Mt*pow2(Mgl)*pow2(Msq)
4309  ) + (160*pow2(Msq))/pow2(Mst2) - (320*z2*pow2(Msq))/pow2(Mst2) + (
4310  13813838*pow2(Mst1))/(2025.*pow2(Mst2)) + (184384408*Dmglst2*pow2(Mst1)
4311  )/(70875.*Mgl*pow2(Mst2)) + (13376*OepS2*pow2(Mst1))/(81.*pow2(Mst2)) +
4312  (41216*Dmglst2*OepS2*pow2(Mst1))/(81.*Mgl*pow2(Mst2)) - (33304*S2*pow2(
4313  Mst1))/(5.*pow2(Mst2)) - (42320*Dmglst2*S2*pow2(Mst1))/(21.*Mgl*pow2(
4314  Mst2)) - (6688*T1ep*pow2(Mst1))/(27.*pow2(Mst2)) - (20608*Dmglst2*T1ep*
4315  pow2(Mst1))/(27.*Mgl*pow2(Mst2)) + (1240156*z2*pow2(Mst1))/(135.*pow2(
4316  Mst2)) - (42483152*Dmglst2*z2*pow2(Mst1))/(945.*Mgl*pow2(Mst2)) - (
4317  552400*z3*pow2(Mst1))/(27.*pow2(Mst2)) + (784832*Dmglst2*z3*pow2(Mst1))
4318  /(27.*Mgl*pow2(Mst2)) - (3344*z4*pow2(Mst1))/(27.*pow2(Mst2)) - (10304*
4319  Dmglst2*z4*pow2(Mst1))/(27.*Mgl*pow2(Mst2)) + (14329612148*pow2(
4320  Dmglst2)*pow2(Mst1))/(212625.*pow2(Mgl)*pow2(Mst2)) - (601984*OepS2*
4321  pow2(Dmglst2)*pow2(Mst1))/(243.*pow2(Mgl)*pow2(Mst2)) - (1030376*S2*
4322  pow2(Dmglst2)*pow2(Mst1))/(315.*pow2(Mgl)*pow2(Mst2)) + (300992*T1ep*
4323  pow2(Dmglst2)*pow2(Mst1))/(81.*pow2(Mgl)*pow2(Mst2)) + (50095352*z2*
4324  pow2(Dmglst2)*pow2(Mst1))/(567.*pow2(Mgl)*pow2(Mst2)) - (5069344*z3*
4325  pow2(Dmglst2)*pow2(Mst1))/(81.*pow2(Mgl)*pow2(Mst2)) + (150496*z4*pow2(
4326  Dmglst2)*pow2(Mst1))/(81.*pow2(Mgl)*pow2(Mst2)) - (13936*pow2(Mst2))/(
4327  25.*pow2(Msq)) - (800*Dmglst2*pow2(Mst2))/(3.*Mgl*pow2(Msq)) + (1600*
4328  z2*pow2(Mst2))/(3.*pow2(Msq)) + (640*Dmglst2*z2*pow2(Mst2))/(Mgl*pow2(
4329  Msq)) - (32768*pow2(Dmglst2)*pow2(Mst2))/(45.*pow2(Mgl)*pow2(Msq)) + (
4330  960*z2*pow2(Dmglst2)*pow2(Mst2))/(pow2(Mgl)*pow2(Msq)) + (2216*pow2(
4331  Mst2))/(3.*pow2(Mst1)) - (1296*Dmglst2*pow2(Mst2))/(Mgl*pow2(Mst1)) + (
4332  1568*z2*pow2(Mst2))/(3.*pow2(Mst1)) + (2944*Dmglst2*z2*pow2(Mst2))/(3.*
4333  Mgl*pow2(Mst1)) - (8168*pow2(Dmglst2)*pow2(Mst2))/(3.*pow2(Mgl)*pow2(
4334  Mst1)) + (1536*z2*pow2(Dmglst2)*pow2(Mst2))/(pow2(Mgl)*pow2(Mst1)) + (
4335  160*pow2(Msq)*pow2(s2t))/pow2(Mt) - (320*z2*pow2(Msq)*pow2(s2t))/pow2(
4336  Mt) + (4141616*pow2(Mst1)*pow2(s2t))/(2025.*pow2(Mt)) - (32*D3*pow2(
4337  Mst1)*pow2(s2t))/(3.*pow2(Mt)) + (32*DN*pow2(Mst1)*pow2(s2t))/(3.*pow2(
4338  Mt)) + (19333928*Dmglst2*pow2(Mst1)*pow2(s2t))/(10125.*Mgl*pow2(Mt)) -
4339  (20608*OepS2*pow2(Mst1)*pow2(s2t))/(81.*pow2(Mt)) + (6400*Dmglst2*
4340  OepS2*pow2(Mst1)*pow2(s2t))/(27.*Mgl*pow2(Mt)) + (38264*S2*pow2(Mst1)*
4341  pow2(s2t))/(5.*pow2(Mt)) - (2976*Dmglst2*S2*pow2(Mst1)*pow2(s2t))/(5.*
4342  Mgl*pow2(Mt)) + (10304*T1ep*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mt)) - (
4343  3200*Dmglst2*T1ep*pow2(Mst1)*pow2(s2t))/(9.*Mgl*pow2(Mt)) + (591448*z2*
4344  pow2(Mst1)*pow2(s2t))/(135.*pow2(Mt)) - (17600*Dmglst2*z2*pow2(Mst1)*
4345  pow2(s2t))/(3.*Mgl*pow2(Mt)) - (15040*z3*pow2(Mst1)*pow2(s2t))/(27.*
4346  pow2(Mt)) - (3952*Dmglst2*z3*pow2(Mst1)*pow2(s2t))/(3.*Mgl*pow2(Mt)) +
4347  (3424*z4*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mt)) - (1600*Dmglst2*z4*pow2(
4348  Mst1)*pow2(s2t))/(9.*Mgl*pow2(Mt)) + (281425742*pow2(Dmglst2)*pow2(
4349  Mst1)*pow2(s2t))/(70875.*pow2(Mgl)*pow2(Mt)) + (12736*OepS2*pow2(
4350  Dmglst2)*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mgl)*pow2(Mt)) - (339064*S2*
4351  pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(35.*pow2(Mgl)*pow2(Mt)) - (6368*
4352  T1ep*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt)) - (
4353  1010572*z2*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(63.*pow2(Mgl)*pow2(Mt))
4354  + (18250*z3*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt))
4355  - (3184*z4*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt))
4356  - (80*pow2(Msq)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) + (160*z2*
4357  pow2(Msq)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) + (818213*pow2(
4358  Mst2)*pow2(s2t))/(270.*pow2(Mt)) + (32*D3*pow2(Mst2)*pow2(s2t))/(3.*
4359  pow2(Mt)) - (32*DN*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mt)) + (226984*
4360  Dmglst2*pow2(Mst2)*pow2(s2t))/(45.*Mgl*pow2(Mt)) - (128*B4*Dmglst2*
4361  pow2(Mst2)*pow2(s2t))/(3.*Mgl*pow2(Mt)) + (128*D3*Dmglst2*pow2(Mst2)*
4362  pow2(s2t))/(3.*Mgl*pow2(Mt)) - (64*Dmglst2*DN*pow2(Mst2)*pow2(s2t))/(3.
4363  *Mgl*pow2(Mt)) - (368*OepS2*pow2(Mst2)*pow2(s2t))/(9.*pow2(Mt)) - (
4364  16038*S2*pow2(Mst2)*pow2(s2t))/(5.*pow2(Mt)) - (30384*Dmglst2*S2*pow2(
4365  Mst2)*pow2(s2t))/(5.*Mgl*pow2(Mt)) + (184*T1ep*pow2(Mst2)*pow2(s2t))/(
4366  3.*pow2(Mt)) - (17923*z2*pow2(Mst2)*pow2(s2t))/(45.*pow2(Mt)) - (55984*
4367  Dmglst2*z2*pow2(Mst2)*pow2(s2t))/(45.*Mgl*pow2(Mt)) + (3244*z3*pow2(
4368  Mst2)*pow2(s2t))/(3.*pow2(Mt)) - (7024*Dmglst2*z3*pow2(Mst2)*pow2(s2t))
4369  /(9.*Mgl*pow2(Mt)) + (284*z4*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mt)) + (
4370  192*Dmglst2*z4*pow2(Mst2)*pow2(s2t))/(Mgl*pow2(Mt)) + (1798498*pow2(
4371  Dmglst2)*pow2(Mst2)*pow2(s2t))/(105.*pow2(Mgl)*pow2(Mt)) - (64*B4*pow2(
4372  Dmglst2)*pow2(Mst2)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) + (64*D3*pow2(
4373  Dmglst2)*pow2(Mst2)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) - (32*DN*pow2(
4374  Dmglst2)*pow2(Mst2)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) + (448*OepS2*pow2(
4375  Dmglst2)*pow2(Mst2)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt)) - (250344*S2*
4376  pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(35.*pow2(Mgl)*pow2(Mt)) - (224*
4377  T1ep*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mgl)*pow2(Mt)) - (
4378  215708*z2*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(105.*pow2(Mgl)*pow2(Mt))
4379  - (39406*z3*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mgl)*pow2(Mt))
4380  + (752*z4*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mgl)*pow2(Mt)) -
4381  (80*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) + (160*z2*
4382  pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) - (24728*pow2(
4383  Mst1)*pow2(Mst2)*pow2(s2t))/(675.*pow2(Msq)*pow2(Mt)) + (400*Dmglst2*
4384  pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(Mgl*pow2(Msq)*pow2(Mt)) + (1960*pow2(
4385  Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mgl)*pow2(Msq)*pow2(
4386  Mt)) - 56*pow2(z2) - (224*Dmglst2*pow2(z2))/(3.*Mgl) - (56*Mst2*s2t*
4387  pow2(z2))/Mt + (280*Dmglst2*Mst2*s2t*pow2(z2))/(3.*Mgl*Mt) + (1456*
4388  pow2(Dmglst2)*pow2(z2))/(9.*pow2(Mgl)) - (56*Mst2*s2t*pow2(Dmglst2)*
4389  pow2(z2))/(9.*Mt*pow2(Mgl)) - (3016*s2t*pow2(Mst1)*pow2(z2))/(9.*Mst2*
4390  Mt) + (3688*Dmglst2*s2t*pow2(Mst1)*pow2(z2))/(3.*Mgl*Mst2*Mt) - (34456*
4391  s2t*pow2(Dmglst2)*pow2(Mst1)*pow2(z2))/(27.*Mst2*Mt*pow2(Mgl)) - (1672*
4392  pow2(Mst1)*pow2(z2))/(9.*pow2(Mst2)) - (5152*Dmglst2*pow2(Mst1)*pow2(
4393  z2))/(9.*Mgl*pow2(Mst2)) + (75248*pow2(Dmglst2)*pow2(Mst1)*pow2(z2))/(
4394  27.*pow2(Mgl)*pow2(Mst2)) + (2576*pow2(Mst1)*pow2(s2t)*pow2(z2))/(9.*
4395  pow2(Mt)) - (800*Dmglst2*pow2(Mst1)*pow2(s2t)*pow2(z2))/(3.*Mgl*pow2(
4396  Mt)) - (1592*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t)*pow2(z2))/(3.*pow2(Mgl)
4397  *pow2(Mt)) + (46*pow2(Mst2)*pow2(s2t)*pow2(z2))/pow2(Mt) - (56*pow2(
4398  Dmglst2)*pow2(Mst2)*pow2(s2t)*pow2(z2))/(pow2(Mgl)*pow2(Mt)) - (38080*
4399  s2t*pow3(Mst2))/(27.*Mt*pow2(Msq)) - (40000*Dmglst2*s2t*pow3(Mst2))/(9.
4400  *Mgl*Mt*pow2(Msq)) + (1280*s2t*z2*pow3(Mst2))/(Mt*pow2(Msq)) + (8960*
4401  Dmglst2*s2t*z2*pow3(Mst2))/(3.*Mgl*Mt*pow2(Msq)) - (82880*s2t*pow2(
4402  Dmglst2)*pow3(Mst2))/(9.*Mt*pow2(Mgl)*pow2(Msq)) + (16640*s2t*z2*pow2(
4403  Dmglst2)*pow3(Mst2))/(3.*Mt*pow2(Mgl)*pow2(Msq)) - (1024*s2t*pow3(Mst2)
4404  )/(3.*Mt*pow2(Mst1)) + (1024*Dmglst2*s2t*pow3(Mst2))/(3.*Mgl*Mt*pow2(
4405  Mst1)) + (4096*s2t*pow2(Dmglst2)*pow3(Mst2))/(3.*Mt*pow2(Mgl)*pow2(
4406  Mst1)) + (18641*Mst2*pow2(Mst1)*pow3(s2t))/(81.*pow3(Mt)) + (272*B4*
4407  Mst2*pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (8*DN*Mst2*pow2(Mst1)*pow3(
4408  s2t))/(3.*pow3(Mt)) - (231989*Dmglst2*Mst2*pow2(Mst1)*pow3(s2t))/(405.*
4409  Mgl*pow3(Mt)) + (272*B4*Dmglst2*Mst2*pow2(Mst1)*pow3(s2t))/(3.*Mgl*
4410  pow3(Mt)) + (8*Dmglst2*DN*Mst2*pow2(Mst1)*pow3(s2t))/(3.*Mgl*pow3(Mt))
4411  - (2336*Mst2*OepS2*pow2(Mst1)*pow3(s2t))/(81.*pow3(Mt)) + (12832*
4412  Dmglst2*Mst2*OepS2*pow2(Mst1)*pow3(s2t))/(81.*Mgl*pow3(Mt)) + (1388*
4413  Mst2*S2*pow2(Mst1)*pow3(s2t))/pow3(Mt) - (56132*Dmglst2*Mst2*S2*pow2(
4414  Mst1)*pow3(s2t))/(15.*Mgl*pow3(Mt)) + (1168*Mst2*T1ep*pow2(Mst1)*pow3(
4415  s2t))/(27.*pow3(Mt)) - (6416*Dmglst2*Mst2*T1ep*pow2(Mst1)*pow3(s2t))/(
4416  27.*Mgl*pow3(Mt)) + (15826*Mst2*z2*pow2(Mst1)*pow3(s2t))/(27.*pow3(Mt))
4417  - (467482*Dmglst2*Mst2*z2*pow2(Mst1)*pow3(s2t))/(135.*Mgl*pow3(Mt)) - (
4418  34712*Mst2*z3*pow2(Mst1)*pow3(s2t))/(27.*pow3(Mt)) + (25000*Dmglst2*
4419  Mst2*z3*pow2(Mst1)*pow3(s2t))/(27.*Mgl*pow3(Mt)) + (2960*Mst2*z4*pow2(
4420  Mst1)*pow3(s2t))/(27.*pow3(Mt)) - (832*Dmglst2*Mst2*z4*pow2(Mst1)*pow3(
4421  s2t))/(27.*Mgl*pow3(Mt)) + (1711970*Mst2*pow2(Dmglst2)*pow2(Mst1)*pow3(
4422  s2t))/(243.*pow2(Mgl)*pow3(Mt)) + (272*B4*Mst2*pow2(Dmglst2)*pow2(Mst1)
4423  *pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) + (8*DN*Mst2*pow2(Dmglst2)*pow2(
4424  Mst1)*pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (49088*Mst2*OepS2*pow2(
4425  Dmglst2)*pow2(Mst1)*pow3(s2t))/(243.*pow2(Mgl)*pow3(Mt)) - (6656*Mst2*
4426  S2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(9.*pow2(Mgl)*pow3(Mt)) + (
4427  24544*Mst2*T1ep*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(81.*pow2(Mgl)*
4428  pow3(Mt)) + (306340*Mst2*z2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(81.*
4429  pow2(Mgl)*pow3(Mt)) - (280520*Mst2*z3*pow2(Dmglst2)*pow2(Mst1)*pow3(
4430  s2t))/(81.*pow2(Mgl)*pow3(Mt)) + (19400*Mst2*z4*pow2(Dmglst2)*pow2(
4431  Mst1)*pow3(s2t))/(81.*pow2(Mgl)*pow3(Mt)) + (292*Mst2*pow2(Mst1)*pow2(
4432  z2)*pow3(s2t))/(9.*pow3(Mt)) - (1604*Dmglst2*Mst2*pow2(Mst1)*pow2(z2)*
4433  pow3(s2t))/(9.*Mgl*pow3(Mt)) + (6136*Mst2*pow2(Dmglst2)*pow2(Mst1)*
4434  pow2(z2)*pow3(s2t))/(27.*pow2(Mgl)*pow3(Mt)) + (17177*pow3(Mst2)*pow3(
4435  s2t))/(6.*pow3(Mt)) + (880*B4*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (8*
4436  DN*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) + (825997*Dmglst2*pow3(Mst2)*
4437  pow3(s2t))/(270.*Mgl*pow3(Mt)) + (2096*B4*Dmglst2*pow3(Mst2)*pow3(s2t))
4438  /(3.*Mgl*pow3(Mt)) - (40*Dmglst2*DN*pow3(Mst2)*pow3(s2t))/(3.*Mgl*pow3(
4439  Mt)) - (112*OepS2*pow3(Mst2)*pow3(s2t))/(9.*pow3(Mt)) + (560*Dmglst2*
4440  OepS2*pow3(Mst2)*pow3(s2t))/(27.*Mgl*pow3(Mt)) - (18*S2*pow3(Mst2)*
4441  pow3(s2t))/pow3(Mt) + (2718*Dmglst2*S2*pow3(Mst2)*pow3(s2t))/(5.*Mgl*
4442  pow3(Mt)) + (56*T1ep*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (280*
4443  Dmglst2*T1ep*pow3(Mst2)*pow3(s2t))/(9.*Mgl*pow3(Mt)) - (3469*z2*pow3(
4444  Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (278347*Dmglst2*z2*pow3(Mst2)*pow3(
4445  s2t))/(45.*Mgl*pow3(Mt)) + (20980*z3*pow3(Mst2)*pow3(s2t))/(9.*pow3(Mt)
4446  ) + (74948*Dmglst2*z3*pow3(Mst2)*pow3(s2t))/(9.*Mgl*pow3(Mt)) + (340*
4447  z4*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) + (1084*Dmglst2*z4*pow3(Mst2)*
4448  pow3(s2t))/(9.*Mgl*pow3(Mt)) + (986407*pow2(Dmglst2)*pow3(Mst2)*pow3(
4449  s2t))/(810.*pow2(Mgl)*pow3(Mt)) + (3920*B4*pow2(Dmglst2)*pow3(Mst2)*
4450  pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (88*DN*pow2(Dmglst2)*pow3(Mst2)*
4451  pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (112*OepS2*pow2(Dmglst2)*pow3(
4452  Mst2)*pow3(s2t))/(81.*pow2(Mgl)*pow3(Mt)) - (2774*S2*pow2(Dmglst2)*
4453  pow3(Mst2)*pow3(s2t))/(5.*pow2(Mgl)*pow3(Mt)) + (56*T1ep*pow2(Dmglst2)*
4454  pow3(Mst2)*pow3(s2t))/(27.*pow2(Mgl)*pow3(Mt)) - (1340537*z2*pow2(
4455  Dmglst2)*pow3(Mst2)*pow3(s2t))/(135.*pow2(Mgl)*pow3(Mt)) + (512948*z3*
4456  pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(27.*pow2(Mgl)*pow3(Mt)) + (4996*
4457  z4*pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(27.*pow2(Mgl)*pow3(Mt)) + (
4458  4000*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(9.*pow2(Msq)*pow3(Mt)) + (960*
4459  Dmglst2*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(Mgl*pow2(Msq)*pow3(Mt)) - (
4460  320*z2*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(3.*pow2(Msq)*pow3(Mt)) - (320*
4461  Dmglst2*z2*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(Mgl*pow2(Msq)*pow3(Mt)) +
4462  (11440*pow2(Dmglst2)*pow2(Mst1)*pow3(Mst2)*pow3(s2t))/(9.*pow2(Mgl)*
4463  pow2(Msq)*pow3(Mt)) - (640*z2*pow2(Dmglst2)*pow2(Mst1)*pow3(Mst2)*pow3(
4464  s2t))/(pow2(Mgl)*pow2(Msq)*pow3(Mt)) - (370*pow2(z2)*pow3(Mst2)*pow3(
4465  s2t))/pow3(Mt) - (3526*Dmglst2*pow2(z2)*pow3(Mst2)*pow3(s2t))/(3.*Mgl*
4466  pow3(Mt)) - (20722*pow2(Dmglst2)*pow2(z2)*pow3(Mst2)*pow3(s2t))/(9.*
4467  pow2(Mgl)*pow3(Mt)) + (160*pow3(log(pow2(Mst1)/pow2(Msq))))/3. + (100*
4468  pow2(Mst1)*pow2(Mst2))/(9.*pow4(Msq)) + (3320*Dmglst2*pow2(Mst1)*pow2(
4469  Mst2))/(9.*Mgl*pow4(Msq)) + (580*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2))/(
4470  pow2(Mgl)*pow4(Msq)) - (400*s2t*pow2(Mst1)*pow3(Mst2))/(27.*Mt*pow4(
4471  Msq)) - (3280*Dmglst2*s2t*pow2(Mst1)*pow3(Mst2))/(9.*Mgl*Mt*pow4(Msq))
4472  - (7040*s2t*pow2(Dmglst2)*pow2(Mst1)*pow3(Mst2))/(9.*Mt*pow2(Mgl)*pow4(
4473  Msq)) - (2240*s2t*pow4(Mst1))/(3.*Mst2*Mt*pow2(Msq)) + (1600*Dmglst2*
4474  s2t*pow4(Mst1))/(Mgl*Mst2*Mt*pow2(Msq)) + (1600*s2t*pow2(Dmglst2)*pow4(
4475  Mst1))/(Mst2*Mt*pow2(Mgl)*pow2(Msq)) + (1040*pow4(Mst1))/(pow2(Msq)*
4476  pow2(Mst2)) - (4640*Dmglst2*pow4(Mst1))/(Mgl*pow2(Msq)*pow2(Mst2)) + (
4477  320*z2*pow4(Mst1))/(pow2(Msq)*pow2(Mst2)) - (640*Dmglst2*z2*pow4(Mst1))
4478  /(Mgl*pow2(Msq)*pow2(Mst2)) - (4640*pow2(Dmglst2)*pow4(Mst1))/(pow2(
4479  Mgl)*pow2(Msq)*pow2(Mst2)) - (640*z2*pow2(Dmglst2)*pow4(Mst1))/(pow2(
4480  Mgl)*pow2(Msq)*pow2(Mst2)) + (40864*pow2(s2t)*pow4(Mst1))/(675.*pow2(
4481  Msq)*pow2(Mt)) + (640*Dmglst2*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Msq)*
4482  pow2(Mt)) + (640*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*
4483  pow2(Msq)*pow2(Mt)) + (24574447162*pow2(s2t)*pow4(Mst1))/(1.0418625e7*
4484  pow2(Mst2)*pow2(Mt)) - (7932854794*Dmglst2*pow2(s2t)*pow4(Mst1))/(
4485  3.472875e6*Mgl*pow2(Mst2)*pow2(Mt)) - (110672*OepS2*pow2(s2t)*pow4(
4486  Mst1))/(243.*pow2(Mst2)*pow2(Mt)) + (98432*Dmglst2*OepS2*pow2(s2t)*
4487  pow4(Mst1))/(81.*Mgl*pow2(Mst2)*pow2(Mt)) + (813254*S2*pow2(s2t)*pow4(
4488  Mst1))/(45.*pow2(Mst2)*pow2(Mt)) - (452528*Dmglst2*S2*pow2(s2t)*pow4(
4489  Mst1))/(15.*Mgl*pow2(Mst2)*pow2(Mt)) + (55336*T1ep*pow2(s2t)*pow4(Mst1)
4490  )/(81.*pow2(Mst2)*pow2(Mt)) - (49216*Dmglst2*T1ep*pow2(s2t)*pow4(Mst1))
4491  /(27.*Mgl*pow2(Mst2)*pow2(Mt)) + (3321329*z2*pow2(s2t)*pow4(Mst1))/(
4492  405.*pow2(Mst2)*pow2(Mt)) - (628264*Dmglst2*z2*pow2(s2t)*pow4(Mst1))/(
4493  27.*Mgl*pow2(Mst2)*pow2(Mt)) - (132332*z3*pow2(s2t)*pow4(Mst1))/(81.*
4494  pow2(Mst2)*pow2(Mt)) + (11744*Dmglst2*z3*pow2(s2t)*pow4(Mst1))/(27.*
4495  Mgl*pow2(Mst2)*pow2(Mt)) + (27668*z4*pow2(s2t)*pow4(Mst1))/(81.*pow2(
4496  Mst2)*pow2(Mt)) - (24608*Dmglst2*z4*pow2(s2t)*pow4(Mst1))/(27.*Mgl*
4497  pow2(Mst2)*pow2(Mt)) - (7932854794*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/
4498  (3.472875e6*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (98432*OepS2*pow2(Dmglst2)
4499  *pow2(s2t)*pow4(Mst1))/(81.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) - (452528*
4500  S2*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/(15.*pow2(Mgl)*pow2(Mst2)*pow2(
4501  Mt)) - (49216*T1ep*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/(27.*pow2(Mgl)*
4502  pow2(Mst2)*pow2(Mt)) - (628264*z2*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/(
4503  27.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (11744*z3*pow2(Dmglst2)*pow2(s2t)*
4504  pow4(Mst1))/(27.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) - (24608*z4*pow2(
4505  Dmglst2)*pow2(s2t)*pow4(Mst1))/(27.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (
4506  13834*pow2(s2t)*pow2(z2)*pow4(Mst1))/(27.*pow2(Mst2)*pow2(Mt)) - (
4507  12304*Dmglst2*pow2(s2t)*pow2(z2)*pow4(Mst1))/(9.*Mgl*pow2(Mst2)*pow2(
4508  Mt)) - (12304*pow2(Dmglst2)*pow2(s2t)*pow2(z2)*pow4(Mst1))/(9.*pow2(
4509  Mgl)*pow2(Mst2)*pow2(Mt)) - (15260456*s2t*pow4(Mst1))/(1215.*Mt*pow3(
4510  Mst2)) + (193667576*Dmglst2*s2t*pow4(Mst1))/(3645.*Mgl*Mt*pow3(Mst2)) +
4511  (175360*OepS2*s2t*pow4(Mst1))/(243.*Mt*pow3(Mst2)) - (3293440*Dmglst2*
4512  OepS2*s2t*pow4(Mst1))/(729.*Mgl*Mt*pow3(Mst2)) - (1043008*S2*s2t*pow4(
4513  Mst1))/(45.*Mt*pow3(Mst2)) + (14087488*Dmglst2*S2*s2t*pow4(Mst1))/(135.
4514  *Mgl*Mt*pow3(Mst2)) - (87680*s2t*T1ep*pow4(Mst1))/(81.*Mt*pow3(Mst2)) +
4515  (1646720*Dmglst2*s2t*T1ep*pow4(Mst1))/(243.*Mgl*Mt*pow3(Mst2)) - (
4516  9196144*s2t*z2*pow4(Mst1))/(405.*Mt*pow3(Mst2)) + (147644272*Dmglst2*
4517  s2t*z2*pow4(Mst1))/(1215.*Mgl*Mt*pow3(Mst2)) + (1848256*s2t*z3*pow4(
4518  Mst1))/(81.*Mt*pow3(Mst2)) - (19670464*Dmglst2*s2t*z3*pow4(Mst1))/(243.
4519  *Mgl*Mt*pow3(Mst2)) - (43840*s2t*z4*pow4(Mst1))/(81.*Mt*pow3(Mst2)) + (
4520  823360*Dmglst2*s2t*z4*pow4(Mst1))/(243.*Mgl*Mt*pow3(Mst2)) + (
4521  193667576*s2t*pow2(Dmglst2)*pow4(Mst1))/(3645.*Mt*pow2(Mgl)*pow3(Mst2))
4522  - (3293440*OepS2*s2t*pow2(Dmglst2)*pow4(Mst1))/(729.*Mt*pow2(Mgl)*pow3(
4523  Mst2)) + (14087488*S2*s2t*pow2(Dmglst2)*pow4(Mst1))/(135.*Mt*pow2(Mgl)*
4524  pow3(Mst2)) + (1646720*s2t*T1ep*pow2(Dmglst2)*pow4(Mst1))/(243.*Mt*
4525  pow2(Mgl)*pow3(Mst2)) + (147644272*s2t*z2*pow2(Dmglst2)*pow4(Mst1))/(
4526  1215.*Mt*pow2(Mgl)*pow3(Mst2)) - (19670464*s2t*z3*pow2(Dmglst2)*pow4(
4527  Mst1))/(243.*Mt*pow2(Mgl)*pow3(Mst2)) + (823360*s2t*z4*pow2(Dmglst2)*
4528  pow4(Mst1))/(243.*Mt*pow2(Mgl)*pow3(Mst2)) - (21920*s2t*pow2(z2)*pow4(
4529  Mst1))/(27.*Mt*pow3(Mst2)) + (411680*Dmglst2*s2t*pow2(z2)*pow4(Mst1))/(
4530  81.*Mgl*Mt*pow3(Mst2)) + (411680*s2t*pow2(Dmglst2)*pow2(z2)*pow4(Mst1))
4531  /(81.*Mt*pow2(Mgl)*pow3(Mst2)) + (542267*pow3(s2t)*pow4(Mst1))/(486.*
4532  Mst2*pow3(Mt)) - (35542243*Dmglst2*pow3(s2t)*pow4(Mst1))/(7290.*Mgl*
4533  Mst2*pow3(Mt)) - (7024*OepS2*pow3(s2t)*pow4(Mst1))/(243.*Mst2*pow3(Mt))
4534  + (249136*Dmglst2*OepS2*pow3(s2t)*pow4(Mst1))/(729.*Mgl*Mst2*pow3(Mt))
4535  + (12242*S2*pow3(s2t)*pow4(Mst1))/(9.*Mst2*pow3(Mt)) - (1672042*
4536  Dmglst2*S2*pow3(s2t)*pow4(Mst1))/(135.*Mgl*Mst2*pow3(Mt)) + (3512*T1ep*
4537  pow3(s2t)*pow4(Mst1))/(81.*Mst2*pow3(Mt)) - (124568*Dmglst2*T1ep*pow3(
4538  s2t)*pow4(Mst1))/(243.*Mgl*Mst2*pow3(Mt)) + (104839*z2*pow3(s2t)*pow4(
4539  Mst1))/(405.*Mst2*pow3(Mt)) - (8194483*Dmglst2*z2*pow3(s2t)*pow4(Mst1))
4540  /(1215.*Mgl*Mst2*pow3(Mt)) - (89260*z3*pow3(s2t)*pow4(Mst1))/(81.*Mst2*
4541  pow3(Mt)) + (1130428*Dmglst2*z3*pow3(s2t)*pow4(Mst1))/(243.*Mgl*Mst2*
4542  pow3(Mt)) + (1756*z4*pow3(s2t)*pow4(Mst1))/(81.*Mst2*pow3(Mt)) - (
4543  62284*Dmglst2*z4*pow3(s2t)*pow4(Mst1))/(243.*Mgl*Mst2*pow3(Mt)) - (
4544  35542243*pow2(Dmglst2)*pow3(s2t)*pow4(Mst1))/(7290.*Mst2*pow2(Mgl)*
4545  pow3(Mt)) + (249136*OepS2*pow2(Dmglst2)*pow3(s2t)*pow4(Mst1))/(729.*
4546  Mst2*pow2(Mgl)*pow3(Mt)) - (1672042*S2*pow2(Dmglst2)*pow3(s2t)*pow4(
4547  Mst1))/(135.*Mst2*pow2(Mgl)*pow3(Mt)) - (124568*T1ep*pow2(Dmglst2)*
4548  pow3(s2t)*pow4(Mst1))/(243.*Mst2*pow2(Mgl)*pow3(Mt)) - (8194483*z2*
4549  pow2(Dmglst2)*pow3(s2t)*pow4(Mst1))/(1215.*Mst2*pow2(Mgl)*pow3(Mt)) + (
4550  1130428*z3*pow2(Dmglst2)*pow3(s2t)*pow4(Mst1))/(243.*Mst2*pow2(Mgl)*
4551  pow3(Mt)) - (62284*z4*pow2(Dmglst2)*pow3(s2t)*pow4(Mst1))/(243.*Mst2*
4552  pow2(Mgl)*pow3(Mt)) + (80*Mst2*pow3(s2t)*pow4(Mst1))/(3.*pow2(Msq)*
4553  pow3(Mt)) - (80*Dmglst2*Mst2*pow3(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Msq)*
4554  pow3(Mt)) - (80*Mst2*pow2(Dmglst2)*pow3(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*
4555  pow2(Msq)*pow3(Mt)) + (878*pow2(z2)*pow3(s2t)*pow4(Mst1))/(27.*Mst2*
4556  pow3(Mt)) - (31142*Dmglst2*pow2(z2)*pow3(s2t)*pow4(Mst1))/(81.*Mgl*
4557  Mst2*pow3(Mt)) - (31142*pow2(Dmglst2)*pow2(z2)*pow3(s2t)*pow4(Mst1))/(
4558  81.*Mst2*pow2(Mgl)*pow3(Mt)) + (15728921*pow4(Mst1))/(77175.*pow4(Msq))
4559  - (1880*Mst2*s2t*pow4(Mst1))/(27.*Mt*pow4(Msq)) - (6200*Dmglst2*Mst2*
4560  s2t*pow4(Mst1))/(27.*Mgl*Mt*pow4(Msq)) - (6200*Mst2*s2t*pow2(Dmglst2)*
4561  pow4(Mst1))/(27.*Mt*pow2(Mgl)*pow4(Msq)) - (438008*pow2(Mst2)*pow2(s2t)
4562  *pow4(Mst1))/(15435.*pow2(Mt)*pow4(Msq)) + (10*Dmglst2*pow2(Mst2)*pow2(
4563  s2t)*pow4(Mst1))/(Mgl*pow2(Mt)*pow4(Msq)) + (10*pow2(Dmglst2)*pow2(
4564  Mst2)*pow2(s2t)*pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow4(Msq)) - (5*pow3(
4565  Mst2)*pow3(s2t)*pow4(Mst1))/(9.*pow3(Mt)*pow4(Msq)) + (115*Dmglst2*
4566  pow3(Mst2)*pow3(s2t)*pow4(Mst1))/(9.*Mgl*pow3(Mt)*pow4(Msq)) + (115*
4567  pow2(Dmglst2)*pow3(Mst2)*pow3(s2t)*pow4(Mst1))/(9.*pow2(Mgl)*pow3(Mt)*
4568  pow4(Msq)) + (175715865103*pow4(Mst1))/(1.0418625e7*pow4(Mst2)) - (
4569  291022313156*Dmglst2*pow4(Mst1))/(6.251175e6*Mgl*pow4(Mst2)) + (74752*
4570  OepS2*pow4(Mst1))/(243.*pow4(Mst2)) + (1428992*Dmglst2*OepS2*pow4(Mst1)
4571  )/(729.*Mgl*pow4(Mst2)) - (553792*S2*pow4(Mst1))/(45.*pow4(Mst2)) - (
4572  32019872*Dmglst2*S2*pow4(Mst1))/(945.*Mgl*pow4(Mst2)) - (37376*T1ep*
4573  pow4(Mst1))/(81.*pow4(Mst2)) - (714496*Dmglst2*T1ep*pow4(Mst1))/(243.*
4574  Mgl*pow4(Mst2)) + (4885352*z2*pow4(Mst1))/(405.*pow4(Mst2)) - (
4575  1089695168*Dmglst2*z2*pow4(Mst1))/(8505.*Mgl*pow4(Mst2)) - (3102848*z3*
4576  pow4(Mst1))/(81.*pow4(Mst2)) + (35982464*Dmglst2*z3*pow4(Mst1))/(243.*
4577  Mgl*pow4(Mst2)) - (18688*z4*pow4(Mst1))/(81.*pow4(Mst2)) - (357248*
4578  Dmglst2*z4*pow4(Mst1))/(243.*Mgl*pow4(Mst2)) - (291022313156*pow2(
4579  Dmglst2)*pow4(Mst1))/(6.251175e6*pow2(Mgl)*pow4(Mst2)) + (1428992*
4580  OepS2*pow2(Dmglst2)*pow4(Mst1))/(729.*pow2(Mgl)*pow4(Mst2)) - (
4581  32019872*S2*pow2(Dmglst2)*pow4(Mst1))/(945.*pow2(Mgl)*pow4(Mst2)) - (
4582  714496*T1ep*pow2(Dmglst2)*pow4(Mst1))/(243.*pow2(Mgl)*pow4(Mst2)) - (
4583  1089695168*z2*pow2(Dmglst2)*pow4(Mst1))/(8505.*pow2(Mgl)*pow4(Mst2)) +
4584  (35982464*z3*pow2(Dmglst2)*pow4(Mst1))/(243.*pow2(Mgl)*pow4(Mst2)) - (
4585  357248*z4*pow2(Dmglst2)*pow4(Mst1))/(243.*pow2(Mgl)*pow4(Mst2)) - (
4586  9344*pow2(z2)*pow4(Mst1))/(27.*pow4(Mst2)) - (178624*Dmglst2*pow2(z2)*
4587  pow4(Mst1))/(81.*Mgl*pow4(Mst2)) - (178624*pow2(Dmglst2)*pow2(z2)*pow4(
4588  Mst1))/(81.*pow2(Mgl)*pow4(Mst2)) - (3440*pow4(Mst2))/(9.*pow2(Msq)*
4589  pow2(Mst1)) - (8960*Dmglst2*pow4(Mst2))/(9.*Mgl*pow2(Msq)*pow2(Mst1)) -
4590  (12800*pow2(Dmglst2)*pow4(Mst2))/(9.*pow2(Mgl)*pow2(Msq)*pow2(Mst1)) -
4591  (181136*pow2(s2t)*pow4(Mst2))/(675.*pow2(Msq)*pow2(Mt)) - (8560*
4592  Dmglst2*pow2(s2t)*pow4(Mst2))/(9.*Mgl*pow2(Msq)*pow2(Mt)) - (12520*
4593  pow2(Dmglst2)*pow2(s2t)*pow4(Mst2))/(9.*pow2(Mgl)*pow2(Msq)*pow2(Mt)) -
4594  (412*pow2(s2t)*pow4(Mst2))/(pow2(Mst1)*pow2(Mt)) + (1432*Dmglst2*pow2(
4595  s2t)*pow4(Mst2))/(3.*Mgl*pow2(Mst1)*pow2(Mt)) - (784*z2*pow2(s2t)*pow4(
4596  Mst2))/(3.*pow2(Mst1)*pow2(Mt)) - (1472*Dmglst2*z2*pow2(s2t)*pow4(Mst2)
4597  )/(3.*Mgl*pow2(Mst1)*pow2(Mt)) + (4340*pow2(Dmglst2)*pow2(s2t)*pow4(
4598  Mst2))/(3.*pow2(Mgl)*pow2(Mst1)*pow2(Mt)) - (768*z2*pow2(Dmglst2)*pow2(
4599  s2t)*pow4(Mst2))/(pow2(Mgl)*pow2(Mst1)*pow2(Mt)) - (142320737*pow4(
4600  Mst2))/(231525.*pow4(Msq)) - (25340*Dmglst2*pow4(Mst2))/(27.*Mgl*pow4(
4601  Msq)) + (1120*z2*pow4(Mst2))/(3.*pow4(Msq)) + (2560*Dmglst2*z2*pow4(
4602  Mst2))/(3.*Mgl*pow4(Msq)) - (180526*pow2(Dmglst2)*pow4(Mst2))/(135.*
4603  pow2(Mgl)*pow4(Msq)) + (5440*z2*pow2(Dmglst2)*pow4(Mst2))/(3.*pow2(Mgl)
4604  *pow4(Msq)) + (522392*pow2(Mst1)*pow2(s2t)*pow4(Mst2))/(15435.*pow2(Mt)
4605  *pow4(Msq)) + (650*Dmglst2*pow2(Mst1)*pow2(s2t)*pow4(Mst2))/(9.*Mgl*
4606  pow2(Mt)*pow4(Msq)) + (155*pow2(Dmglst2)*pow2(Mst1)*pow2(s2t)*pow4(
4607  Mst2))/(9.*pow2(Mgl)*pow2(Mt)*pow4(Msq)) - (256*pow4(Mst2))/(3.*pow4(
4608  Mst1)) + (1024*pow2(Dmglst2)*pow4(Mst2))/(3.*pow2(Mgl)*pow4(Mst1)) - (
4609  10*pow2(Msq)*pow2(Mst1)*pow4(s2t))/pow4(Mt) + (20*z2*pow2(Msq)*pow2(
4610  Mst1)*pow4(s2t))/pow4(Mt) - (10*pow2(Msq)*pow2(Mst2)*pow4(s2t))/pow4(
4611  Mt) + (20*z2*pow2(Msq)*pow2(Mst2)*pow4(s2t))/pow4(Mt) - (9250423*pow2(
4612  Mst1)*pow2(Mst2)*pow4(s2t))/(8100.*pow4(Mt)) + (4*B4*pow2(Mst1)*pow2(
4613  Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (8*D3*pow2(Mst1)*pow2(Mst2)*pow4(s2t))
4614  /(3.*pow4(Mt)) + (2*DN*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/pow4(Mt) + (
4615  1727459*Dmglst2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(10125.*Mgl*pow4(Mt))
4616  + (8*B4*Dmglst2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) - (32*
4617  D3*Dmglst2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) + (20*
4618  Dmglst2*DN*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) + (2744*
4619  OepS2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(81.*pow4(Mt)) - (128*Dmglst2*
4620  OepS2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) - (3137*S2*
4621  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/pow4(Mt) - (2200*Dmglst2*S2*pow2(Mst1)
4622  *pow2(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) - (1372*T1ep*pow2(Mst1)*pow2(
4623  Mst2)*pow4(s2t))/(27.*pow4(Mt)) + (64*Dmglst2*T1ep*pow2(Mst1)*pow2(
4624  Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) - (235099*z2*pow2(Mst1)*pow2(Mst2)*
4625  pow4(s2t))/(270.*pow4(Mt)) + (15568*Dmglst2*z2*pow2(Mst1)*pow2(Mst2)*
4626  pow4(s2t))/(45.*Mgl*pow4(Mt)) + (22544*z3*pow2(Mst1)*pow2(Mst2)*pow4(
4627  s2t))/(27.*pow4(Mt)) + (4478*Dmglst2*z3*pow2(Mst1)*pow2(Mst2)*pow4(s2t)
4628  )/(9.*Mgl*pow4(Mt)) - (956*z4*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(27.*
4629  pow4(Mt)) - (12*Dmglst2*z4*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(Mgl*pow4(
4630  Mt)) - (65965567*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(60750.
4631  *pow2(Mgl)*pow4(Mt)) + (12*B4*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow4(
4632  s2t))/(pow2(Mgl)*pow4(Mt)) - (16*D3*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)
4633  *pow4(s2t))/(pow2(Mgl)*pow4(Mt)) + (10*DN*pow2(Dmglst2)*pow2(Mst1)*
4634  pow2(Mst2)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) - (1280*OepS2*pow2(Dmglst2)*
4635  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(243.*pow2(Mgl)*pow4(Mt)) - (89092*S2*
4636  pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(45.*pow2(Mgl)*pow4(Mt))
4637  + (640*T1ep*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(81.*pow2(
4638  Mgl)*pow4(Mt)) - (69148*z2*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow4(
4639  s2t))/(405.*pow2(Mgl)*pow4(Mt)) + (139555*z3*pow2(Dmglst2)*pow2(Mst1)*
4640  pow2(Mst2)*pow4(s2t))/(81.*pow2(Mgl)*pow4(Mt)) - (5026*z4*pow2(Dmglst2)
4641  *pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(81.*pow2(Mgl)*pow4(Mt)) - (559*pow2(
4642  Mst1)*pow2(Mst2)*pow2(z2)*pow4(s2t))/(9.*pow4(Mt)) - (1784*pow2(
4643  Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow2(z2)*pow4(s2t))/(27.*pow2(Mgl)*pow4(
4644  Mt)) + (71378675209*pow4(Mst1)*pow4(s2t))/(1.66698e8*pow4(Mt)) + (12*
4645  B4*pow4(Mst1)*pow4(s2t))/pow4(Mt) + (4*D3*pow4(Mst1)*pow4(s2t))/(3.*
4646  pow4(Mt)) - (4*DN*pow4(Mst1)*pow4(s2t))/(3.*pow4(Mt)) + (126628974763*
4647  Dmglst2*pow4(Mst1)*pow4(s2t))/(1.250235e8*Mgl*pow4(Mt)) + (7780*OepS2*
4648  pow4(Mst1)*pow4(s2t))/(243.*pow4(Mt)) - (67184*Dmglst2*OepS2*pow4(Mst1)
4649  *pow4(s2t))/(729.*Mgl*pow4(Mt)) - (18995*S2*pow4(Mst1)*pow4(s2t))/(9.*
4650  pow4(Mt)) + (103270*Dmglst2*S2*pow4(Mst1)*pow4(s2t))/(27.*Mgl*pow4(Mt))
4651  - (3890*T1ep*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)) + (33592*Dmglst2*
4652  T1ep*pow4(Mst1)*pow4(s2t))/(243.*Mgl*pow4(Mt)) - (150437*z2*pow4(Mst1)*
4653  pow4(s2t))/(324.*pow4(Mt)) + (2200091*Dmglst2*z2*pow4(Mst1)*pow4(s2t))/
4654  (1215.*Mgl*pow4(Mt)) + (17035*z3*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)) -
4655  (197843*Dmglst2*z3*pow4(Mst1)*pow4(s2t))/(243.*Mgl*pow4(Mt)) - (1297*
4656  z4*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)) + (16796*Dmglst2*z4*pow4(Mst1)*
4657  pow4(s2t))/(243.*Mgl*pow4(Mt)) + (126628974763*pow2(Dmglst2)*pow4(Mst1)
4658  *pow4(s2t))/(1.250235e8*pow2(Mgl)*pow4(Mt)) - (67184*OepS2*pow2(
4659  Dmglst2)*pow4(Mst1)*pow4(s2t))/(729.*pow2(Mgl)*pow4(Mt)) + (103270*S2*
4660  pow2(Dmglst2)*pow4(Mst1)*pow4(s2t))/(27.*pow2(Mgl)*pow4(Mt)) + (33592*
4661  T1ep*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t))/(243.*pow2(Mgl)*pow4(Mt)) + (
4662  2200091*z2*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t))/(1215.*pow2(Mgl)*pow4(
4663  Mt)) - (197843*z3*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t))/(243.*pow2(Mgl)*
4664  pow4(Mt)) + (16796*z4*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t))/(243.*pow2(
4665  Mgl)*pow4(Mt)) + (10*pow2(Msq)*pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(
4666  Mt)) - (20*z2*pow2(Msq)*pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(Mt)) + (
4667  2953*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(90.*pow2(Msq)*pow4(Mt)) - (125*
4668  Dmglst2*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(9.*Mgl*pow2(Msq)*pow4(Mt)) -
4669  (10*z2*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(pow2(Msq)*pow4(Mt)) - (20*
4670  Dmglst2*z2*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(Mgl*pow2(Msq)*pow4(Mt)) -
4671  (125*pow2(Dmglst2)*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(9.*pow2(Mgl)*pow2(
4672  Msq)*pow4(Mt)) - (20*z2*pow2(Dmglst2)*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/
4673  (pow2(Mgl)*pow2(Msq)*pow4(Mt)) - (1945*pow2(z2)*pow4(Mst1)*pow4(s2t))/(
4674  54.*pow4(Mt)) + (8398*Dmglst2*pow2(z2)*pow4(Mst1)*pow4(s2t))/(81.*Mgl*
4675  pow4(Mt)) + (8398*pow2(Dmglst2)*pow2(z2)*pow4(Mst1)*pow4(s2t))/(81.*
4676  pow2(Mgl)*pow4(Mt)) + (9403*pow4(Mst2)*pow4(s2t))/(54.*pow4(Mt)) - (40*
4677  B4*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (4*D3*pow4(Mst2)*pow4(s2t))/(
4678  3.*pow4(Mt)) - (2*DN*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (7337*
4679  Dmglst2*pow4(Mst2)*pow4(s2t))/(54.*Mgl*pow4(Mt)) - (8*B4*Dmglst2*pow4(
4680  Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) + (32*D3*Dmglst2*pow4(Mst2)*pow4(s2t))/
4681  (3.*Mgl*pow4(Mt)) - (20*Dmglst2*DN*pow4(Mst2)*pow4(s2t))/(3.*Mgl*pow4(
4682  Mt)) + (64*OepS2*pow4(Mst2)*pow4(s2t))/(9.*pow4(Mt)) - (112*Dmglst2*
4683  OepS2*pow4(Mst2)*pow4(s2t))/(27.*Mgl*pow4(Mt)) - (3168*S2*pow4(Mst2)*
4684  pow4(s2t))/pow4(Mt) - (10062*Dmglst2*S2*pow4(Mst2)*pow4(s2t))/(Mgl*
4685  pow4(Mt)) - (32*T1ep*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (56*Dmglst2*
4686  T1ep*pow4(Mst2)*pow4(s2t))/(9.*Mgl*pow4(Mt)) - (529*z2*pow4(Mst2)*pow4(
4687  s2t))/(9.*pow4(Mt)) + (3047*Dmglst2*z2*pow4(Mst2)*pow4(s2t))/(9.*Mgl*
4688  pow4(Mt)) + (1913*z3*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (16175*
4689  Dmglst2*z3*pow4(Mst2)*pow4(s2t))/(9.*Mgl*pow4(Mt)) - (10*z4*pow4(Mst2)*
4690  pow4(s2t))/(3.*pow4(Mt)) + (424*Dmglst2*z4*pow4(Mst2)*pow4(s2t))/(9.*
4691  Mgl*pow4(Mt)) + (1200149*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(1620.*
4692  pow2(Mgl)*pow4(Mt)) - (100*B4*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(3.*
4693  pow2(Mgl)*pow4(Mt)) + (112*D3*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(3.*
4694  pow2(Mgl)*pow4(Mt)) - (62*DN*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(3.*
4695  pow2(Mgl)*pow4(Mt)) - (280*OepS2*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(
4696  81.*pow2(Mgl)*pow4(Mt)) - (116129*S2*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t)
4697  )/(5.*pow2(Mgl)*pow4(Mt)) + (140*T1ep*pow2(Dmglst2)*pow4(Mst2)*pow4(
4698  s2t))/(27.*pow2(Mgl)*pow4(Mt)) + (64091*z2*pow2(Dmglst2)*pow4(Mst2)*
4699  pow4(s2t))/(270.*pow2(Mgl)*pow4(Mt)) + (226447*z3*pow2(Dmglst2)*pow4(
4700  Mst2)*pow4(s2t))/(54.*pow2(Mgl)*pow4(Mt)) + (4444*z4*pow2(Dmglst2)*
4701  pow4(Mst2)*pow4(s2t))/(27.*pow2(Mgl)*pow4(Mt)) + (10*pow2(Msq)*pow4(
4702  Mst2)*pow4(s2t))/(pow2(Mst1)*pow4(Mt)) - (20*z2*pow2(Msq)*pow4(Mst2)*
4703  pow4(s2t))/(pow2(Mst1)*pow4(Mt)) - (2636*pow2(Mst1)*pow4(Mst2)*pow4(
4704  s2t))/(45.*pow2(Msq)*pow4(Mt)) - (1540*Dmglst2*pow2(Mst1)*pow4(Mst2)*
4705  pow4(s2t))/(9.*Mgl*pow2(Msq)*pow4(Mt)) + (100*z2*pow2(Mst1)*pow4(Mst2)*
4706  pow4(s2t))/(3.*pow2(Msq)*pow4(Mt)) + (400*Dmglst2*z2*pow2(Mst1)*pow4(
4707  Mst2)*pow4(s2t))/(3.*Mgl*pow2(Msq)*pow4(Mt)) - (3590*pow2(Dmglst2)*
4708  pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(9.*pow2(Mgl)*pow2(Msq)*pow4(Mt)) + (
4709  1000*z2*pow2(Dmglst2)*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(3.*pow2(Mgl)*
4710  pow2(Msq)*pow4(Mt)) + (16*pow2(z2)*pow4(Mst2)*pow4(s2t))/pow4(Mt) + (
4711  158*Dmglst2*pow2(z2)*pow4(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) + (683*
4712  pow2(Dmglst2)*pow2(z2)*pow4(Mst2)*pow4(s2t))/(9.*pow2(Mgl)*pow4(Mt)) +
4713  (2024719*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(205800.*pow4(Msq)*pow4(Mt))
4714  + (565*Dmglst2*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(36.*Mgl*pow4(Msq)*
4715  pow4(Mt)) - (25*z2*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(6.*pow4(Msq)*pow4(
4716  Mt)) - (50*Dmglst2*z2*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(3.*Mgl*pow4(
4717  Msq)*pow4(Mt)) + (565*pow2(Dmglst2)*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(
4718  36.*pow2(Mgl)*pow4(Msq)*pow4(Mt)) - (50*z2*pow2(Dmglst2)*pow4(Mst1)*
4719  pow4(Mst2)*pow4(s2t))/(3.*pow2(Mgl)*pow4(Msq)*pow4(Mt)) + (2*pow3(log(
4720  pow2(Mst1)/pow2(Mst2)))*(2*Dmglst2*Mgl*(pow2(Mst1)*pow2(Mst2)*(2312*
4721  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 768*Mst2*s2t*pow3(Mt) + 960*Mt*pow3(
4722  Mst2)*pow3(s2t) - 3824*pow4(Mt) - 77*pow4(Mst2)*pow4(s2t)) + 24*pow4(
4723  Mst2)*(32*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 128*Mst2*s2t*pow3(Mt) + 72*
4724  Mt*pow3(Mst2)*pow3(s2t) - 64*pow4(Mt) + 19*pow4(Mst2)*pow4(s2t)) +
4725  pow4(Mst1)*(2896*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 2304*Mst2*s2t*pow3(Mt)
4726  + 672*Mt*pow3(Mst2)*pow3(s2t) + 5536*pow4(Mt) + 33*pow4(Mst2)*pow4(s2t)
4727  )) + pow2(Dmglst2)*(pow2(Mst1)*pow2(Mst2)*(6904*pow2(Mst2)*pow2(Mt)*
4728  pow2(s2t) - 1536*Mst2*s2t*pow3(Mt) + 1920*Mt*pow3(Mst2)*pow3(s2t) -
4729  2320*pow4(Mt) - 211*pow4(Mst2)*pow4(s2t)) + 2*pow4(Mst1)*(2896*pow2(
4730  Mst2)*pow2(Mt)*pow2(s2t) - 2304*Mst2*s2t*pow3(Mt) + 672*Mt*pow3(Mst2)*
4731  pow3(s2t) + 5536*pow4(Mt) + 33*pow4(Mst2)*pow4(s2t)) + 24*pow4(Mst2)*(
4732  96*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 256*Mst2*s2t*pow3(Mt) + 240*Mt*pow3(
4733  Mst2)*pow3(s2t) - 192*pow4(Mt) + 57*pow4(Mst2)*pow4(s2t))) + pow2(Mgl)*
4734  (-4*pow4(Mst1)*(-337*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 256*Mst2*s2t*pow3(
4735  Mt) - 400*Mt*pow3(Mst2)*pow3(s2t) + 2420*pow4(Mt) - 68*pow4(Mst2)*pow4(
4736  s2t)) + 12*pow4(Mst2)*(-8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 512*Mst2*s2t*
4737  pow3(Mt) + 160*Mt*pow3(Mst2)*pow3(s2t) + 74*pow4(Mt) + 47*pow4(Mst2)*
4738  pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(2152*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4739  - 4608*Mst2*s2t*pow3(Mt) + 1920*Mt*pow3(Mst2)*pow3(s2t) - 2320*pow4(Mt)
4740  + 185*pow4(Mst2)*pow4(s2t)))))/(9.*pow2(Mgl)*pow4(Mst2)*pow4(Mt)) - (
4741  5680*pow3(s2t)*pow5(Mst2))/(9.*pow2(Msq)*pow3(Mt)) - (7600*Dmglst2*
4742  pow3(s2t)*pow5(Mst2))/(3.*Mgl*pow2(Msq)*pow3(Mt)) + (640*z2*pow3(s2t)*
4743  pow5(Mst2))/(3.*pow2(Msq)*pow3(Mt)) + (1280*Dmglst2*z2*pow3(s2t)*pow5(
4744  Mst2))/(Mgl*pow2(Msq)*pow3(Mt)) - (63520*pow2(Dmglst2)*pow3(s2t)*pow5(
4745  Mst2))/(9.*pow2(Mgl)*pow2(Msq)*pow3(Mt)) + (4160*z2*pow2(Dmglst2)*pow3(
4746  s2t)*pow5(Mst2))/(pow2(Mgl)*pow2(Msq)*pow3(Mt)) + (256*pow3(s2t)*pow5(
4747  Mst2))/(3.*pow2(Mst1)*pow3(Mt)) - (256*Dmglst2*pow3(s2t)*pow5(Mst2))/(
4748  3.*Mgl*pow2(Mst1)*pow3(Mt)) - (1024*pow2(Dmglst2)*pow3(s2t)*pow5(Mst2))
4749  /(3.*pow2(Mgl)*pow2(Mst1)*pow3(Mt)) - (8240*s2t*pow5(Mst2))/(9.*Mt*
4750  pow4(Msq)) - (30160*Dmglst2*s2t*pow5(Mst2))/(9.*Mgl*Mt*pow4(Msq)) + (
4751  640*s2t*z2*pow5(Mst2))/(Mt*pow4(Msq)) + (7040*Dmglst2*s2t*z2*pow5(Mst2)
4752  )/(3.*Mgl*Mt*pow4(Msq)) - (28000*s2t*pow2(Dmglst2)*pow5(Mst2))/(3.*Mt*
4753  pow2(Mgl)*pow4(Msq)) + (18560*s2t*z2*pow2(Dmglst2)*pow5(Mst2))/(3.*Mt*
4754  pow2(Mgl)*pow4(Msq)) + (1115*pow2(Mst1)*pow3(s2t)*pow5(Mst2))/(9.*pow3(
4755  Mt)*pow4(Msq)) + (4115*Dmglst2*pow2(Mst1)*pow3(s2t)*pow5(Mst2))/(9.*
4756  Mgl*pow3(Mt)*pow4(Msq)) - (40*z2*pow2(Mst1)*pow3(s2t)*pow5(Mst2))/(
4757  pow3(Mt)*pow4(Msq)) - (200*Dmglst2*z2*pow2(Mst1)*pow3(s2t)*pow5(Mst2))/
4758  (Mgl*pow3(Mt)*pow4(Msq)) + (2965*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t)*
4759  pow5(Mst2))/(3.*pow2(Mgl)*pow3(Mt)*pow4(Msq)) - (600*z2*pow2(Dmglst2)*
4760  pow2(Mst1)*pow3(s2t)*pow5(Mst2))/(pow2(Mgl)*pow3(Mt)*pow4(Msq)) + (
4761  pow2(log(pow2(Mst1)/pow2(Msq)))*(-105*log(pow2(Mst1)/pow2(Mst2))*pow2(
4762  Mst1)*pow4(Msq)*(2*Mst2*s2t*pow2(Dmglst2)*(-8*Mt*(pow2(Mst1) + pow2(
4763  Mst2))*pow2(s2t) + 32*pow3(Mt) + 9*Mst2*(pow2(Mst1) - pow2(Mst2))*pow3(
4764  s2t)) - 4*Dmglst2*Mgl*Mst2*s2t*(4*Mt*(pow2(Mst1) + pow2(Mst2))*pow2(
4765  s2t) - 16*pow3(Mt) + 3*Mst2*(-pow2(Mst1) + pow2(Mst2))*pow3(s2t)) +
4766  pow2(Mgl)*(8*(-pow2(Mst1) + pow2(Mst2))*pow2(Mt)*pow2(s2t) + 64*Mst2*
4767  s2t*pow3(Mt) - 16*Mst2*Mt*(pow2(Mst1) + pow2(Mst2))*pow3(s2t) + 16*
4768  pow4(Mt) + (6*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - 7*pow4(Mst2))*pow4(
4769  s2t))) + 70*Dmglst2*Mgl*(-64*Mst2*pow2(Msq)*pow2(Mst1)*(-3*Mst2*Mt +
4770  s2t*pow2(Mst1) - s2t*pow2(Mst2))*pow3(Mt) - 16*Mst2*pow2(Mst1)*pow3(Mt)
4771  *(3*Mst2*(-Mt + 2*Mst2*s2t)*pow2(Mst1) - (13*Mt + 7*Mst2*s2t)*pow3(
4772  Mst2) + s2t*pow4(Mst1)) + 3*pow4(Msq)*(3*pow2(-4*Mst2*pow2(Mt) + pow2(
4773  s2t)*pow3(Mst2)) - pow2(s2t)*(16*Mst2*Mt*s2t + 24*pow2(Mt) + 3*pow2(
4774  Mst2)*pow2(s2t))*pow4(Mst1) + pow2(Mst1)*(48*pow2(Mst2)*pow2(Mt)*pow2(
4775  s2t) + 16*Mt*pow3(Mst2)*pow3(s2t) + 48*pow4(Mt) - 3*pow4(Mst2)*pow4(
4776  s2t)) + 3*pow4(s2t)*pow6(Mst1))) + 35*pow2(Dmglst2)*(-64*Mst2*pow2(Msq)
4777  *pow2(Mst1)*(-9*Mst2*Mt + 2*s2t*pow2(Mst1) - 2*s2t*pow2(Mst2))*pow3(Mt)
4778  - 16*Mst2*pow2(Mst1)*pow3(Mt)*(3*Mst2*(-3*Mt + 8*Mst2*s2t)*pow2(Mst1) -
4779  (59*Mt + 26*Mst2*s2t)*pow3(Mst2) + 2*s2t*pow4(Mst1)) + 3*pow4(Msq)*(9*
4780  pow2(-4*Mst2*pow2(Mt) + pow2(s2t)*pow3(Mst2)) - pow2(s2t)*(32*Mst2*Mt*
4781  s2t + 72*pow2(Mt) + 9*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + pow2(Mst1)*(
4782  144*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 32*Mt*pow3(Mst2)*pow3(s2t) + 144*
4783  pow4(Mt) - 9*pow4(Mst2)*pow4(s2t)) + 6*pow4(s2t)*pow6(Mst1))) + pow2(
4784  Mgl)*(224*pow2(Msq)*pow2(Mst1)*pow2(Mt)*(pow2(Mst1)*(-20*Mst2*Mt*s2t +
4785  7*pow2(Mt) - 2*pow2(Mst2)*pow2(s2t)) + pow2(Mst2)*(20*Mst2*Mt*s2t + 37*
4786  pow2(Mt) + pow2(Mst2)*pow2(s2t)) + pow2(s2t)*pow4(Mst1)) + 4*pow2(Mst1)
4787  *pow2(Mt)*(840*Mst2*Mt*s2t + 1234*pow2(Mt) + 15*pow2(Mst2)*pow2(s2t))*
4788  pow4(Mst2) + 4*pow2(Mst2)*pow4(Mst1)*(-15*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4789  - 560*Mst2*s2t*pow3(Mt) + 420*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + 2*(-
4790  30*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 560*Mst2*s2t*pow3(Mt) + 228*pow4(Mt)
4791  - 3*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 35*pow4(Msq)*(9*pow2(-4*Mst2*
4792  pow2(Mt) + pow2(s2t)*pow3(Mst2)) - 3*pow2(s2t)*(32*Mst2*Mt*s2t + 24*
4793  pow2(Mt) + 7*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + pow2(Mst1)*(144*pow2(
4794  Mst2)*pow2(Mt)*pow2(s2t) + 96*Mt*pow3(Mst2)*pow3(s2t) + 176*pow4(Mt) -
4795  3*pow4(Mst2)*pow4(s2t)) + 15*pow4(s2t)*pow6(Mst1)))))/(21.*pow2(Mgl)*
4796  pow2(Mst1)*pow4(Msq)*pow4(Mt)) + (1720*pow2(s2t)*pow6(Mst2))/(9.*pow2(
4797  Msq)*pow2(Mst1)*pow2(Mt)) + (4480*Dmglst2*pow2(s2t)*pow6(Mst2))/(9.*
4798  Mgl*pow2(Msq)*pow2(Mst1)*pow2(Mt)) + (6400*pow2(Dmglst2)*pow2(s2t)*
4799  pow6(Mst2))/(9.*pow2(Mgl)*pow2(Msq)*pow2(Mst1)*pow2(Mt)) - (670*pow6(
4800  Mst2))/(9.*pow2(Mst1)*pow4(Msq)) - (260*Dmglst2*pow6(Mst2))/(Mgl*pow2(
4801  Mst1)*pow4(Msq)) - (350*pow2(Dmglst2)*pow6(Mst2))/(pow2(Mgl)*pow2(Mst1)
4802  *pow4(Msq)) - (107588*pow2(s2t)*pow6(Mst2))/(1715.*pow2(Mt)*pow4(Msq))
4803  - (2030*Dmglst2*pow2(s2t)*pow6(Mst2))/(9.*Mgl*pow2(Mt)*pow4(Msq)) - (
4804  2405*pow2(Dmglst2)*pow2(s2t)*pow6(Mst2))/(9.*pow2(Mgl)*pow2(Mt)*pow4(
4805  Msq)) + (128*pow2(s2t)*pow6(Mst2))/(3.*pow2(Mt)*pow4(Mst1)) - (512*
4806  pow2(Dmglst2)*pow2(s2t)*pow6(Mst2))/(3.*pow2(Mgl)*pow2(Mt)*pow4(Mst1))
4807  + (2986*pow4(s2t)*pow6(Mst2))/(45.*pow2(Msq)*pow4(Mt)) + (2300*Dmglst2*
4808  pow4(s2t)*pow6(Mst2))/(9.*Mgl*pow2(Msq)*pow4(Mt)) - (70*z2*pow4(s2t)*
4809  pow6(Mst2))/(3.*pow2(Msq)*pow4(Mt)) - (340*Dmglst2*z2*pow4(s2t)*pow6(
4810  Mst2))/(3.*Mgl*pow2(Msq)*pow4(Mt)) + (5020*pow2(Dmglst2)*pow4(s2t)*
4811  pow6(Mst2))/(9.*pow2(Mgl)*pow2(Msq)*pow4(Mt)) - (910*z2*pow2(Dmglst2)*
4812  pow4(s2t)*pow6(Mst2))/(3.*pow2(Mgl)*pow2(Msq)*pow4(Mt)) + (135*pow4(
4813  s2t)*pow6(Mst2))/(2.*pow2(Mst1)*pow4(Mt)) - (115*Dmglst2*pow4(s2t)*
4814  pow6(Mst2))/(3.*Mgl*pow2(Mst1)*pow4(Mt)) + (98*z2*pow4(s2t)*pow6(Mst2))
4815  /(3.*pow2(Mst1)*pow4(Mt)) + (184*Dmglst2*z2*pow4(s2t)*pow6(Mst2))/(3.*
4816  Mgl*pow2(Mst1)*pow4(Mt)) - (1405*pow2(Dmglst2)*pow4(s2t)*pow6(Mst2))/(
4817  6.*pow2(Mgl)*pow2(Mst1)*pow4(Mt)) + (96*z2*pow2(Dmglst2)*pow4(s2t)*
4818  pow6(Mst2))/(pow2(Mgl)*pow2(Mst1)*pow4(Mt)) - (45671209*pow2(Mst1)*
4819  pow4(s2t)*pow6(Mst2))/(1.8522e6*pow4(Msq)*pow4(Mt)) - (3965*Dmglst2*
4820  pow2(Mst1)*pow4(s2t)*pow6(Mst2))/(36.*Mgl*pow4(Msq)*pow4(Mt)) + (35*z2*
4821  pow2(Mst1)*pow4(s2t)*pow6(Mst2))/(3.*pow4(Msq)*pow4(Mt)) + (70*Dmglst2*
4822  z2*pow2(Mst1)*pow4(s2t)*pow6(Mst2))/(Mgl*pow4(Msq)*pow4(Mt)) - (2755*
4823  pow2(Dmglst2)*pow2(Mst1)*pow4(s2t)*pow6(Mst2))/(8.*pow2(Mgl)*pow4(Msq)*
4824  pow4(Mt)) + (245*z2*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t)*pow6(Mst2))/(
4825  pow2(Mgl)*pow4(Msq)*pow4(Mt)) - (27955*Dmglst2*pow3(s2t)*pow7(Mst2))/(
4826  27.*Mgl*pow3(Mt)*pow4(Msq)) + (1640*Dmglst2*z2*pow3(s2t)*pow7(Mst2))/(
4827  3.*Mgl*pow3(Mt)*pow4(Msq)) - (106375*pow2(Dmglst2)*pow3(s2t)*pow7(Mst2)
4828  )/(27.*pow2(Mgl)*pow3(Mt)*pow4(Msq)) + (7160*z2*pow2(Dmglst2)*pow3(s2t)
4829  *pow7(Mst2))/(3.*pow2(Mgl)*pow3(Mt)*pow4(Msq)) + (45*pow2(Dmglst2)*
4830  pow2(s2t)*pow8(Mst2))/(pow2(Mgl)*pow2(Mst1)*pow2(Mt)*pow4(Msq)) - (80*
4831  pow2(Dmglst2)*pow4(s2t)*pow8(Mst2))/(3.*pow2(Mgl)*pow2(Msq)*pow2(Mst1)*
4832  pow4(Mt)) + (16435*pow2(Dmglst2)*pow4(s2t)*pow8(Mst2))/(72.*pow2(Mgl)*
4833  pow4(Msq)*pow4(Mt)) - (150*z2*pow2(Dmglst2)*pow4(s2t)*pow8(Mst2))/(
4834  pow2(Mgl)*pow4(Msq)*pow4(Mt)) + (64*pow2(Dmglst2)*pow4(s2t)*pow8(Mst2))
4835  /(3.*pow2(Mgl)*pow4(Mst1)*pow4(Mt)) + (pow2(log(pow2(Mst1)/pow2(Mst2)))
4836  *(4*Dmglst2*Mgl*(-525*pow4(Mst1)*(20*Mt*pow3(Mst2)*(-12*Mst2*s2t*pow2(
4837  Mt) + 4*pow3(Mt) + 3*pow3(Mst2)*pow3(s2t)) + pow4(Mst1)*(-16*s2t*pow3(
4838  Mt) + 5*pow3(Mst2)*pow4(s2t)) + 3*Mst2*pow2(Mst1)*(-32*Mst2*s2t*pow3(
4839  Mt) + 20*Mt*pow3(Mst2)*pow3(s2t) + 16*pow4(Mt) - 7*pow4(Mst2)*pow4(s2t)
4840  ))*pow5(Mst2) - 1050*pow2(Msq)*pow2(Mst2)*pow4(Mst1)*(3*pow4(Mst1)*(16*
4841  pow4(Mt) + pow4(Mst2)*pow4(s2t)) + pow4(Mst2)*(-192*Mst2*s2t*pow3(Mt) +
4842  48*Mt*pow3(Mst2)*pow3(s2t) + 48*pow4(Mt) + 17*pow4(Mst2)*pow4(s2t)) -
4843  4*pow2(Mst1)*(8*s2t*pow3(Mst2)*pow3(Mt) - 12*Mt*pow3(s2t)*pow5(Mst2) +
4844  5*pow4(s2t)*pow6(Mst2))) + pow4(Msq)*(35*pow4(Mst1)*pow4(Mst2)*(9384*
4845  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 11168*Mst2*s2t*pow3(Mt) + 4056*Mt*pow3(
4846  Mst2)*pow3(s2t) - 16912*pow4(Mt) + 717*pow4(Mst2)*pow4(s2t)) - 28*pow2(
4847  Mst2)*(-998*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 36680*Mst2*s2t*pow3(Mt) +
4848  3150*Mt*pow3(Mst2)*pow3(s2t) + 37236*pow4(Mt) + 1411*pow4(Mst2)*pow4(
4849  s2t))*pow6(Mst1) + 840*pow2(Mst1)*(-136*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4850  192*Mst2*s2t*pow3(Mt) + 48*Mt*pow3(Mst2)*pow3(s2t) + 208*pow4(Mt) + 29*
4851  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (294096*pow2(Mst2)*pow2(Mt)*pow2(
4852  s2t) - 394240*Mst2*s2t*pow3(Mt) - 31080*Mt*pow3(Mst2)*pow3(s2t) +
4853  2542880*pow4(Mt) - 6102*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 26880*pow2(
4854  Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2))) + pow2(Mgl)*(-
4855  840*pow2(Msq)*pow2(Mst2)*pow4(Mst1)*(pow2(Mst1)*pow2(Mst2)*(-12*pow2(
4856  Mst2)*pow2(Mt)*pow2(s2t) - 160*Mst2*s2t*pow3(Mt) + 80*Mt*pow3(Mst2)*
4857  pow3(s2t) + 80*pow4(Mt) - 19*pow4(Mst2)*pow4(s2t)) + pow4(Mst1)*(-120*
4858  pow4(Mt) + 9*pow4(Mst2)*pow4(s2t)) + 2*pow4(Mst2)*(-9*pow2(Mst2)*pow2(
4859  Mt)*pow2(s2t) - 160*Mst2*s2t*pow3(Mt) + 40*Mt*pow3(Mst2)*pow3(s2t) +
4860  72*pow4(Mt) + 10*pow4(Mst2)*pow4(s2t))) + 30*(192*pow2(Mst2)*pow2(Mt)*
4861  pow2(s2t) + 2240*Mst2*s2t*pow3(Mt) - 840*Mt*pow3(Mst2)*pow3(s2t) -
4862  1680*pow4(Mt) + 207*pow4(Mst2)*pow4(s2t))*pow6(Mst1)*pow6(Mst2) - 15*
4863  pow4(Mst2)*(-2240*Mst2*s2t*pow3(Mt) + 1680*pow4(Mt) + 223*pow4(Mst2)*
4864  pow4(s2t))*pow8(Mst1) + 240*pow2(Mt)*(420*Mst2*Mt*s2t - 223*pow2(Mt) +
4865  11*pow2(Mst2)*pow2(s2t))*pow4(Mst1)*pow8(Mst2) + pow4(Msq)*(280*pow4(
4866  Mst1)*pow4(Mst2)*(1536*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 8880*Mst2*s2t*
4867  pow3(Mt) + 3372*Mt*pow3(Mst2)*pow3(s2t) + 3212*pow4(Mt) + 879*pow4(
4868  Mst2)*pow4(s2t)) - 70*pow2(Mst2)*(-9560*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4869  27648*Mst2*s2t*pow3(Mt) - 5136*Mt*pow3(Mst2)*pow3(s2t) + 3136*pow4(Mt)
4870  + 289*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 1680*pow2(Mst1)*(-120*pow2(
4871  Mst2)*pow2(Mt)*pow2(s2t) - 128*Mst2*s2t*pow3(Mt) + 32*Mt*pow3(Mst2)*
4872  pow3(s2t) + 208*pow4(Mt) + 21*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (
4873  669176*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 313600*Mst2*s2t*pow3(Mt) +
4874  229600*Mt*pow3(Mst2)*pow3(s2t) - 4378256*pow4(Mt) + 56822*pow4(Mst2)*
4875  pow4(s2t))*pow8(Mst1) + 26880*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(
4876  s2t))*pow8(Mst2))) + 2*pow2(Dmglst2)*(-525*pow4(Mst1)*(pow4(Mst1)*(-32*
4877  s2t*pow3(Mt) + 10*pow3(Mst2)*pow4(s2t)) + 10*pow3(Mst2)*(-144*Mst2*s2t*
4878  pow3(Mt) + 36*Mt*pow3(Mst2)*pow3(s2t) + 40*pow4(Mt) + 9*pow4(Mst2)*
4879  pow4(s2t)) - 3*Mst2*pow2(Mst1)*(128*Mst2*s2t*pow3(Mt) - 120*Mt*pow3(
4880  Mst2)*pow3(s2t) - 48*pow4(Mt) + 49*pow4(Mst2)*pow4(s2t)))*pow5(Mst2) -
4881  1050*pow2(Msq)*pow2(Mst2)*pow4(Mst1)*(6*pow4(Mst1)*(16*pow4(Mt) + pow4(
4882  Mst2)*pow4(s2t)) + pow4(Mst2)*(-768*Mst2*s2t*pow3(Mt) + 192*Mt*pow3(
4883  Mst2)*pow3(s2t) + 144*pow4(Mt) + 91*pow4(Mst2)*pow4(s2t)) - 4*pow2(
4884  Mst1)*(16*s2t*pow3(Mst2)*pow3(Mt) - 48*Mt*pow3(s2t)*pow5(Mst2) + 25*
4885  pow4(s2t)*pow6(Mst2))) + pow4(Msq)*(-7*pow4(Mst1)*pow4(Mst2)*(-89160*
4886  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 264000*Mst2*s2t*pow3(Mt) + 3600*Mt*
4887  pow3(Mst2)*pow3(s2t) + 10064*pow4(Mt) + 8715*pow4(Mst2)*pow4(s2t)) -
4888  56*pow2(Mst2)*(15049*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 5900*Mst2*s2t*
4889  pow3(Mt) + 7170*Mt*pow3(Mst2)*pow3(s2t) - 62654*pow4(Mt) + 1132*pow4(
4890  Mst2)*pow4(s2t))*pow6(Mst1) + 840*pow2(Mst1)*(-472*pow2(Mst2)*pow2(Mt)*
4891  pow2(s2t) - 768*Mst2*s2t*pow3(Mt) + 192*Mt*pow3(Mst2)*pow3(s2t) + 624*
4892  pow4(Mt) + 119*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 4*(147048*pow2(Mst2)*
4893  pow2(Mt)*pow2(s2t) - 197120*Mst2*s2t*pow3(Mt) - 15540*Mt*pow3(Mst2)*
4894  pow3(s2t) + 1271440*pow4(Mt) - 3051*pow4(Mst2)*pow4(s2t))*pow8(Mst1) -
4895  3360*(-40*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 80*pow4(Mt) + 3*pow4(Mst2)*
4896  pow4(s2t))*pow8(Mst2)))))/(630.*pow2(Mgl)*pow4(Msq)*pow4(Mst1)*pow4(
4897  Mst2)*pow4(Mt)) - (log(pow2(Mst1)/pow2(Msq))*(2450*Dmglst2*Mgl*(-(pow5(
4898  Mst2)*(4*Mt*pow2(Mst1)*pow3(Mst2)*(80*Mst2*s2t*pow2(Mt) + 270*Mt*pow2(
4899  Mst2)*pow2(s2t) + 548*pow3(Mt) + 181*pow3(Mst2)*pow3(s2t)) + 3*Mst2*
4900  pow4(Mst1)*(-216*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 64*Mst2*s2t*pow3(Mt) -
4901  244*Mt*pow3(Mst2)*pow3(s2t) + 128*pow4(Mt) + 19*pow4(Mst2)*pow4(s2t)) +
4902  1008*pow4(Mt)*pow5(Mst2) + s2t*(72*Mst2*s2t*pow2(Mt) + 12*Mt*pow2(Mst2)
4903  *pow2(s2t) - 128*pow3(Mt) + 3*pow3(Mst2)*pow3(s2t))*pow6(Mst1))) - 8*
4904  pow2(Msq)*pow5(Mst2)*(-120*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t)
4905  )*pow3(Mst2) + s2t*(-120*Mst2*s2t*pow2(Mt) - 144*Mt*pow2(Mst2)*pow2(
4906  s2t) + 56*pow3(Mt) + 3*pow3(Mst2)*pow3(s2t))*pow4(Mst1) - 8*Mst2*pow2(
4907  Mst1)*(-30*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 7*Mst2*s2t*pow3(Mt) - 18*Mt*
4908  pow3(Mst2)*pow3(s2t) - 18*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t)) + 6*Mst2*
4909  pow4(s2t)*pow6(Mst1)) + 2*pow4(Msq)*(pow2(Mst1)*pow4(Mst2)*(-120*pow2(
4910  Mst2)*pow2(Mt)*pow2(s2t) - 16*Mst2*s2t*(-161 + 72*z2)*pow3(Mt) - 144*
4911  Mt*(-15 + 11*z2)*pow3(Mst2)*pow3(s2t) + 368*pow4(Mt) + 27*(-5 + 4*z2)*
4912  pow4(Mst2)*pow4(s2t)) - 3*pow2(Mst2)*pow4(Mst1)*(128*pow2(Mst2)*pow2(
4913  Mt)*pow2(s2t) + 1248*Mst2*s2t*pow3(Mt) - 48*Mt*(2 + z2)*pow3(Mst2)*
4914  pow3(s2t) - 96*(27 + 4*z2)*pow4(Mt) + 9*(-3 + 4*z2)*pow4(Mst2)*pow4(
4915  s2t)) + 36*(-16*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 32*Mst2*s2t*(7 + 3*z2)*
4916  pow3(Mt) + 7*Mt*pow3(Mst2)*pow3(s2t) + 24*(23 + 12*z2)*pow4(Mt) + pow4(
4917  Mst2)*pow4(s2t))*pow6(Mst1) - 9*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t)
4918  )*pow6(Mst2))) + pow2(Mgl)*(88200*pow2(Mst2)*pow6(Msq)*(pow2(-4*Mst2*
4919  pow2(Mt) + pow2(s2t)*pow3(Mst2)) - pow4(Mst1)*(8*pow2(Mt)*pow2(s2t) +
4920  pow2(Mst2)*pow4(s2t)) + pow2(Mst1)*(16*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4921  16*pow4(Mt) - pow4(Mst2)*pow4(s2t)) + pow4(s2t)*pow6(Mst1)) - 1225*
4922  pow4(Msq)*(-2*pow2(Mst1)*pow4(Mst2)*(720*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4923  - 288*Mst2*s2t*(-13 + 8*z2)*pow3(Mt) - 864*Mt*(-2 + z2)*pow3(Mst2)*
4924  pow3(s2t) - 32*(13 + 18*z2)*pow4(Mt) + 3*(7 + 30*z2)*pow4(Mst2)*pow4(
4925  s2t)) + 6*pow2(Mst2)*pow4(Mst1)*(24*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4926  960*Mst2*s2t*pow3(Mt) - 96*Mt*(-3 + z2)*pow3(Mst2)*pow3(s2t) + 384*(3 +
4927  z2)*pow4(Mt) + (89 + 36*z2)*pow4(Mst2)*pow4(s2t)) + 3*(-768*Mst2*s2t*(1
4928  + 2*z2)*pow3(Mt) + 48*Mt*pow3(Mst2)*pow3(s2t) + 288*(7 + 12*z2)*pow4(
4929  Mt) - (131 + 12*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 90*pow2(-4*pow2(
4930  Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2)) - pow4(Mst2)*(8*pow2(Mst1)*
4931  pow2(Mt)*(58800*Mst2*Mt*s2t + 220709*pow2(Mt) + 58635*pow2(Mst2)*pow2(
4932  s2t))*pow4(Mst2) + pow2(Mst2)*pow4(Mst1)*(-351480*pow2(Mst2)*pow2(Mt)*
4933  pow2(s2t) - 156800*Mst2*s2t*pow3(Mt) - 382200*Mt*pow3(Mst2)*pow3(s2t) +
4934  470400*pow4(Mt) + 51313*pow4(Mst2)*pow4(s2t)) + 8*(14865*pow2(Mst2)*
4935  pow2(Mt)*pow2(s2t) - 39200*Mst2*s2t*pow3(Mt) + 3675*Mt*pow3(Mst2)*pow3(
4936  s2t) + 49209*pow4(Mt) - 3459*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 411600*
4937  pow4(Mt)*pow6(Mst2)) + 196*pow2(Msq)*pow4(Mst2)*(pow4(Mst1)*(1256*pow2(
4938  Mst2)*pow2(Mt)*pow2(s2t) - 5600*Mst2*s2t*pow3(Mt) + 4800*Mt*pow3(Mst2)*
4939  pow3(s2t) - 656*pow4(Mt) - 345*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(
4940  Mst2)*(-5128*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 5600*Mst2*s2t*pow3(Mt) -
4941  4800*Mt*pow3(Mst2)*pow3(s2t) - 1856*pow4(Mt) + 645*pow4(Mst2)*pow4(s2t)
4942  ) + (872*pow2(Mt)*pow2(s2t) + 255*pow2(Mst2)*pow4(s2t))*pow6(Mst1) +
4943  3000*(-2*pow4(Mst2)*pow4(Mt) + pow2(Mt)*pow2(s2t)*pow6(Mst2)))) + 49*
4944  pow2(Dmglst2)*(-25*pow5(Mst2)*(pow2(Mst1)*pow3(Mst2)*(7272*pow2(Mst2)*
4945  pow2(Mt)*pow2(s2t) + 1024*Mst2*s2t*pow3(Mt) + 4328*Mt*pow3(Mst2)*pow3(
4946  s2t) + 12208*pow4(Mt) - 495*pow4(Mst2)*pow4(s2t)) + 3*Mst2*pow4(Mst1)*(
4947  -1320*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 256*Mst2*s2t*pow3(Mt) - 1448*Mt*
4948  pow3(Mst2)*pow3(s2t) + 384*pow4(Mt) + 53*pow4(Mst2)*pow4(s2t)) + 504*
4949  pow2(Mt)*(14*pow2(Mt) - 5*pow2(Mst2)*pow2(s2t))*pow5(Mst2) + 2*s2t*(72*
4950  Mst2*s2t*pow2(Mt) + 12*Mt*pow2(Mst2)*pow2(s2t) - 128*pow3(Mt) + 3*pow3(
4951  Mst2)*pow3(s2t))*pow6(Mst1)) + 2*pow4(Msq)*(-75*pow2(Mst2)*pow4(Mst1)*(
4952  -608*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 768*Mst2*s2t*pow3(Mt) - 16*Mt*(19
4953  + 6*z2)*pow3(Mst2)*pow3(s2t) + 96*(65 + 4*z2)*pow4(Mt) + (-221 + 108*
4954  z2)*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow4(Mst2)*(-54600*pow2(Mst2)*
4955  pow2(Mt)*pow2(s2t) - 800*Mst2*s2t*(-131 + 72*z2)*pow3(Mt) - 1200*Mt*(-
4956  197 + 138*z2)*pow3(Mst2)*pow3(s2t) + 3904*pow4(Mt) + 75*(-121 + 108*z2)
4957  *pow4(Mst2)*pow4(s2t)) + 1800*(-16*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 32*
4958  Mst2*s2t*(7 + 3*z2)*pow3(Mt) + 7*Mt*pow3(Mst2)*pow3(s2t) + 24*(23 + 12*
4959  z2)*pow4(Mt) + pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 3375*pow2(-4*pow2(Mt)
4960  + pow2(Mst2)*pow2(s2t))*pow6(Mst2)) - 200*pow2(Msq)*pow5(Mst2)*(-(s2t*(
4961  600*Mst2*s2t*pow2(Mt) + 576*Mt*pow2(Mst2)*pow2(s2t) - 112*pow3(Mt) +
4962  21*pow3(Mst2)*pow3(s2t))*pow4(Mst1)) - 2*Mst2*pow2(Mst1)*(-600*pow2(
4963  Mst2)*pow2(Mt)*pow2(s2t) + 56*Mst2*s2t*pow3(Mt) - 288*Mt*pow3(Mst2)*
4964  pow3(s2t) - 456*pow4(Mt) + 51*pow4(Mst2)*pow4(s2t)) + 12*Mst2*pow4(s2t)
4965  *pow6(Mst1) + 15*(80*pow3(Mst2)*pow4(Mt) - 40*pow2(Mt)*pow2(s2t)*pow5(
4966  Mst2) + 3*pow4(s2t)*pow7(Mst2)))) + 44100*pow2(Mst1)*pow2(log(pow2(
4967  Mst1)/pow2(Mst2)))*pow4(Msq)*(pow2(Mgl)*(pow4(Mst1)*(64*Mst2*s2t*pow3(
4968  Mt) - 144*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + pow4(Mst2)*(-8*pow2(Mst2)*
4969  pow2(Mt)*pow2(s2t) - 64*Mst2*s2t*pow3(Mt) + 16*Mt*pow3(Mst2)*pow3(s2t)
4970  + 16*pow4(Mt) + 7*pow4(Mst2)*pow4(s2t)) - 4*pow2(Mst1)*(8*pow2(Mst2)*
4971  pow4(Mt) - 4*Mt*pow3(s2t)*pow5(Mst2) + pow4(s2t)*pow6(Mst2))) + 4*
4972  Dmglst2*Mgl*(48*(3*Mt - Mst2*s2t)*pow3(Mt)*pow4(Mst1) - 16*s2t*pow3(Mt)
4973  *pow5(Mst2) + pow2(Mst1)*(16*pow2(Mst2)*pow4(Mt) + 4*Mt*pow3(s2t)*pow5(
4974  Mst2) - 3*pow4(s2t)*pow6(Mst2)) + 4*Mt*pow3(s2t)*pow7(Mst2) + 3*pow4(
4975  s2t)*pow8(Mst2)) + 2*pow2(Dmglst2)*(96*(3*Mt - Mst2*s2t)*pow3(Mt)*pow4(
4976  Mst1) - 32*s2t*pow3(Mt)*pow5(Mst2) + pow2(Mst1)*(-16*pow2(Mst2)*pow4(
4977  Mt) + 8*Mt*pow3(s2t)*pow5(Mst2) - 9*pow4(s2t)*pow6(Mst2)) + 8*Mt*pow3(
4978  s2t)*pow7(Mst2) + 9*pow4(s2t)*pow8(Mst2))) + 105*log(pow2(Mst1)/pow2(
4979  Mst2))*(pow2(Mgl)*(-1680*pow2(Mst1)*(pow2(Mst1) - pow2(Mst2))*pow4(
4980  Mst2)*pow4(s2t)*pow6(Msq) + pow2(Mst1)*(1680*pow3(Mst2)*(8*s2t*pow3(Mt)
4981  - Mt*pow2(Mst1)*pow3(s2t)) - 504*pow2(Mt)*pow2(s2t)*pow4(Mst1) + pow4(
4982  Mst2)*(296*pow2(Mt)*pow2(s2t) + 422*pow2(Mst1)*pow4(s2t)) + pow2(Mst2)*
4983  (264*pow2(Mst1)*pow2(Mt)*pow2(s2t) + 6304*pow4(Mt) - 187*pow4(Mst1)*
4984  pow4(s2t)))*pow6(Mst2) - 70*pow4(Msq)*(2*pow2(Mst2)*pow4(Mst1)*(-32*
4985  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 384*Mst2*s2t*pow3(Mt) + 72*Mt*pow3(
4986  Mst2)*pow3(s2t) + 720*pow4(Mt) + 21*pow4(Mst2)*pow4(s2t)) - s2t*pow2(
4987  Mst1)*(128*Mst2*s2t*pow2(Mt) + 240*Mt*pow2(Mst2)*pow2(s2t) - 384*pow3(
4988  Mt) + 59*pow3(Mst2)*pow3(s2t))*pow5(Mst2) + (-96*pow2(Mst2)*pow2(Mt)*
4989  pow2(s2t) - 2112*Mst2*s2t*pow3(Mt) + 48*Mt*pow3(Mst2)*pow3(s2t) + 4608*
4990  pow4(Mt) + 26*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 18*pow2(-4*pow2(Mt) +
4991  pow2(Mst2)*pow2(s2t))*pow6(Mst2)) - 28*pow2(Msq)*pow2(Mst1)*pow4(Mst2)*
4992  (-160*pow3(Mst2)*(6*s2t*pow3(Mt) - Mt*pow2(Mst1)*pow3(s2t)) + 20*pow2(
4993  Mt)*pow2(s2t)*pow4(Mst1) - pow4(Mst2)*(52*pow2(Mt)*pow2(s2t) + 41*pow2(
4994  Mst1)*pow4(s2t)) + pow2(Mst2)*(32*pow2(Mst1)*pow2(Mt)*pow2(s2t) - 304*
4995  pow4(Mt) + 6*pow4(Mst1)*pow4(s2t)) + 160*Mt*pow3(s2t)*pow5(Mst2) + 40*
4996  pow4(s2t)*pow6(Mst2))) + 140*Dmglst2*Mgl*(-2*pow2(Msq)*pow2(Mst1)*(-
4997  224*Mst2*s2t*pow3(Mt) + 48*Mst2*Mt*(pow2(Mst1) + pow2(Mst2))*pow3(s2t)
4998  - 48*pow4(Mt) + (-20*pow2(Mst1)*pow2(Mst2) + 3*pow4(Mst1) + 17*pow4(
4999  Mst2))*pow4(s2t))*pow6(Mst2) + 2*pow4(Msq)*(pow2(Mst1)*pow4(Mst2)*(144*
5000  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 160*Mst2*s2t*pow3(Mt) + 12*Mt*pow3(
5001  Mst2)*pow3(s2t) + 16*pow4(Mt) - 9*pow4(Mst2)*pow4(s2t)) - 3*pow2(Mst2)*
5002  pow4(Mst1)*(32*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 64*Mst2*s2t*pow3(Mt) +
5003  28*Mt*pow3(Mst2)*pow3(s2t) - 304*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t)) +
5004  12*Mt*(-164*Mst2*s2t*pow2(Mt) - 10*Mt*pow2(Mst2)*pow2(s2t) + 456*pow3(
5005  Mt) + 3*pow3(Mst2)*pow3(s2t))*pow6(Mst1) + 9*pow2(-4*pow2(Mt) + pow2(
5006  Mst2)*pow2(s2t))*pow6(Mst2)) + pow2(Mst1)*(352*Mst2*s2t*pow3(Mt) - 60*
5007  Mst2*Mt*(pow2(Mst1) + pow2(Mst2))*pow3(s2t) + 128*pow4(Mt) + pow2(Mst1)
5008  *(-5*pow2(Mst1) + 21*pow2(Mst2))*pow4(s2t))*pow8(Mst2)) + 14*pow2(
5009  Dmglst2)*(-10*pow2(Msq)*pow2(Mst1)*(-832*Mst2*s2t*pow3(Mt) + 192*Mst2*
5010  Mt*(pow2(Mst1) + pow2(Mst2))*pow3(s2t) - 144*pow4(Mt) + (-100*pow2(
5011  Mst1)*pow2(Mst2) + 6*pow4(Mst1) + 91*pow4(Mst2))*pow4(s2t))*pow6(Mst2)
5012  + 2*pow4(Msq)*(pow2(Mst1)*pow4(Mst2)*(2160*pow2(Mst2)*pow2(Mt)*pow2(
5013  s2t) + 2560*Mst2*s2t*pow3(Mt) - 120*Mt*pow3(Mst2)*pow3(s2t) + 1408*
5014  pow4(Mt) - 345*pow4(Mst2)*pow4(s2t)) + 120*Mt*(-164*Mst2*s2t*pow2(Mt) -
5015  10*Mt*pow2(Mst2)*pow2(s2t) + 456*pow3(Mt) + 3*pow3(Mst2)*pow3(s2t))*
5016  pow6(Mst1) + 135*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2) +
5017  15*pow4(Mst1)*(-64*pow2(Mt)*pow2(s2t)*pow4(Mst2) - 432*pow2(Mst2)*pow4(
5018  Mt) - 72*Mt*pow3(s2t)*pow5(Mst2) + 7*pow4(s2t)*pow6(Mst2))) - 5*pow2(
5019  Mst1)*(-1856*Mst2*s2t*pow3(Mt) + 360*Mst2*Mt*(pow2(Mst1) + pow2(Mst2))*
5020  pow3(s2t) - 544*pow4(Mt) + (-147*pow2(Mst1)*pow2(Mst2) + 10*pow4(Mst1)
5021  + 90*pow4(Mst2))*pow4(s2t))*pow8(Mst2)))))/(4410.*pow2(Mgl)*pow2(Mst1)*
5022  pow4(Msq)*pow4(Mst2)*pow4(Mt)) + (log(pow2(Mst1)/pow2(Mst2))*(4*
5023  Dmglst2*Mgl*(-55125*pow2(Mst1)*pow4(Mst2)*(4*Mt*pow2(Mst1)*(-200*Mst2*
5024  s2t*pow2(Mt) + 540*Mt*pow2(Mst2)*pow2(s2t) + 1088*pow3(Mt) + 425*pow3(
5025  Mst2)*pow3(s2t))*pow4(Mst2) - 3*pow2(Mst2)*pow4(Mst1)*(432*pow2(Mst2)*
5026  pow2(Mt)*pow2(s2t) + 64*Mst2*s2t*pow3(Mt) + 404*Mt*pow3(Mst2)*pow3(s2t)
5027  - 32*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + (144*pow2(Mst2)*pow2(Mt)*pow2(
5028  s2t) + 480*Mst2*s2t*pow3(Mt) + 24*Mt*pow3(Mst2)*pow3(s2t) - 576*pow4(
5029  Mt) + 17*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 2016*pow4(Mt)*pow6(Mst2)) +
5030  2*pow4(Msq)*(-7350*pow4(Mst1)*pow4(Mst2)*(48*(-1676 + 891*z2)*pow2(
5031  Mst2)*pow2(Mt)*pow2(s2t) + 8*Mst2*s2t*(-22768 + 2835*S2 + 6462*z2)*
5032  pow3(Mt) - 18*Mt*(2990 + 315*S2 - 1986*z2)*pow3(Mst2)*pow3(s2t) + (
5033  90952 - 18144*S2 + 21888*z2)*pow4(Mt) + 9*(689 + 126*S2 - 580*z2)*pow4(
5034  Mst2)*pow4(s2t)) - 294*pow2(Mst2)*(-8*(59657 + 202500*S2 - 55800*z2)*
5035  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 200*Mst2*s2t*(-18428 + 37341*S2 - 9090*
5036  z2)*pow3(Mt) - 300*Mt*(-818 + 3609*S2 - 594*z2)*pow3(Mst2)*pow3(s2t) -
5037  48*(8581 + 72450*S2 - 92700*z2)*pow4(Mt) + (-128893 + 291600*S2 +
5038  100350*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 66150*pow2(Mst1)*(-952*
5039  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt) + 256*Mt*pow3(
5040  Mst2)*pow3(s2t) + 880*pow4(Mt) + 247*pow4(Mst2)*pow4(s2t))*pow6(Mst2) +
5041  (72*(-5217307 + 33912900*S2 - 73500*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
5042  78400*Mst2*s2t*(-3509 + 115785*S2 - 18144*z2)*pow3(Mt) + 4900*Mt*(24322
5043  + 140139*S2 - 38826*z2)*pow3(Mst2)*pow3(s2t) + 80*(57911521 + 49233240*
5044  S2 - 40325040*z2)*pow4(Mt) + (1011403 - 185175900*S2 + 17463600*z2)*
5045  pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 16934400*pow2(Mt)*(-2*pow2(Mt) +
5046  pow2(Mst2)*pow2(s2t))*pow8(Mst2)) - 220500*pow2(Msq)*(-4*pow4(Mst2)*(
5047  120*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 168*Mst2*s2t*pow3(Mt) + 96*Mt*pow3(
5048  Mst2)*pow3(s2t) + 96*pow4(Mt) + 25*pow4(Mst2)*pow4(s2t))*pow6(Mst1) +
5049  pow4(Mst1)*(960*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1184*Mst2*s2t*pow3(Mt)
5050  + 768*Mt*pow3(Mst2)*pow3(s2t) + 576*pow4(Mt) + 13*pow4(Mst2)*pow4(s2t))
5051  *pow6(Mst2) + 24*pow2(Mst2)*(-2*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*
5052  Mst2*s2t*pow3(Mt) + 120*pow4(Mt) + pow4(Mst2)*pow4(s2t))*pow8(Mst1) -
5053  480*pow2(Mst1)*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)
5054  )) + 3*pow2(Mgl)*(5292000*(-1 + 2*z2)*(pow2(Mst1) - pow2(Mst2))*pow4(
5055  Mst1)*pow4(Mst2)*pow4(s2t)*pow6(Msq) + 15*pow2(Mst1)*pow5(Mst2)*(-128*
5056  pow2(Mst1)*pow2(Mt)*(3675*Mst2*Mt*s2t + 73246*pow2(Mt) + 14279*pow2(
5057  Mst2)*pow2(s2t))*pow3(Mst2) + 2*Mst2*pow4(Mst1)*(851136*pow2(Mst2)*
5058  pow2(Mt)*pow2(s2t) + 1411200*Mst2*s2t*pow3(Mt) + 499800*Mt*pow3(Mst2)*
5059  pow3(s2t) - 1528800*pow4(Mt) - 45247*pow4(Mst2)*pow4(s2t)) - 1646400*
5060  pow4(Mt)*pow5(Mst2) + s2t*(-531552*Mst2*s2t*pow2(Mt) - 117600*Mt*pow2(
5061  Mst2)*pow2(s2t) + 1411200*pow3(Mt) + 34519*pow3(Mst2)*pow3(s2t))*pow6(
5062  Mst1)) + 2*pow4(Msq)*(2450*pow4(Mst1)*pow4(Mst2)*(-24*(-5434 + 1863*S2
5063  + 1830*z2 - 72*z3)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 288*Mst2*s2t*(116 +
5064  189*S2 - 878*z2)*pow3(Mt) - 72*Mt*(-2326 + 189*S2 + 346*z2)*pow3(Mst2)*
5065  pow3(s2t) + 32*(722 + 1701*S2 + 3753*z2 + 108*z3)*pow4(Mt) + 3*(6377 +
5066  2592*S2 + 2724*z2 - 72*z3)*pow4(Mst2)*pow4(s2t)) + 1960*pow2(Mst2)*(-4*
5067  (-47993 + 86940*S2 + 3060*z2 + 540*z3)*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
5068  1080*Mst2*s2t*(102 + 377*S2 - 330*z2)*pow3(Mt) - 180*Mt*(326 + 219*S2 -
5069  294*z2)*pow3(Mst2)*pow3(s2t) + 8*(-37598 + 28215*S2 + 30870*z2)*pow4(
5070  Mt) + (-18499 + 46305*S2 - 15075*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) +
5071  44100*pow2(Mst1)*(-2312*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 2048*Mst2*s2t*
5072  pow3(Mt) + 512*Mt*pow3(Mst2)*pow3(s2t) + 4112*pow4(Mt) + 385*pow4(Mst2)
5073  *pow4(s2t))*pow6(Mst2) + (-24*(-20192173 + 50839950*S2 + 2866500*z2)*
5074  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 940800*Mst2*s2t*(302 + 2055*S2 - 732*
5075  z2)*pow3(Mt) - 58800*Mt*(136 + 1317*S2 - 918*z2)*pow3(Mst2)*pow3(s2t) +
5076  32*(-47778491 + 25754400*S2 + 20374200*z2)*pow4(Mt) + 9*(-5929019 +
5077  9530500*S2 + 367500*z2 + 58800*z3)*pow4(Mst2)*pow4(s2t))*pow8(Mst1) +
5078  11289600*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) +
5079  5880*pow2(Msq)*pow2(Mst1)*pow2(Mst2)*(4*pow2(Mst2)*pow4(Mst1)*(1364*
5080  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1200*Mst2*s2t*pow3(Mt) + 800*Mt*pow3(
5081  Mst2)*pow3(s2t) + 600*pow4(Mt) + 173*pow4(Mst2)*pow4(s2t)) - pow2(Mst1)
5082  *pow4(Mst2)*(8656*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 33600*Mst2*s2t*pow3(
5083  Mt) + 16000*Mt*pow3(Mst2)*pow3(s2t) + 27712*pow4(Mt) + 735*pow4(Mst2)*
5084  pow4(s2t)) + 2*(-2000*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 9600*Mst2*s2t*
5085  pow3(Mt) + 28800*pow4(Mt) + 159*pow4(Mst2)*pow4(s2t))*pow6(Mst1) +
5086  6000*(-2*pow4(Mt)*pow6(Mst2) + pow2(Mt)*pow2(s2t)*pow8(Mst2)))) + 2*
5087  pow2(Dmglst2)*(4*pow4(Msq)*(-147*pow4(Mst1)*pow4(Mst2)*(-1200*(5987 +
5088  567*S2 - 4935*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1200*Mst2*s2t*(5368 +
5089  63*S2 - 2274*z2)*pow3(Mt) + 300*Mt*(-17774 + 63*S2 + 12978*z2)*pow3(
5090  Mst2)*pow3(s2t) + 16*(-350909 + 122850*S2 + 66600*z2)*pow4(Mt) + 75*(
5091  8815 + 630*S2 - 4944*z2)*pow4(Mst2)*pow4(s2t)) - 147*pow2(Mst2)*(-8*(
5092  548953 + 805950*S2 - 632700*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 3600*
5093  Mst2*s2t*(-2725 + 4307*S2 - 182*z2)*pow3(Mt) + 400*Mt*(-4672 + 6903*S2
5094  + 2466*z2)*pow3(Mst2)*pow3(s2t) + 16*(-1633879 + 2116350*S2 - 242100*
5095  z2)*pow4(Mt) + 3*(-206449 + 24000*S2 + 96750*z2)*pow4(Mst2)*pow4(s2t))*
5096  pow6(Mst1) + 33075*pow2(Mst1)*(472*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
5097  2048*Mst2*s2t*pow3(Mt) - 512*Mt*pow3(Mst2)*pow3(s2t) - 4016*pow4(Mt) +
5098  197*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (72*(-5217307 + 33912900*S2 -
5099  73500*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 78400*Mst2*s2t*(-3509 +
5100  115785*S2 - 18144*z2)*pow3(Mt) + 4900*Mt*(24322 + 140139*S2 - 38826*z2)
5101  *pow3(Mst2)*pow3(s2t) + 80*(57911521 + 49233240*S2 - 40325040*z2)*pow4(
5102  Mt) + (1011403 - 185175900*S2 + 17463600*z2)*pow4(Mst2)*pow4(s2t))*
5103  pow8(Mst1) + 1058400*(8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*pow4(Mt) +
5104  pow4(Mst2)*pow4(s2t))*pow8(Mst2)) - 44100*pow2(Msq)*(-20*pow4(Mst2)*(
5105  600*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 528*Mst2*s2t*pow3(Mt) + 528*Mt*
5106  pow3(Mst2)*pow3(s2t) + 96*pow4(Mt) + 101*pow4(Mst2)*pow4(s2t))*pow6(
5107  Mst1) + pow4(Mst1)*(24000*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 9920*Mst2*
5108  s2t*pow3(Mt) + 12480*Mt*pow3(Mst2)*pow3(s2t) + 10656*pow4(Mt) - 305*
5109  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 240*pow2(Mst2)*(-2*pow2(Mst2)*pow2(
5110  Mt)*pow2(s2t) - 16*Mst2*s2t*pow3(Mt) + 120*pow4(Mt) + pow4(Mst2)*pow4(
5111  s2t))*pow8(Mst1) + 300*pow2(Mst1)*(-40*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
5112  80*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t))*pow8(Mst2)) - 11025*pow2(Mst1)*
5113  pow4(Mst2)*(15*pow2(Mst2)*pow4(Mst1)*(-2640*pow2(Mst2)*pow2(Mt)*pow2(
5114  s2t) + 1280*Mst2*s2t*pow3(Mt) - 2872*Mt*pow3(Mst2)*pow3(s2t) - 672*
5115  pow4(Mt) + pow4(Mst2)*pow4(s2t)) + 10*(144*pow2(Mst2)*pow2(Mt)*pow2(
5116  s2t) + 480*Mst2*s2t*pow3(Mt) + 24*Mt*pow3(Mst2)*pow3(s2t) - 576*pow4(
5117  Mt) + 17*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 5040*(-14*pow4(Mt)*pow6(
5118  Mst2) + 5*pow2(Mt)*pow2(s2t)*pow8(Mst2)) + pow2(Mst1)*(94016*pow4(Mst2)
5119  *pow4(Mt) - 9920*s2t*pow3(Mt)*pow5(Mst2) + 72720*pow2(Mt)*pow2(s2t)*
5120  pow6(Mst2) + 43640*Mt*pow3(s2t)*pow7(Mst2) - 4110*pow4(s2t)*pow8(Mst2))
5121  ))))/(793800.*pow2(Mgl)*pow4(Msq)*pow4(Mst1)*pow4(Mst2)*pow4(Mt));
5122 
5123  return result;
5124 }
5125 
5126 /**
5127  * @return returns the susy log^1 term of Mh^2 @ O(at*as^2) without any log(mu^2) terms normalized to DO (H3m*12/Mt^4/Sbeta^2)
5128  */
5130 
5131  const double result =
5132  -474.3703703703704 - (115472*Dmglst2)/(27.*Mgl) + (1472*Mst2*s2t)/(3.*Mt)
5133  + (204928*Dmglst2*Mst2*s2t)/(27.*Mgl*Mt) + (4304*z2)/3. - (1536*
5134  Dmglst2*z2)/Mgl - (7552*Mst2*s2t*z2)/(3.*Mt) - (6656*Dmglst2*Mst2*s2t*
5135  z2)/(3.*Mgl*Mt) + 128*z3 + (3701984*pow2(Dmglst2))/(675.*pow2(Mgl)) + (
5136  51968*Mst2*s2t*pow2(Dmglst2))/(9.*Mt*pow2(Mgl)) - (5312*z2*pow2(
5137  Dmglst2))/(3.*pow2(Mgl)) - (2624*Mst2*s2t*z2*pow2(Dmglst2))/(Mt*pow2(
5138  Mgl)) - (320*pow2(Msq))/pow2(Mst1) + (10496*s2t*pow2(Mst1))/(3.*Mst2*
5139  Mt) + (11648*Dmglst2*s2t*pow2(Mst1))/(3.*Mgl*Mst2*Mt) - (8192*s2t*z2*
5140  pow2(Mst1))/(3.*Mst2*Mt) + (9088*Dmglst2*s2t*z2*pow2(Mst1))/(3.*Mgl*
5141  Mst2*Mt) - (67456*s2t*pow2(Dmglst2)*pow2(Mst1))/(9.*Mst2*Mt*pow2(Mgl))
5142  - (960*s2t*z2*pow2(Dmglst2)*pow2(Mst1))/(Mst2*Mt*pow2(Mgl)) + (160*
5143  pow2(Mst1))/(9.*pow2(Msq)) + (640*Dmglst2*pow2(Mst1))/(3.*Mgl*pow2(Msq)
5144  ) + (1600*Mst2*s2t*pow2(Mst1))/(9.*Mt*pow2(Msq)) - (2240*Dmglst2*Mst2*
5145  s2t*pow2(Mst1))/(9.*Mgl*Mt*pow2(Msq)) + (320*pow2(Dmglst2)*pow2(Mst1))/
5146  (3.*pow2(Mgl)*pow2(Msq)) - (4160*Mst2*s2t*pow2(Dmglst2)*pow2(Mst1))/(9.
5147  *Mt*pow2(Mgl)*pow2(Msq)) - (320*pow2(Msq))/pow2(Mst2) - (6208*pow2(
5148  Mst1))/(3.*pow2(Mst2)) + (8192*Dmglst2*pow2(Mst1))/(9.*Mgl*pow2(Mst2))
5149  + (1600*z2*pow2(Mst1))/pow2(Mst2) - (8960*Dmglst2*z2*pow2(Mst1))/(Mgl*
5150  pow2(Mst2)) + (612496*pow2(Dmglst2)*pow2(Mst1))/(27.*pow2(Mgl)*pow2(
5151  Mst2)) + (8960*z2*pow2(Dmglst2)*pow2(Mst1))/(3.*pow2(Mgl)*pow2(Mst2)) -
5152  (1040*pow2(Mst2))/(3.*pow2(Msq)) + (160*Dmglst2*pow2(Mst2))/(3.*Mgl*
5153  pow2(Msq)) + (1808*pow2(Dmglst2)*pow2(Mst2))/(3.*pow2(Mgl)*pow2(Msq)) +
5154  (3424*pow2(Mst2))/(3.*pow2(Mst1)) + (2240*Dmglst2*pow2(Mst2))/(3.*Mgl*
5155  pow2(Mst1)) - (480*pow2(Dmglst2)*pow2(Mst2))/(pow2(Mgl)*pow2(Mst1)) - (
5156  320*pow2(Msq)*pow2(s2t))/pow2(Mt) + (304*pow2(Mst1)*pow2(s2t))/pow2(Mt)
5157  + (31280*Dmglst2*pow2(Mst1)*pow2(s2t))/(9.*Mgl*pow2(Mt)) - (2048*
5158  Dmglst2*z2*pow2(Mst1)*pow2(s2t))/(Mgl*pow2(Mt)) + (94504*pow2(Dmglst2)*
5159  pow2(Mst1)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt)) - (7168*z2*pow2(Dmglst2)*
5160  pow2(Mst1)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) + (160*pow2(Msq)*pow2(Mst1)*
5161  pow2(s2t))/(pow2(Mst2)*pow2(Mt)) + (8080*pow2(Mst2)*pow2(s2t))/(3.*
5162  pow2(Mt)) + (57040*Dmglst2*pow2(Mst2)*pow2(s2t))/(9.*Mgl*pow2(Mt)) - (
5163  512*z2*pow2(Mst2)*pow2(s2t))/pow2(Mt) - (3072*Dmglst2*z2*pow2(Mst2)*
5164  pow2(s2t))/(Mgl*pow2(Mt)) + (114008*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))
5165  /(9.*pow2(Mgl)*pow2(Mt)) - (8704*z2*pow2(Dmglst2)*pow2(Mst2)*pow2(s2t))
5166  /(pow2(Mgl)*pow2(Mt)) + (160*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(
5167  Mst1)*pow2(Mt)) - (640*s2t*pow3(Mst2))/(9.*Mt*pow2(Msq)) + (640*
5168  Dmglst2*s2t*pow3(Mst2))/(3.*Mgl*Mt*pow2(Msq)) + (1280*s2t*pow2(Dmglst2)
5169  *pow3(Mst2))/(3.*Mt*pow2(Mgl)*pow2(Msq)) - (2048*s2t*pow3(Mst2))/(3.*
5170  Mt*pow2(Mst1)) - (2048*Dmglst2*s2t*pow3(Mst2))/(3.*Mgl*Mt*pow2(Mst1)) +
5171  (2048*s2t*pow2(Dmglst2)*pow3(Mst2))/(3.*Mt*pow2(Mgl)*pow2(Mst1)) - (
5172  4736*Mst2*pow2(Mst1)*pow3(s2t))/(3.*pow3(Mt)) - (1184*Dmglst2*Mst2*
5173  pow2(Mst1)*pow3(s2t))/(Mgl*pow3(Mt)) + (544*Mst2*z2*pow2(Mst1)*pow3(
5174  s2t))/(3.*pow3(Mt)) + (544*Dmglst2*Mst2*z2*pow2(Mst1)*pow3(s2t))/(3.*
5175  Mgl*pow3(Mt)) - (1328*Mst2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/(9.*
5176  pow2(Mgl)*pow3(Mt)) + (544*Mst2*z2*pow2(Dmglst2)*pow2(Mst1)*pow3(s2t))/
5177  (3.*pow2(Mgl)*pow3(Mt)) + (4832*pow3(Mst2)*pow3(s2t))/(3.*pow3(Mt)) + (
5178  2048*Dmglst2*pow3(Mst2)*pow3(s2t))/(Mgl*pow3(Mt)) - (608*z2*pow3(Mst2)*
5179  pow3(s2t))/(3.*pow3(Mt)) - (2912*Dmglst2*z2*pow3(Mst2)*pow3(s2t))/(3.*
5180  Mgl*pow3(Mt)) + (32432*pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(9.*pow2(
5181  Mgl)*pow3(Mt)) - (6368*z2*pow2(Dmglst2)*pow3(Mst2)*pow3(s2t))/(3.*pow2(
5182  Mgl)*pow3(Mt)) - (100*pow2(Mst1)*pow2(Mst2))/(3.*pow4(Msq)) + (280*
5183  Dmglst2*pow2(Mst1)*pow2(Mst2))/(3.*Mgl*pow4(Msq)) + (300*pow2(Dmglst2)*
5184  pow2(Mst1)*pow2(Mst2))/(pow2(Mgl)*pow4(Msq)) + (560*s2t*pow2(Mst1)*
5185  pow3(Mst2))/(9.*Mt*pow4(Msq)) - (80*Dmglst2*s2t*pow2(Mst1)*pow3(Mst2))/
5186  (3.*Mgl*Mt*pow4(Msq)) - (1120*s2t*pow2(Dmglst2)*pow2(Mst1)*pow3(Mst2))/
5187  (3.*Mt*pow2(Mgl)*pow4(Msq)) - (640*s2t*pow4(Mst1))/(3.*Mst2*Mt*pow2(
5188  Msq)) + (640*Dmglst2*s2t*pow4(Mst1))/(3.*Mgl*Mst2*Mt*pow2(Msq)) + (640*
5189  s2t*pow2(Dmglst2)*pow4(Mst1))/(3.*Mst2*Mt*pow2(Mgl)*pow2(Msq)) + (1120*
5190  pow4(Mst1))/(3.*pow2(Msq)*pow2(Mst2)) - (3200*Dmglst2*pow4(Mst1))/(3.*
5191  Mgl*pow2(Msq)*pow2(Mst2)) - (3200*pow2(Dmglst2)*pow4(Mst1))/(3.*pow2(
5192  Mgl)*pow2(Msq)*pow2(Mst2)) + (144*pow2(s2t)*pow4(Mst1))/(pow2(Mst2)*
5193  pow2(Mt)) + (9856*Dmglst2*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mst2)*
5194  pow2(Mt)) - (2048*Dmglst2*z2*pow2(s2t)*pow4(Mst1))/(Mgl*pow2(Mst2)*
5195  pow2(Mt)) + (9856*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*
5196  pow2(Mst2)*pow2(Mt)) - (2048*z2*pow2(Dmglst2)*pow2(s2t)*pow4(Mst1))/(
5197  pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (13024*s2t*pow4(Mst1))/(3.*Mt*pow3(
5198  Mst2)) - (5248*Dmglst2*s2t*pow4(Mst1))/(Mgl*Mt*pow3(Mst2)) - (7936*s2t*
5199  z2*pow4(Mst1))/(3.*Mt*pow3(Mst2)) + (24704*Dmglst2*s2t*z2*pow4(Mst1))/(
5200  3.*Mgl*Mt*pow3(Mst2)) - (5248*s2t*pow2(Dmglst2)*pow4(Mst1))/(Mt*pow2(
5201  Mgl)*pow3(Mst2)) + (24704*s2t*z2*pow2(Dmglst2)*pow4(Mst1))/(3.*Mt*pow2(
5202  Mgl)*pow3(Mst2)) - (392*pow3(s2t)*pow4(Mst1))/(3.*Mst2*pow3(Mt)) + (
5203  184*Dmglst2*pow3(s2t)*pow4(Mst1))/(3.*Mgl*Mst2*pow3(Mt)) + (184*pow2(
5204  Dmglst2)*pow3(s2t)*pow4(Mst1))/(3.*Mst2*pow2(Mgl)*pow3(Mt)) + (110*
5205  pow4(Mst1))/(3.*pow4(Msq)) + (80*Dmglst2*pow4(Mst1))/(Mgl*pow4(Msq)) +
5206  (40*Mst2*s2t*pow4(Mst1))/(9.*Mt*pow4(Msq)) - (920*Dmglst2*Mst2*s2t*
5207  pow4(Mst1))/(9.*Mgl*Mt*pow4(Msq)) + (80*pow2(Dmglst2)*pow4(Mst1))/(
5208  pow2(Mgl)*pow4(Msq)) - (920*Mst2*s2t*pow2(Dmglst2)*pow4(Mst1))/(9.*Mt*
5209  pow2(Mgl)*pow4(Msq)) - (11092*pow4(Mst1))/(3.*pow4(Mst2)) + (158720*
5210  Dmglst2*pow4(Mst1))/(9.*Mgl*pow4(Mst2)) + (5632*z2*pow4(Mst1))/(3.*
5211  pow4(Mst2)) - (20224*Dmglst2*z2*pow4(Mst1))/(Mgl*pow4(Mst2)) + (158720*
5212  pow2(Dmglst2)*pow4(Mst1))/(9.*pow2(Mgl)*pow4(Mst2)) - (20224*z2*pow2(
5213  Dmglst2)*pow4(Mst1))/(pow2(Mgl)*pow4(Mst2)) - (656*pow2(s2t)*pow4(Mst2)
5214  )/(pow2(Mst1)*pow2(Mt)) - (2144*Dmglst2*pow2(s2t)*pow4(Mst2))/(3.*Mgl*
5215  pow2(Mst1)*pow2(Mt)) - (272*pow2(Dmglst2)*pow2(s2t)*pow4(Mst2))/(pow2(
5216  Mgl)*pow2(Mst1)*pow2(Mt)) - (770*pow4(Mst2))/(9.*pow4(Msq)) + (520*
5217  Dmglst2*pow4(Mst2))/(9.*Mgl*pow4(Msq)) + (5716*pow2(Dmglst2)*pow4(Mst2)
5218  )/(9.*pow2(Mgl)*pow4(Msq)) - (512*pow4(Mst2))/(3.*pow4(Mst1)) - (1024*
5219  Dmglst2*pow4(Mst2))/(3.*Mgl*pow4(Mst1)) - (512*pow2(Dmglst2)*pow4(Mst2)
5220  )/(3.*pow2(Mgl)*pow4(Mst1)) + (20*pow2(Msq)*pow2(Mst1)*pow4(s2t))/pow4(
5221  Mt) + (20*pow2(Msq)*pow2(Mst2)*pow4(s2t))/pow4(Mt) - (1162*pow2(Mst1)*
5222  pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (4*Dmglst2*pow2(Mst1)*pow2(Mst2)*
5223  pow4(s2t))/(3.*Mgl*pow4(Mt)) - (172*z2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))
5224  /(3.*pow4(Mt)) - (344*Dmglst2*z2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*
5225  Mgl*pow4(Mt)) + (830*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(9.
5226  *pow2(Mgl)*pow4(Mt)) - (172*z2*pow2(Dmglst2)*pow2(Mst1)*pow2(Mst2)*
5227  pow4(s2t))/(pow2(Mgl)*pow4(Mt)) + (1667*pow4(Mst1)*pow4(s2t))/(6.*pow4(
5228  Mt)) + (98*Dmglst2*pow4(Mst1)*pow4(s2t))/(Mgl*pow4(Mt)) + (82*z2*pow4(
5229  Mst1)*pow4(s2t))/(3.*pow4(Mt)) + (98*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t)
5230  )/(pow2(Mgl)*pow4(Mt)) - (20*pow2(Msq)*pow4(Mst1)*pow4(s2t))/(pow2(
5231  Mst2)*pow4(Mt)) + (28*pow4(Mst2)*pow4(s2t))/pow4(Mt) - (844*Dmglst2*
5232  pow4(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) + (30*z2*pow4(Mst2)*pow4(s2t))/
5233  pow4(Mt) + (344*Dmglst2*z2*pow4(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) - (
5234  3352*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(9.*pow2(Mgl)*pow4(Mt)) + (
5235  172*z2*pow2(Dmglst2)*pow4(Mst2)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) - (20*
5236  pow2(Msq)*pow4(Mst2)*pow4(s2t))/(pow2(Mst1)*pow4(Mt)) + (pow2(log(pow2(
5237  Mst1)/pow2(Mst2)))*(-8*Dmglst2*Mgl*(8*Mt*(-67*Mst2*s2t*pow2(Mt) - 108*
5238  Mt*pow2(Mst2)*pow2(s2t) + 128*pow3(Mt) - 16*pow3(Mst2)*pow3(s2t))*pow4(
5239  Mst1) + pow4(Mst2)*(-320*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 848*Mst2*s2t*
5240  pow3(Mt) - 532*Mt*pow3(Mst2)*pow3(s2t) + 512*pow4(Mt) - 99*pow4(Mst2)*
5241  pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-768*pow2(Mst2)*pow2(Mt)*pow2(s2t)
5242  - 448*Mst2*s2t*pow3(Mt) - 212*Mt*pow3(Mst2)*pow3(s2t) + 1656*pow4(Mt) +
5243  35*pow4(Mst2)*pow4(s2t))) - 4*pow2(Dmglst2)*(16*Mt*(-67*Mst2*s2t*pow2(
5244  Mt) - 108*Mt*pow2(Mst2)*pow2(s2t) + 128*pow3(Mt) - 16*pow3(Mst2)*pow3(
5245  s2t))*pow4(Mst1) + pow4(Mst2)*(-960*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
5246  1696*Mst2*s2t*pow3(Mt) - 1832*Mt*pow3(Mst2)*pow3(s2t) + 1536*pow4(Mt) -
5247  297*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-2304*pow2(Mst2)*
5248  pow2(Mt)*pow2(s2t) + 256*Mst2*s2t*pow3(Mt) - 424*Mt*pow3(Mst2)*pow3(
5249  s2t) + 392*pow4(Mt) + 105*pow4(Mst2)*pow4(s2t))) + pow2(Mgl)*(8*pow2(
5250  Mst1)*pow2(Mst2)*(425*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 704*Mst2*s2t*
5251  pow3(Mt) + 212*Mt*pow3(Mst2)*pow3(s2t) - 196*pow4(Mt) + 3*pow4(Mst2)*
5252  pow4(s2t)) + pow4(Mst1)*(2688*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 3136*
5253  Mst2*s2t*pow3(Mt) + 1024*Mt*pow3(Mst2)*pow3(s2t) - 7168*pow4(Mt) + 41*
5254  pow4(Mst2)*pow4(s2t)) + pow4(Mst2)*(296*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
5255  6784*Mst2*s2t*pow3(Mt) + 2208*Mt*pow3(Mst2)*pow3(s2t) + 288*pow4(Mt) +
5256  519*pow4(Mst2)*pow4(s2t)))))/(3.*pow2(Mgl)*pow4(Mst2)*pow4(Mt)) + (512*
5257  pow3(s2t)*pow5(Mst2))/(3.*pow2(Mst1)*pow3(Mt)) + (512*Dmglst2*pow3(s2t)
5258  *pow5(Mst2))/(3.*Mgl*pow2(Mst1)*pow3(Mt)) - (512*pow2(Dmglst2)*pow3(
5259  s2t)*pow5(Mst2))/(3.*pow2(Mgl)*pow2(Mst1)*pow3(Mt)) - (40*s2t*pow5(
5260  Mst2))/(Mt*pow4(Msq)) + (120*Dmglst2*s2t*pow5(Mst2))/(Mgl*Mt*pow4(Msq))
5261  + (520*s2t*pow2(Dmglst2)*pow5(Mst2))/(Mt*pow2(Mgl)*pow4(Msq)) + (8*log(
5262  pow2(Mst1)/pow2(Msq))*(-60*log(pow2(Mst1)/pow2(Mst2))*pow4(Msq)*(4*
5263  Dmglst2*Mgl*pow2(Mst1)*((9*Mt - 3*Mst2*s2t)*pow2(Mst1) + Mt*pow2(Mst2))
5264  - 2*pow2(Dmglst2)*(Mt*pow2(Mst1)*pow2(Mst2) + 6*(-3*Mt + Mst2*s2t)*
5265  pow4(Mst1)) + pow2(Mgl)*(-2*Mt*pow2(Mst1)*pow2(Mst2) + (-9*Mt + 4*Mst2*
5266  s2t)*pow4(Mst1) + 2*Mt*pow4(Mst2))) + 5*pow2(Mgl)*(8*pow2(Msq)*((Mt -
5267  2*Mst2*s2t)*pow2(Mst1) + 2*(2*Mt + Mst2*s2t)*pow2(Mst2))*pow4(Mst2) +
5268  6*pow4(Msq)*(2*(5*Mt - 4*Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 2*(9*Mt - 4*
5269  Mst2*s2t)*pow4(Mst1) + (9*Mt + 4*Mst2*s2t)*pow4(Mst2)) + pow4(Mst2)*(
5270  pow2(Mst1)*(6*Mt*pow2(Mst2) - 8*s2t*pow3(Mst2)) + (3*Mt - 4*Mst2*s2t)*
5271  pow4(Mst1) + (19*Mt + 12*Mst2*s2t)*pow4(Mst2))) + 2*pow2(Dmglst2)*(
5272  pow4(Msq)*(330*Mt*pow2(Mst1)*pow2(Mst2) - 60*(27*Mt - 10*Mst2*s2t)*
5273  pow4(Mst1) + 4*(16*Mt - 5*Mst2*s2t)*pow4(Mst2)) + 20*pow2(Msq)*(9*Mst2*
5274  Mt - 2*s2t*pow2(Mst1) + 2*s2t*pow2(Mst2))*pow5(Mst2) + 5*(3*Mst2*(3*Mt
5275  - 8*Mst2*s2t)*pow2(Mst1) + (59*Mt + 26*Mst2*s2t)*pow3(Mst2) - 2*s2t*
5276  pow4(Mst1))*pow5(Mst2)) - 20*Dmglst2*Mgl*(2*pow4(Msq)*(3*(7*Mt - 2*
5277  Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + (81*Mt - 30*Mst2*s2t)*pow4(Mst1) + (-
5278  5*Mt + Mst2*s2t)*pow4(Mst2)) - 4*pow2(Msq)*(3*Mst2*Mt - s2t*pow2(Mst1)
5279  + s2t*pow2(Mst2))*pow5(Mst2) + (3*Mst2*(-Mt + 2*Mst2*s2t)*pow2(Mst1) -
5280  (13*Mt + 7*Mst2*s2t)*pow3(Mst2) + s2t*pow4(Mst1))*pow5(Mst2))))/(3.*Mt*
5281  pow2(Mgl)*pow4(Msq)*pow4(Mst2)) + (256*pow2(s2t)*pow6(Mst2))/(3.*pow2(
5282  Mt)*pow4(Mst1)) + (512*Dmglst2*pow2(s2t)*pow6(Mst2))/(3.*Mgl*pow2(Mt)*
5283  pow4(Mst1)) + (256*pow2(Dmglst2)*pow2(s2t)*pow6(Mst2))/(3.*pow2(Mgl)*
5284  pow2(Mt)*pow4(Mst1)) + (114*pow4(s2t)*pow6(Mst2))/(pow2(Mst1)*pow4(Mt))
5285  + (524*Dmglst2*pow4(s2t)*pow6(Mst2))/(3.*Mgl*pow2(Mst1)*pow4(Mt)) + (
5286  358*pow2(Dmglst2)*pow4(s2t)*pow6(Mst2))/(3.*pow2(Mgl)*pow2(Mst1)*pow4(
5287  Mt)) + (32*pow2(Dmglst2)*pow4(s2t)*pow8(Mst2))/(3.*pow2(Mgl)*pow4(Mst1)
5288  *pow4(Mt)) - (log(pow2(Mst1)/pow2(Mst2))*(20*Dmglst2*Mgl*(240*pow2(Msq)
5289  *pow2(Mst2)*pow3(Mt)*pow4(Mst1)*(-2*s2t*pow2(Mst1)*pow3(Mst2) + 3*Mt*
5290  pow4(Mst1) + 2*(3*Mt + Mst2*s2t)*pow4(Mst2)) - 120*pow3(Mt)*pow4(Mst1)*
5291  (3*Mst2*(-Mt + 2*Mst2*s2t)*pow2(Mst1) - (13*Mt + 7*Mst2*s2t)*pow3(Mst2)
5292  + s2t*pow4(Mst1))*pow5(Mst2) + pow4(Msq)*(-4*pow4(Mst1)*pow4(Mst2)*(
5293  1860*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1532*Mst2*s2t*pow3(Mt) + 774*Mt*
5294  pow3(Mst2)*pow3(s2t) - 2764*pow4(Mt) + 15*pow4(Mst2)*pow4(s2t)) + 2*
5295  pow2(Mst2)*(-432*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 10936*Mst2*s2t*pow3(
5296  Mt) + 996*Mt*pow3(Mst2)*pow3(s2t) + 16228*pow4(Mt) + 207*pow4(Mst2)*
5297  pow4(s2t))*pow6(Mst1) - 3*pow2(Mst1)*(-856*pow2(Mst2)*pow2(Mt)*pow2(
5298  s2t) - 1536*Mst2*s2t*pow3(Mt) + 384*Mt*pow3(Mst2)*pow3(s2t) + 1200*
5299  pow4(Mt) + 203*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 4*(-738*pow2(Mst2)*
5300  pow2(Mt)*pow2(s2t) - 8204*Mst2*s2t*pow3(Mt) + 135*Mt*pow3(Mst2)*pow3(
5301  s2t) + 12492*pow4(Mt) + 12*pow4(Mst2)*pow4(s2t))*pow8(Mst1) - 768*pow2(
5302  Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2))) - 5*pow2(Mgl)*(
5303  480*pow2(Msq)*pow2(Mst2)*pow3(Mt)*pow4(Mst1)*(2*(-Mt + 2*Mst2*s2t)*
5304  pow2(Mst1)*pow2(Mst2) + 3*Mt*pow4(Mst1) - 4*(2*Mt + Mst2*s2t)*pow4(
5305  Mst2)) + 120*pow3(Mt)*pow4(Mst1)*pow4(Mst2)*(2*(-3*Mt + 4*Mst2*s2t)*
5306  pow2(Mst1)*pow2(Mst2) + (-3*Mt + 4*Mst2*s2t)*pow4(Mst1) - (19*Mt + 12*
5307  Mst2*s2t)*pow4(Mst2)) + 360*(pow2(Mst1) - pow2(Mst2))*pow4(Mst1)*pow4(
5308  Mst2)*pow4(s2t)*pow6(Msq) + pow4(Msq)*(4*pow4(Mst1)*pow4(Mst2)*(3372*
5309  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 9744*Mst2*s2t*pow3(Mt) + 3912*Mt*pow3(
5310  Mst2)*pow3(s2t) + 4492*pow4(Mt) + 669*pow4(Mst2)*pow4(s2t)) - 48*pow2(
5311  Mst2)*(-267*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 792*Mst2*s2t*pow3(Mt) - 30*
5312  Mt*pow3(Mst2)*pow3(s2t) - 317*pow4(Mt) + 56*pow4(Mst2)*pow4(s2t))*pow6(
5313  Mst1) + 6*pow2(Mst1)*(-728*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*Mst2*
5314  s2t*pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(s2t) + 1200*pow4(Mt) + 139*pow4(
5315  Mst2)*pow4(s2t))*pow6(Mst2) + 3*(4640*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
5316  13376*Mst2*s2t*pow3(Mt) + 240*Mt*pow3(Mst2)*pow3(s2t) + 2328*pow4(Mt) -
5317  279*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 768*pow2(Mt)*(-2*pow2(Mt) +
5318  pow2(Mst2)*pow2(s2t))*pow8(Mst2))) + 2*pow2(Dmglst2)*(2400*pow2(Msq)*
5319  pow2(Mst2)*pow3(Mt)*pow4(Mst1)*(-2*s2t*pow2(Mst1)*pow3(Mst2) + 3*Mt*
5320  pow4(Mst1) + (9*Mt + 2*Mst2*s2t)*pow4(Mst2)) - 600*pow3(Mt)*pow4(Mst1)*
5321  (3*Mst2*(-3*Mt + 8*Mst2*s2t)*pow2(Mst1) - (59*Mt + 26*Mst2*s2t)*pow3(
5322  Mst2) + 2*s2t*pow4(Mst1))*pow5(Mst2) + pow4(Msq)*(2*pow4(Mst1)*pow4(
5323  Mst2)*(-40440*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 76560*Mst2*s2t*pow3(Mt) -
5324  5760*Mt*pow3(Mst2)*pow3(s2t) + 15712*pow4(Mt) + 4335*pow4(Mst2)*pow4(
5325  s2t)) + 2*pow2(Mst2)*(29760*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 31000*Mst2*
5326  s2t*pow3(Mt) + 15840*Mt*pow3(Mst2)*pow3(s2t) - 208652*pow4(Mt) + 1065*
5327  pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 15*pow2(Mst1)*(-3080*pow2(Mst2)*
5328  pow2(Mt)*pow2(s2t) - 6144*Mst2*s2t*pow3(Mt) + 1536*Mt*pow3(Mst2)*pow3(
5329  s2t) + 3600*pow4(Mt) + 865*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 40*(-738*
5330  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 8204*Mst2*s2t*pow3(Mt) + 135*Mt*pow3(
5331  Mst2)*pow3(s2t) + 12492*pow4(Mt) + 12*pow4(Mst2)*pow4(s2t))*pow8(Mst1)
5332  + 480*(-40*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 80*pow4(Mt) + 3*pow4(Mst2)*
5333  pow4(s2t))*pow8(Mst2)))))/(45.*pow2(Mgl)*pow4(Msq)*pow4(Mst1)*pow4(
5334  Mst2)*pow4(Mt));
5335 
5336  return result;
5337 }
5338 
5339 /**
5340  * @return returns the susy log^2 term of Mh^2 @ O(at*as^2) without any log(mu^2) terms normalized to DO (H3m*12/Mt^4/Sbeta^2)
5341  */
5343 
5344  const double result =
5345  (-48160*Dmglst2*Mgl*pow4(Mst1)*pow4(Mst2)*pow4(Mt) - 29264*pow2(Dmglst2)*
5346  pow4(Mst1)*pow4(Mst2)*pow4(Mt) + 21280*pow2(Mgl)*pow4(Mst1)*pow4(Mst2)*
5347  pow4(Mt) - 7200*log(pow2(Mst1)/pow2(Msq))*pow2(Mgl)*pow4(Mst1)*pow4(
5348  Mst2)*pow4(Mt) - 1440*pow12(Mst2)*pow2(Dmglst2)*pow4(s2t) + 46400*
5349  Dmglst2*Mgl*s2t*pow3(Mt)*pow4(Mst1)*pow5(Mst2) + 98880*s2t*pow2(
5350  Dmglst2)*pow3(Mt)*pow4(Mst1)*pow5(Mst2) - 24000*s2t*pow2(Mgl)*pow3(Mt)*
5351  pow4(Mst1)*pow5(Mst2) + 74880*Dmglst2*Mgl*s2t*pow3(Mst2)*pow3(Mt)*pow6(
5352  Mst1) - 38400*s2t*pow2(Dmglst2)*pow3(Mst2)*pow3(Mt)*pow6(Mst1) + 1920*
5353  s2t*pow2(Mgl)*pow3(Mst2)*pow3(Mt)*pow6(Mst1) - 14160*Dmglst2*Mgl*pow2(
5354  Mt)*pow2(s2t)*pow4(Mst2)*pow6(Mst1) - 13560*pow2(Dmglst2)*pow2(Mt)*
5355  pow2(s2t)*pow4(Mst2)*pow6(Mst1) - 9000*pow2(Mgl)*pow2(Mt)*pow2(s2t)*
5356  pow4(Mst2)*pow6(Mst1) - 100800*Dmglst2*Mgl*pow2(Mst2)*pow4(Mt)*pow6(
5357  Mst1) + 161120*pow2(Dmglst2)*pow2(Mst2)*pow4(Mt)*pow6(Mst1) - 10080*
5358  pow2(Mgl)*pow2(Mst2)*pow4(Mt)*pow6(Mst1) - 31200*Dmglst2*Mgl*Mt*pow3(
5359  s2t)*pow5(Mst2)*pow6(Mst1) - 42720*Mt*pow2(Dmglst2)*pow3(s2t)*pow5(
5360  Mst2)*pow6(Mst1) - 23520*Mt*pow2(Mgl)*pow3(s2t)*pow5(Mst2)*pow6(Mst1) +
5361  82080*Dmglst2*Mgl*pow2(Mt)*pow2(s2t)*pow4(Mst1)*pow6(Mst2) + 115440*
5362  pow2(Dmglst2)*pow2(Mt)*pow2(s2t)*pow4(Mst1)*pow6(Mst2) + 42960*pow2(
5363  Mgl)*pow2(Mt)*pow2(s2t)*pow4(Mst1)*pow6(Mst2) + 43680*Dmglst2*Mgl*pow2(
5364  Mst1)*pow4(Mt)*pow6(Mst2) + 65520*pow2(Dmglst2)*pow2(Mst1)*pow4(Mt)*
5365  pow6(Mst2) + 21840*pow2(Mgl)*pow2(Mst1)*pow4(Mt)*pow6(Mst2) + 1110*
5366  Dmglst2*Mgl*pow4(s2t)*pow6(Mst1)*pow6(Mst2) + 5505*pow2(Dmglst2)*pow4(
5367  s2t)*pow6(Mst1)*pow6(Mst2) - 5325*pow2(Mgl)*pow4(s2t)*pow6(Mst1)*pow6(
5368  Mst2) - 30*log(pow2(Mst1)/pow2(Mst2))*pow4(Mst1)*(pow2(Mgl)*(-4*pow4(
5369  Mst2)*(14*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 456*Mst2*s2t*pow3(Mt) + 146*
5370  Mt*pow3(Mst2)*pow3(s2t) - 106*pow4(Mt) + 33*pow4(Mst2)*pow4(s2t)) +
5371  pow4(Mst1)*(-768*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1216*Mst2*s2t*pow3(Mt)
5372  + 400*pow4(Mt) + 41*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-
5373  1096*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1280*Mst2*s2t*pow3(Mt) - 328*Mt*
5374  pow3(Mst2)*pow3(s2t) + 32*pow4(Mt) + 91*pow4(Mst2)*pow4(s2t))) + 2*
5375  Dmglst2*Mgl*(32*pow2(Mt)*(-57*Mst2*Mt*s2t + 119*pow2(Mt) - 24*pow2(
5376  Mst2)*pow2(s2t))*pow4(Mst1) + pow4(Mst2)*(-384*pow2(Mst2)*pow2(Mt)*
5377  pow2(s2t) + 912*Mst2*s2t*pow3(Mt) - 548*Mt*pow3(Mst2)*pow3(s2t) + 512*
5378  pow4(Mt) - 91*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-768*pow2(
5379  Mst2)*pow2(Mt)*pow2(s2t) - 640*Mst2*s2t*pow3(Mt) - 164*Mt*pow3(Mst2)*
5380  pow3(s2t) + 2016*pow4(Mt) + 91*pow4(Mst2)*pow4(s2t))) + pow2(Dmglst2)*(
5381  64*pow2(Mt)*(-57*Mst2*Mt*s2t + 119*pow2(Mt) - 24*pow2(Mst2)*pow2(s2t))*
5382  pow4(Mst1) + pow4(Mst2)*(-1152*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1824*
5383  Mst2*s2t*pow3(Mt) - 1864*Mt*pow3(Mst2)*pow3(s2t) + 1536*pow4(Mt) - 273*
5384  pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*(-2304*pow2(Mt)*pow2(s2t)*pow4(Mst2)
5385  + 32*pow2(Mst2)*pow4(Mt) - 328*Mt*pow3(s2t)*pow5(Mst2) + 273*pow4(s2t)*
5386  pow6(Mst2)))) - 46080*Dmglst2*Mgl*s2t*pow2(Mst1)*pow3(Mt)*pow7(Mst2) -
5387  92160*s2t*pow2(Dmglst2)*pow2(Mst1)*pow3(Mt)*pow7(Mst2) - 15360*s2t*
5388  pow2(Mgl)*pow2(Mst1)*pow3(Mt)*pow7(Mst2) + 19680*Dmglst2*Mgl*Mt*pow3(
5389  s2t)*pow4(Mst1)*pow7(Mst2) + 19680*Mt*pow2(Dmglst2)*pow3(s2t)*pow4(
5390  Mst1)*pow7(Mst2) + 19680*Mt*pow2(Mgl)*pow3(s2t)*pow4(Mst1)*pow7(Mst2) +
5391  67200*Dmglst2*Mgl*Mst2*s2t*pow3(Mt)*pow8(Mst1) + 67200*Mst2*s2t*pow2(
5392  Dmglst2)*pow3(Mt)*pow8(Mst1) + 1920*Mst2*s2t*pow2(Mgl)*pow3(Mt)*pow8(
5393  Mst1) - 112320*Dmglst2*Mgl*pow4(Mt)*pow8(Mst1) - 112320*pow2(Dmglst2)*
5394  pow4(Mt)*pow8(Mst1) - 12000*pow2(Mgl)*pow4(Mt)*pow8(Mst1) + 1770*
5395  Dmglst2*Mgl*pow4(Mst2)*pow4(s2t)*pow8(Mst1) + 1770*pow2(Dmglst2)*pow4(
5396  Mst2)*pow4(s2t)*pow8(Mst1) + 3585*pow2(Mgl)*pow4(Mst2)*pow4(s2t)*pow8(
5397  Mst1) - 29520*Dmglst2*Mgl*pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow8(Mst2) -
5398  51960*pow2(Dmglst2)*pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow8(Mst2) - 12840*
5399  pow2(Mgl)*pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow8(Mst2) - 15360*Dmglst2*Mgl*
5400  pow4(Mt)*pow8(Mst2) - 38400*pow2(Dmglst2)*pow4(Mt)*pow8(Mst2) - 3840*
5401  pow2(Mgl)*pow4(Mt)*pow8(Mst2) - 8490*Dmglst2*Mgl*pow4(Mst1)*pow4(s2t)*
5402  pow8(Mst2) - 18495*pow2(Dmglst2)*pow4(Mst1)*pow4(s2t)*pow8(Mst2) - 345*
5403  pow2(Mgl)*pow4(Mst1)*pow4(s2t)*pow8(Mst2) + 11520*Dmglst2*Mgl*Mt*pow2(
5404  Mst1)*pow3(s2t)*pow9(Mst2) + 23040*Mt*pow2(Dmglst2)*pow2(Mst1)*pow3(
5405  s2t)*pow9(Mst2) + 3840*Mt*pow2(Mgl)*pow2(Mst1)*pow3(s2t)*pow9(Mst2) +
5406  7680*Dmglst2*Mgl*pow2(Mt)*pow2(s2t)*power10(Mst2) + 19200*pow2(Dmglst2)
5407  *pow2(Mt)*pow2(s2t)*power10(Mst2) + 1920*pow2(Mgl)*pow2(Mt)*pow2(s2t)*
5408  power10(Mst2) + 6570*Dmglst2*Mgl*pow2(Mst1)*pow4(s2t)*power10(Mst2) +
5409  13695*pow2(Dmglst2)*pow2(Mst1)*pow4(s2t)*power10(Mst2) + 2325*pow2(Mgl)
5410  *pow2(Mst1)*pow4(s2t)*power10(Mst2))/(45.*pow2(Mgl)*pow4(Mst1)*pow4(
5411  Mst2)*pow4(Mt));
5412 
5413  return result;
5414 }
5415 
5416 /**
5417  * @return returns the susy log^3 term of Mh^2 @ O(at*as^2) without any log(mu^2) terms normalized to DO (H3m*12/Mt^4/Sbeta^2)
5418  */
5420 
5421  const double result =
5422  -298.6666666666667;
5423 
5424  return result;
5425 }
5426 
5427 } // namespace hierarchies
5428 } // namespace himalaya
std::array< int, ExpansionDepth::NUMBER_OF_EXPANSIONS > ExpansionFlags_t
double getS12() const
Definition: H6g2.cpp:3125
Definition: H3.cpp:14
H6g2(const ExpansionFlags_t &expansionDepth, double Al4p, double beta, double Dmglst2, double lmMt, double lmMst1, double lmMst2, double lmMsq, double Mgl, double Mt, double Mst1, double Mst2, double Msq, double MuSUSY, double s2t, int mdrFlag, int oneLoopFlag, int twoLoopFlag, int threeLoopFlag)
Definition: H6g2.cpp:39
double calc_coef_at_as2_no_sm_logs_log0() const
Definition: H6g2.cpp:4262
truncate the expansion depth in the stop/sbottom masses by one order
double Al4p
common variables
Definition: H6g2.hpp:73
truncate the expansion depth in the gluino mass by one order
truncate the expansion depth in the average squark mass by one order
int threeLoopFlag
loop flags
Definition: H6g2.hpp:75
double calc_coef_at_as2_no_sm_logs_log1() const
Definition: H6g2.cpp:5129
int xMst
MDR and truncation flags.
Definition: H6g2.hpp:74
double getS2() const
Definition: H6g2.cpp:519
double getS1() const
Definition: H6g2.cpp:77
Complex< T > log(const Complex< T > &z_) noexcept
Definition: complex.hpp:45
double calc_coef_at_as2_no_sm_logs_log2() const
Definition: H6g2.cpp:5342
truncate the expansion depth in the difference of the stop/sbottom 2 mass and the gluino mass by one ...
double calc_coef_at_as2_no_sm_logs_log3() const
Definition: H6g2.cpp:5419