Himalaya
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
H5g1.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 Dmglst1 a double Mgl - Mst1
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 H5g1::H5g1(const ExpansionFlags_t& expansionDepth, double Al4p, double beta, double Dmglst1,
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  Cbeta = cos(beta);
48  this -> Dmglst1 = Dmglst1;
49  this -> lmMt = lmMt;
50  this -> lmMst1 = lmMst1;
51  this -> lmMst2 = lmMst2;
52  this -> lmMsq = lmMsq;
53  this -> Mgl = Mgl;
54  this -> Mt = Mt;
55  this -> Mst1 = Mst1;
56  this -> Mst2 = Mst2;
57  this -> Msq = Msq;
58  this -> MuSUSY = MuSUSY;
59  this -> s2t = s2t;
60  this -> oneLoopFlag = oneLoopFlag;
61  this -> twoLoopFlag = twoLoopFlag;
62  this -> threeLoopFlag = threeLoopFlag;
63  this -> Al4p = Al4p;
64  // mdr flags, indicates if one wants to shift the dr stop mass to the mdr stop mass
65  shiftst1 = mdrFlag;
66  shiftst2 = mdrFlag;
67  shiftst3 = mdrFlag;
68  // expansion flags
69  xDmglst1 = expansionDepth.at(ExpansionDepth::Dmglst1);
70  xMsq = expansionDepth.at(ExpansionDepth::Msq);
71 }
72 
73 /**
74  * @return The diagonal (1, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H5g1'
75  */
76 double H5g1::getS1() const {
77  return (pow2(Mt)*pow2(MuSUSY)*(972*oneLoopFlag*pow2(s2t)*(2 - lmMst1 + lmMst2 -
78  (2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2))
79  + 16*threeLoopFlag*pow2(Al4p)*(486*pow2(s2t)*(83.61265432098766 + 4*B4
80  - (4*DN)/9. - (185*lmMsq)/9. + (25*pow2(lmMsq))/3. - (lmMst1*(3781 -
81  300*lmMsq + 180*pow2(lmMsq)))/108. + (lmMst2*(14065 - 3498*lmMst1 + 60*
82  lmMsq*(-35 + 12*lmMst1) + 180*pow2(lmMsq) - 18*pow2(lmMst1)))/108. + (
83  6.361111111111111 - (5*lmMsq)/3.)*pow2(lmMst1) - ((-2193 + 180*lmMsq +
84  442*lmMst1)*pow2(lmMst2))/36. + (Dmglst1*(7 - 60*lmMsq*(-5 + 6*lmMst1)
85  - 226*lmMst2 + lmMst1*(-2 + 220*lmMst2) + 180*pow2(lmMsq) + 178*pow2(
86  lmMst1) + 18*pow2(lmMst2)))/(18.*Mgl) + ((1 - 2*lmMst2)*pow2(Mst2))/(3.
87  *pow2(Mst1)) + (11*pow3(lmMst1))/18. + (71*pow3(lmMst2))/6. + pow2(
88  Mst1)*((Mgl*(836 + 143*lmMst1 + (-353 + 750*lmMst1)*lmMst2 + 30*lmMsq*(
89  7 - 4*lmMst1 + 4*lmMst2) - 315*pow2(lmMst1) - 435*pow2(lmMst2)) + 50*
90  Dmglst1*(82 - 93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*lmMst2
91  - 9*pow2(lmMst1) + 9*pow2(lmMst2)))/(135.*Mgl*pow2(Msq)) - (
92  26.575942386831276 - (76*B4)/9. + (2*DN)/9. + (35*lmMsq)/3. - 5*pow2(
93  lmMsq) + lmMst1*(224.2274074074074 - (380*lmMsq)/9. + (40*pow2(lmMsq))/
94  3.) - (149*pow2(lmMst1))/90. - (lmMst2*(372457 - 242670*lmMst1 + 1500*
95  lmMsq*(-47 + 24*lmMst1) + 18000*pow2(lmMsq) + 17700*pow2(lmMst1)))/
96  1350. + ((-17709 + 2400*lmMsq + 6940*lmMst1)*pow2(lmMst2))/90. + (8*
97  pow3(lmMst1))/27. - (1736*pow3(lmMst2))/27. - (2*Dmglst1*(586 + 36*B4 +
98  30*DN - 495*lmMsq + 135*pow2(lmMsq) - 6*lmMst1*(-73 - 45*lmMsq + 45*
99  pow2(lmMsq)) + 3*lmMst2*(229 - 180*lmMsq + 86*lmMst1 + 90*pow2(lmMsq) -
100  79*pow2(lmMst1)) + 18*(-43 + 15*lmMsq)*pow2(lmMst1) - 3*(-372 + 90*
101  lmMsq + 49*lmMst1)*pow2(lmMst2) - 65*pow3(lmMst1) + 449*pow3(lmMst2)))/
102  (27.*Mgl))/pow2(Mst2)) + pow4(Mst1)*((514500*Dmglst1*(485 - 346*lmMst1
103  + 12*lmMsq*(1 + 10*lmMst1 - 10*lmMst2) + 334*lmMst2 - 60*pow2(lmMst1) +
104  60*pow2(lmMst2)) - Mgl*(-41220947 + 420*lmMsq*(12479 + 4830*lmMst1 -
105  5670*lmMst2) + 1081710*lmMst2 - 210*lmMst1*(30109 + 123480*lmMst2) +
106  176400*pow2(lmMsq) + 11951100*pow2(lmMst1) + 14156100*pow2(lmMst2)))/(
107  1.11132e7*Mgl*pow4(Msq)) - (265.6519022158834 - (76*B4)/9. + (2*DN)/9.
108  - (25*lmMsq)/
109  2. + lmMst1*(426.37458616780043 - (605*lmMsq)/9. + (40*pow2(lmMsq))/3.)
110  - (66.24060846560846 - (40*lmMsq)/3.)*pow2(lmMst1) - lmMst2*(
111  411.7079195011338 - (1386139*lmMst1)/3780. + (5*lmMsq*(-121 + 96*
112  lmMst1))/9. + (40*pow2(lmMsq))/3. + (298*pow2(lmMst1))/3.) - (
113  298.6850529100529 - 40*lmMsq - (2174*lmMst1)/9.)*pow2(lmMst2) + (80*
114  pow3(lmMst1))/27. + (Dmglst1*(112.49099794238683 - (8*B4)/3. - (20*DN)/
115  9. + lmMst1*(254.24382716049382 - 120*lmMsq + 20*pow2(lmMsq)) + (
116  129.57407407407408 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
117  211.57716049382717 - 120*lmMsq - (1439*lmMst1)/27. + 20*pow2(lmMsq) + (
118  338*pow2(lmMst1))/9.) + ((-9491 + 1080*lmMsq + 6636*lmMst1)*pow2(
119  lmMst2))/54. + (38*pow3(lmMst1))/9. - (806*pow3(lmMst2))/9.))/Mgl - (
120  3920*pow3(lmMst2))/27.)/pow4(Mst2)) - ((1.7499706655148832 + lmMsq*(-
121  0.990854119425548 + (8*lmMst1)/9. - (52*lmMst2)/63.) + (10511*lmMst2)/
122  4410. - (4*lmMst1*(47 + 30*lmMst2))/135. + (5*Dmglst1)/(6.*Mgl) - (2*
123  pow2(lmMsq))/63. + (6*pow2(lmMst2))/7.)*pow2(Mst1)*pow2(Mst2) + (
124  0.6658120973257028 + lmMsq*(-0.36171579743008314 + lmMst1/9. - lmMst2/
125  7.) + (15647*lmMst2)/26460. - (lmMst1*(31 + 15*lmMst2))/135. + pow2(
126  lmMsq)/63. + (8*pow2(lmMst2))/63.)*pow4(Mst2))/pow4(Msq) - (100*
127  Dmglst1*(55 + lmMst1 + 6*lmMsq*(-5 + 7*lmMst1 - 7*lmMst2) + 29*lmMst2 -
128  21*pow2(lmMst1) + 21*pow2(lmMst2))*pow4(Mst1) + Mgl*((1525 + 30*lmMsq*(
129  -25 + 44*lmMst1 - 44*lmMst2) + 1928*lmMst2 - 2*lmMst1*(589 + 900*
130  lmMst2) + 240*pow2(lmMst1) + 1560*pow2(lmMst2))*pow4(Mst1) + (939 + 30*
131  lmMsq*(-12 + 5*lmMst1 - 5*lmMst2) + 760*lmMst2 - 50*lmMst1*(8 + 3*
132  lmMst2) + 150*pow2(lmMst2))*pow4(Mst2)))/(135.*Mgl*pow2(Msq)*pow2(Mst2)
133  ) + (8*OepS2*(204*pow2(Mst1)*pow2(Mst2) + 370*pow4(Mst1) + 27*pow4(
134  Mst2)) - 12*T1ep*(204*pow2(Mst1)*pow2(Mst2) + 370*pow4(Mst1) + 27*pow4(
135  Mst2)) - 27*S2*(36*(49 + 34*lmMst1 - 34*lmMst2)*pow2(Mst1)*pow2(Mst2) +
136  (4138 + 2220*lmMst1 - 2220*lmMst2)*pow4(Mst1) + 81*(-11 + 2*lmMst1 - 2*
137  lmMst2)*pow4(Mst2)) + (2430*xMsq*(1 - 2*(lmMsq + z2))*pow2(Msq)*(pow2(
138  Mst1)*pow2(Mst2) + 2*lmMst1*(-1 + shiftst1)*pow2(Mst1)*pow2(Mst2) - 2*
139  lmMst2*(-1 + shiftst1)*pow2(Mst1)*pow2(Mst2) + shiftst2*pow2(Mst1)*(2*
140  pow2(Mst1) + pow2(Mst2)) - 2*lmMst1*(1 - 2*shiftst1 + shiftst2)*pow4(
141  Mst1) + 2*lmMst2*(1 - 2*shiftst1 + shiftst2)*pow4(Mst1) + pow4(Mst2) -
142  shiftst1*(2*pow2(Mst1)*pow2(Mst2) + 2*pow4(Mst1) + pow4(Mst2))))/pow2(
143  Mst1) + (243*(-1 + 2*lmMst2)*shiftst3*(2*(1 - 2*lmMst1 + 2*lmMst2)*
144  pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) +
145  (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/pow2(Mst1))/(729.*
146  pow4(Mst2))) + 18*z2*((Mt*(4*(12*(55 + 16*lmMst2)*(2*Dmglst1 + Mgl)*Mt
147  + (3*Dmglst1*(-687 + 540*lmMsq + 92*lmMst1 - 860*lmMst2) + (2407 + 180*
148  lmMsq - 408*lmMst1 + 408*lmMst2)*Mgl)*Mst1*s2t)*pow2(Mst1) + (3*s2t*(
149  960*Dmglst1*pow2(Msq)*pow5(Mst1) + pow2(Mst2)*(-160*(3*Dmglst1 + Mgl)*
150  pow2(Msq)*pow3(Mst1) + 4*(627 - 60*lmMsq - 64*lmMst1 + 192*lmMst2)*(
151  Dmglst1 + Mgl)*Mst1*pow4(Msq) - 60*(5*Dmglst1 + Mgl)*pow5(Mst1))))/
152  pow4(Msq)))/(Mgl*pow4(Mst2)) - 3*pow2(s2t)*(339 - 30*lmMsq - 37*lmMst1
153  + 149*lmMst2 + (-198*Dmglst1 + (pow2(Mst1)*(-30*(2*Dmglst1 + Mgl) + (4*
154  Dmglst1*((-390 + 90*lmMsq + 139*lmMst1 - 315*lmMst2)*pow2(Msq) + 70*
155  pow2(Mst1)))/pow2(Mst2) + (Mgl*((311 + 1080*lmMsq + 2196*lmMst1 - 3348*
156  lmMst2)*pow2(Msq) + 360*pow2(Mst1)))/(9.*pow2(Mst2))))/pow2(Msq))/Mgl -
157  (25*(4*Dmglst1 + Mgl)*pow4(Mst1))/(2.*Mgl*pow4(Msq)) + (9*(
158  71.34670781893004 + (40*lmMsq)/3. + (868*lmMst1)/9. - (332*lmMst2)/3. +
159  (Dmglst1*(-1613 + 1080*lmMsq + 3684*lmMst1 - 5796*lmMst2))/(27.*Mgl))*
160  pow4(Mst1))/pow4(Mst2) + (6*pow2(Mst2) - (6*shiftst3*(2*(1 - 2*lmMst1 +
161  2*lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*
162  pow4(Mst2) + (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/pow4(
163  Mst2))/pow2(Mst1))) + (432*Dmglst1*Mst1*s2t*(-2*Mgl*Mst1*s2t*(pow2(
164  Mst1) + pow2(Mst2)) - 3*Dmglst1*Mst1*s2t*xDmglst1*(pow2(Mst1) + pow2(
165  Mst2)) + 16*Dmglst1*Mt*xDmglst1*(18*pow2(Mst1) + pow2(Mst2)) + 8*Mgl*
166  Mt*(21*pow2(Mst1) + 2*pow2(Mst2)))*pow2(z2) + 144*Mgl*pow2(Mst1)*pow2(
167  Mt)*(2*Dmglst1*(735 - 6*B4 - 3*DN - 78*lmMst1 + 6*pow2(lmMst1) + 6*
168  lmMst2*(85 - 6*lmMst1 + pow2(lmMst1)) + 18*(7 + lmMst1)*pow2(lmMst2) +
169  24*lmMt*(2 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(
170  lmMst2)) - 26*pow3(lmMst1) + 2*pow3(lmMst2)) + Mgl*(417 - 6*B4 - 3*DN -
171  162*lmMst1 + 6*lmMst2*(87 - 8*lmMst1 + pow2(lmMst1)) + 18*(8 + lmMst1)*
172  pow2(lmMst2) + 24*lmMt*pow2(1 - lmMst1 + lmMst2) - 26*pow3(lmMst1) + 2*
173  pow3(lmMst2))) + 108*Dmglst1*Mst1*z4*(2*Mgl*(Mt*s2t*(507*pow2(Mst1) -
174  241*pow2(Mst2)) + 60*Mst1*pow2(Mt) - 265*Mst1*(pow2(Mst1) + pow2(Mst2))
175  *pow2(s2t)) + Dmglst1*xDmglst1*(Mt*s2t*(3474*pow2(Mst1) - 482*pow2(
176  Mst2)) + 180*Mst1*pow2(Mt) - 15*pow2(s2t)*(53*Mst1*pow2(Mst2) + 37*
177  pow3(Mst1)))) - 4*z4*pow2(Mgl)*(-3*pow2(Mst1)*(540*pow2(Mt) + 13*pow2(
178  Mst2)*pow2(s2t)) + 54*Mt*s2t*(241*Mst1*pow2(Mst2) + 313*pow3(Mst1)) +
179  pow2(s2t)*(127*pow4(Mst1) - 3267*pow4(Mst2))) + 27*xDmglst1*z3*pow2(
180  Dmglst1)*(-8*pow2(Mst1)*(4*(220 + 9*lmMst1 - 9*lmMst2)*pow2(Mt) - 3*(49
181  + 69*lmMst1 - 69*lmMst2)*pow2(Mst2)*pow2(s2t)) + Mt*s2t*(8*(559 + 18*
182  lmMst1 - 18*lmMst2)*Mst1*pow2(Mst2) + 24*(151 - 918*lmMst1 + 918*
183  lmMst2)*pow3(Mst1)) + pow2(s2t)*(4*(6491 + 318*lmMst1 - 318*lmMst2)*
184  pow4(Mst1) - 1533*pow4(Mst2))) - 6*s2t*pow2(Mgl)*pow2(z2)*(-1152*Mst1*
185  Mt*pow2(Mst2) + 852*s2t*pow2(Mst1)*pow2(Mst2) - 6336*Mt*pow3(Mst1) +
186  1018*s2t*pow4(Mst1) + 315*s2t*pow4(Mst2)) + 2*Mgl*z3*(-216*Mst1*Mt*(
187  Mst1*(6*Dmglst1*(13 + 2*lmMst1 - 2*lmMst2)*Mt + (-46 + 6*lmMst1 - 6*
188  lmMst2)*Mgl*Mt + 3*Dmglst1*(154 + 225*lmMst1 - 225*lmMst2)*Mst1*s2t +
189  23*(25 + 9*lmMst1 - 9*lmMst2)*Mgl*Mst1*s2t) + (Dmglst1*(58 - 9*lmMst1 +
190  9*lmMst2) + (133 - 9*lmMst1 + 9*lmMst2)*Mgl)*s2t*pow2(Mst2)) + pow2(
191  s2t)*(6*(54*Dmglst1*(35 + 46*lmMst1 - 46*lmMst2) + (8783 + 1134*lmMst1
192  - 1134*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(54*Dmglst1*(764 + 69*
193  lmMst1 - 69*lmMst2) + 7*(4829 + 243*lmMst1 - 243*lmMst2)*Mgl)*pow4(
194  Mst1) + (-5265*Dmglst1 + 8856*Mgl)*pow4(Mst2))) + (Mgl*Mst1*Mt*s2t*(3*
195  Dmglst1*(2*(pow2(Mst1)*(13969 - 11880*B4 + 108*DN - 4320*lmMsq + (-
196  16728 - 3240*lmMsq*(1 + lmMsq))*lmMst1 + 2160*pow2(lmMsq) + 54*(-407 +
197  300*lmMsq)*pow2(lmMst1) + 12*lmMst2*(4094 + 2205*lmMst1 - 90*lmMsq*(1 +
198  24*lmMst1) + 270*pow2(lmMsq) + 804*pow2(lmMst1)) + 18*(583 + 540*lmMsq
199  + 680*lmMst1)*pow2(lmMst2) - 16848*pow3(lmMst1) - 5040*pow3(lmMst2)) +
200  3*pow2(Mst2)*(11337 - 408*B4 - 12*DN - 6480*lmMsq + 720*pow2(lmMsq) -
201  30*lmMst1*(-73 - 36*lmMsq + 12*pow2(lmMsq)) + 6*lmMst2*(2331 - 420*
202  lmMsq - 118*lmMst1 + 60*pow2(lmMsq) - 60*pow2(lmMst1)) + 18*(-13 + 20*
203  lmMsq)*pow2(lmMst1) - 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) -
204  200*pow3(lmMst1) + 584*pow3(lmMst2)))*pow4(Msq) - 720*pow2(Msq)*(2*(41
205  - 10*lmMst1 + 6*lmMsq*(-2 + lmMst1 - lmMst2) + 22*lmMst2 - 3*pow2(
206  lmMst1) + 3*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + 2*(29 + 48*lmMst2 -
207  24*pow2(lmMst1) - 6*(lmMst1*(6 - 5*lmMst2) + lmMsq*(2 - 3*lmMst1 + 3*
208  lmMst2) + pow2(lmMst2)))*pow4(Mst1) - pow4(Mst2)) - 5*pow2(Mst2)*((-251
209  + 12*lmMsq - 12*lmMst2)*pow2(Mst1)*pow2(Mst2) + 6*(818 - 117*lmMst1 +
210  180*lmMsq*(-2 + lmMst1 - lmMst2) + 477*lmMst2 - 90*pow2(lmMst1) + 90*
211  pow2(lmMst2))*pow4(Mst1) + (11 - 12*lmMsq + 12*lmMst2)*pow4(Mst2))) +
212  Mgl*(2*(9*pow2(Mst2)*(13317 - 408*B4 - 12*DN - 4320*lmMsq + 720*pow2(
213  lmMsq) - 6*lmMst1*(79 - 180*lmMsq + 60*pow2(lmMsq)) + 6*lmMst2*(2135 -
214  420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq) - 60*pow2(lmMst1)) + 6*(-167 +
215  60*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) -
216  200*pow3(lmMst1) + 584*pow3(lmMst2)) + pow2(Mst1)*(107299 - 19224*B4 -
217  108*DN - 32400*lmMsq + 6480*pow2(lmMsq) - 24*lmMst1*(6103 - 1755*lmMsq
218  + 405*pow2(lmMsq)) + 18*(-4379 + 1260*lmMsq)*pow2(lmMst1) + 12*lmMst2*(
219  20882 + 699*lmMst1 - 270*lmMsq*(17 + 8*lmMst1) + 810*pow2(lmMsq) + 54*
220  pow2(lmMst1)) + 18*(5641 + 180*lmMsq + 540*lmMst1)*pow2(lmMst2) -
221  18072*pow3(lmMst1) + 7704*pow3(lmMst2)))*pow4(Msq) - 720*pow2(Msq)*(2*(
222  34 - 8*lmMst1 + 6*lmMsq*(-2 + lmMst1 - lmMst2) + 20*lmMst2 - 3*pow2(
223  lmMst1) + 3*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + 4*(14 - 21*lmMst1 +
224  lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 27*lmMst2 + 9*lmMst1*lmMst2 - 9*
225  pow2(lmMst1))*pow4(Mst1) - 3*pow4(Mst2)) - 15*(6*(134 - 9*lmMst1 + 36*
226  lmMsq*(-2 + lmMst1 - lmMst2) + 81*lmMst2 - 18*pow2(lmMst1) + 18*pow2(
227  lmMst2))*pow2(Mst2)*pow4(Mst1) + (-107 + 12*lmMsq - 12*lmMst2)*pow2(
228  Mst1)*pow4(Mst2) + (11 - 12*lmMsq + 12*lmMst2)*pow6(Mst2)))))/pow4(Msq)
229  )/(pow2(Mgl)*pow4(Mst2))) + (Al4p*(1296*Mgl*s2t*twoLoopFlag*(8*Dmglst1*
230  Mt*(Mst1*(12 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow2(
231  Mst2) + (10 + 12*lmMst2 + 4*lmMst1*(-2 + 3*lmMst2) - 9*pow2(lmMst1) -
232  3*pow2(lmMst2))*pow3(Mst1)) + 8*Mgl*Mt*(Mst1*(8 - 2*lmMst1 + 6*lmMst2 -
233  pow2(lmMst1) + pow2(lmMst2))*pow2(Mst2) + (6 + 4*lmMst1*(-3 + lmMst2) +
234  16*lmMst2 - 5*pow2(lmMst1) + pow2(lmMst2))*pow3(Mst1)) - 8*Dmglst1*s2t*
235  ((-(lmMst2*(1 + lmMst2)) + pow2(lmMst1))*pow2(Mst1)*pow2(Mst2) + (2 +
236  3*lmMst1 - 3*lmMst2 + pow2(lmMst1) - pow2(lmMst2))*pow4(Mst1) - (-1 +
237  lmMst1)*pow4(Mst2)) + Mgl*s2t*(4*(2 + 11*lmMst2 - 2*lmMst1*(5 + 4*
238  lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (1 +
239  46*lmMst2 - 2*lmMst1*(23 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(
240  lmMst2))*pow4(Mst1) + 4*(7 + 7*lmMst2 - 2*lmMst1*(1 + lmMst2) + 2*pow2(
241  lmMst2))*pow4(Mst2))) - (144*z2*(36*Mgl*s2t*twoLoopFlag*pow4(Msq)*(-4*(
242  Dmglst1 + Mgl)*Mst1*Mt*pow2(Mst2) - 4*Dmglst1*s2t*pow2(Mst1)*(pow2(
243  Mst1) + pow2(Mst2)) + 4*(3*Dmglst1 - Mgl)*Mt*pow3(Mst1) + Mgl*s2t*pow4(
244  Mst2)) + xDmglst1*pow2(Dmglst1)*(-72*Mst1*s2t*twoLoopFlag*(-18*Mt*pow2(
245  Mst1) + 2*Mt*pow2(Mst2) + 3*Mst1*s2t*pow2(Mst2) + 3*s2t*pow3(Mst1))*
246  pow4(Msq) + Al4p*threeLoopFlag*(pow4(Msq)*(24*Mst1*Mt*s2t*((3061 -
247  1260*lmMsq - 434*lmMst1 + 2354*lmMst2)*pow2(Mst1) + (-627 + 60*lmMsq +
248  64*lmMst1 - 192*lmMst2)*pow2(Mst2)) - 36*pow2(Mst1)*(8*(55 + 16*lmMst2)
249  *pow2(Mt) + (390 - 90*lmMsq - 139*lmMst1 + 315*lmMst2)*pow2(Mst2)*pow2(
250  s2t)) + pow2(s2t)*((2903 + 3240*lmMsq + 10956*lmMst1 - 17292*lmMst2)*
251  pow4(Mst1) - 1782*pow4(Mst2))) + s2t*(150*pow2(Mst2)*(36*Mst1*Mt - 5*
252  s2t*pow2(Mst2))*pow4(Mst1) - 60*pow2(Msq)*pow2(Mst1)*(-96*Mst1*Mt*pow2(
253  Mst2) - 82*s2t*pow2(Mst1)*pow2(Mst2) + 432*Mt*pow3(Mst1) + 9*s2t*pow4(
254  Mst2)))))))/pow4(Msq) + xDmglst1*pow2(Dmglst1)*(5184*s2t*twoLoopFlag*(
255  2*Mt*(Mst1*(16 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*
256  pow2(Mst2) + (2 - 2*lmMst2 + 6*lmMst1*(1 + 4*lmMst2) - 15*pow2(lmMst1)
257  - 9*pow2(lmMst2))*pow3(Mst1)) + s2t*((4 + 3*lmMst2*(1 + lmMst2) - 3*
258  pow2(lmMst1))*pow2(Mst1)*pow2(Mst2) - 3*(5*lmMst1 - lmMst2*(5 + lmMst2)
259  + pow2(lmMst1))*pow4(Mst1) + (-4 + 3*lmMst1)*pow4(Mst2))) + (Al4p*
260  threeLoopFlag*(768*pow2(Mst1)*pow2(Mt)*(9893 - 54*B4 - 27*DN - 50*
261  lmMst1 + 138*pow2(lmMst1) + lmMst2*(4538 - 300*lmMst1 + 54*pow2(lmMst1)
262  ) + 54*(19 + 3*lmMst1)*pow2(lmMst2) + 24*lmMt*(29 + 35*lmMst2 - lmMst1*
263  (35 + 18*lmMst2) + 9*pow2(lmMst1) + 9*pow2(lmMst2)) - 234*pow3(lmMst1)
264  + 18*pow3(lmMst2))*pow4(Msq) - 48*Mst1*Mt*s2t*(2*(3*pow2(Mst2)*(413 +
265  408*B4 + 12*DN + 8520*lmMsq - 720*pow2(lmMsq) + 2*lmMst1*(-1573 - 540*
266  lmMsq + 180*pow2(lmMsq)) - 18*(51 + 20*lmMsq)*pow2(lmMst1) + lmMst2*(-
267  15206 + 2520*lmMsq + 708*lmMst1 - 360*pow2(lmMsq) + 360*pow2(lmMst1)) +
268  6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) + 200*pow3(lmMst1) - 584*
269  pow3(lmMst2)) + pow2(Mst1)*(59579 + 20088*B4 - 324*DN - 39240*lmMsq -
270  2160*pow2(lmMsq) + 24*lmMst1*(-56 + 1935*lmMsq + 135*pow2(lmMsq)) - 18*
271  (773 + 1620*lmMsq)*pow2(lmMst1) - 36*lmMst2*(-940 + 1109*lmMst1 - 90*
272  lmMsq*(-13 + 16*lmMst1) + 90*pow2(lmMsq) + 661*pow2(lmMst1)) - 90*(-355
273  + 252*lmMsq + 286*lmMst1)*pow2(lmMst2) + 33084*pow3(lmMst1) + 16452*
274  pow3(lmMst2)))*pow4(Msq) + 90*(928 - 145*lmMst1 + 180*lmMsq*(-2 +
275  lmMst1 - lmMst2) + 505*lmMst2 - 90*pow2(lmMst1) + 90*pow2(lmMst2))*
276  pow2(Mst2)*pow4(Mst1) + 240*pow2(Msq)*((557 - 126*lmMst1 + 72*lmMsq*(-2
277  + lmMst1 - lmMst2) + 270*lmMst2 - 36*pow2(lmMst1) + 36*pow2(lmMst2))*
278  pow2(Mst1)*pow2(Mst2) + (203 + 72*lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) +
279  366*lmMst2 + 6*lmMst1*(-37 + 90*lmMst2) - 378*pow2(lmMst1) - 162*pow2(
280  lmMst2))*pow4(Mst1) - 3*pow4(Mst2)) + 5*(-467 + 12*lmMsq - 12*lmMst2)*
281  pow2(Mst1)*pow4(Mst2) + 5*(11 - 12*lmMsq + 12*lmMst2)*pow6(Mst2)) +
282  pow2(s2t)*(pow4(Msq)*(864*pow2(Mst1)*pow2(Mst2)*(479 + 36*B4 + 30*DN -
283  975*lmMsq + lmMst1*(1018 + 270*lmMsq - 270*pow2(lmMsq)) + 135*pow2(
284  lmMsq) + lmMst2*(811 - 540*lmMsq + 258*lmMst1 + 270*pow2(lmMsq) - 237*
285  pow2(lmMst1)) + (-646 + 270*lmMsq)*pow2(lmMst1) - 3*(-372 + 90*lmMsq +
286  49*lmMst1)*pow2(lmMst2) - 65*pow3(lmMst1) + 449*pow3(lmMst2)) + (130639
287  - 24192*B4 - 1728*DN - 984960*lmMsq - 12*lmMst1*(262259 - 181440*lmMsq
288  + 19440*pow2(lmMsq)) + 72*(-21689 + 3240*lmMsq)*pow2(lmMst1) + 12*
289  lmMst2*(347507 - 181440*lmMsq - 156324*lmMst1 + 19440*pow2(lmMsq) +
290  84312*pow2(lmMst1)) - 72*(-45823 + 3240*lmMsq + 27876*lmMst1)*pow2(
291  lmMst2) - 240480*pow3(lmMst1) + 1235808*pow3(lmMst2))*pow4(Mst1) + 72*(
292  6457 + 60*lmMsq*(67 - 54*lmMst1) - 982*lmMst1 + 30*(-89 + 66*lmMst1)*
293  lmMst2 + 1620*pow2(lmMsq) + 834*pow2(lmMst1) + 162*pow2(lmMst2))*pow4(
294  Mst2)) - 1440*pow2(Msq)*(2*(335 - 97*lmMst1 + 6*lmMsq*(-25 + 41*lmMst1
295  - 41*lmMst2) + 247*lmMst2 - 123*pow2(lmMst1) + 123*pow2(lmMst2))*pow2(
296  Mst2)*pow4(Mst1) - 3*(108 - 133*lmMst1 + 2*lmMsq*(32 + 9*lmMst1 - 9*
297  lmMst2) + 69*lmMst2 - 9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Mst1)*pow4(
298  Mst2)) + 180*((3087 - 2306*lmMst1 + 12*lmMsq*(47 + 50*lmMst1 - 50*
299  lmMst2) + 1742*lmMst2 - 300*pow2(lmMst1) + 300*pow2(lmMst2))*pow4(Mst1)
300  *pow4(Mst2) - 54*pow2(Mst1)*pow6(Mst2)))))/pow4(Msq))))/(pow2(Mgl)*
301  pow4(Mst2))))/7776.;
302 }
303 
304 /**
305  * @return The diagonal (2, 2) matrix element of the Higgs mass matrix as a double for the hierarchy 'H5g1'
306  */
307 double H5g1::getS2() const {
308  return -(oneLoopFlag*((4*Mt*MuSUSY*s2t*(4*(lmMst1 - lmMst2)*pow2(Mt) + ((-2 -
309  lmMst1 + lmMst2)*pow2(Mst1) + (2 - lmMst1 + lmMst2)*pow2(Mst2))*pow2(
310  s2t)))/Tbeta + pow2(Mt)*pow2(s2t)*(8*(lmMst1 - lmMst2)*(pow2(Mst1) -
311  pow2(Mst2)) + 4*pow2(MuSUSY)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 -
312  lmMst2)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)) - (4*pow2(
313  MuSUSY)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(
314  Mst1) + pow2(Mst2)))/pow4(Mst2)))/pow2(Sbeta)) + 16*(lmMst1 + lmMst2 -
315  2*lmMt)*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2) + (2 + lmMst1 - lmMst2)*
316  pow4(Mst1) + (2 - lmMst1 + lmMst2)*pow4(Mst2))*pow4(s2t)))/32. +
317  threeLoopFlag*pow2(Al4p)*(-((pow2(Mst1)*pow2(Mst2)*(48.366979423868315
318  - B4/
319  9. - DN/6. - (265*lmMsq)/36. + (35*pow2(lmMsq))/12. + lmMst1*(
320  38.55222222222222 - (55*lmMsq)/6. + (5*pow2(lmMsq))/2.) + (
321  2.7666666666666666 - (5*lmMsq)/6.)*pow2(lmMst1) - (lmMst2*(3322 + 3000*
322  lmMsq*(-1 + lmMst1) - 25870*lmMst1 + 2250*pow2(lmMsq) + 3025*pow2(
323  lmMst1)))/900. + ((-3372 + 750*lmMsq + 2365*lmMst1)*pow2(lmMst2))/180.
324  + (41*pow3(lmMst1))/
325  108. - (1097*pow3(lmMst2))/108. + ((2*(50*Dmglst1*(137 - 92*lmMst1 +
326  lmMsq*(-6 + 60*lmMst1 - 60*lmMst2) + 98*lmMst2 - 30*pow2(lmMst1) + 30*
327  pow2(lmMst2)) + Mgl*(2068 - 646*lmMst1 + 15*lmMsq*(-23 + 41*lmMst1 -
328  41*lmMst2) + 991*lmMst2 - 225*lmMst1*lmMst2 - 195*pow2(lmMst1) + 420*
329  pow2(lmMst2)))*pow2(Mst1))/pow2(Msq) - 5*Dmglst1*(1151 + 72*B4 + 60*DN
330  - 1890*lmMsq - 270*pow2(lmMsq) - 18*lmMst1*(-49 - 90*lmMsq + 30*pow2(
331  lmMsq)) + 6*lmMst2*(342 - 180*lmMsq - 24*lmMst1 + 90*pow2(lmMsq) - 79*
332  pow2(lmMst1)) + 6*(-347 + 90*lmMsq)*pow2(lmMst1) - 6*(-363 + 90*lmMsq +
333  49*lmMst1)*pow2(lmMst2) - 130*pow3(lmMst1) + 898*pow3(lmMst2)))/(540.*
334  Mgl)) + (32.221840780308305 + (10*B4)/9. + DN/18. - (275*lmMsq)/72. +
335  lmMst1*(3.2322576530612244 + (65*lmMsq)/18. - (35*pow2(lmMsq))/12.) + (
336  5*pow2(lmMsq))/12. + lmMst2*((-5*lmMsq*(8 + 3*lmMst1))/9. + (35*pow2(
337  lmMsq))/12. + (5211957 + 20946380*lmMst1 - 38602200*pow2(lmMst1))/
338  2.1168e6) - (17.322652116402118 - (15*lmMsq)/4.)*pow2(lmMst1) + (
339  8.48290343915344 - (25*lmMsq)/12. + (1793*lmMst1)/72.)*pow2(lmMst2) + (
340  95*pow3(lmMst1))/216. + (Dmglst1*(49.72923096707819 + (2*B4)/3. + (5*
341  DN)/9. - (45*lmMsq)/2. + lmMst1*(79.81095679012346 - 15*lmMsq - 5*pow2(
342  lmMsq)) + (5*pow2(lmMsq))/2. + lmMst2*(10*lmMsq + 5*pow2(lmMsq) + (-
343  31507 + 25692*lmMst1 - 23544*pow2(lmMst1))/1296.) + (1.2546296296296295
344  + 5*lmMsq)*pow2(lmMst1) - (2.8564814814814814 + 5*lmMsq - (455*lmMst1)
345  /18.)*pow2(lmMst2) - (73*pow3(lmMst1))/54. - (311*pow3(lmMst2))/54.))/
346  Mgl - (1535*pow3(lmMst2))/216.)*pow4(Mst1) + (2*OepS2*(-150*pow2(Mst1)*
347  pow2(Mst2) + 11*pow4(Mst1) - 27*pow4(Mst2)))/729. - ((51450*Dmglst1*(
348  40*(82 - 93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*lmMst2 - 9*
349  pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 6*(7 + 60*lmMsq*(
350  5 - 6*lmMst1) - 2*lmMst1 + (-226 + 220*lmMst1)*lmMst2 + 180*pow2(lmMsq)
351  + 178*pow2(lmMst1) + 18*pow2(lmMst2))*pow4(Msq) + 5*(521 - 346*lmMst1 +
352  12*lmMsq*(1 + 10*lmMst1 - 10*lmMst2) + 334*lmMst2 - 60*pow2(lmMst1) +
353  60*pow2(lmMst2))*pow4(Mst1)) + Mgl*(41160*(2714 + 30*lmMsq*(-17 + 6*
354  lmMst1 - 6*lmMst2) + 1167*lmMst2 + 9*lmMst1*(-73 + 50*lmMst2) - 315*
355  pow2(lmMst1) - 135*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 8575*(53749 +
356  2592*B4 - 288*DN - 13320*lmMsq + 5400*pow2(lmMsq) - 6*lmMst1*(3781 -
357  300*lmMsq + 180*pow2(lmMsq)) + 6*lmMst2*(14209 - 3498*lmMst1 + 60*
358  lmMsq*(-35 + 12*lmMst1) + 180*pow2(lmMsq) - 18*pow2(lmMst1)) - 18*(-229
359  + 60*lmMsq)*pow2(lmMst1) - 18*(-2193 + 180*lmMsq + 442*lmMst1)*pow2(
360  lmMst2) + 396*pow3(lmMst1) + 7668*pow3(lmMst2))*pow4(Msq) + 3*(12119532
361  + 420*lmMsq*(-9224 + 6545*lmMst1 - 5705*lmMst2) + 7553665*lmMst2 + 35*
362  lmMst1*(-105131 + 35280*lmMst2) - 176400*pow2(lmMsq) - 1991850*pow2(
363  lmMst1) + 580650*pow2(lmMst2))*pow4(Mst1)))*pow4(Mst2))/(2.22264e7*Mgl*
364  pow4(Msq)) - (S2*(-18*(197 + 50*lmMst1 - 50*lmMst2)*pow2(Mst1)*pow2(
365  Mst2) + (281 + 66*lmMst1 - 66*lmMst2)*pow4(Mst1) + 81*(11 - 2*lmMst1 +
366  2*lmMst2)*pow4(Mst2)))/108.)*pow4(s2t)) + (pow4(Mt)*(10501 - 4920*lmMsq
367  + 18*lmMst2*(149 + 50*lmMsq - 19*lmMst1*(-2 + lmMst2) + lmMst2 - 30*
368  pow2(lmMsq)) + 1980*pow2(lmMsq) - 4*lmMst1*(196 + 270*lmMsq + 135*pow2(
369  lmMsq)) + 1914*pow2(lmMst1) - 6*lmMt*(77 + 2*lmMst1*(221 - 57*lmMst2) +
370  594*lmMst2 + 90*lmMsq*(7 - 2*(lmMst1 + lmMst2)) - 129*pow2(lmMst1) +
371  87*pow2(lmMst2)) + 108*(-((-28 + 10*lmMsq + 29*lmMst1 + 17*lmMst2)*
372  pow2(lmMt)) + ((1 - 2*lmMst2)*pow2(Mst2))/pow2(Mst1)) + 360*pow3(lmMsq)
373  - 750*pow3(lmMst1) - 204*pow3(lmMst2) + 4968*pow3(lmMt) - (1029000*
374  Dmglst1*(2215 + 254*lmMst2 - 2322*lmMt + 264*lmMst2*lmMt + 60*lmMsq*(5
375  + 42*lmMst1 + 12*lmMt) + lmMst1*(824 + 60*lmMst2 + 984*lmMt) - 1620*
376  pow2(lmMsq) - 3018*pow2(lmMst1) - 162*pow2(lmMst2) - 1872*pow2(lmMt))*
377  pow4(Msq)*pow4(Mst2) + 5488*pow2(Msq)*pow2(Mst1)*(pow2(Msq)*pow2(Mst2)*
378  (Mgl*(2459588 - 813345*lmMst2 + 151875*lmMsq*(3 + 2*lmMt) - 151875*
379  pow2(lmMsq) + 225*(1339 + 30*lmMst2 - 900*lmMt)*pow2(lmMst1) - 370350*
380  pow2(lmMst2) + 3375*lmMt*(66 + 303*lmMst2 + 68*pow2(lmMst2)) + 15*
381  lmMst1*(17548 - 71775*lmMt - 15*lmMst2*(773 + 120*lmMt) + 450*pow2(
382  lmMst2)) - 162000*pow2(lmMt) + 65250*pow3(lmMst1) - 78750*pow3(lmMst2))
383  + 125*Dmglst1*(64093 - 12414*lmMst2 + 2430*lmMsq*(3 + 2*lmMt) - 6*
384  lmMst1*(988 + 2367*lmMt + lmMst2*(393 + 36*lmMt)) - 2430*pow2(lmMsq) +
385  36*(38 + 3*lmMst2 - 93*lmMt)*pow2(lmMst1) - 6354*pow2(lmMst2) + 18*
386  lmMt*(1190 + 933*lmMst2 + 198*pow2(lmMst2)) - 2592*pow2(lmMt) + 1080*
387  pow3(lmMst1) - 1188*pow3(lmMst2))) + 2250*pow2(Msq)*pow2(MuSUSY)*(2*
388  Dmglst1*(735 - 6*B4 - 3*DN - 78*lmMst1 + 6*pow2(lmMst1) + 6*lmMst2*(85
389  - 6*lmMst1 + pow2(lmMst1)) + 18*(7 + lmMst1)*pow2(lmMst2) + 24*lmMt*(2
390  + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2)) - 26*
391  pow3(lmMst1) + 2*pow3(lmMst2)) + Mgl*(417 - 6*B4 - 3*DN - 162*lmMst1 +
392  6*lmMst2*(87 - 8*lmMst1 + pow2(lmMst1)) + 18*(8 + lmMst1)*pow2(lmMst2)
393  + 24*lmMt*pow2(1 - lmMst1 + lmMst2) - 26*pow3(lmMst1) + 2*pow3(lmMst2))
394  ) + 45*(750*Dmglst1*(27 + 14*lmMst1 + lmMst2 + (-3 - 6*(lmMst1 +
395  lmMst2))*lmMt + 6*lmMsq*(-2 + lmMst1 + lmMst2 + 2*lmMt) - 12*pow2(
396  lmMsq)) + Mgl*(12339 + 4910*lmMst1 + 375*lmMst2 - 375*(11 + 10*lmMst1 +
397  6*lmMst2)*lmMt + 10*lmMsq*(-116 + 285*lmMst1 + 225*lmMst2 + 600*lmMt) -
398  5550*pow2(lmMsq) + 450*pow2(lmMst1)))*pow4(Mst2)) + 82320*pow2(Msq)*
399  pow2(Mst2)*(-1875*(-11 + 6*lmMsq - 6*lmMt)*(4*Dmglst1 + Mgl)*pow4(Mst1)
400  + Mgl*(13517 + lmMst2*(7230 - 4500*lmMt) - 6000*lmMt + 30*lmMsq*(-41 +
401  60*lmMst2 + 150*lmMt) - 3150*pow2(lmMsq) + 1350*pow2(lmMst2))*pow4(
402  Mst2)) + pow4(Mst1)*(514500*Dmglst1*(2*(99985 + 34432*lmMst2 + (3156 -
403  5832*lmMst2 + 1296*lmMt)*pow2(lmMst1) + 17388*pow2(lmMst2) + 24*lmMt*(-
404  191 + 871*lmMst2 + 6*pow2(lmMst2)) - 1080*lmMsq*(9 + lmMst2*(29 - 10*
405  lmMt) - 10*lmMst1*(1 + lmMst2 - lmMt) - 19*lmMt + 10*pow2(lmMst2)) -
406  1728*(3 + 2*lmMst2)*pow2(lmMt) + 8*lmMst1*(517 + lmMst2*(168 - 180*
407  lmMt) - 4557*lmMt + 27*pow2(lmMst2) + 432*pow2(lmMt)) + 1512*pow3(
408  lmMst1) + 4104*pow3(lmMst2))*pow4(Msq) + 5*(2095 + 330*lmMst2 + 48*
409  lmMst1*(25 - 12*lmMt) - 6*(-19 + 60*lmMst2)*lmMt + 12*lmMsq*(-137 + 48*
410  lmMst1 + 30*lmMst2 + 78*lmMt) - 936*pow2(lmMsq))*pow4(Mst2)) + Mgl*(4*(
411  6336529126 + 2073605310*lmMst2 - 44100*(-8128 + 8295*lmMst2 + 1680*
412  lmMt)*pow2(lmMst1) + 976616550*pow2(lmMst2) - 138915000*lmMsq*(2 +
413  lmMst2*(12 - 5*lmMt) - 5*lmMst1*(1 + lmMst2 - lmMt) - 7*lmMt + 5*pow2(
414  lmMst2)) + 1157625*lmMt*(-899 + 1578*lmMst2 + 128*pow2(lmMst2)) -
415  222264000*(1 + lmMst2)*pow2(lmMt) + 315*lmMst1*(1895351 - 7915950*lmMt
416  - 70*lmMst2*(16867 + 3360*lmMt) - 14700*pow2(lmMst2) + 705600*pow2(
417  lmMt)) + 146632500*pow3(lmMst1) + 223807500*pow3(lmMst2))*pow4(Msq) +
418  15*(160842737 + 14148750*lmMst2 + 840*lmMst1*(106067 - 51450*lmMt) -
419  257250*(41 + 60*lmMst2)*lmMt + 420*lmMsq*(-220709 + 82740*lmMst1 +
420  36750*lmMst2 + 139650*lmMt) - 54419400*pow2(lmMsq) + 4233600*pow2(
421  lmMst1))*pow4(Mst2))) + 45*(343000*Dmglst1*(115 - 48*lmMsq + lmMst2*(69
422  - 36*lmMt) - 21*lmMt + 36*lmMsq*(lmMst2 + lmMt) - 36*pow2(lmMsq))*pow2(
423  Mst1) + Mgl*(171500*(115 - 48*lmMsq + lmMst2*(69 - 36*lmMt) - 21*lmMt +
424  36*lmMsq*(lmMst2 + lmMt) - 36*pow2(lmMsq))*pow2(Mst1) + (13597579 +
425  210*lmMst2*(43831 - 14700*lmMt) - 2315250*lmMt + 420*lmMsq*(-16403 +
426  630*lmMst2 + 7350*lmMt) - 1675800*pow2(lmMsq) + 1411200*pow2(lmMst2))*
427  pow2(Mst2)))*pow6(Mst2))/(514500.*Mgl*pow4(Msq)*pow4(Mst2))))/81. + (
428  Mst1*Mt*s2t*(-(pow2(s2t)*(8*pow2(Mst1)*(132407 + 11880*B4 - 108*DN -
429  45360*lmMsq + 6480*pow2(lmMsq) + 60*lmMst1*(2299 - 378*lmMsq + 54*pow2(
430  lmMsq)) + 18*(3377 - 900*lmMsq)*pow2(lmMst1) - 12*lmMst2*(1667 + 1761*
431  lmMst1 - 270*lmMsq*(3 + 8*lmMst1) + 270*pow2(lmMsq) + 594*pow2(lmMst1))
432  - 18*(859 + 540*lmMsq + 564*lmMst1)*pow2(lmMst2) + 14472*pow3(lmMst1) +
433  2808*pow3(lmMst2) + (3*Dmglst1*(54053 + 9432*B4 - 180*DN - 34560*lmMsq
434  + 2160*pow2(lmMsq) + 12*(lmMst1*(2489 + 810*lmMsq + 90*pow2(lmMsq)) +
435  lmMst2*(2899 - 90*lmMsq*(13 + lmMsq - 24*lmMst1) - 2559*lmMst1 - 984*
436  pow2(lmMst1))) + 54*(381 - 260*lmMsq)*pow2(lmMst1) - 18*(-1011 + 660*
437  lmMsq + 688*lmMst1)*pow2(lmMst2) + 15648*pow3(lmMst1) + 8544*pow3(
438  lmMst2)))/Mgl) + (pow2(Msq)*(-2880*Mgl*(83 + lmMst1*(52 - 36*lmMst2) -
439  12*lmMsq*(2 + lmMst1 - lmMst2) - 28*lmMst2 + 24*pow2(lmMst1) + 12*pow2(
440  lmMst2)) - 8640*Dmglst1*(107 + lmMst1*(32 - 60*lmMst2) - 12*lmMsq*(2 +
441  lmMst1 - lmMst2) - 8*lmMst2 + 36*pow2(lmMst1) + 24*pow2(lmMst2)) + (
442  pow2(Msq)*(Mgl*(622151 + 12960*lmMsq*(11 + 10*lmMst1 - 10*lmMst2) -
443  135756*lmMst2 + 72*(-4499 + 3060*lmMst2)*pow2(lmMst1) - 185688*pow2(
444  lmMst2) - 36*lmMst1*(69 - 14924*lmMst2 + 3048*pow2(lmMst2)) - 110304*
445  pow3(lmMst1) - 288*pow3(lmMst2)) + Dmglst1*(3058187 + 12960*lmMsq*(43 +
446  66*lmMst1 - 66*lmMst2) - 960732*lmMst2 + 72*(-9407 + 6948*lmMst2)*pow2(
447  lmMst1) + 36*lmMst1*(4415 + 9980*lmMst2 - 10824*pow2(lmMst2)) + 400968*
448  pow2(lmMst2) - 203616*pow3(lmMst1) + 93024*pow3(lmMst2))))/pow2(Mst2))*
449  pow4(Mst1) - 36*pow2(Mst2)*(Mgl*(-160*(37 - 8*lmMst1 + 6*lmMsq*(-2 +
450  lmMst1 - lmMst2) + 20*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow2(
451  Msq)*pow2(Mst1) + 2*(13317 - 408*B4 - 12*DN - 4320*lmMsq + 720*pow2(
452  lmMsq) - 6*lmMst1*(79 - 180*lmMsq + 60*pow2(lmMsq)) + 6*lmMst2*(2135 -
453  420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq) - 60*pow2(lmMst1)) + 6*(-167 +
454  60*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) -
455  200*pow3(lmMst1) + 584*pow3(lmMst2))*pow4(Msq) - 5*(343 - 18*lmMst1 +
456  12*lmMsq*(-13 + 6*lmMst1 - 6*lmMst2) + 174*lmMst2 - 36*pow2(lmMst1) +
457  36*pow2(lmMst2))*pow4(Mst1)) + Dmglst1*(-480*(42 - 10*lmMst1 + 6*lmMsq*
458  (-2 + lmMst1 - lmMst2) + 22*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*
459  pow2(Msq)*pow2(Mst1) + 2*(11337 - 408*B4 - 12*DN - 6480*lmMsq + 720*
460  pow2(lmMsq) - 30*lmMst1*(-73 - 36*lmMsq + 12*pow2(lmMsq)) + 6*lmMst2*(
461  2331 - 420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq) - 60*pow2(lmMst1)) + 18*
462  (-13 + 20*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(
463  lmMst2) - 200*pow3(lmMst1) + 584*pow3(lmMst2))*pow4(Msq) - 5*(1807 -
464  234*lmMst1 + 12*lmMsq*(-61 + 30*lmMst1 - 30*lmMst2) + 966*lmMst2 - 180*
465  pow2(lmMst1) + 180*pow2(lmMst2))*pow4(Mst1))) - 180*(48*(Dmglst1 + Mgl)
466  *pow2(Msq) + (Dmglst1*(91 - 12*lmMsq + 12*lmMst2) + (43 - 12*lmMsq +
467  12*lmMst2)*Mgl)*pow2(Mst1))*pow4(Mst2))/(Mgl*pow4(Msq)))) + (8*pow2(Mt)
468  *(24*(Dmglst1*(7007 - 290*lmMst2 + 30*lmMsq*(251 + 102*lmMt + 36*
469  lmMst2*(1 + lmMt) - 6*lmMst1*(23 + 6*lmMt)) + 540*(lmMst1 - lmMst2)*
470  pow2(lmMsq) + 12*(331 + 15*lmMst2 + 42*lmMt)*pow2(lmMst1) - 288*pow2(
471  lmMst2) - 6*lmMt*(817 + 464*lmMst2 + 108*pow2(lmMst2)) - 864*(2 +
472  lmMst2)*pow2(lmMt) + 4*lmMst1*(-2438 - 408*lmMt + 3*lmMst2*(61 + 12*
473  lmMt) + 9*pow2(lmMst2) + 216*pow2(lmMt)) - 132*pow3(lmMst1) - 84*pow3(
474  lmMst2)) + 3*Mgl*(371 + 156*lmMst2 + 90*lmMsq*(11 + 6*lmMt + 4*lmMst2*(
475  1 + lmMt) - 2*lmMst1*(5 + 2*lmMt)) + 180*(lmMst1 - lmMst2)*pow2(lmMsq)
476  + 12*(60 + 5*lmMst2 + 14*lmMt)*pow2(lmMst1) - 96*pow2(lmMst2) - 6*lmMt*
477  (217 + 154*lmMst2 + 36*pow2(lmMst2)) - 288*(1 + lmMst2)*pow2(lmMt) + 6*
478  lmMst1*(-145 + 26*lmMt + 8*lmMst2*(5 + lmMt) + 2*pow2(lmMst2) + 48*
479  pow2(lmMt)) - 44*pow3(lmMst1) - 28*pow3(lmMst2))) + pow2(Mst1)*((-480*(
480  3*Dmglst1*(-(lmMsq*(7 + 42*lmMst1 - 36*lmMst2 + 6*lmMt)) + lmMst1*(103
481  + 42*lmMt) - 4*(32 + 9*lmMst2*lmMt + 12*(lmMst2 + lmMt)) + 6*pow2(
482  lmMsq)) + Mgl*(27*lmMst1*(3 + 2*lmMt) - 3*lmMsq*(7 + 18*lmMst1 - 12*
483  lmMst2 + 6*lmMt) - 2*(55 + 6*lmMt + 6*lmMst2*(4 + 3*lmMt)) + 18*pow2(
484  lmMsq))))/pow2(Msq) + (8*(3*Mgl*(83 + 540*lmMsq*(-1 + 2*lmMst1 - 2*
485  lmMst2)*(1 + 2*lmMst2 - 2*lmMt) - 18*(163 + 49*lmMst2 - 116*lmMt)*pow2(
486  lmMst1) + 6282*pow2(lmMst2) - 36*lmMt*(31 + 160*lmMst2 + 22*pow2(
487  lmMst2)) + lmMst2*(6591 - 864*pow2(lmMt)) - 3*lmMst1*(1249 - 1536*lmMt
488  + 108*lmMst2*(5 + 4*lmMt) + 66*pow2(lmMst2) - 288*pow2(lmMt)) - 594*
489  pow3(lmMst1) + 1674*pow3(lmMst2)) + Dmglst1*(24721 + 76707*lmMst2 +
490  1620*lmMsq*(-7 + 6*lmMst1 - 6*lmMst2)*(1 + 2*lmMst2 - 2*lmMt) - 18*(838
491  + 525*lmMst2 - 1182*lmMt)*pow2(lmMst1) + 58824*pow2(lmMst2) - 36*lmMt*(
492  939 + 1045*lmMst2 + 129*pow2(lmMst2)) - 9*lmMst1*(1119 - 1108*lmMt +
493  12*lmMst2*(53 + 154*lmMt) + 138*pow2(lmMst2) - 864*pow2(lmMt)) - 2592*(
494  2 + 3*lmMst2)*pow2(lmMt) - 4518*pow3(lmMst1) + 15210*pow3(lmMst2))))/
495  pow2(Mst2)) - (240*(18*(1 + 2*lmMst2 - 2*lmMt)*(Dmglst1*(11 - 15*lmMst1
496  + 15*lmMst2) + (1 - 3*lmMst1 + 3*lmMst2)*Mgl)*pow4(Mst1) + (Dmglst1 +
497  Mgl)*(67 + 12*lmMst2*(2 - 3*lmMt) - 66*lmMt + 6*lmMsq*(7 + 6*(lmMst2 +
498  lmMt)) - 36*pow2(lmMsq))*pow4(Mst2)))/(pow2(Msq)*pow2(Mst2)) + (4*pow4(
499  Mst1)*((-2*Mgl*(20293 + 9*(3199 + 504*lmMst2 - 852*lmMt)*pow2(lmMst1) -
500  1620*lmMsq*(7 + 3*lmMst1*(5 + 2*lmMst2 - 2*lmMt) + 2*lmMt + lmMst2*(-17
501  + 6*lmMt) - 6*pow2(lmMst2)) - 41841*pow2(lmMst2) + 54*lmMt*(83 + 412*
502  lmMst2 + 82*pow2(lmMst2)) + 18*lmMst1*(4094 + 533*lmMst2 - 1044*lmMt +
503  180*lmMst2*lmMt + 42*pow2(lmMst2) - 144*pow2(lmMt)) + 18*lmMst2*(-2903
504  + 144*pow2(lmMt)) + 1620*pow3(lmMst1) - 6912*pow3(lmMst2)) + 2*Dmglst1*
505  (54037 + 273408*lmMst2 - 9*(14497 + 3276*lmMst2 - 4920*lmMt)*pow2(
506  lmMst1) + 1620*lmMsq*(5 + 15*lmMst1*(5 + 2*lmMst2 - 2*lmMt) + 22*lmMt +
507  lmMst2*(-97 + 30*lmMt) - 30*pow2(lmMst2)) + 207819*pow2(lmMst2) - 18*
508  lmMt*(3201 + 5066*lmMst2 + 900*pow2(lmMst2)) - 2592*(2 + 5*lmMst2)*
509  pow2(lmMt) + 6*lmMst1*(-41437 + 8286*lmMt - 15*lmMst2*(341 + 312*lmMt)
510  + 342*pow2(lmMst2) + 2160*pow2(lmMt)) - 5508*pow3(lmMst1) + 32940*pow3(
511  lmMst2)))*pow4(Msq) + 45*(Dmglst1*(736 + 105*lmMst2 + 3*(53 + 60*
512  lmMst2)*lmMt + 4*lmMsq*(-10 + 66*lmMst1 - 45*lmMst2 + 21*lmMt) - 8*
513  lmMst1*(28 + 33*lmMt) - 84*pow2(lmMsq)) + Mgl*(200 + 3*lmMt - 72*
514  lmMst1*lmMt + 12*lmMsq*(-2 + 6*lmMst1 - 3*lmMst2 + 3*lmMt) + 3*lmMst2*(
515  7 + 12*lmMt) - 36*pow2(lmMsq)))*pow4(Mst2)) - 60*(2*(3*Dmglst1 + Mgl)*(
516  112 - 12*lmMsq + lmMst2*(51 - 36*lmMt) - 39*lmMt + 36*lmMsq*(lmMst2 +
517  lmMt) - 36*pow2(lmMsq))*pow2(Mst1) + (Dmglst1 + Mgl)*(169 - 48*lmMsq +
518  lmMst2*(87 - 36*lmMt) - 39*lmMt + 36*lmMsq*(lmMst2 + lmMt) - 36*pow2(
519  lmMsq))*pow2(Mst2))*pow6(Mst2) - pow2(MuSUSY)*(3*Dmglst1*(2*(pow2(Mst1)
520  *(13969 - 11880*B4 + 108*DN - 4320*lmMsq + (-16728 - 3240*lmMsq*(1 +
521  lmMsq))*lmMst1 + 2160*pow2(lmMsq) + 54*(-407 + 300*lmMsq)*pow2(lmMst1)
522  + 12*lmMst2*(4094 + 2205*lmMst1 - 90*lmMsq*(1 + 24*lmMst1) + 270*pow2(
523  lmMsq) + 804*pow2(lmMst1)) + 18*(583 + 540*lmMsq + 680*lmMst1)*pow2(
524  lmMst2) - 16848*pow3(lmMst1) - 5040*pow3(lmMst2)) + 3*pow2(Mst2)*(11337
525  - 408*B4 - 12*DN - 6480*lmMsq + 720*pow2(lmMsq) - 30*lmMst1*(-73 - 36*
526  lmMsq + 12*pow2(lmMsq)) + 6*lmMst2*(2331 - 420*lmMsq - 118*lmMst1 + 60*
527  pow2(lmMsq) - 60*pow2(lmMst1)) + 18*(-13 + 20*lmMsq)*pow2(lmMst1) - 6*(
528  -797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) - 200*pow3(lmMst1) + 584*pow3(
529  lmMst2)))*pow4(Msq) - 720*pow2(Msq)*(2*(41 - 10*lmMst1 + 6*lmMsq*(-2 +
530  lmMst1 - lmMst2) + 22*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow2(
531  Mst1)*pow2(Mst2) + 2*(29 + 48*lmMst2 - 24*pow2(lmMst1) - 6*(lmMst1*(6 -
532  5*lmMst2) + lmMsq*(2 - 3*lmMst1 + 3*lmMst2) + pow2(lmMst2)))*pow4(Mst1)
533  - pow4(Mst2)) - 5*pow2(Mst2)*((-251 + 12*lmMsq - 12*lmMst2)*pow2(Mst1)*
534  pow2(Mst2) + 6*(818 - 117*lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) +
535  477*lmMst2 - 90*pow2(lmMst1) + 90*pow2(lmMst2))*pow4(Mst1) + (11 - 12*
536  lmMsq + 12*lmMst2)*pow4(Mst2))) + Mgl*(2*(9*pow2(Mst2)*(13317 - 408*B4
537  - 12*DN - 4320*lmMsq + 720*pow2(lmMsq) - 6*lmMst1*(79 - 180*lmMsq + 60*
538  pow2(lmMsq)) + 6*lmMst2*(2135 - 420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq)
539  - 60*pow2(lmMst1)) + 6*(-167 + 60*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*
540  lmMsq + 4*lmMst1)*pow2(lmMst2) - 200*pow3(lmMst1) + 584*pow3(lmMst2)) +
541  pow2(Mst1)*(107299 - 19224*B4 - 108*DN - 32400*lmMsq + 6480*pow2(lmMsq)
542  - 24*lmMst1*(6103 - 1755*lmMsq + 405*pow2(lmMsq)) + 18*(-4379 + 1260*
543  lmMsq)*pow2(lmMst1) + 12*lmMst2*(20882 + 699*lmMst1 - 270*lmMsq*(17 +
544  8*lmMst1) + 810*pow2(lmMsq) + 54*pow2(lmMst1)) + 18*(5641 + 180*lmMsq +
545  540*lmMst1)*pow2(lmMst2) - 18072*pow3(lmMst1) + 7704*pow3(lmMst2)))*
546  pow4(Msq) - 720*pow2(Msq)*(2*(34 - 8*lmMst1 + 6*lmMsq*(-2 + lmMst1 -
547  lmMst2) + 20*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow2(Mst1)*pow2(
548  Mst2) + 4*(14 - 21*lmMst1 + lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 27*
549  lmMst2 + 9*lmMst1*lmMst2 - 9*pow2(lmMst1))*pow4(Mst1) - 3*pow4(Mst2)) -
550  15*(6*(134 - 9*lmMst1 + 36*lmMsq*(-2 + lmMst1 - lmMst2) + 81*lmMst2 -
551  18*pow2(lmMst1) + 18*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-107 + 12*
552  lmMsq - 12*lmMst2)*pow2(Mst1)*pow4(Mst2) + (11 - 12*lmMsq + 12*lmMst2)*
553  pow6(Mst2)))))/(pow4(Msq)*pow4(Mst2))))/Mgl))/3888. + pow2(Mt)*(pow2(
554  s2t)*(pow2(Mst1)*(268.4533251028807 - (8*DN)/9. - (100*lmMsq)/3. + 20*
555  pow2(lmMsq) - (2*lmMst1*(4703 + 500*lmMsq + 375*pow2(lmMsq)))/225. + (
556  2*lmMst2*(33703 + 1745*lmMst1 - 250*lmMsq*(16 + 3*lmMst1) + 375*pow2(
557  lmMsq) - 1025*pow2(lmMst1)))/225. + ((-273 + 100*lmMsq)*pow2(lmMst1))/
558  15. + ((4601 + 1770*lmMst1)*pow2(lmMst2))/45. + (32*lmMt*pow2(1 -
559  lmMst1 + lmMst2))/3. - (64*pow3(lmMst1))/3. + (Dmglst1*(156781 - 864*B4
560  - 432*DN - 10260*lmMsq - 30*(95 + 324*lmMsq)*lmMst1 + 9720*pow2(lmMsq)
561  + 7524*pow2(lmMst1) + 6*lmMst2*(21991 - 1620*lmMsq + 372*lmMst1 + 432*
562  pow2(lmMst1)) + 36*(1025 + 168*lmMst1)*pow2(lmMst2) + 5184*lmMt*(2 + 3*
563  lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2)) - 7200*
564  pow3(lmMst1) - 1440*pow3(lmMst2)))/(243.*Mgl) - (80*pow3(lmMst2))/9.) -
565  ((2*(750*Dmglst1*(131 - 120*lmMsq + 78*lmMst1 + 42*lmMst2) + Mgl*(22642
566  + 15*lmMsq*(-1282 + 195*lmMst1 - 75*lmMst2) + 7500*lmMst2 + 15*lmMst1*(
567  782 + 75*lmMst2) - 900*pow2(lmMsq) - 2025*pow2(lmMst1))))/(2025.*Mgl*
568  pow2(Msq)) + (238.25271580142933 - (50*lmMsq)/3. + (543.1291609977325 -
569  (100*lmMsq)/3.)*lmMst1 + 10*pow2(lmMsq) + (266299*pow2(lmMst1))/945. +
570  (lmMst2*(-14193447 + 441000*lmMsq - 9820930*lmMst1 + 455700*pow2(
571  lmMst1)))/33075. + (48.90899470899471 - (700*lmMst1)/9.)*pow2(lmMst2) -
572  (64*lmMt*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(lmMst1) + pow2(
573  lmMst2)))/3. + (836*pow3(lmMst1))/27. + (892*pow3(lmMst2))/27. + (
574  Dmglst1*(63295 - 222366*lmMst2 + 1620*lmMsq*(9 - 20*lmMst1 + 14*lmMst2)
575  + 4860*pow2(lmMsq) - 144*(-1355 + 39*lmMst2 + 144*lmMt)*pow2(lmMst1) +
576  6*lmMst1*(42083 + 6048*lmMt + 48*lmMst2*(-953 + 144*lmMt) - 9432*pow2(
577  lmMst2)) + 97488*pow2(lmMst2) - 5184*lmMt*(2 + 7*lmMst2 + 4*pow2(
578  lmMst2)) + 29520*pow3(lmMst1) + 32688*pow3(lmMst2)))/(243.*Mgl))/pow2(
579  Mst2))*pow4(Mst1) + (pow2(Mst2)*(51450*Dmglst1*(120*(7 - 20*lmMsq + 26*
580  lmMst1 - 6*lmMst2)*pow2(Msq)*pow2(Mst1) + 4*(158 + 60*lmMsq*(-4 + 9*
581  lmMst1) + lmMst1*(70 - 138*lmMst2) + 96*lmMst2 - 270*pow2(lmMsq) - 459*
582  pow2(lmMst1) - 27*pow2(lmMst2))*pow4(Msq) + 5*(17 - 324*lmMsq + 408*
583  lmMst1 - 84*lmMst2)*pow4(Mst1)) - Mgl*(2744*(3091 + 10020*lmMst2 + 30*
584  lmMst1*(-491 + 150*lmMst2) + 30*lmMsq*(157 - 60*(lmMst1 + lmMst2)) +
585  1800*pow2(lmMsq) - 1350*pow2(lmMst1) - 1350*pow2(lmMst2))*pow2(Msq)*
586  pow2(Mst1) + 8575*(4501 - 288*DN - 10896*lmMst1 + 1080*(3 - lmMst1 +
587  lmMst2)*pow2(lmMsq) + 2952*pow2(lmMst1) - 24*lmMst2*(-733 + 336*lmMst1
588  + 36*pow2(lmMst1)) - 72*(-191 + 44*lmMst1)*pow2(lmMst2) - 360*lmMsq*(3
589  + lmMst1*(4 - 6*lmMst2) + 14*lmMst2 + 6*pow2(lmMst2)) - 696*pow3(
590  lmMst1) + 4728*pow3(lmMst2))*pow4(Msq) - 60*(130598 + lmMst1*(423822 -
591  46305*lmMst2) - 105*lmMsq*(2929 + 231*lmMst1 - 441*lmMst2) - 116277*
592  lmMst2 - 11025*pow2(lmMsq) + 35280*pow2(lmMst1))*pow4(Mst1))))/(2.7783e6
593  *Mgl*pow4(Msq)) + ((2*(5108 + 15*lmMsq*(-218 + 75*lmMst1 - 195*
594  lmMst2) + 6270*lmMst2 - 375*lmMst1*(8 + 3*lmMst2) + 900*pow2(lmMsq) +
595  2025*pow2(lmMst2)))/(2025.*pow2(Msq)) + (2*(-1 + 2*lmMst2))/(3.*pow2(
596  Mst1)) - ((2.3647986178598424 - (991*lmMsq)/441. + (1.4 - lmMsq)*lmMst1
597  + (0.8471655328798186 + (11*lmMsq)/21. + lmMst1)*lmMst2 + (5*Dmglst1*(
598  13 - 12*lmMsq + 12*lmMst2))/(18.*Mgl) + (5*pow2(lmMsq))/21. - (16*pow2(
599  lmMst2))/21.)*pow2(Mst1))/pow4(Msq))*pow4(Mst2) + (2*((8*OepS2 - 27*(37
600  + 6*lmMst1 - 6*lmMst2)*S2)*pow2(Mst2) + (-1480*OepS2 + 27*(2069 + 1110*
601  lmMst1 - 1110*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst1) - 27*((8*OepS2 - 81*
602  (1 + 2*lmMst1 - 2*lmMst2)*S2)*pow2(Mst2) + (8*OepS2 + 81*(11 - 2*lmMst1
603  + 2*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst2) - 3*pow2(Mst1)*(4*(136*OepS2 -
604  81*(49 + 34*lmMst1 - 34*lmMst2)*S2)*pow2(Mst2)*pow2(MuSUSY) + (40*OepS2
605  - 81*(61 + 10*lmMst1 - 10*lmMst2)*S2)*pow4(Mst2)))/(729.*pow4(Mst2)) -
606  pow2(MuSUSY)*(83.61265432098766 + 4*B4 - (4*DN)/9. - (185*lmMsq)/9. + (
607  25*pow2(lmMsq))/3. - (lmMst1*(3781 - 300*lmMsq + 180*pow2(lmMsq)))/108.
608  + (lmMst2*(14065 - 3498*lmMst1 + 60*lmMsq*(-35 + 12*lmMst1) + 180*
609  pow2(lmMsq) - 18*pow2(lmMst1)))/108. + (6.361111111111111 - (5*lmMsq)/
610  3.)*pow2(lmMst1) - ((-2193 + 180*lmMsq + 442*lmMst1)*pow2(lmMst2))/36.
611  + ((Dmglst1*(7 - 60*lmMsq*(-5 + 6*lmMst1) - 226*lmMst2 + lmMst1*(-2 +
612  220*lmMst2) + 180*pow2(lmMsq) + 178*pow2(lmMst1) + 18*pow2(lmMst2)))/
613  18. + ((Mgl*(836 + 143*lmMst1 + (-353 + 750*lmMst1)*lmMst2 + 30*lmMsq*(
614  7 - 4*lmMst1 + 4*lmMst2) - 315*pow2(lmMst1) - 435*pow2(lmMst2)) + 50*
615  Dmglst1*(82 - 93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*lmMst2
616  - 9*pow2(lmMst1) + 9*pow2(lmMst2)))*pow2(Mst1))/(135.*pow2(Msq)))/Mgl +
617  ((1 - 2*lmMst2)*pow2(Mst2))/(3.*pow2(Mst1)) + (11*pow3(lmMst1))/18. + (
618  71*pow3(lmMst2))/6. - (pow2(Mst1)*(26.575942386831276 - (76*B4)/9. + (
619  2*DN)/9. + (35*lmMsq)/3. - 5*pow2(lmMsq) + lmMst1*(224.2274074074074 -
620  (380*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (149*pow2(lmMst1))/90. - (
621  lmMst2*(372457 - 242670*lmMst1 + 1500*lmMsq*(-47 + 24*lmMst1) + 18000*
622  pow2(lmMsq) + 17700*pow2(lmMst1)))/1350. + ((-17709 + 2400*lmMsq +
623  6940*lmMst1)*pow2(lmMst2))/90. + (8*pow3(lmMst1))/27. - (1736*pow3(
624  lmMst2))/27. - (2*Dmglst1*(586 + 36*B4 + 30*DN - 495*lmMsq + 135*pow2(
625  lmMsq) - 6*lmMst1*(-73 - 45*lmMsq + 45*pow2(lmMsq)) + 3*lmMst2*(229 -
626  180*lmMsq + 86*lmMst1 + 90*pow2(lmMsq) - 79*pow2(lmMst1)) + 18*(-43 +
627  15*lmMsq)*pow2(lmMst1) - 3*(-372 + 90*lmMsq + 49*lmMst1)*pow2(lmMst2) -
628  65*pow3(lmMst1) + 449*pow3(lmMst2)))/(27.*Mgl)))/pow2(Mst2) + pow4(
629  Mst1)*((514500*Dmglst1*(485 - 346*lmMst1 + 12*lmMsq*(1 + 10*lmMst1 -
630  10*lmMst2) + 334*lmMst2 - 60*pow2(lmMst1) + 60*pow2(lmMst2)) - Mgl*(-
631  41220947 + 420*lmMsq*(12479 + 4830*lmMst1 - 5670*lmMst2) + 1081710*
632  lmMst2 - 210*lmMst1*(30109 + 123480*lmMst2) + 176400*pow2(lmMsq) +
633  11951100*pow2(lmMst1) + 14156100*pow2(lmMst2)))/(1.11132e7*Mgl*pow4(
634  Msq)) - (265.6519022158834 - (76*B4)/9. + (2*DN)/9. - (25*lmMsq)/2. +
635  lmMst1*(426.37458616780043 - (605*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
636  66.24060846560846 - (40*lmMsq)/3.)*pow2(lmMst1) - lmMst2*(
637  411.7079195011338 - (1386139*lmMst1)/3780. + (5*lmMsq*(-121 + 96*
638  lmMst1))/9. + (40*pow2(lmMsq))/3. + (298*pow2(lmMst1))/3.) - (
639  298.6850529100529 - 40*lmMsq - (2174*lmMst1)/9.)*pow2(lmMst2) + (80*
640  pow3(lmMst1))/27. + (Dmglst1*(112.49099794238683 - (8*B4)/3. - (20*DN)/
641  9. + lmMst1*(254.24382716049382 - 120*lmMsq + 20*pow2(lmMsq)) + (
642  129.57407407407408 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
643  211.57716049382717 - 120*lmMsq - (1439*lmMst1)/27. + 20*pow2(lmMsq) + (
644  338*pow2(lmMst1))/9.) + ((-9491 + 1080*lmMsq + 6636*lmMst1)*pow2(
645  lmMst2))/54. + (38*pow3(lmMst1))/9. - (806*pow3(lmMst2))/9.))/Mgl - (
646  3920*pow3(lmMst2))/27.)/pow4(Mst2)) - ((1.7499706655148832 + lmMsq*(-
647  0.990854119425548 + (8*lmMst1)/9. - (52*lmMst2)/63.) + (10511*lmMst2)/
648  4410. - (4*lmMst1*(47 + 30*lmMst2))/135. + (5*Dmglst1)/(6.*Mgl) - (2*
649  pow2(lmMsq))/63. + (6*pow2(lmMst2))/7.)*pow2(Mst1)*pow2(Mst2) + (
650  0.6658120973257028 + lmMsq*(-0.36171579743008314 + lmMst1/9. - lmMst2/
651  7.) + (15647*lmMst2)/26460. - (lmMst1*(31 + 15*lmMst2))/135. + pow2(
652  lmMsq)/63. + (8*pow2(lmMst2))/63.)*pow4(Mst2))/pow4(Msq) - (100*
653  Dmglst1*(55 + lmMst1 + 6*lmMsq*(-5 + 7*lmMst1 - 7*lmMst2) + 29*lmMst2 -
654  21*pow2(lmMst1) + 21*pow2(lmMst2))*pow4(Mst1) + Mgl*((1525 + 30*lmMsq*(
655  -25 + 44*lmMst1 - 44*lmMst2) + 1928*lmMst2 - 2*lmMst1*(589 + 900*
656  lmMst2) + 240*pow2(lmMst1) + 1560*pow2(lmMst2))*pow4(Mst1) + (939 + 30*
657  lmMsq*(-12 + 5*lmMst1 - 5*lmMst2) + 760*lmMst2 - 50*lmMst1*(8 + 3*
658  lmMst2) + 150*pow2(lmMst2))*pow4(Mst2)))/(135.*Mgl*pow2(Msq)*pow2(Mst2)
659  ))) + (pow2(MuSUSY)*(pow2(s2t)*(83.61265432098766 + 4*B4 - (4*DN)/9. -
660  (185*lmMsq)/9. + (25*pow2(lmMsq))/3. - (lmMst1*(3781 - 300*lmMsq + 180*
661  pow2(lmMsq)))/108. + (lmMst2*(14065 - 3498*lmMst1 + 60*lmMsq*(-35 + 12*
662  lmMst1) + 180*pow2(lmMsq) - 18*pow2(lmMst1)))/108. + ((229 - 60*lmMsq)*
663  pow2(lmMst1))/36. - ((-2193 + 180*lmMsq + 442*lmMst1)*pow2(lmMst2))/36.
664  + ((Dmglst1*(7 - 60*lmMsq*(-5 + 6*lmMst1) - 226*lmMst2 + lmMst1*(-2 +
665  220*lmMst2) + 180*pow2(lmMsq) + 178*pow2(lmMst1) + 18*pow2(lmMst2)))/
666  18. + ((Mgl*(836 + 143*lmMst1 + (-353 + 750*lmMst1)*lmMst2 + 30*lmMsq*(
667  7 - 4*lmMst1 + 4*lmMst2) - 315*pow2(lmMst1) - 435*pow2(lmMst2)) + 50*
668  Dmglst1*(82 - 93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*lmMst2
669  - 9*pow2(lmMst1) + 9*pow2(lmMst2)))*pow2(Mst1))/(135.*pow2(Msq)))/Mgl +
670  ((1 - 2*lmMst2)*pow2(Mst2))/(3.*pow2(Mst1)) + (11*pow3(lmMst1))/18. + (
671  71*pow3(lmMst2))/6. - (pow2(Mst1)*(26.575942386831276 - (76*B4)/9. + (
672  2*DN)/9. + (35*lmMsq)/3. - 5*pow2(lmMsq) + lmMst1*(224.2274074074074 -
673  (380*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (149*pow2(lmMst1))/90. - (
674  lmMst2*(372457 - 242670*lmMst1 + 1500*lmMsq*(-47 + 24*lmMst1) + 18000*
675  pow2(lmMsq) + 17700*pow2(lmMst1)))/1350. + ((-17709 + 2400*lmMsq +
676  6940*lmMst1)*pow2(lmMst2))/90. + (8*pow3(lmMst1))/27. - (1736*pow3(
677  lmMst2))/27. - (2*Dmglst1*(586 + 36*B4 + 30*DN - 495*lmMsq + 135*pow2(
678  lmMsq) - 6*lmMst1*(-73 - 45*lmMsq + 45*pow2(lmMsq)) + 3*lmMst2*(229 -
679  180*lmMsq + 86*lmMst1 + 90*pow2(lmMsq) - 79*pow2(lmMst1)) + 18*(-43 +
680  15*lmMsq)*pow2(lmMst1) - 3*(-372 + 90*lmMsq + 49*lmMst1)*pow2(lmMst2) -
681  65*pow3(lmMst1) + 449*pow3(lmMst2)))/(27.*Mgl)))/pow2(Mst2) + pow4(
682  Mst1)*((514500*Dmglst1*(485 - 346*lmMst1 + 12*lmMsq*(1 + 10*lmMst1 -
683  10*lmMst2) + 334*lmMst2 - 60*pow2(lmMst1) + 60*pow2(lmMst2)) - Mgl*(-
684  41220947 + 420*lmMsq*(12479 + 4830*lmMst1 - 5670*lmMst2) + 1081710*
685  lmMst2 - 210*lmMst1*(30109 + 123480*lmMst2) + 176400*pow2(lmMsq) +
686  11951100*pow2(lmMst1) + 14156100*pow2(lmMst2)))/(1.11132e7*Mgl*pow4(
687  Msq)) - (265.6519022158834 - (76*B4)/9. + (2*DN)/9. - (25*lmMsq)/2. +
688  lmMst1*(426.37458616780043 - (605*lmMsq)/9. + (40*pow2(lmMsq))/3.) - (
689  66.24060846560846 - (40*lmMsq)/3.)*pow2(lmMst1) - lmMst2*(
690  411.7079195011338 - (1386139*lmMst1)/3780. + (5*lmMsq*(-121 + 96*
691  lmMst1))/9. + (40*pow2(lmMsq))/3. + (298*pow2(lmMst1))/3.) - (
692  298.6850529100529 - 40*lmMsq - (2174*lmMst1)/9.)*pow2(lmMst2) + (80*
693  pow3(lmMst1))/27. + (Dmglst1*(112.49099794238683 - (8*B4)/3. - (20*DN)/
694  9. + lmMst1*(254.24382716049382 - 120*lmMsq + 20*pow2(lmMsq)) + (
695  129.57407407407408 - 20*lmMsq)*pow2(lmMst1) - lmMst2*(
696  211.57716049382717 - 120*lmMsq - (1439*lmMst1)/27. + 20*pow2(lmMsq) + (
697  338*pow2(lmMst1))/9.) + ((-9491 + 1080*lmMsq + 6636*lmMst1)*pow2(
698  lmMst2))/54. + (38*pow3(lmMst1))/9. - (806*pow3(lmMst2))/9.))/Mgl - (
699  3920*pow3(lmMst2))/27.)/pow4(Mst2)) + (S2*(81*(11 - 2*lmMst1 + 2*
700  lmMst2) - (36*(49 + 34*lmMst1 - 34*lmMst2)*pow2(Mst1))/pow2(Mst2) - (2*
701  (2069 + 1110*lmMst1 - 1110*lmMst2)*pow4(Mst1))/pow4(Mst2)))/27. + (8*
702  OepS2*(204*pow2(Mst1)*pow2(Mst2) + 370*pow4(Mst1) + 27*pow4(Mst2)))/(
703  729.*pow4(Mst2)) - ((1.7499706655148832 + lmMsq*(-0.990854119425548 + (
704  8*lmMst1)/9. - (52*lmMst2)/63.) + (10511*lmMst2)/4410. - (4*lmMst1*(47
705  + 30*lmMst2))/135. + (5*Dmglst1)/(6.*Mgl) - (2*pow2(lmMsq))/63. + (6*
706  pow2(lmMst2))/7.)*pow2(Mst1)*pow2(Mst2) + (0.6658120973257028 + lmMsq*(
707  -0.36171579743008314 + lmMst1/9. - lmMst2/7.) + (15647*lmMst2)/26460. -
708  (lmMst1*(31 + 15*lmMst2))/135. + pow2(lmMsq)/63. + (8*pow2(lmMst2))/63.
709  )*pow4(Mst2))/pow4(Msq) - (100*Dmglst1*(55 + lmMst1 + 6*lmMsq*(-5 + 7*
710  lmMst1 - 7*lmMst2) + 29*lmMst2 - 21*pow2(lmMst1) + 21*pow2(lmMst2))*
711  pow4(Mst1) + Mgl*((1525 + 30*lmMsq*(-25 + 44*lmMst1 - 44*lmMst2) +
712  1928*lmMst2 - 2*lmMst1*(589 + 900*lmMst2) + 240*pow2(lmMst1) + 1560*
713  pow2(lmMst2))*pow4(Mst1) + (939 + 30*lmMsq*(-12 + 5*lmMst1 - 5*lmMst2)
714  + 760*lmMst2 - 50*lmMst1*(8 + 3*lmMst2) + 150*pow2(lmMst2))*pow4(Mst2))
715  )/(135.*Mgl*pow2(Msq)*pow2(Mst2))) + (Mst1*Mt*(144*Mst1*Mt*(2*Dmglst1*(
716  735 - 6*B4 - 3*DN - 78*lmMst1 + 6*pow2(lmMst1) + 6*lmMst2*(85 - 6*
717  lmMst1 + pow2(lmMst1)) + 18*(7 + lmMst1)*pow2(lmMst2) + 24*lmMt*(2 + 3*
718  lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2)) - 26*
719  pow3(lmMst1) + 2*pow3(lmMst2)) + Mgl*(417 - 6*B4 - 3*DN - 162*lmMst1 +
720  6*lmMst2*(87 - 8*lmMst1 + pow2(lmMst1)) + 18*(8 + lmMst1)*pow2(lmMst2)
721  + 24*lmMt*pow2(1 - lmMst1 + lmMst2) - 26*pow3(lmMst1) + 2*pow3(lmMst2))
722  ) + (s2t*(3*Dmglst1*(2*(pow2(Mst1)*(13969 - 11880*B4 + 108*DN - 4320*
723  lmMsq + (-16728 - 3240*lmMsq*(1 + lmMsq))*lmMst1 + 2160*pow2(lmMsq) +
724  54*(-407 + 300*lmMsq)*pow2(lmMst1) + 12*lmMst2*(4094 + 2205*lmMst1 -
725  90*lmMsq*(1 + 24*lmMst1) + 270*pow2(lmMsq) + 804*pow2(lmMst1)) + 18*(
726  583 + 540*lmMsq + 680*lmMst1)*pow2(lmMst2) - 16848*pow3(lmMst1) - 5040*
727  pow3(lmMst2)) + 3*pow2(Mst2)*(11337 - 408*B4 - 12*DN - 6480*lmMsq +
728  720*pow2(lmMsq) - 30*lmMst1*(-73 - 36*lmMsq + 12*pow2(lmMsq)) + 6*
729  lmMst2*(2331 - 420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq) - 60*pow2(
730  lmMst1)) + 18*(-13 + 20*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*lmMsq + 4*
731  lmMst1)*pow2(lmMst2) - 200*pow3(lmMst1) + 584*pow3(lmMst2)))*pow4(Msq)
732  - 720*pow2(Msq)*(2*(41 - 10*lmMst1 + 6*lmMsq*(-2 + lmMst1 - lmMst2) +
733  22*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + 2*
734  (29 + 48*lmMst2 - 24*pow2(lmMst1) - 6*(lmMst1*(6 - 5*lmMst2) + lmMsq*(2
735  - 3*lmMst1 + 3*lmMst2) + pow2(lmMst2)))*pow4(Mst1) - pow4(Mst2)) - 5*
736  pow2(Mst2)*((-251 + 12*lmMsq - 12*lmMst2)*pow2(Mst1)*pow2(Mst2) + 6*(
737  818 - 117*lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) + 477*lmMst2 - 90*
738  pow2(lmMst1) + 90*pow2(lmMst2))*pow4(Mst1) + (11 - 12*lmMsq + 12*
739  lmMst2)*pow4(Mst2))) + Mgl*(2*(9*pow2(Mst2)*(13317 - 408*B4 - 12*DN -
740  4320*lmMsq + 720*pow2(lmMsq) - 6*lmMst1*(79 - 180*lmMsq + 60*pow2(
741  lmMsq)) + 6*lmMst2*(2135 - 420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq) -
742  60*pow2(lmMst1)) + 6*(-167 + 60*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*
743  lmMsq + 4*lmMst1)*pow2(lmMst2) - 200*pow3(lmMst1) + 584*pow3(lmMst2)) +
744  pow2(Mst1)*(107299 - 19224*B4 - 108*DN - 32400*lmMsq + 6480*pow2(lmMsq)
745  - 24*lmMst1*(6103 - 1755*lmMsq + 405*pow2(lmMsq)) + 18*(-4379 + 1260*
746  lmMsq)*pow2(lmMst1) + 12*lmMst2*(20882 + 699*lmMst1 - 270*lmMsq*(17 +
747  8*lmMst1) + 810*pow2(lmMsq) + 54*pow2(lmMst1)) + 18*(5641 + 180*lmMsq +
748  540*lmMst1)*pow2(lmMst2) - 18072*pow3(lmMst1) + 7704*pow3(lmMst2)))*
749  pow4(Msq) - 720*pow2(Msq)*(2*(34 - 8*lmMst1 + 6*lmMsq*(-2 + lmMst1 -
750  lmMst2) + 20*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow2(Mst1)*pow2(
751  Mst2) + 4*(14 - 21*lmMst1 + lmMsq*(-6 + 9*lmMst1 - 9*lmMst2) + 27*
752  lmMst2 + 9*lmMst1*lmMst2 - 9*pow2(lmMst1))*pow4(Mst1) - 3*pow4(Mst2)) -
753  15*(6*(134 - 9*lmMst1 + 36*lmMsq*(-2 + lmMst1 - lmMst2) + 81*lmMst2 -
754  18*pow2(lmMst1) + 18*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-107 + 12*
755  lmMsq - 12*lmMst2)*pow2(Mst1)*pow4(Mst2) + (11 - 12*lmMsq + 12*lmMst2)*
756  pow6(Mst2)))))/pow4(Msq)))/(486.*Mgl*pow4(Mst2))))/pow2(Sbeta)) + (
757  MuSUSY*(s2t*pow3(Mt)*(29.117283950617285 - (16*DN)/9. - (20*lmMsq)/3. +
758  20*pow2(lmMsq) - (4*lmMst1*(454 + 60*lmMsq + 45*pow2(lmMsq)))/27. + (4*
759  lmMst2*(715 - 336*lmMst1 + 30*lmMsq*(-7 + 3*lmMst1) + 45*pow2(lmMsq) -
760  36*pow2(lmMst1)))/27. + (164*pow2(lmMst1))/9. - (4*(-191 + 30*lmMsq +
761  44*lmMst1)*pow2(lmMst2))/9. - (116*pow3(lmMst1))/27. + (788*pow3(
762  lmMst2))/27. + pow2(Mst2)*((4 - 8*lmMst2)/(3.*pow2(Mst1)) + (1715*(30*
763  Dmglst1*(13 - 12*lmMsq + 12*lmMst2) + Mgl*(195 - 60*lmMsq*(3 + 2*lmMst1
764  - 2*lmMst2) + 4*lmMst2 + 8*lmMst1*(22 + 15*lmMst2) - 120*pow2(lmMst2)))
765  *pow2(Mst1) - Mgl*(103583 + 420*lmMsq*(-256 + 49*lmMst1 - 259*lmMst2) +
766  150052*lmMst2 - 1372*lmMst1*(31 + 15*lmMst2) + 44100*pow2(lmMsq) +
767  64680*pow2(lmMst2))*pow2(Mst2))/(92610.*Mgl*pow4(Msq))) + S2*(-6*(1 +
768  2*lmMst1 - 2*lmMst2) - (28*(5 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1))/(3.*
769  pow2(Mst2)) - (8*(139 + 60*lmMst1 - 60*lmMst2)*pow4(Mst1))/(27.*pow4(
770  Mst2))) + (16*OepS2*(42*pow2(Mst1)*pow2(Mst2) + 40*pow4(Mst1) + 27*
771  pow4(Mst2)))/(729.*pow4(Mst2)) + ((4*Dmglst1*(-158 - 60*lmMsq*(-4 + 9*
772  lmMst1) - 96*lmMst2 + 2*lmMst1*(-35 + 69*lmMst2) + 270*pow2(lmMsq) +
773  459*pow2(lmMst1) + 27*pow2(lmMst2)))/27. + (2*pow2(Mst1)*((-30*(2250*
774  Dmglst1*(7 - 20*lmMsq + 26*lmMst1 - 6*lmMst2) + Mgl*(2017 + 15*lmMst1*(
775  782 - 375*lmMst2) + 15*lmMsq*(-532 + 195*lmMst1 - 75*lmMst2) - 3750*
776  lmMst2 - 900*pow2(lmMsq) + 1350*pow2(lmMst1) + 3375*pow2(lmMst2))))/
777  pow2(Msq) - (Mgl*(7874051 + 7815060*lmMst2 + 303750*pow2(lmMsq) - 675*(
778  989 + 290*lmMst2 - 480*lmMt)*pow2(lmMst1) - 90*lmMst1*(6359 - 10035*
779  lmMst2 + 7200*(1 + lmMst2)*lmMt - 16575*pow2(lmMst2)) + 1978425*pow2(
780  lmMst2) - 101250*lmMsq*(9 + (6 + 4*lmMst1)*lmMst2 - 2*(pow2(lmMst1) +
781  pow2(lmMst2))) + 324000*lmMt*pow2(1 + lmMst2) - 582750*pow3(lmMst1) -
782  713250*pow3(lmMst2)) + 125*Dmglst1*(164809 - 864*B4 - 432*DN - 14580*
783  lmMsq - 9366*lmMst1 + 4860*pow2(lmMsq) - 6*lmMst2*(-23575 + 1620*lmMsq
784  + 906*lmMst1 - 432*pow2(lmMst1)) + 1854*pow2(lmMst1) + 18*(2167 + 336*
785  lmMst1)*pow2(lmMst2) + 5184*lmMt*(2 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2)
786  + pow2(lmMst1) + pow2(lmMst2)) - 7200*pow3(lmMst1) - 1440*pow3(lmMst2))
787  )/pow2(Mst2)))/30375. + (4*(375*(20*Dmglst1*(11 - 6*lmMsq + 6*lmMst2) +
788  Mgl*(55 - 30*lmMsq + 6*(5 + 3*lmMst1)*lmMst2 - 9*(pow2(lmMst1) + pow2(
789  lmMst2))))*pow4(Mst1) - Mgl*(5108 + 15*lmMsq*(-218 + 75*lmMst1 - 195*
790  lmMst2) + 6270*lmMst2 - 375*lmMst1*(8 + 3*lmMst2) + 900*pow2(lmMsq) +
791  2025*pow2(lmMst2))*pow4(Mst2)))/(2025.*pow2(Msq)*pow2(Mst2)) - (pow4(
792  Mst1)*(1543500*Dmglst1*(2*(17783 - 144*B4 - 72*DN - 4860*lmMsq + 12*(-
793  3889 + 450*lmMsq)*lmMst1 - 30483*pow2(lmMst1) + 6*lmMst2*(10610 - 900*
794  lmMsq + 6897*lmMst1 + 228*pow2(lmMst1)) + 9*(-891 + 1160*lmMst1)*pow2(
795  lmMst2) + 864*lmMt*(4 + 10*lmMst2 - 10*lmMst1*(1 + lmMst2) + 5*pow2(
796  lmMst1) + 5*pow2(lmMst2)) - 6120*pow3(lmMst1) - 5688*pow3(lmMst2))*
797  pow4(Msq) - 15*(11 + 144*lmMsq - 204*lmMst1 + 60*lmMst2)*pow4(Mst2)) +
798  Mgl*(2*(1311202751 + 43575800310*lmMst2 - 132300*(138494 + 9555*lmMst2
799  - 15120*lmMt)*pow2(lmMst1) - 1890*lmMst1*(18939979 + 1411200*lmMt +
800  280*lmMst2*(-36067 + 7560*lmMt) - 4196850*pow2(lmMst2)) + 1681003800*
801  pow2(lmMst2) + 416745000*lmMsq*(-2 + lmMst1*(5 - 2*lmMst2) - 5*lmMst2 +
802  pow2(lmMst1) + pow2(lmMst2)) + 666792000*lmMt*(1 + 4*lmMst2 + 3*pow2(
803  lmMst2)) - 3134848500*pow3(lmMst1) - 3533071500*pow3(lmMst2))*pow4(Msq)
804  + 675*(187967 + 28*lmMst1*(49766 - 13965*lmMst2) + 420*lmMsq*(-2194 +
805  259*lmMst1 - 49*lmMst2) - 471968*lmMst2 - 44100*pow2(lmMsq) + 141120*
806  pow2(lmMst1) + 205800*pow2(lmMst2))*pow4(Mst2))))/(6.251175e7*pow4(Msq)
807  *pow4(Mst2)))/Mgl) + (Mst1*(3*Mgl*(4*(pow2(Mst1)*(1747 - 1929*lmMst2 +
808  18*(-29 + 39*lmMst2 - 144*lmMt)*pow2(lmMst1) - 540*lmMsq*(7 + lmMst2 -
809  lmMsq*lmMst2 + lmMst1*(-6 + lmMsq + 4*lmMst2 - 6*lmMt) + 5*lmMt + 6*
810  lmMst2*lmMt - 4*pow2(lmMst2)) - 5274*pow2(lmMst2) + 18*lmMt*(327 + 570*
811  lmMst2 + 80*pow2(lmMst2)) + 3*lmMst1*(985 - 2268*lmMt + 12*lmMst2*(41 +
812  32*lmMt) + 54*pow2(lmMst2) - 576*pow2(lmMt)) + 864*(1 + 2*lmMst2)*pow2(
813  lmMt) + 726*pow3(lmMst1) - 1590*pow3(lmMst2)) + 6*pow2(Mst2)*(212 +
814  225*lmMst2 - 90*lmMsq*(7 + 3*lmMt + lmMst2*(3 - lmMsq + 2*lmMt) +
815  lmMst1*(lmMsq - 2*(3 + lmMt))) - 6*(67 + 5*lmMst2 + 14*lmMt)*pow2(
816  lmMst1) + 102*pow2(lmMst2) + 3*lmMt*(265 + 202*lmMst2 + 36*pow2(lmMst2)
817  ) + 144*(1 + lmMst2)*pow2(lmMt) - 6*lmMst1*(-54 + 37*lmMt + lmMst2*(22
818  + 4*lmMt) + pow2(lmMst2) + 24*pow2(lmMt)) + 22*pow3(lmMst1) + 14*pow3(
819  lmMst2)))*pow4(Msq) + 5*pow2(Mst2)*(3*(223 - 12*lmMsq + 18*lmMst2*(5 -
820  4*lmMt) - 78*lmMt + 72*lmMsq*(lmMst2 + lmMt) - 72*pow2(lmMsq))*pow2(
821  Mst1)*pow2(Mst2) + 36*(-15 + lmMst2 + 12*lmMsq*lmMst2 - 7*lmMt - 12*
822  lmMst2*lmMt + lmMst1*(6 - 12*lmMsq + 12*lmMt))*pow4(Mst1) + (299 - 60*
823  lmMsq + 6*lmMst2*(23 - 12*lmMt) - 78*lmMt + 72*lmMsq*(lmMst2 + lmMt) -
824  72*pow2(lmMsq))*pow4(Mst2)) - 80*pow2(Msq)*(9*(11 + 6*lmMst1*(-2 +
825  lmMsq - lmMt) + 5*lmMt + lmMst2*(7 - 6*lmMsq + 6*lmMt))*pow2(Mst1)*
826  pow2(Mst2) + 9*(11 + 6*lmMst1*(-2 + lmMsq + lmMst2 - 2*lmMt) + 7*lmMt +
827  lmMst2*(5 - 6*lmMsq + 12*lmMt) - 6*pow2(lmMst2))*pow4(Mst1) + (-17 +
828  33*lmMt - 6*lmMsq*(5 + 3*lmMst2 + 3*lmMt) + 3*lmMst2*(-1 + 6*lmMt) +
829  18*pow2(lmMsq))*pow4(Mst2))) - Dmglst1*(4*(6*pow2(Mst2)*(1846 - 1057*
830  lmMst2 + 30*lmMsq*(151 + 51*lmMt + 9*lmMst2*(3 + 2*lmMt) - 6*lmMst1*(13
831  + 3*lmMt)) + 270*(lmMst1 - lmMst2)*pow2(lmMsq) + 6*(352 + 15*lmMst2 +
832  42*lmMt)*pow2(lmMst1) - 306*pow2(lmMst2) - 3*lmMt*(1105 + 608*lmMst2 +
833  108*pow2(lmMst2)) - 432*(2 + lmMst2)*pow2(lmMt) + 2*lmMst1*(-2534 -
834  192*lmMt + 3*lmMst2*(67 + 12*lmMt) + 9*pow2(lmMst2) + 216*pow2(lmMt)) -
835  66*pow3(lmMst1) - 42*pow3(lmMst2)) + pow2(Mst1)*(16303 + 47667*lmMst2 +
836  1620*(lmMst1 - lmMst2)*pow2(lmMsq) + (8226 - 8910*lmMst2 + 22788*lmMt)*
837  pow2(lmMst1) + 180*lmMsq*(151 - 99*lmMst2 + 6*lmMst1*(-13 + 18*lmMst2 -
838  21*lmMt) + 3*(59 + 42*lmMst2)*lmMt - 108*pow2(lmMst2)) + 54666*pow2(
839  lmMst2) - 18*lmMt*(3271 + 3130*lmMst2 + 366*pow2(lmMst2)) - 3*lmMst1*(
840  10535 - 5148*lmMt + 12*lmMst2*(323 + 450*lmMt) + 378*pow2(lmMst2) -
841  3456*pow2(lmMt)) - 10368*(1 + lmMst2)*pow2(lmMt) - 4914*pow3(lmMst1) +
842  14958*pow3(lmMst2)))*pow4(Msq) + 240*pow2(Msq)*((439 + 6*lmMst1*(-62 +
843  21*lmMsq - 21*lmMt) + 177*lmMt + 3*lmMst2*(65 - 42*lmMsq + 42*lmMt))*
844  pow2(Mst1)*pow2(Mst2) + (439 - 3*lmMst2*(1 + 42*lmMsq - 132*lmMt) + 6*
845  lmMst1*(-62 + 21*lmMsq + 45*lmMst2 - 66*lmMt) + 375*lmMt - 270*pow2(
846  lmMst2))*pow4(Mst1) - (17 + 3*lmMst2*(1 - 6*lmMt) - 33*lmMt + 6*lmMsq*(
847  5 + 3*(lmMst2 + lmMt)) - 18*pow2(lmMsq))*pow4(Mst2)) + 15*pow2(Mst2)*(-
848  ((1409 + 6*lmMst2*(89 - 84*lmMt) - 546*lmMt + 12*lmMsq*(1 + 42*(lmMst2
849  + lmMt)) - 504*pow2(lmMsq))*pow2(Mst1)*pow2(Mst2)) + 4*(871 + 6*lmMst1*
850  (-89 + 66*lmMsq - 66*lmMt) + 375*lmMt + lmMst2*(159 - 396*lmMsq + 396*
851  lmMt))*pow4(Mst1) + (-299 + 78*lmMt - 12*lmMsq*(-5 + 6*lmMst2 + 6*lmMt)
852  + 6*lmMst2*(-23 + 12*lmMt) + 72*pow2(lmMsq))*pow4(Mst2))))*pow4(Mt))/(
853  243.*Mgl*pow4(Msq)*pow4(Mst2)) - Mst1*pow2(Mt)*pow2(s2t)*(
854  739.8333333333334 - (68*B4)/3. - (2*DN)/3. - 240*lmMsq + 40*pow2(lmMsq)
855  - lmMst1*(26.333333333333332 - 60*lmMsq + 20*pow2(lmMsq)) + ((-167 +
856  60*lmMsq)*pow2(lmMst1))/3. - (lmMst2*(-2135 - 797*lmMst2 + 60*lmMsq*(7
857  + lmMst2) + 2*lmMst1*(59 + 2*lmMst2) - 60*pow2(lmMsq) + 60*pow2(lmMst1)
858  ))/3. - (100*pow3(lmMst1))/9. + (292*pow3(lmMst2))/9. + (Dmglst1*(
859  629.8333333333334 - (68*B4)/3. - (2*DN)/3. - 360*lmMsq + lmMst1*(
860  121.66666666666667 + 60*lmMsq - 20*pow2(lmMsq)) + 40*pow2(lmMsq) +
861  lmMst2*(777 - 140*lmMsq - (118*lmMst1)/3. + 20*pow2(lmMsq) - 20*pow2(
862  lmMst1)) + (-13 + 20*lmMsq)*pow2(lmMst1) - ((-797 + 60*lmMsq + 4*
863  lmMst1)*pow2(lmMst2))/3. - (100*pow3(lmMst1))/9. + (292*pow3(lmMst2))/
864  9.))/Mgl + pow2(Mst1)*((-20*(Mgl*(71 - 16*lmMst1 + 12*lmMsq*(-2 +
865  lmMst1 - lmMst2) + 40*lmMst2 - 6*pow2(lmMst1) + 6*pow2(lmMst2)) + 3*
866  Dmglst1*(83 - 20*lmMst1 + 12*lmMsq*(-2 + lmMst1 - lmMst2) + 44*lmMst2 -
867  6*pow2(lmMst1) + 6*pow2(lmMst2))))/(9.*Mgl*pow2(Msq)) - (
868  77.49382716049382 + 96*B4 - 40*lmMsq + lmMst1*(877.8148148148148 - 200*
869  lmMsq + 40*pow2(lmMsq)) + (430.8888888888889 - 120*lmMsq)*pow2(lmMst1)
870  - lmMst2*(835.1481481481482 + (820*lmMst1)/9. - 40*lmMsq*(5 + 4*lmMst1)
871  + 40*pow2(lmMsq) + 24*pow2(lmMst1)) - (2*(1625 + 180*lmMsq + 276*
872  lmMst1)*pow2(lmMst2))/9. + (904*pow3(lmMst1))/9. - (136*pow3(lmMst2))/
873  9. + (Dmglst1*(371.14814814814815 + (592*B4)/3. - (8*DN)/3. - 280*lmMsq
874  + lmMst1*(431.44444444444446 + 120*lmMsq + 40*pow2(lmMsq)) + (394 -
875  280*lmMsq)*pow2(lmMst1) - lmMst2*(120*lmMsq*(1 - 4*lmMst1) + 40*pow2(
876  lmMsq) + (1195 + 4764*lmMst1 + 1788*pow2(lmMst1))/9.) + (
877  71.33333333333333 - 200*lmMsq - 228*lmMst1)*pow2(lmMst2) + (2708*pow3(
878  lmMst1))/9. + (1132*pow3(lmMst2))/9.))/Mgl)/pow2(Mst2)) - pow4(Mst1)*((
879  5*(Mgl*(911 - 54*lmMst1 + 12*lmMsq*(-37 + 18*lmMst1 - 18*lmMst2) + 498*
880  lmMst2 - 108*pow2(lmMst1) + 108*pow2(lmMst2)) + Dmglst1*(5159 - 702*
881  lmMst1 + 12*lmMsq*(-181 + 90*lmMst1 - 90*lmMst2) + 2874*lmMst2 - 540*
882  pow2(lmMst1) + 540*pow2(lmMst2))))/(108.*Mgl*pow4(Msq)) + (
883  557.5486111111111 + 96*B4 + 70*lmMsq + lmMst1*(875.8981481481482 - 100*
884  lmMsq + 40*pow2(lmMsq)) - lmMst2*(939.8981481481482 - (2911*lmMst1)/9.
885  - 20*lmMsq*(5 + 8*lmMst1) + 40*pow2(lmMsq) - 146*pow2(lmMst1)) + (
886  180.94444444444446 - 120*lmMsq)*pow2(lmMst1) - (504.3888888888889 + 40*
887  lmMsq + 146*lmMst1)*pow2(lmMst2) + (46*pow3(lmMst1))/3. - (46*pow3(
888  lmMst2))/3. + (Dmglst1*(2730.8603395061727 + (592*B4)/3. - (8*DN)/3. +
889  150*lmMsq + lmMst1*(554.0833333333334 + 780*lmMsq + 40*pow2(lmMsq)) -
890  lmMst2*(60*lmMsq*(13 - 8*lmMst1) + 40*pow2(lmMsq) + (31467 + 9076*
891  lmMst1 - 6744*pow2(lmMst1))/36.) - (5*(463 + 1008*lmMsq)*pow2(lmMst1))/
892  18. - ((-6853 + 3600*lmMsq + 9516*lmMst1)*pow2(lmMst2))/18. + (1294*
893  pow3(lmMst1))/9. + (1778*pow3(lmMst2))/9.))/Mgl)/pow4(Mst2)) + (5*(2*(
894  Dmglst1*(131 - 12*lmMsq + 12*lmMst2) + (59 - 12*lmMsq + 12*lmMst2)*Mgl)
895  *pow2(Mst1)*pow4(Mst2) + 48*pow2(Msq)*((2*Mgl*(6 - 34*lmMst2 + 12*
896  lmMsq*lmMst2 - 2*lmMst1*(-17 + 6*lmMsq + 9*lmMst2) + 15*pow2(lmMst1) +
897  3*pow2(lmMst2)) + 6*Dmglst1*(12 - 26*lmMst2 + 12*lmMsq*lmMst2 - 2*
898  lmMst1*(-13 + 6*lmMsq + 15*lmMst2) + 21*pow2(lmMst1) + 9*pow2(lmMst2)))
899  *pow4(Mst1) + 3*(Dmglst1 + Mgl)*pow4(Mst2)) + (-11 + 12*lmMsq - 12*
900  lmMst2)*(Dmglst1 + Mgl)*pow6(Mst2)))/(108.*Mgl*pow2(Mst2)*pow4(Msq))) +
901  Mt*s2t*(-((-1 + 2*lmMst2)*shiftst3*pow2(Mst2)*(-4*pow2(Mt) + ((-1 -
902  lmMst1 + lmMst2)*pow2(Mst1) + pow2(Mst2))*pow2(s2t)))/(3.*pow2(Mst1)) +
903  pow2(s2t)*(pow2(Mst1)*(110.18859670781893 - (40*B4)/9. - (2*DN)/9. - (
904  80*lmMsq)/9. + (10*pow2(lmMsq))/3. + lmMst1*(189.21814814814815 - (355*
905  lmMsq)/9. + (35*pow2(lmMsq))/3.) + (4.705555555555556 - (5*lmMsq)/3.)*
906  pow2(lmMst1) - (lmMst2*(393289 - 397890*lmMst1 + 1500*lmMsq*(-59 + 36*
907  lmMst1) + 31500*pow2(lmMsq) + 35850*pow2(lmMst1)))/2700. + ((-8151 +
908  1300*lmMsq + 3890*lmMst1)*pow2(lmMst2))/60. + (49*pow3(lmMst1))/54. - (
909  2833*pow3(lmMst2))/54. - (Dmglst1*(2323 + 144*B4 + 120*DN - 2880*lmMsq
910  + 54*lmMst1*(32.55555555555556 + 40*lmMsq - 20*pow2(lmMsq)) + 6*lmMst2*
911  (571 - 360*lmMsq + 62*lmMst1 + 180*pow2(lmMsq) - 158*pow2(lmMst1)) +
912  30*(-121 + 36*lmMsq)*pow2(lmMst1) - 6*(-735 + 180*lmMsq + 98*lmMst1)*
913  pow2(lmMst2) - 260*pow3(lmMst1) + 1796*pow3(lmMst2)))/(54.*Mgl)) + ((
914  50*Dmglst1*(192 - 91*lmMst1 + 6*lmMsq*(-6 + 17*lmMst1 - 17*lmMst2) +
915  127*lmMst2 - 51*pow2(lmMst1) + 51*pow2(lmMst2)) + 3*Mgl*(787 + 20*
916  lmMsq*(-9 + 20*lmMst1 - 20*lmMst2) + 525*lmMst2 - 5*lmMst1*(69 + 70*
917  lmMst2) - 25*pow2(lmMst1) + 375*pow2(lmMst2)))/(135.*Mgl*pow2(Msq)) + (
918  239.07595982905215 - (71872687*lmMst2)/529200. - ((488263 + 651840*
919  lmMst2)*pow2(lmMst1))/7560. - (770503*pow2(lmMst2))/7560. + (37*lmMst1*
920  (2891251 + 2673860*lmMst2 + 2352000*pow2(lmMst2)))/529200. + (8*pow3(
921  lmMst1))/3. - (728*pow3(lmMst2))/9. + (5*(2*Dmglst1 + Mgl)*pow2(lmMsq)
922  - (5*lmMsq*(4*Dmglst1*(11 + 30*lmMst1 - 24*lmMst2) + Mgl*(29 + 30*
923  lmMst1 + 2*(-9 + 16*lmMst1)*lmMst2 - 16*(pow2(lmMst1) + pow2(lmMst2))))
924  )/6. - (Dmglst1*(-606133 + 624756*lmMst2 + 72*(-3901 + 2976*lmMst2)*
925  pow2(lmMst1) + 361944*pow2(lmMst2) - 12*lmMst1*(92887 + 23460*lmMst2 +
926  36288*pow2(lmMst2)) + 2304*pow3(lmMst1) + 218880*pow3(lmMst2)))/3888.)/
927  Mgl)/pow2(Mst2))*pow4(Mst1) - (pow2(Mst2)*(Mgl*(82320*(1775 + 30*lmMsq*
928  (-5 + lmMst1 - lmMst2) + 407*lmMst2 + lmMst1*(-257 + 600*lmMst2) - 315*
929  pow2(lmMst1) - 285*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 17150*(53965 +
930  2592*B4 - 288*DN - 13320*lmMsq + 5400*pow2(lmMsq) - 6*lmMst1*(3781 -
931  300*lmMsq + 180*pow2(lmMsq)) + 6*lmMst2*(14137 - 3498*lmMst1 + 60*
932  lmMsq*(-35 + 12*lmMst1) + 180*pow2(lmMsq) - 18*pow2(lmMst1)) - 18*(-229
933  + 60*lmMsq)*pow2(lmMst1) - 18*(-2193 + 180*lmMsq + 442*lmMst1)*pow2(
934  lmMst2) + 396*pow3(lmMst1) + 7668*pow3(lmMst2))*pow4(Msq) + 9*(6740969
935  + 140*lmMsq*(-12899 + 6230*lmMst1 - 5390*lmMst2) + 2822890*lmMst2 + 70*
936  lmMst1*(-14529 + 25480*lmMst2) - 58800*pow2(lmMsq) - 1327900*pow2(
937  lmMst1) - 514500*pow2(lmMst2))*pow4(Mst1)) + 102900*Dmglst1*(40*(82 -
938  93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*lmMst2 - 9*pow2(
939  lmMst1) + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst1) + 6*(7 + 60*lmMsq*(5 -
940  6*lmMst1) - 2*lmMst1 + (-226 + 220*lmMst1)*lmMst2 + 180*pow2(lmMsq) +
941  178*pow2(lmMst1) + 18*pow2(lmMst2))*pow4(Msq) + 5*(503 - 346*lmMst1 +
942  12*lmMsq*(1 + 10*lmMst1 - 10*lmMst2) + 334*lmMst2 - 60*pow2(lmMst1) +
943  60*pow2(lmMst2))*pow4(Mst1))))/(1.11132e7*Mgl*pow4(Msq)) + ((939 + 30*
944  lmMsq*(-12 + 5*lmMst1 - 5*lmMst2) + 760*lmMst2 - 50*lmMst1*(8 + 3*
945  lmMst2) + 150*pow2(lmMst2))/(135.*pow2(Msq)) + (-1 + 2*lmMst2)/(3.*
946  pow2(Mst1)) + ((1.0841585681891803 + lmMsq*(-0.6291383219954648 + (7*
947  lmMst1)/9. - (43*lmMst2)/63.) + (47419*lmMst2)/26460. - (lmMst1*(157 +
948  105*lmMst2))/135. + (5*Dmglst1)/(6.*Mgl) - pow2(lmMsq)/21. + (46*pow2(
949  lmMst2))/63.)*pow2(Mst1))/pow4(Msq))*pow4(Mst2) + (-177*(8*OepS2 - 81*(
950  5 + 2*lmMst1 - 2*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (-1328*OepS2 + 54*
951  (1187 + 498*lmMst1 - 498*lmMst2)*S2)*pow4(Mst1) - 27*(8*OepS2 + 81*(11
952  - 2*lmMst1 + 2*lmMst2)*S2)*pow4(Mst2))/(729.*pow2(Mst2))) - (4*T1ep*(2*
953  (40*pow2(Mt) - 83*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 54*pow2(Mt)*pow4(
954  Mst2) + pow2(Mst1)*(84*pow2(Mst2)*pow2(Mt) - 177*pow2(s2t)*pow4(Mst2))
955  - 27*pow2(s2t)*pow6(Mst2)))/(243.*pow4(Mst2)))) - (324*xMsq*z2*pow2(
956  Mgl)*pow2(Msq)*(20*Mt*MuSUSY*s2t*pow2(Mst2)*pow2(Sbeta)*(4*(-1 +
957  shiftst2)*pow2(Mst1)*pow2(Mt) - (shiftst1 - shiftst2 + (lmMst1 -
958  lmMst2)*(-2 + shiftst1 + shiftst2))*pow2(Mst1)*pow2(Mst2)*pow2(s2t) + (
959  -1 + shiftst1)*pow2(Mst2)*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t)) - (-1 +
960  shiftst2)*pow2(s2t)*pow4(Mst1)) + Tbeta*(pow2(Mt)*pow2(s2t)*(-20*(2*(
961  lmMst1 - lmMst2)*pow2(Mst1) - pow2(Mst2))*(pow2(Mst1) + pow2(Mst2))*
962  pow2(MuSUSY) - pow2(Sbeta)*(-20*(2*(lmMst1 - lmMst2)*pow2(Mst1) - pow2(
963  Mst2))*(pow2(Mst1) + pow2(Mst2))*pow2(MuSUSY) + 40*pow2(Mst2)*(pow4(
964  Mst1) + pow4(Mst2)))) + pow2(Mst2)*pow2(Sbeta)*(80*(pow2(Mst1)*pow2(
965  Mst2)*pow2(Mt)*pow2(s2t) + (pow2(Mst1) + pow2(Mst2))*pow4(Mt)) + 5*(
966  pow2(Mst1) - pow2(Mst2))*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) +
967  pow4(Mst1) - pow4(Mst2))*pow4(s2t)) - 5*shiftst1*(4*pow2(Mt)*pow2(
968  MuSUSY)*pow2(s2t)*(2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow2(Mst2) + (2 -
969  4*lmMst1 + 4*lmMst2)*pow4(Mst1) + pow4(Mst2)) + pow2(Sbeta)*(-4*pow2(
970  Mt)*pow2(s2t)*(2*(-1 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*(pow2(
971  Mst2) - pow2(MuSUSY)) + 2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(MuSUSY)*pow4(
972  Mst1) + (2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2)) + pow4(Mst2)*(16*
973  pow4(Mt) + (-4*pow2(Mst1)*pow2(Mst2) + (3 + 2*lmMst1 - 2*lmMst2)*pow4(
974  Mst1) + pow4(Mst2))*pow4(s2t)))) + shiftst2*pow2(Mst1)*(20*(2*(1 -
975  lmMst1 + lmMst2)*pow2(Mst1) + pow2(Mst2))*pow2(Mt)*pow2(MuSUSY)*pow2(
976  s2t) + pow2(Sbeta)*(-(pow2(Mt)*(20*pow2(Mst2)*(2*(1 + lmMst1 - lmMst2)*
977  pow2(Mst2) + pow2(MuSUSY)) - 40*pow2(Mst1)*(pow2(Mst2) + (-1 + lmMst1 -
978  lmMst2)*pow2(MuSUSY)))*pow2(s2t)) + pow2(Mst2)*(-80*pow4(Mt) - 5*(-4*
979  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + (3 - 2*lmMst1 + 2*lmMst2)*pow4(
980  Mst2))*pow4(s2t)))))) + pow2(Mst1)*(-(z3*(54*xDmglst1*pow2(Dmglst1)*(
981  Tbeta*(pow2(Mt)*pow2(MuSUSY)*(8*Mst1*Mt*(-4*(220 + 9*lmMst1 - 9*lmMst2)
982  *Mst1*Mt + 3*(151 - 918*lmMst1 + 918*lmMst2)*s2t*pow2(Mst1) + (559 +
983  18*lmMst1 - 18*lmMst2)*s2t*pow2(Mst2)) + pow2(s2t)*(24*(49 + 69*lmMst1
984  - 69*lmMst2)*pow2(Mst1)*pow2(Mst2) + 4*(6491 + 318*lmMst1 - 318*lmMst2)
985  *pow4(Mst1) - 1533*pow4(Mst2))) + pow2(Sbeta)*(pow2(Mt)*pow2(s2t)*(4*(
986  4378*pow2(Mst2) + (-6491 - 318*lmMst1 + 318*lmMst2)*pow2(MuSUSY))*pow4(
987  Mst1) + 7*(497*pow2(Mst2) + 219*pow2(MuSUSY))*pow4(Mst2) - pow2(Mst1)*(
988  24*(49 + 69*lmMst1 - 69*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + (16063 + 288*
989  lmMst1 - 288*lmMst2)*pow4(Mst2))) + Mst1*(4*Mt*pow2(Mst2)*pow3(s2t)*(-
990  5*(133 + 558*lmMst1 - 558*lmMst2)*pow2(Mst1)*pow2(Mst2) + 9559*pow4(
991  Mst1) + (559 + 18*lmMst1 - 18*lmMst2)*pow4(Mst2)) - 8*s2t*pow3(Mt)*((
992  559 + 18*lmMst1 - 18*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 3*pow2(Mst1)*(
993  1260*pow2(Mst2) + (151 - 918*lmMst1 + 918*lmMst2)*pow2(MuSUSY)) +
994  25672*pow4(Mst1) + 3*(565 + 16*lmMst1 - 16*lmMst2)*pow4(Mst2))) + 2*(
995  16*pow2(Mst1)*(1163*pow2(Mst2) + (220 + 9*lmMst1 - 9*lmMst2)*pow2(
996  MuSUSY)) + 26736*pow4(Mst1) - 2019*pow4(Mst2))*pow4(Mt) + ((6*(707 +
997  276*lmMst1 - 276*lmMst2)*pow2(Mst1)*pow2(Mst2) + (22079 - 2040*lmMst1 +
998  2040*lmMst2)*pow4(Mst1) - 1533*pow4(Mst2))*pow4(Mst2)*pow4(s2t))/4.)) +
999  Mt*MuSUSY*pow2(Sbeta)*(24*((565 + 16*lmMst1 - 16*lmMst2)*Mst1*pow2(
1000  Mst2) + (1825 + 16*lmMst1 - 16*lmMst2)*pow3(Mst1))*pow3(Mt) - 3*pow2(
1001  Mst2)*pow3(s2t)*(3*(301 + 184*lmMst1 - 184*lmMst2)*pow2(Mst1)*pow2(
1002  Mst2) + (4*(6197 - 96*lmMst1 + 96*lmMst2)*pow4(Mst1))/3. - 511*pow4(
1003  Mst2)) - 2*s2t*pow2(Mt)*(-8*(1573 + 36*lmMst1 - 36*lmMst2)*pow2(Mst1)*
1004  pow2(Mst2) + 32*(154 - 9*lmMst1 + 9*lmMst2)*pow4(Mst1) + 3479*pow4(
1005  Mst2)) - 18*Mt*pow2(s2t)*((-4*(53 + 1386*lmMst1 - 1386*lmMst2)*pow2(
1006  Mst2)*pow3(Mst1))/3. + (2*(559 + 18*lmMst1 - 18*lmMst2)*Mst1*pow4(Mst2)
1007  )/3. + (6302 - 1848*lmMst1 + 1848*lmMst2)*pow5(Mst1)))) + Mgl*(4*Mt*
1008  MuSUSY*pow2(Sbeta)*(432*Mst1*((2*Dmglst1*(235 + 6*lmMst1 - 6*lmMst2) +
1009  3*(43 + 4*lmMst1 - 4*lmMst2)*Mgl)*pow2(Mst1) - (Dmglst1*(37 - 12*lmMst1
1010  + 12*lmMst2) + 6*(9 - 2*lmMst1 + 2*lmMst2)*Mgl)*pow2(Mst2))*pow3(Mt) -
1011  pow2(Mst2)*pow3(s2t)*(3*(27*Dmglst1*(205 + 184*lmMst1 - 184*lmMst2) +
1012  2*(7307 + 1134*lmMst1 - 1134*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 2*(
1013  76842*Dmglst1 + 41257*Mgl)*pow4(Mst1) - 27*(195*Dmglst1 - 328*Mgl)*
1014  pow4(Mst2)) - 4*s2t*pow2(Mt)*(-6*(54*Dmglst1*(53 + 4*lmMst1 - 4*lmMst2)
1015  + 355*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(108*Dmglst1*(10 - 3*lmMst1 + 3*
1016  lmMst2) - 367*Mgl)*pow4(Mst1) + 27*(110*Dmglst1 - 43*Mgl)*pow4(Mst2)) -
1017  81*Mt*pow2(s2t)*(-8*(Dmglst1*(202 + 342*lmMst1 - 342*lmMst2) + (221 +
1018  108*lmMst1 - 108*lmMst2)*Mgl)*pow2(Mst2)*pow3(Mst1) - 4*(Dmglst1*(58 -
1019  9*lmMst1 + 9*lmMst2) + (133 - 9*lmMst1 + 9*lmMst2)*Mgl)*Mst1*pow4(Mst2)
1020  + (Dmglst1*(4366 - 2736*lmMst1 + 2736*lmMst2) - 2*(365 + 432*lmMst1 -
1021  432*lmMst2)*Mgl)*pow5(Mst1))) + Tbeta*(-4*pow2(Mt)*pow2(MuSUSY)*(216*
1022  Mst1*Mt*(Mst1*(6*Dmglst1*(13 + 2*lmMst1 - 2*lmMst2)*Mt + (-46 + 6*
1023  lmMst1 - 6*lmMst2)*Mgl*Mt + 3*Dmglst1*(154 + 225*lmMst1 - 225*lmMst2)*
1024  Mst1*s2t + 23*(25 + 9*lmMst1 - 9*lmMst2)*Mgl*Mst1*s2t) + (Dmglst1*(58 -
1025  9*lmMst1 + 9*lmMst2) + (133 - 9*lmMst1 + 9*lmMst2)*Mgl)*s2t*pow2(Mst2))
1026  - pow2(s2t)*(6*(54*Dmglst1*(35 + 46*lmMst1 - 46*lmMst2) + (8783 + 1134*
1027  lmMst1 - 1134*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(54*Dmglst1*(764 +
1028  69*lmMst1 - 69*lmMst2) + 7*(4829 + 243*lmMst1 - 243*lmMst2)*Mgl)*pow4(
1029  Mst1) + (-5265*Dmglst1 + 8856*Mgl)*pow4(Mst2))) + pow2(Sbeta)*(-108*
1030  Mst1*s2t*pow3(Mt)*(-8*(Dmglst1*(58 - 9*lmMst1 + 9*lmMst2) + (133 - 9*
1031  lmMst1 + 9*lmMst2)*Mgl)*pow2(Mst2)*pow2(MuSUSY) + pow2(Mst1)*(48*(169*
1032  Dmglst1 + 61*Mgl)*pow2(Mst2) - 8*(Dmglst1*(462 + 675*lmMst1 - 675*
1033  lmMst2) + 23*(25 + 9*lmMst1 - 9*lmMst2)*Mgl)*pow2(MuSUSY)) + 64*(549*
1034  Dmglst1 + 112*Mgl)*pow4(Mst1) - 16*(Dmglst1*(37 - 12*lmMst1 + 12*
1035  lmMst2) + 6*(9 - 2*lmMst1 + 2*lmMst2)*Mgl)*pow4(Mst2)) + pow4(Mst2)*(6*
1036  (27*Dmglst1*(135 + 92*lmMst1 - 92*lmMst2) + 7*(833 + 162*lmMst1 - 162*
1037  lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*((27*Dmglst1*(5077 - 552*lmMst1
1038  + 552*lmMst2))/4. + (9668 - 1701*lmMst1 + 1701*lmMst2)*Mgl)*pow4(Mst1)
1039  - 27*(195*Dmglst1 - 328*Mgl)*pow4(Mst2))*pow4(s2t) + 108*((2*Dmglst1*(
1040  8*pow2(Mst1)*(386*pow2(Mst2) + 3*(13 + 2*lmMst1 - 2*lmMst2)*pow2(
1041  MuSUSY)) + 5264*pow4(Mst1) - 107*pow4(Mst2)) + 8*Mgl*(2*pow2(Mst1)*(72*
1042  pow2(Mst2) + (-23 + 3*lmMst1 - 3*lmMst2)*pow2(MuSUSY)) + 317*pow4(Mst1)
1043  + (-163 + 6*lmMst1 + 6*lmMst2 - 12*lmMt)*pow4(Mst2)))*pow4(Mt) + Mt*
1044  pow2(Mst2)*pow3(s2t)*(-4*((Dmglst1*(346 + 693*lmMst1 - 693*lmMst2) + 3*
1045  (103 + 75*lmMst1 - 75*lmMst2)*Mgl)*pow2(Mst2)*pow3(Mst1) + (Dmglst1*(58
1046  - 9*lmMst1 + 9*lmMst2) + (133 - 9*lmMst1 + 9*lmMst2)*Mgl)*Mst1*pow4(
1047  Mst2)) + 6*(997*Dmglst1 + 173*Mgl)*pow5(Mst1))) + 4*pow2(Mt)*pow2(s2t)*
1048  (4*(10746*Dmglst1 + 331*Mgl)*pow2(Mst2)*pow4(Mst1) - 6*(18*Dmglst1*(373
1049  + 24*lmMst1 - 24*lmMst2) + 323*Mgl)*pow2(Mst1)*pow4(Mst2) - pow2(
1050  MuSUSY)*(6*(54*Dmglst1*(35 + 46*lmMst1 - 46*lmMst2) + (8783 + 1134*
1051  lmMst1 - 1134*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(54*Dmglst1*(764 +
1052  69*lmMst1 - 69*lmMst2) + 7*(4829 + 243*lmMst1 - 243*lmMst2)*Mgl)*pow4(
1053  Mst1) + (-5265*Dmglst1 + 8856*Mgl)*pow4(Mst2)) + 54*(110*Dmglst1 - 43*
1054  Mgl)*pow6(Mst2))))))) + 3*pow2(z2)*(36*xDmglst1*pow2(Dmglst1)*(8*Mt*
1055  MuSUSY*pow2(Sbeta)*(8*Mst1*(pow2(Mst1) + pow2(Mst2))*pow3(Mt) - 3*pow2(
1056  Mst1)*pow3(s2t)*pow4(Mst2) + 24*Mt*pow2(s2t)*(17*(pow2(Mst1) + pow2(
1057  Mst2))*pow3(Mst1) + Mst1*pow4(Mst2))) + 2*Mst1*s2t*Tbeta*(s2t*pow2(
1058  Sbeta)*(-12*Mst1*(pow2(Mst1) + pow2(Mst2))*pow2(Mt)*pow2(MuSUSY) + s2t*
1059  (-512*Mt*pow2(Mst1) - 32*Mt*pow2(Mst2) + 3*Mst1*s2t*pow2(Mst2) - 3*s2t*
1060  pow3(Mst1))*pow4(Mst2)) + 4*pow2(Mt)*(-((-3*Mst1*s2t*(pow2(Mst1) +
1061  pow2(Mst2)) + 16*Mt*(18*pow2(Mst1) + pow2(Mst2)))*pow2(MuSUSY)) - 8*Mt*
1062  pow2(Sbeta)*(-2*(18*pow2(Mst1) + pow2(Mst2))*pow2(MuSUSY) + pow4(Mst2))
1063  ))) + Mgl*(4*Mt*MuSUSY*pow2(Sbeta)*(576*(Dmglst1 + Mgl)*Mst1*(pow2(
1064  Mst1) + pow2(Mst2))*pow3(Mt) + 2*Mgl*s2t*pow2(Mt)*(42*pow2(Mst1)*pow2(
1065  Mst2) + 40*pow4(Mst1) - 45*pow4(Mst2)) + 864*Mt*pow2(s2t)*((19*Dmglst1
1066  + 9*Mgl)*(pow2(Mst1) + pow2(Mst2))*pow3(Mst1) + 2*(Dmglst1 + Mgl)*Mst1*
1067  pow4(Mst2)) - pow2(Mst2)*pow3(s2t)*(3*(48*Dmglst1 + 179*Mgl)*pow2(Mst1)
1068  *pow2(Mst2) + Mgl*(166*pow4(Mst1) + 315*pow4(Mst2)))) + s2t*Tbeta*(4*
1069  pow2(Mt)*(-576*Mt*pow2(Sbeta)*(-(pow2(MuSUSY)*(2*(Dmglst1 + Mgl)*Mst1*
1070  pow2(Mst2) + (21*Dmglst1 + 11*Mgl)*pow3(Mst1))) + (Dmglst1 + Mgl)*Mst1*
1071  pow4(Mst2)) + pow2(MuSUSY)*(-576*Mt*(2*(Dmglst1 + Mgl)*Mst1*pow2(Mst2)
1072  + (21*Dmglst1 + 11*Mgl)*pow3(Mst1)) + s2t*(12*(12*Dmglst1 + 71*Mgl)*
1073  pow2(Mst1)*pow2(Mst2) + 2*(72*Dmglst1 + 509*Mgl)*pow4(Mst1) + 315*Mgl*
1074  pow4(Mst2)))) + s2t*pow2(Sbeta)*(s2t*pow4(Mst2)*(-1152*Mt*(2*(Dmglst1 +
1075  Mgl)*Mst1*pow2(Mst2) + (17*Dmglst1 + 7*Mgl)*pow3(Mst1)) + s2t*(6*(24*
1076  Dmglst1 + 37*Mgl)*pow2(Mst1)*pow2(Mst2) - (144*Dmglst1 + 371*Mgl)*pow4(
1077  Mst1) + 315*Mgl*pow4(Mst2))) + 4*pow2(Mt)*(-(pow2(MuSUSY)*(12*(12*
1078  Dmglst1 + 71*Mgl)*pow2(Mst1)*pow2(Mst2) + 2*(72*Dmglst1 + 509*Mgl)*
1079  pow4(Mst1) + 315*Mgl*pow4(Mst2))) + Mgl*(2*pow2(Mst2)*pow4(Mst1) - 87*
1080  pow2(Mst1)*pow4(Mst2) + 45*pow6(Mst2))))))) - 2*z4*(54*xDmglst1*pow2(
1081  Dmglst1)*(2*Mt*MuSUSY*(Mst1*Mt*MuSUSY*Tbeta*(Mt*s2t*(3474*pow2(Mst1) -
1082  482*pow2(Mst2)) + 180*Mst1*pow2(Mt) - 15*pow2(s2t)*(53*Mst1*pow2(Mst2)
1083  + 37*pow3(Mst1))) + pow2(Sbeta)*(-8*Mst1*(-2*Mt + 45*Mst1*s2t)*(pow2(
1084  Mst1) + pow2(Mst2))*pow2(Mt) + 15*pow2(Mst2)*pow3(s2t)*(53*pow2(Mst1)*
1085  pow2(Mst2) - 16*pow4(Mst1)) + 3*Mt*pow2(s2t)*(-1978*(pow2(Mst1) + pow2(
1086  Mst2))*pow3(Mst1) + 241*Mst1*pow4(Mst2)))) + Tbeta*pow2(Sbeta)*((Mst1*(
1087  8876*Mt*pow2(Mst1) - 964*Mt*pow2(Mst2) - 795*Mst1*s2t*pow2(Mst2) +
1088  1035*s2t*pow3(Mst1))*pow3(s2t)*pow4(Mst2))/2. - 4*s2t*pow3(Mt)*(pow2(
1089  MuSUSY)*(-241*Mst1*pow2(Mst2) + 1737*pow3(Mst1)) + 8*Mst1*pow4(Mst2)) +
1090  pow2(Mst1)*(30*pow2(Mt)*pow2(s2t)*((37*pow2(Mst1) + 53*pow2(Mst2))*
1091  pow2(MuSUSY) + 12*pow4(Mst2)) - 360*pow2(MuSUSY)*pow4(Mt)))) + Mgl*(4*
1092  Mt*MuSUSY*pow2(Sbeta)*(432*(Dmglst1 + Mgl)*Mst1*(pow2(Mst1) + pow2(
1093  Mst2))*pow3(Mt) + pow2(Mst2)*pow3(s2t)*(6*(2385*Dmglst1 + 538*Mgl)*
1094  pow2(Mst1)*pow2(Mst2) + Mgl*(166*pow4(Mst1) - 3267*pow4(Mst2))) - 2*
1095  s2t*pow2(Mt)*(6*(540*Dmglst1 + 7*Mgl)*pow2(Mst1)*pow2(Mst2) + 40*(81*
1096  Dmglst1 + Mgl)*pow4(Mst1) - 243*Mgl*pow4(Mst2)) + 81*Mt*pow2(s2t)*(-4*(
1097  187*Dmglst1 - 18*Mgl)*(pow2(Mst1) + pow2(Mst2))*pow3(Mst1) + 241*(
1098  Dmglst1 + Mgl)*Mst1*pow4(Mst2))) + Tbeta*(pow2(MuSUSY)*(-4*pow2(Mt)*(
1099  54*Mst1*Mt*(-(Mst1*(30*(2*Dmglst1 + Mgl)*Mt + (507*Dmglst1 - 313*Mgl)*
1100  Mst1*s2t)) + 241*(Dmglst1 + Mgl)*s2t*pow2(Mst2)) + pow2(s2t)*(14310*
1101  Dmglst1*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + Mgl*(-39*pow2(Mst1)*
1102  pow2(Mst2) + 127*pow4(Mst1) - 3267*pow4(Mst2)))) - 6480*(2*Dmglst1 +
1103  Mgl)*pow2(Mst1)*pow2(Sbeta)*pow4(Mt)) + s2t*pow2(Sbeta)*(-216*pow3(Mt)*
1104  (pow2(MuSUSY)*(-241*(Dmglst1 + Mgl)*Mst1*pow2(Mst2) + (507*Dmglst1 -
1105  313*Mgl)*pow3(Mst1)) + 8*(Dmglst1 + Mgl)*Mst1*pow4(Mst2)) + pow2(s2t)*
1106  pow4(Mst2)*(108*Mt*(-241*(Dmglst1 + Mgl)*Mst1*pow2(Mst2) + (989*Dmglst1
1107  + 169*Mgl)*pow3(Mst1)) + s2t*(-15*(954*Dmglst1 + 433*Mgl)*pow2(Mst1)*
1108  pow2(Mst2) + 2*(7155*Dmglst1 + 1531*Mgl)*pow4(Mst1) + 3267*Mgl*pow4(
1109  Mst2))) - 4*s2t*pow2(Mt)*(-(pow2(MuSUSY)*(14310*Dmglst1*pow2(Mst1)*(
1110  pow2(Mst1) + pow2(Mst2)) + Mgl*(-39*pow2(Mst1)*pow2(Mst2) + 127*pow4(
1111  Mst1) - 3267*pow4(Mst2)))) - 15*(216*Dmglst1 + 19*Mgl)*pow2(Mst1)*pow4(
1112  Mst2) + Mgl*(2*pow2(Mst2)*pow4(Mst1) + 243*pow6(Mst2)))))))))/(972.*
1113  pow2(Mgl)*pow2(Mst1)*pow2(Sbeta)*pow4(Mst2)))/Tbeta + (pow2(s2t)*((-2*
1114  pow2(Mt)*(pow2(MuSUSY)*(81*(-1 + 3*lmMst1 - 3*lmMst2)*(-1 + 2*lmMst2)*
1115  shiftst3 - 740*T1ep*(-1 + pow2(Sbeta))) + 4*T1ep*pow2(Mst2)*pow2(Sbeta)
1116  ) + 11*T1ep*pow2(s2t)*pow2(Sbeta)*pow4(Mst2))*pow6(Mst1) + 81*(-1 + 2*
1117  lmMst2)*shiftst3*pow2(Mt)*pow2(MuSUSY)*pow6(Mst2) - 6*pow4(Mst1)*(pow2(
1118  Mst2)*pow2(Mt)*(pow2(MuSUSY)*(27*shiftst3*(1 - 2*lmMst1 + 4*lmMst1*
1119  lmMst2 - 4*pow2(lmMst2)) - 136*T1ep*(-1 + pow2(Sbeta))) - 10*T1ep*pow2(
1120  Mst2)*pow2(Sbeta)) + 25*T1ep*pow2(s2t)*pow2(Sbeta)*pow6(Mst2)) - 27*
1121  pow2(Mst1)*(2*pow2(Mt)*(pow2(MuSUSY)*(3*(-1 + lmMst1 - lmMst2)*(-1 + 2*
1122  lmMst2)*shiftst3 - 2*T1ep*(-1 + pow2(Sbeta))) - 2*T1ep*pow2(Mst2)*pow2(
1123  Sbeta))*pow4(Mst2) + T1ep*pow2(s2t)*pow2(Sbeta)*pow8(Mst2))))/(243.*
1124  pow2(Mst1)*pow2(Sbeta)*pow4(Mst2)) + ((1 - 2*lmMst2)*shiftst3*Tbeta*
1125  pow2(Sbeta)*(-((8*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow2(Mt)*pow2(s2t) +
1126  16*pow4(Mt) + pow2(Mst1)*((3 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1) - 4*
1127  pow2(Mst2))*pow4(s2t))*pow6(Mst2)) + 4*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)
1128  *pow6(Mst2) + 2*(pow2(MuSUSY)*((1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*
1129  pow4(Mst1) + (1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (1 - 3*
1130  lmMst1 + 3*lmMst2)*pow6(Mst1)) + pow8(Mst2)))) + 10*(1 - 2*lmMsq)*xMsq*
1131  pow2(Msq)*(4*Mt*MuSUSY*s2t*(Mt*MuSUSY*s2t*Tbeta*pow2(Mst1)*(pow2(Mst2)
1132  - 2*(lmMst1 - lmMst2)*(pow2(Mst1) + pow2(Mst2))) + pow2(Mst2)*pow2(
1133  Sbeta)*((-1 + shiftst1)*pow2(Mst2)*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))
1134  - pow2(Mst1)*(-4*(-1 + shiftst2)*pow2(Mt) + (shiftst1 - shiftst2 + (
1135  lmMst1 - lmMst2)*(-2 + shiftst1 + shiftst2))*pow2(Mst2)*pow2(s2t)) - (-
1136  1 + shiftst2)*pow2(s2t)*pow4(Mst1))) + Tbeta*(-8*pow2(Mst1)*pow2(Mst2)*
1137  pow2(Mt)*((1 - lmMst1 + lmMst2)*shiftst1*pow2(MuSUSY)*pow2(s2t) + 2*
1138  shiftst2*pow2(Mt)*pow2(Sbeta)) + pow2(Sbeta)*(-4*pow2(Mt)*pow2(s2t)*(2*
1139  (pow2(Mst2) + (-lmMst1 + lmMst2)*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*
1140  ((1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow2(MuSUSY) - 4*pow4(Mst2)) + (
1141  2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2)) + pow2(Mst2)*(16*(pow2(Mst1) +
1142  pow2(Mst2))*pow4(Mt) + pow2(Mst1)*((-1 + 2*lmMst1 - 2*lmMst2)*pow2(
1143  Mst1)*pow2(Mst2) + pow4(Mst1) + (-1 - 2*lmMst1 + 2*lmMst2)*pow4(Mst2))*
1144  pow4(s2t))) - shiftst1*(4*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*pow2(Sbeta)*(
1145  2*(1 - lmMst1 + lmMst2)*pow2(Mt)*(pow2(Mst2) - pow2(MuSUSY)) - pow2(
1146  s2t)*pow4(Mst2)) + pow4(Mst1)*(8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mt)*
1147  pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (3 + 2*lmMst1 - 2*lmMst2)*
1148  pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + pow4(Mst2)*(-4*pow2(Mt)*pow2(s2t)*(
1149  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + pow2(
1150  Sbeta)*(16*pow4(Mt) + pow4(Mst2)*pow4(s2t)))) + pow2(s2t)*(4*pow2(Mt)*
1151  pow2(MuSUSY)*pow4(Mst2) - shiftst2*pow2(Mst1)*(4*pow2(Mst2)*pow2(Mt)*(
1152  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*(1 + lmMst1 - lmMst2)*pow2(Mst2)*
1153  pow2(Sbeta)) - 4*pow2(Mst1)*(2*pow2(Mt)*((-1 + lmMst1 - lmMst2)*pow2(
1154  MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) + pow2(s2t)*pow2(
1155  Sbeta)*pow4(Mst2)) + pow2(s2t)*pow2(Sbeta)*(pow2(Mst2)*pow4(Mst1) + (3
1156  - 2*lmMst1 + 2*lmMst2)*pow6(Mst2))) + pow2(s2t)*pow2(Sbeta)*pow8(Mst2))
1157  )))/(12.*Tbeta*pow2(Mst1)*pow2(Sbeta)*pow4(Mst2)) + z2*(pow2(Mt)*pow2(
1158  s2t)*((pow2(Mst1)*(3*(48*Dmglst1*(1537 + 60*lmMst1 + 228*lmMst2) + (
1159  40285 + 4032*lmMst1 + 2880*lmMst2)*Mgl) + (2*(72*Dmglst1*(-923 + 894*
1160  lmMst1 - 1470*lmMst2) + 5*(59 + 3564*lmMst1 - 3564*lmMst2)*Mgl)*pow2(
1161  Mst1))/pow2(Mst2)))/(486.*Mgl) - (33.94444444444444 - (4*lmMst1)/3. + (
1162  4*lmMst2)/3. + (44*Dmglst1)/Mgl)*pow2(Mst2) + (pow2(MuSUSY)*(339 - 30*
1163  lmMsq - 37*lmMst1 + 149*lmMst2 + (-198*Dmglst1 + (pow2(Mst1)*(-30*(2*
1164  Dmglst1 + Mgl) + (4*Dmglst1*((-390 + 90*lmMsq + 139*lmMst1 - 315*
1165  lmMst2)*pow2(Msq) + 70*pow2(Mst1)))/pow2(Mst2) + (Mgl*((311 + 1080*
1166  lmMsq + 2196*lmMst1 - 3348*lmMst2)*pow2(Msq) + 360*pow2(Mst1)))/(9.*
1167  pow2(Mst2))))/pow2(Msq))/Mgl + (6*pow2(Mst2))/pow2(Mst1) - (25*(4*
1168  Dmglst1 + Mgl)*pow4(Mst1))/(2.*Mgl*pow4(Msq)) + (9*(71.34670781893004 +
1169  (40*lmMsq)/3. + (868*lmMst1)/9. - (332*lmMst2)/3. + (Dmglst1*(-1613 +
1170  1080*lmMsq + 3684*lmMst1 - 5796*lmMst2))/(27.*Mgl))*pow4(Mst1))/pow4(
1171  Mst2)))/9. + (4*pow4(Mst2))/(3.*pow2(Mst1))) + ((pow2(Mt)*pow2(MuSUSY)*
1172  (-3*pow2(s2t)*(339 - 30*lmMsq - 37*lmMst1 + 149*lmMst2 + (-198*Dmglst1
1173  + (pow2(Mst1)*(-30*(2*Dmglst1 + Mgl) + (4*Dmglst1*((-390 + 90*lmMsq +
1174  139*lmMst1 - 315*lmMst2)*pow2(Msq) + 70*pow2(Mst1)))/pow2(Mst2) + (Mgl*
1175  ((311 + 1080*lmMsq + 2196*lmMst1 - 3348*lmMst2)*pow2(Msq) + 360*pow2(
1176  Mst1)))/(9.*pow2(Mst2))))/pow2(Msq))/Mgl + (6*pow2(Mst2))/pow2(Mst1) -
1177  (25*(4*Dmglst1 + Mgl)*pow4(Mst1))/(2.*Mgl*pow4(Msq)) + (9*(
1178  71.34670781893004 + (40*lmMsq)/3. + (868*lmMst1)/9. - (332*lmMst2)/3. +
1179  (Dmglst1*(-1613 + 1080*lmMsq + 3684*lmMst1 - 5796*lmMst2))/(27.*Mgl))*
1180  pow4(Mst1))/pow4(Mst2)) + (Mt*(4*(12*(55 + 16*lmMst2)*(2*Dmglst1 + Mgl)
1181  *Mt + (3*Dmglst1*(-687 + 540*lmMsq + 92*lmMst1 - 860*lmMst2) + (2407 +
1182  180*lmMsq - 408*lmMst1 + 408*lmMst2)*Mgl)*Mst1*s2t)*pow2(Mst1) + (3*
1183  s2t*(960*Dmglst1*pow2(Msq)*pow5(Mst1) + pow2(Mst2)*(-160*(3*Dmglst1 +
1184  Mgl)*pow2(Msq)*pow3(Mst1) + 4*(627 - 60*lmMsq - 64*lmMst1 + 192*lmMst2)
1185  *(Dmglst1 + Mgl)*Mst1*pow4(Msq) - 60*(5*Dmglst1 + Mgl)*pow5(Mst1))))/
1186  pow4(Msq)))/(Mgl*pow4(Mst2))))/27. + (shiftst3*(-4*pow2(Mst1)*pow2(s2t)
1187  *pow4(Mst2)*(2*(-1 + lmMst1 - lmMst2)*pow2(Mt)*(-(pow2(MuSUSY)*(-1 +
1188  pow2(Sbeta))) + pow2(Mst2)*pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(
1189  Mst2)) + pow2(Mt)*(8*(-1 + 3*lmMst1 - 3*lmMst2)*pow2(MuSUSY)*pow2(s2t)*
1190  (-1 + pow2(Sbeta))*pow6(Mst1) + 4*(-(pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(
1191  Sbeta))) + 2*(2*pow2(Mt) - pow2(Mst2)*pow2(s2t))*pow2(Sbeta))*pow6(
1192  Mst2)) + pow4(Mst1)*(8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst2)*pow2(Mt)*
1193  pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (3 + 2*lmMst1 - 2*lmMst2)*
1194  pow2(Sbeta)*pow4(s2t)*pow6(Mst2))))/(6.*pow2(Mst1)*pow4(Mst2)))/pow2(
1195  Sbeta) - (MuSUSY*(Mt*pow3(s2t)*((33.82716049382716 - (50*lmMsq)/3. - (
1196  281*lmMst1)/9. + (521*lmMst2)/9. + (Dmglst1*(151.33333333333334 - 40*
1197  lmMsq - (556*lmMst1)/9. + 140*lmMst2))/Mgl)*pow2(Mst1) + (2*shiftst3*
1198  pow2(Mst2)*((-1 - lmMst1 + lmMst2)*pow2(Mst1) + pow2(Mst2)))/(3.*pow2(
1199  Mst1)) - ((10*(34*Dmglst1 + 7*Mgl))/(9.*Mgl*pow2(Msq)) + (
1200  67.50720164609054 + (208*lmMst1)/3. - (208*lmMst2)/3. + (Dmglst1*(3067
1201  + 2016*lmMst1 - 2016*lmMst2))/(27.*Mgl))/pow2(Mst2))*pow4(Mst1) - (
1202  pow2(Mst2)*(666 - 60*lmMsq - 74*lmMst1 + 298*lmMst2 - (396*Dmglst1 + (
1203  60*(2*Dmglst1 + Mgl)*pow2(Mst1))/pow2(Msq) + (25*(4*Dmglst1 + Mgl)*
1204  pow4(Mst1))/pow4(Msq))/Mgl))/18.) - (2*(4*s2t*shiftst3*pow2(Mst2)*pow3(
1205  Mt) + Mt*pow3(s2t)*pow4(Mst2)))/(3.*pow2(Mst1)) + pow2(Mt)*pow2(s2t)*((
1206  2*Mst1*((627 - 60*lmMsq - 64*lmMst1 + 192*lmMst2)*(Dmglst1 + Mgl) - (
1207  40*(3*Dmglst1 + Mgl)*pow2(Mst1))/pow2(Msq)))/(3.*Mgl) + (4*(263 + 180*
1208  lmMsq - 108*lmMst1 - 84*lmMst2 + (3*Dmglst1*(-657 + 300*lmMsq + 78*
1209  lmMst1 - 526*lmMst2) + (60*(9*Dmglst1 + Mgl)*pow2(Mst1))/pow2(Msq))/
1210  Mgl)*pow3(Mst1))/(9.*pow2(Mst2)) - ((10*(5*Dmglst1 + Mgl))/(Mgl*pow4(
1211  Msq)) - (1789 + 720*lmMsq + 420*lmMst1 - 1188*lmMst2 + (Dmglst1*(-6487
1212  + 3600*lmMsq + 6060*lmMst1 - 11436*lmMst2))/Mgl)/(9.*pow4(Mst2)))*pow5(
1213  Mst1)) + (pow3(Mt)*(s2t*(72*Dmglst1*((2777 + 120*lmMst1 + 456*lmMst2)*
1214  pow2(Mst2)*pow4(Mst1) - 297*pow2(Mst1)*pow4(Mst2) + (931 + 1908*lmMst1
1215  - 2484*lmMst2)*pow6(Mst1)) + Mgl*(6*(17501 + 2124*lmMst1 + 1332*lmMst2)
1216  *pow2(Mst2)*pow4(Mst1) + 27*(-587 + 24*lmMst1 - 24*lmMst2)*pow2(Mst1)*
1217  pow4(Mst2) + 4*(26399 + 12096*lmMst1 - 6912*lmMst2)*pow6(Mst1) + 648*
1218  pow6(Mst2))) + (144*Mt*pow3(Mst1)*(Mgl*(((1381 - 360*lmMsq + 15*lmMst1
1219  + 795*lmMst2 - 42*lmMt)*pow2(Mst1) - 2*(4 - 48*lmMst1 + 27*lmMst2 + 21*
1220  lmMt)*pow2(Mst2))*pow4(Msq) - 60*pow2(Msq)*(3*pow4(Mst1) - pow4(Mst2))
1221  + 15*(3*pow2(Mst1)*pow4(Mst2) + pow6(Mst2))) + Dmglst1*(-(((-4163 +
1222  1080*lmMsq + 117*lmMst1 - 2421*lmMst2)*pow2(Mst1) + 2*(4 - 48*lmMst1 +
1223  27*lmMst2 + 21*lmMt)*pow2(Mst2))*pow4(Msq)) + 60*pow2(Msq)*(-15*pow4(
1224  Mst1) + pow4(Mst2)) + 15*(7*pow2(Mst1)*pow4(Mst2) + pow6(Mst2)))))/
1225  pow4(Msq)))/(243.*Mgl*pow2(Mst1)*pow4(Mst2))))/Tbeta + (-(((36*Dmglst1*
1226  (7153 - 1080*lmMsq + 348*lmMst1 + 1764*lmMst2) + (98497 - 16200*lmMsq +
1227  37044*lmMst1 - 11124*lmMst2)*Mgl)*pow4(Msq)*pow4(Mst1) - 12*pow2(Msq)*
1228  pow2(Mst2)*((36*Dmglst1*(291 - 90*lmMsq - 139*lmMst1 + 315*lmMst2) + (
1229  5737 - 1620*lmMsq - 2862*lmMst1 + 6030*lmMst2)*Mgl)*pow2(Msq)*pow2(
1230  Mst1) - 900*(4*Dmglst1 + Mgl)*pow4(Mst1)) - 54*(4*Dmglst1*(30*pow2(Msq)
1231  *pow2(Mst1) + 99*pow4(Msq) + 25*pow4(Mst1)) + Mgl*(60*pow2(Msq)*pow2(
1232  Mst1) + (-654 + 60*lmMsq + 74*lmMst1 - 298*lmMst2)*pow4(Msq) + 25*pow4(
1233  Mst1)))*pow4(Mst2))*pow4(s2t))/3888. - (Mt*pow3(s2t)*(2*(Dmglst1*(5823
1234  - 1980*lmMsq - 660*lmMst1 + 3732*lmMst2) + (1355 - 540*lmMsq + 24*
1235  lmMst1 + 744*lmMst2)*Mgl)*pow2(Mst2)*pow3(Mst1)*pow4(Msq) - pow2(Msq)*(
1236  (Dmglst1*(1397 + 5124*lmMst1 - 5124*lmMst2) + (737 + 852*lmMst1 - 852*
1237  lmMst2)*Mgl)*pow2(Msq) + 480*(6*Dmglst1 + Mgl)*pow2(Mst2))*pow5(Mst1) -
1238  3*pow4(Mst2)*(-80*(3*Dmglst1 + Mgl)*pow2(Msq)*pow3(Mst1) + 2*(627 - 60*
1239  lmMsq - 64*lmMst1 + 192*lmMst2)*(Dmglst1 + Mgl)*Mst1*pow4(Msq) - 30*(5*
1240  Dmglst1 + Mgl)*pow5(Mst1))))/(27.*pow2(Mst2)) + (4*((pow4(Mt)*(Mgl*(
1241  120*pow2(Msq)*pow2(Mst1)*(4*pow2(Mst1) + pow2(Mst2))*pow4(Mst2) + 15*
1242  pow2(Mst1)*pow4(Mst2)*(6*pow2(Mst1)*pow2(Mst2) + 19*pow4(Mst1) + 3*
1243  pow4(Mst2)) + pow4(Msq)*(-2*((-289 + 6*lmMst1 - 228*lmMst2 + 222*lmMt)*
1244  pow2(Mst2) + 6*(55 + 16*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + (392 + 360*
1245  lmMsq - 111*lmMst1 - 249*lmMt)*pow2(Mst1)*pow4(Mst2) + (-2383 + 900*
1246  lmMsq + 474*lmMst1 - 1230*lmMst2 - 300*lmMt)*pow6(Mst1) - 18*pow6(Mst2)
1247  )) + 2*Dmglst1*(360*pow2(Msq)*pow4(Mst1)*pow4(Mst2) + 390*pow4(Mst2)*
1248  pow6(Mst1) + pow4(Msq)*(4*((151 + 108*lmMst2 - 108*lmMt)*pow2(Mst2) -
1249  3*(55 + 16*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 297*pow2(Mst1)*pow4(Mst2)
1250  + 6*(-933 + 300*lmMsq + 150*lmMst1 - 462*lmMst2 - 40*lmMt)*pow6(Mst1))
1251  + 90*pow4(Mst1)*pow6(Mst2))))/pow2(Mst1) + Mst1*s2t*pow3(Mt)*(120*Mgl*
1252  pow2(Msq)*pow2(Mst2)*(pow2(Mst1)*(-2*pow2(Mst2) + pow2(MuSUSY)) - 6*
1253  pow4(Mst1) + 2*pow4(Mst2)) + Mgl*pow4(Msq)*(3*(-627 + 60*lmMsq + 64*
1254  lmMst1 - 192*lmMst2)*pow2(Mst2)*pow2(MuSUSY) - pow2(Mst1)*(12*(-463 +
1255  120*lmMsq + 27*lmMst1 - 283*lmMst2)*pow2(Mst2) + (2407 + 180*lmMsq -
1256  408*lmMst1 + 408*lmMst2)*pow2(MuSUSY)) + (9178 - 2160*lmMsq - 552*
1257  lmMst1 + 4392*lmMst2)*pow4(Mst1) + 4*(13 + 96*lmMst1 - 54*lmMst2 - 42*
1258  lmMt)*pow4(Mst2)) + Dmglst1*pow4(Msq)*(3*(-627 + 60*lmMsq + 64*lmMst1 -
1259  192*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + pow2(Mst1)*(4*(4150 - 1080*lmMsq
1260  - 213*lmMst1 + 2475*lmMst2 + 42*lmMt)*pow2(Mst2) + 3*(687 - 540*lmMsq -
1261  92*lmMst1 + 860*lmMst2)*pow2(MuSUSY)) + 6*(7373 - 1800*lmMsq - 372*
1262  lmMst1 + 3544*lmMst2 + 28*lmMt)*pow4(Mst1) + 4*(13 + 96*lmMst1 - 54*
1263  lmMst2 - 42*lmMt)*pow4(Mst2)) + 120*Dmglst1*pow2(Msq)*(-6*(5*pow2(Mst2)
1264  + pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*(3*pow2(Mst2)*pow2(MuSUSY) - 2*
1265  pow4(Mst2)) + 2*pow6(Mst2)) + 15*Mgl*(3*pow2(Mst2)*(-4*pow2(Mst2) +
1266  pow2(MuSUSY))*pow4(Mst1) + 8*pow2(Mst1)*pow6(Mst2) + 4*pow8(Mst2)) +
1267  15*Dmglst1*(pow4(Mst1)*(15*pow2(Mst2)*pow2(MuSUSY) - 28*pow4(Mst2)) +
1268  24*pow2(Mst1)*pow6(Mst2) + 4*pow8(Mst2)))))/(27.*pow4(Mst2)))/(Mgl*
1269  pow4(Msq)))) - Al4p*((twoLoopFlag*((-72*Mst1*Mt*pow3(s2t)*(Mgl*(-2*(10
1270  + 8*lmMst1 - 4*(1 + lmMst1)*lmMst2 + 3*pow2(lmMst1) + pow2(lmMst2))*
1271  pow2(Mst1)*pow2(Mst2) + (3 + 2*lmMst1 - 2*lmMst2)*pow4(Mst1) + 2*(8 -
1272  2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow4(Mst2)) +
1273  Dmglst1*(-2*(14 + lmMst1*(4 - 12*lmMst2) + 7*pow2(lmMst1) + 5*pow2(
1274  lmMst2))*pow2(Mst1)*pow2(Mst2) + (19 + 18*lmMst1 - 18*lmMst2)*pow4(
1275  Mst1) + 2*(12 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*
1276  pow4(Mst2))))/pow2(Mst2) + 9*(-8*Dmglst1*((2 - 2*lmMst1 + lmMst2 -
1277  pow2(lmMst1) + pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (-3 - 2*lmMst1 +
1278  lmMst2 + pow2(lmMst1) - pow2(lmMst2))*pow4(Mst1) + (-1 + lmMst1)*pow4(
1279  Mst2)) + Mgl*(-4*(-2*lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + 3*(-4 -
1280  lmMst2 + pow2(lmMst2)))*pow2(Mst1)*pow2(Mst2) + (-13 + 14*lmMst2 +
1281  lmMst1*(-26 + 8*lmMst2) - 12*pow2(lmMst1) + 4*pow2(lmMst2))*pow4(Mst1)
1282  + 4*(-7 - 7*lmMst2 + 2*lmMst1*(1 + lmMst2) - 2*pow2(lmMst2))*pow4(Mst2)
1283  ))*pow4(s2t) + (4*Mt*(72*Mst1*s2t*pow2(Mt)*(Mgl*((8 - 2*lmMst1 + 6*
1284  lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) + pow2(
1285  Mst1)*(2*(lmMst1 - lmMst2 + 2*lmMst1*lmMst2 - 2*lmMst1*lmMt + 2*lmMst2*
1286  lmMt)*pow2(Mst2) + (6 + 4*lmMst1*(-3 + lmMst2) + 16*lmMst2 - 5*pow2(
1287  lmMst1))*pow2(MuSUSY) + pow2(lmMst2)*(-4*pow2(Mst2) + pow2(MuSUSY))) +
1288  2*(4 + lmMst1*(5 + 2*lmMst2 - 2*lmMt) + lmMst2*(-5 + 2*lmMt) - 2*pow2(
1289  lmMst2))*pow4(Mst1) + (6 - 6*lmMst1 + 2*lmMst2 - 4*lmMst1*lmMt + 4*(1 +
1290  lmMst2)*lmMt)*pow4(Mst2)) + Dmglst1*((12 - 2*lmMst1 + 6*lmMst2 - pow2(
1291  lmMst1) + pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) + pow2(Mst1)*(2*(-2 +
1292  3*lmMst1 - 3*lmMst2)*(1 + 2*lmMst2 - 2*lmMt)*pow2(Mst2) + (10 - 8*
1293  lmMst1 + 12*(1 + lmMst1)*lmMst2 - 9*pow2(lmMst1) - 3*pow2(lmMst2))*
1294  pow2(MuSUSY)) + (20 + 10*lmMst1*(5 + 2*lmMst2 - 2*lmMt) + 8*lmMt +
1295  lmMst2*(-58 + 20*lmMt) - 20*pow2(lmMst2))*pow4(Mst1) + 2*(8 - 5*lmMst1
1296  + lmMst2 + (4 - 2*lmMst1 + 2*lmMst2)*lmMt)*pow4(Mst2))) + 8*pow3(Mt)*(
1297  2*Dmglst1*(-18*(1 + lmMt)*pow2(Mst1)*pow2(Mst2) + 18*(1 + lmMst2*(5 -
1298  2*lmMt) - 2*lmMst1*(1 + lmMst2 - lmMt) - 3*lmMt + 2*pow2(lmMst2))*pow4(
1299  Mst1) - (1 + 12*lmMst1 + 6*lmMt)*pow4(Mst2)) - 9*Mgl*(2*(1 + lmMt)*
1300  pow2(Mst1)*pow2(Mst2) + 2*(lmMst1*(1 + lmMst2 - lmMt) + lmMst2*(-2 +
1301  lmMt) + lmMt)*pow4(Mst1) - (3 + lmMst1 - lmMt + 2*lmMst1*lmMt + 2*
1302  lmMst2*(1 + lmMt) + pow2(lmMst1) - 6*pow2(lmMt))*pow4(Mst2) - pow2(
1303  lmMst2)*(2*pow4(Mst1) + pow4(Mst2)))) - 9*MuSUSY*((Mt*MuSUSY*s2t*(8*
1304  Dmglst1*Mt*(Mst1*(12 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(
1305  lmMst2))*pow2(Mst2) + (10 + 12*lmMst2 + 4*lmMst1*(-2 + 3*lmMst2) - 9*
1306  pow2(lmMst1) - 3*pow2(lmMst2))*pow3(Mst1)) + 8*Mgl*Mt*(Mst1*(8 - 2*
1307  lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow2(Mst2) + (6 + 4*
1308  lmMst1*(-3 + lmMst2) + 16*lmMst2 - 5*pow2(lmMst1) + pow2(lmMst2))*pow3(
1309  Mst1)) - 8*Dmglst1*s2t*((-(lmMst2*(1 + lmMst2)) + pow2(lmMst1))*pow2(
1310  Mst1)*pow2(Mst2) + (2 + 3*lmMst1 - 3*lmMst2 + pow2(lmMst1) - pow2(
1311  lmMst2))*pow4(Mst1) - (-1 + lmMst1)*pow4(Mst2)) + Mgl*s2t*(4*(2 + 11*
1312  lmMst2 - 2*lmMst1*(5 + 4*lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2))*pow2(
1313  Mst1)*pow2(Mst2) + (1 + 46*lmMst2 - 2*lmMst1*(23 + 32*lmMst2) + 20*
1314  pow2(lmMst1) + 44*pow2(lmMst2))*pow4(Mst1) + 4*(7 + 7*lmMst2 - 2*
1315  lmMst1*(1 + lmMst2) + 2*pow2(lmMst2))*pow4(Mst2))))/pow2(Sbeta) + (
1316  pow2(Mst2)*pow3(s2t)*(8*Dmglst1*((-1 + lmMst1 - lmMst2 + pow2(lmMst1) -
1317  pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (2 + 3*lmMst1 - 2*lmMst2)*pow4(
1318  Mst1) - (-1 + lmMst1)*pow4(Mst2)) + Mgl*(-4*(-5 + 4*lmMst2 - 2*lmMst1*(
1319  4 + 3*lmMst2) + pow2(lmMst1) + 5*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) +
1320  (7 - 2*lmMst2 + lmMst1*(6 + 32*lmMst2) - 16*(pow2(lmMst1) + pow2(
1321  lmMst2)))*pow4(Mst1) - 4*((7 - 2*lmMst1)*(1 + lmMst2) + 2*pow2(lmMst2))
1322  *pow4(Mst2))) - 8*s2t*pow2(Mt)*(Dmglst1*(4*(1 + lmMst2)*pow2(Mst1)*
1323  pow2(Mst2) + (4 - 8*lmMst1 + 8*lmMst2)*pow4(Mst1) + 2*(1 - 2*lmMst1)*
1324  pow4(Mst2)) + Mgl*(2*pow2(Mst1)*pow2(Mst2) + 2*lmMst2*(pow2(Mst1)*pow2(
1325  Mst2) + pow4(Mst1) - 2*pow4(Mst2)) + pow2(lmMst1)*(-2*pow2(Mst1)*pow2(
1326  Mst2) - 2*pow4(Mst1) + pow4(Mst2)) - pow2(lmMst2)*(2*pow2(Mst1)*pow2(
1327  Mst2) + 2*pow4(Mst1) + 3*pow4(Mst2)) + 2*lmMst1*(2*lmMst2*pow2(Mst1)*
1328  pow2(Mst2) + (-1 + 2*lmMst2)*pow4(Mst1) + (1 + lmMst2)*pow4(Mst2)))) +
1329  Mst1*(32*((Dmglst1*(5 - lmMst2 + lmMst1*(-3 + 3*lmMst2 - 4*lmMt) + 4*
1330  lmMt + 4*lmMst2*lmMt - 3*pow2(lmMst2)) + Mgl*(2 + lmMst2 + lmMst1*(-2 +
1331  lmMst2 - 2*lmMt) + lmMt + 2*lmMst2*lmMt - pow2(lmMst2)))*pow2(Mst1) + (
1332  Dmglst1*(5 + lmMst2 + (2 + lmMst2)*lmMt - lmMst1*(3 + lmMt)) + (2 +
1333  lmMst2 + lmMt + lmMst2*lmMt - lmMst1*(2 + lmMt))*Mgl)*pow2(Mst2))*pow3(
1334  Mt) - 6*Mt*pow2(s2t)*(-(Mgl*(4*(1 + 5*lmMst1 - 5*lmMst2 - 2*lmMst1*
1335  lmMst2 + 2*pow2(lmMst1))*pow2(Mst1)*pow2(Mst2) + (1 + 18*lmMst1 - 18*
1336  lmMst2 - 8*lmMst1*lmMst2 + 8*pow2(lmMst1))*pow4(Mst1) + 2*(-8 + 2*
1337  lmMst1 - 6*lmMst2 + pow2(lmMst1) - pow2(lmMst2))*pow4(Mst2))) +
1338  Dmglst1*(-4*(1 + 3*lmMst1 - 3*lmMst2 - 6*lmMst1*lmMst2 + 4*pow2(lmMst1)
1339  + 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (15 + 6*lmMst1 - 6*lmMst2 +
1340  24*lmMst1*lmMst2 - 16*pow2(lmMst1) - 8*pow2(lmMst2))*pow4(Mst1) + 2*(12
1341  - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow4(Mst2)))))/
1342  Tbeta) + 9*Mt*pow2(s2t)*(Mgl*((8*(1 + lmMst1)*pow2(Mst2) + (1 + 46*
1343  lmMst2 - 2*lmMst1*(23 + 32*lmMst2) + 20*pow2(lmMst1) + 44*pow2(lmMst2))
1344  *pow2(MuSUSY))*pow4(Mst1) - 4*(((-(lmMst2*(4 + 3*lmMst2)) + pow2(
1345  lmMst1))*pow2(Mst2) - (7 + 7*lmMst2 + 2*pow2(lmMst2))*pow2(MuSUSY) + 2*
1346  lmMst1*(1 + lmMst2)*(pow2(Mst2) + pow2(MuSUSY)))*pow4(Mst2) + pow2(
1347  Mst1)*(-((2 + 11*lmMst2 - 2*lmMst1*(5 + 4*lmMst2) + pow2(lmMst1) + 7*
1348  pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY)) + (2 + 2*lmMst1*(-1 + lmMst2) +
1349  6*lmMst2 - 3*pow2(lmMst1) + pow2(lmMst2))*pow4(Mst2)))) - 8*Dmglst1*(
1350  pow2(MuSUSY)*((pow2(lmMst1) - pow2(lmMst2))*pow2(Mst1)*(pow2(Mst1) +
1351  pow2(Mst2)) + 2*pow4(Mst1) + pow4(Mst2)) - lmMst1*((4*pow2(Mst2) - 3*
1352  pow2(MuSUSY))*pow4(Mst1) - 2*pow2(Mst1)*pow4(Mst2) + (2*pow2(Mst2) +
1353  pow2(MuSUSY))*pow4(Mst2)) + pow2(Mst1)*(pow4(Mst2) + lmMst2*(pow2(Mst1)
1354  *(2*pow2(Mst2) - 3*pow2(MuSUSY)) - pow2(Mst2)*pow2(MuSUSY) + 2*pow4(
1355  Mst2))) + pow6(Mst2)))))/pow4(Mst2)))/(216.*Mgl) + ((z2*(6*Mgl*
1356  twoLoopFlag*pow4(Msq)*(Tbeta*pow2(Sbeta)*(pow3(Mt)*(16*s2t*((Dmglst1 +
1357  Mgl)*Mst1*pow2(Mst2)*pow2(MuSUSY) - (4*(3*Dmglst1 + Mgl)*pow2(Mst2) + (
1358  3*Dmglst1 - Mgl)*pow2(MuSUSY))*pow3(Mst1)) + 32*((4*Dmglst1 + Mgl)*Mt -
1359  2*(5*Dmglst1 + Mgl)*Mst1*s2t)*pow4(Mst1)) - 4*pow2(Mt)*pow2(MuSUSY)*
1360  pow2(s2t)*(-4*Dmglst1*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + Mgl*pow4(
1361  Mst2)) + pow3(s2t)*pow4(Mst2)*(-8*(Dmglst1 + Mgl)*Mst1*Mt*pow2(Mst2) -
1362  2*(2*Dmglst1 + Mgl)*s2t*pow2(Mst1)*pow2(Mst2) + 8*(5*Dmglst1 + Mgl)*Mt*
1363  pow3(Mst1) + (4*Dmglst1 + Mgl)*s2t*pow4(Mst1) + Mgl*s2t*pow4(Mst2))) +
1364  4*Mt*MuSUSY*(Mt*MuSUSY*s2t*Tbeta*(-4*(Dmglst1 + Mgl)*Mst1*Mt*pow2(Mst2)
1365  - 4*Dmglst1*s2t*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 4*(3*Dmglst1 -
1366  Mgl)*Mt*pow3(Mst1) + Mgl*s2t*pow4(Mst2)) + pow2(Sbeta)*(16*(3*Dmglst1 +
1367  Mgl)*pow3(Mst1)*pow3(Mt) + ((4*Dmglst1 + Mgl)*pow2(Mst1) - Mgl*pow2(
1368  Mst2))*pow3(s2t)*pow4(Mst2) + 6*Mt*pow2(s2t)*(-4*Dmglst1*(pow2(Mst1) +
1369  pow2(Mst2))*pow3(Mst1) + (Dmglst1 + Mgl)*Mst1*pow4(Mst2))))) +
1370  xDmglst1*pow2(Dmglst1)*(12*twoLoopFlag*pow4(Msq)*(12*Mt*MuSUSY*pow2(
1371  Sbeta)*(16*pow3(Mst1)*pow3(Mt) + pow2(Mst1)*pow3(s2t)*pow4(Mst2) + Mt*
1372  pow2(s2t)*(-10*(pow2(Mst1) + pow2(Mst2))*pow3(Mst1) + Mst1*pow4(Mst2)))
1373  + Tbeta*(4*Mst1*s2t*pow2(Mt)*((2*Mt*(9*pow2(Mst1) - pow2(Mst2)) - 3*
1374  Mst1*s2t*(pow2(Mst1) + pow2(Mst2)))*pow2(MuSUSY) - 6*Mt*pow2(Mst1)*(8*
1375  pow2(Mst2) + 3*pow2(MuSUSY))*pow2(Sbeta)) + pow2(Sbeta)*(160*(Mt - 3*
1376  Mst1*s2t)*pow3(Mt)*pow4(Mst1) + 4*s2t*pow2(Mt)*pow2(MuSUSY)*(Mst1*(2*Mt
1377  + 3*Mst1*s2t)*pow2(Mst2) + 3*s2t*pow4(Mst1)) + Mst1*(44*Mt*pow2(Mst1) -
1378  4*Mt*pow2(Mst2) - 3*Mst1*s2t*pow2(Mst2) + 3*s2t*pow3(Mst1))*pow3(s2t)*
1379  pow4(Mst2)))) + (Al4p*threeLoopFlag*(Tbeta*pow2(Sbeta)*(4*pow2(Mt)*
1380  pow2(s2t)*(pow4(Msq)*(-12*pow2(Mst1)*pow2(Mst2)*(2*(1537 + 60*lmMst1 +
1381  228*lmMst2)*pow2(Mst2) + 3*(-390 + 90*lmMsq + 139*lmMst1 - 315*lmMst2)*
1382  pow2(MuSUSY)) + (8*(7429 - 4506*lmMst1 + 8538*lmMst2)*pow2(Mst2) - (
1383  2903 + 3240*lmMsq + 10956*lmMst1 - 17292*lmMst2)*pow2(MuSUSY))*pow4(
1384  Mst1) + 1782*(2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2)) + pow2(MuSUSY)*(
1385  750*pow4(Mst1)*pow4(Mst2) - 60*pow2(Msq)*(82*pow2(Mst2)*pow4(Mst1) - 9*
1386  pow2(Mst1)*pow4(Mst2)))) - pow4(Mst2)*(750*pow4(Mst1)*pow4(Mst2) +
1387  pow4(Msq)*(-36*(-291 + 90*lmMsq + 139*lmMst1 - 315*lmMst2)*pow2(Mst1)*
1388  pow2(Mst2) + (-29201 + 3240*lmMsq - 948*lmMst1 - 5388*lmMst2)*pow4(
1389  Mst1) + 1782*pow4(Mst2)) - 60*pow2(Msq)*(100*pow2(Mst2)*pow4(Mst1) - 9*
1390  pow2(Mst1)*pow4(Mst2)))*pow4(s2t) + 72*Mt*pow2(Mst2)*pow3(s2t)*(150*
1391  pow4(Mst2)*pow5(Mst1) - (pow4(Msq)*(2*(-4315 + 1380*lmMsq + 562*lmMst1
1392  - 2738*lmMst2)*pow2(Mst2)*pow3(Mst1) + 2*(627 - 60*lmMsq - 64*lmMst1 +
1393  192*lmMst2)*Mst1*pow4(Mst2) + (445 + 4516*lmMst1 - 4516*lmMst2)*pow5(
1394  Mst1)))/3. - 80*pow2(Msq)*(-2*pow3(Mst1)*pow4(Mst2) + 13*pow2(Mst2)*
1395  pow5(Mst1))) - 32*Mst1*s2t*pow3(Mt)*(pow4(Msq)*(3*(-627 + 60*lmMsq +
1396  64*lmMst1 - 192*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + pow2(Mst1)*((33166 -
1397  8640*lmMsq - 1644*lmMst1 + 19656*lmMst2 + 420*lmMt)*pow2(Mst2) + 3*(
1398  3061 - 1260*lmMsq - 434*lmMst1 + 2354*lmMst2)*pow2(MuSUSY)) + (129748 -
1399  32400*lmMsq - 5232*lmMst1 + 61932*lmMst2 + 900*lmMt)*pow4(Mst1) + 4*(13
1400  + 96*lmMst1 - 54*lmMst2 - 42*lmMt)*pow4(Mst2)) - 120*pow2(Msq)*(9*(10*
1401  pow2(Mst2) + 3*pow2(MuSUSY))*pow4(Mst1) + 2*pow2(Mst1)*(-3*pow2(Mst2)*
1402  pow2(MuSUSY) + pow4(Mst2)) - 2*pow6(Mst2)) + 15*pow2(Mst2)*((-52*pow2(
1403  Mst2) + 45*pow2(MuSUSY))*pow4(Mst1) + 48*pow2(Mst1)*pow4(Mst2) + 4*
1404  pow6(Mst2))) - 24*pow4(Mt)*(1440*pow2(Msq)*pow2(Mst1)*pow4(Mst2) + 4*
1405  pow4(Msq)*(4*pow2(Mst1)*((151 + 108*lmMst2 - 108*lmMt)*pow2(Mst2) - 3*(
1406  55 + 16*lmMst2)*pow2(MuSUSY)) + 4*(-2517 + 750*lmMsq + 361*lmMst1 -
1407  1198*lmMst2 - 43*lmMt)*pow4(Mst1) + 297*pow4(Mst2)) + 40*(59*pow4(Mst1)
1408  *pow4(Mst2) + 9*pow2(Mst1)*pow6(Mst2)))) + 4*Mt*MuSUSY*(Mt*MuSUSY*
1409  Tbeta*(pow4(Msq)*(24*Mst1*Mt*s2t*((3061 - 1260*lmMsq - 434*lmMst1 +
1410  2354*lmMst2)*pow2(Mst1) + (-627 + 60*lmMsq + 64*lmMst1 - 192*lmMst2)*
1411  pow2(Mst2)) - 36*pow2(Mst1)*(8*(55 + 16*lmMst2)*pow2(Mt) + (390 - 90*
1412  lmMsq - 139*lmMst1 + 315*lmMst2)*pow2(Mst2)*pow2(s2t)) + pow2(s2t)*((
1413  2903 + 3240*lmMsq + 10956*lmMst1 - 17292*lmMst2)*pow4(Mst1) - 1782*
1414  pow4(Mst2))) + s2t*(150*pow2(Mst2)*(36*Mst1*Mt - 5*s2t*pow2(Mst2))*
1415  pow4(Mst1) - 60*pow2(Msq)*pow2(Mst1)*(-96*Mst1*Mt*pow2(Mst2) - 82*s2t*
1416  pow2(Mst1)*pow2(Mst2) + 432*Mt*pow3(Mst1) + 9*s2t*pow4(Mst2)))) + pow2(
1417  Sbeta)*(-(pow4(Msq)*(pow2(Mst2)*(4*Mst1*Mt*(16*(4 - 48*lmMst1 + 27*
1418  lmMst2 + 21*lmMt)*pow2(Mt) + 9*(-627 + 60*lmMsq + 64*lmMst1 - 192*
1419  lmMst2)*pow2(Mst2)*pow2(s2t)) - 6*s2t*pow2(Mst1)*(4*(2777 + 120*lmMst1
1420  + 456*lmMst2)*pow2(Mt) + 3*(681 - 180*lmMsq - 278*lmMst1 + 630*lmMst2)*
1421  pow2(Mst2)*pow2(s2t))) + s2t*(8*(6527 - 9372*lmMst1 + 15708*lmMst2)*
1422  pow2(Mt) + (16943 + 5952*lmMst1 - 5952*lmMst2)*pow2(Mst2)*pow2(s2t))*
1423  pow4(Mst1) + Mt*(-8*(4*(8336 - 2160*lmMsq - 315*lmMst1 + 4860*lmMst2 +
1424  63*lmMt)*pow2(Mt) + 9*(-1844 + 660*lmMsq + 249*lmMst1 - 1273*lmMst2)*
1425  pow2(Mst2)*pow2(s2t))*pow3(Mst1) + 18*(6931 - 2640*lmMsq - 5512*lmMst1
1426  + 9608*lmMst2)*pow2(s2t)*pow5(Mst1)) - 1782*(-4*s2t*pow2(Mt)*pow4(Mst2)
1427  + pow3(s2t)*pow6(Mst2)))) + Mst1*(30*(16*(13*pow2(Mst1) + pow2(Mst2))*
1428  pow3(Mt) + 25*pow2(Mst2)*pow3(Mst1)*pow3(s2t) - 270*Mt*pow2(s2t)*pow4(
1429  Mst1))*pow4(Mst2) + 60*pow2(Msq)*(-72*(-11*Mt*pow2(Mst2)*pow2(s2t) +
1430  20*pow3(Mt))*pow4(Mst1) + (-144*Mt*pow2(Mst1)*pow2(s2t) + 32*pow3(Mt) -
1431  91*pow3(Mst1)*pow3(s2t))*pow4(Mst2) + 9*Mst1*pow3(s2t)*pow6(Mst2)))))))
1432  /6.)))/(36.*Tbeta*pow2(Sbeta)*pow4(Msq)*pow4(Mst2)) + xDmglst1*pow2(
1433  Dmglst1)*((twoLoopFlag*(9*(-3*(4 - 2*lmMst1 + lmMst2 - pow2(lmMst1) +
1434  pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + 3*(4 + 4*lmMst1 - 3*lmMst2 -
1435  pow2(lmMst1) + pow2(lmMst2))*pow4(Mst1) + (4 - 3*lmMst1)*pow4(Mst2))*
1436  pow4(s2t) - (18*Mt*pow3(s2t)*(-2*(30 + 14*lmMst2 - 2*lmMst1*(5 + 12*
1437  lmMst2) + 13*pow2(lmMst1) + 11*pow2(lmMst2))*pow2(Mst2)*pow3(Mst1) + 2*
1438  Mst1*(16 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow4(
1439  Mst2) + (43 + 66*lmMst1 - 66*lmMst2)*pow5(Mst1)))/pow2(Mst2) + (2*Mt*(
1440  8*pow3(Mt)*(-27*(1 + lmMt)*pow2(Mst1)*pow2(Mst2) + 9*(9 + lmMst2*(29 -
1441  10*lmMt) - 10*lmMst1*(1 + lmMst2 - lmMt) - 19*lmMt + 10*pow2(lmMst2))*
1442  pow4(Mst1) + (11 - 21*lmMst1 - 6*lmMt)*pow4(Mst2)) + 2*Mt*s2t*(2*Mst1*
1443  Mt*(9*(16 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2))*pow2(
1444  Mst2)*pow2(MuSUSY) - 9*pow2(Mst1)*(2*(7 - 6*lmMst1 + 6*lmMst2)*(1 + 2*
1445  lmMst2 - 2*lmMt)*pow2(Mst2) + (-2 + 2*lmMst2 - 6*lmMst1*(1 + 4*lmMst2)
1446  + 15*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(MuSUSY)) + 18*(5 + 15*lmMst1*(
1447  5 + 2*lmMst2 - 2*lmMt) + 22*lmMt + lmMst2*(-97 + 30*lmMt) - 30*pow2(
1448  lmMst2))*pow4(Mst1) + (251 + 102*lmMt + 18*lmMst2*(1 + 2*lmMt) - 12*
1449  lmMst1*(10 + 3*lmMt))*pow4(Mst2)) + (9*pow2(MuSUSY)*(2*Mst1*Mt*(-16 +
1450  2*lmMst1 - 6*lmMst2 + pow2(lmMst1) - pow2(lmMst2))*pow2(Mst2) + s2t*(-4
1451  - 3*lmMst2 + 3*pow2(lmMst1) - 3*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) +
1452  2*Mt*(-2 + 2*lmMst2 - 6*lmMst1*(1 + 4*lmMst2) + 15*pow2(lmMst1) + 9*
1453  pow2(lmMst2))*pow3(Mst1) + 3*s2t*(5*lmMst1 - lmMst2*(5 + lmMst2) +
1454  pow2(lmMst1))*pow4(Mst1) + (4 - 3*lmMst1)*s2t*pow4(Mst2)))/pow2(Sbeta))
1455  - (MuSUSY*(8*(151 + 51*lmMt + 18*lmMst2*(1 + lmMt) - 3*lmMst1*(23 + 6*
1456  lmMt))*Mst1*pow2(Mst2)*pow3(Mt) + 4*pow3(Mst1)*(27*Mt*(7 + 4*lmMst2 -
1457  4*lmMst1*(1 + 3*lmMst2) + 7*pow2(lmMst1) + 5*pow2(lmMst2))*pow2(Mst2)*
1458  pow2(s2t) + 2*(151 + 3*lmMst1*(-23 + 36*lmMst2 - 42*lmMt) + 177*lmMt +
1459  18*lmMst2*(-6 + 7*lmMt) - 108*pow2(lmMst2))*pow3(Mt)) + 18*(4*(-9 + 10*
1460  lmMst1 - 10*lmMst2)*s2t*pow2(Mt) + (4 + 15*lmMst1 - 12*lmMst2)*pow2(
1461  Mst2)*pow3(s2t))*pow4(Mst1) + 54*Mst1*Mt*(-16 + 2*lmMst1 - 6*lmMst2 +
1462  pow2(lmMst1) - pow2(lmMst2))*pow2(s2t)*pow4(Mst2) + 6*s2t*((-34 + 36*
1463  lmMst1)*pow2(Mt) + 3*(4 - 3*lmMst1)*pow2(Mst2)*pow2(s2t))*pow4(Mst2) -
1464  18*pow2(Mst1)*(12*(1 + lmMst2)*s2t*pow2(Mst2)*pow2(Mt) + (8 - 3*lmMst1
1465  + 3*lmMst2 - 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow3(s2t)*pow4(Mst2)) +
1466  27*Mt*(-15 + 82*lmMst2 - 2*lmMst1*(41 + 24*lmMst2) + 28*pow2(lmMst1) +
1467  20*pow2(lmMst2))*pow2(s2t)*pow5(Mst1)))/Tbeta - 6*Mt*pow2(s2t)*(((36 -
1468  60*lmMst1 + 42*lmMst2)*pow2(Mst2) + 9*(5*lmMst1 - lmMst2*(5 + lmMst2) +
1469  pow2(lmMst1))*pow2(MuSUSY))*pow4(Mst1) + 3*(4 - 3*lmMst1)*pow2(MuSUSY)*
1470  pow4(Mst2) + pow2(Mst1)*(-3*(4 + 3*lmMst2*(1 + lmMst2) - 3*pow2(lmMst1)
1471  )*pow2(Mst2)*pow2(MuSUSY) + (1 + 18*(lmMst1 + lmMst2))*pow4(Mst2)) + (
1472  17 - 18*lmMst1)*pow6(Mst2))))/pow4(Mst2)))/54. + (Al4p*threeLoopFlag*(
1473  100*Mt*MuSUSY*pow2(Sbeta)*(-(pow2(Mst2)*pow3(s2t)*(pow4(Msq)*(72*pow2(
1474  Mst1)*pow2(Mst2)*(709 - 432*B4 - 360*DN + 15720*lmMsq + 2*lmMst1*(-6599
1475  - 3240*lmMsq + 1620*pow2(lmMsq)) - 18*lmMst2*(689 - 360*lmMsq + 62*
1476  lmMst1 + 180*pow2(lmMsq) - 158*pow2(lmMst1)) - 162*(-53 + 20*lmMsq)*
1477  pow2(lmMst1) + 18*(-735 + 180*lmMsq + 98*lmMst1)*pow2(lmMst2) + 780*
1478  pow3(lmMst1) - 5388*pow3(lmMst2)) + (283217 + 55296*B4 + 27648*DN +
1479  142560*lmMsq - 60*(-67111 + 32400*lmMsq)*lmMst1 + 116640*pow2(lmMsq) +
1480  12*lmMst2*(-289115 + 142560*lmMsq + 174900*lmMst1 - 101376*pow2(lmMst1)
1481  ) + 1003464*pow2(lmMst1) + 72*(-32431 + 26112*lmMst1)*pow2(lmMst2) +
1482  184320*pow3(lmMst1) - 847872*pow3(lmMst2))*pow4(Mst1) - 72*(6457 + 60*
1483  lmMsq*(67 - 54*lmMst1) - 982*lmMst1 + 30*(-89 + 66*lmMst1)*lmMst2 +
1484  1620*pow2(lmMsq) + 834*pow2(lmMst1) + 162*pow2(lmMst2))*pow4(Mst2)) +
1485  1440*pow2(Msq)*((994 - 593*lmMst1 + 6*lmMsq*(-18 + 91*lmMst1 - 91*
1486  lmMst2) + 701*lmMst2 - 273*pow2(lmMst1) + 273*pow2(lmMst2))*pow2(Mst2)*
1487  pow4(Mst1) - 3*(108 - 133*lmMst1 + 2*lmMsq*(32 + 9*lmMst1 - 9*lmMst2) +
1488  69*lmMst2 - 9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2)) -
1489  180*((3141 - 2306*lmMst1 + 12*lmMsq*(47 + 50*lmMst1 - 50*lmMst2) +
1490  1742*lmMst2 - 300*pow2(lmMst1) + 300*pow2(lmMst2))*pow4(Mst1)*pow4(
1491  Mst2) - 54*pow2(Mst1)*pow6(Mst2)))) + 16*s2t*pow2(Mt)*(2*pow4(Msq)*(3*
1492  pow2(Mst1)*pow2(Mst2)*(248545 - 864*B4 - 432*DN - 14580*lmMsq + 9042*
1493  lmMst1 + 4860*pow2(lmMsq) - 6*lmMst2*(-22907 + 1620*lmMsq + 810*lmMst1
1494  - 432*pow2(lmMst1)) + 3870*pow2(lmMst1) + 126*(289 + 48*lmMst1)*pow2(
1495  lmMst2) + 576*lmMt*(29 + 35*lmMst2 - lmMst1*(35 + 18*lmMst2) + 9*pow2(
1496  lmMst1) + 9*pow2(lmMst2)) - 7200*pow3(lmMst1) - 1440*pow3(lmMst2)) + 2*
1497  (333689 - 1296*B4 - 648*DN - 105300*lmMsq + 24*(-13409 + 3375*lmMsq)*
1498  lmMst1 - 346779*pow2(lmMst1) + lmMst2*(498072 - 81000*lmMsq + 610614*
1499  lmMst1 + 17280*pow2(lmMst1)) + 9*(-26819 + 16800*lmMst1)*pow2(lmMst2) +
1500  864*lmMt*(95 + 178*lmMst2 - 2*lmMst1*(89 + 69*lmMst2) + 69*pow2(lmMst1)
1501  + 69*pow2(lmMst2)) - 77472*pow3(lmMst1) - 91008*pow3(lmMst2))*pow4(
1502  Mst1) - 18*(4401 + 60*lmMsq*(26 - 27*lmMst1) - 1462*lmMst1 + 6*(-74 +
1503  69*lmMst1)*lmMst2 + 810*pow2(lmMsq) + 993*pow2(lmMst1) + 81*pow2(
1504  lmMst2))*pow4(Mst2)) - 360*pow2(Msq)*(50*(11 - 6*lmMsq + 6*lmMst2)*
1505  pow2(Mst2)*pow4(Mst1) + 3*(-9 + 100*lmMsq - 118*lmMst1 + 18*lmMst2)*
1506  pow2(Mst1)*pow4(Mst2)) - 45*(2*(307 + 936*lmMsq - 1236*lmMst1 + 300*
1507  lmMst2)*pow4(Mst1)*pow4(Mst2) + 9*(13 - 12*lmMsq + 12*lmMst2)*pow2(
1508  Mst1)*pow6(Mst2))) + Mst1*(32*pow3(Mt)*(4*(3*pow2(Mst2)*(33943 - 2918*
1509  lmMst2 + 60*lmMsq*(244 + 69*lmMt + 9*lmMst2*(3 + 2*lmMt) - 6*lmMst1*(16
1510  + 3*lmMt)) + 540*(lmMst1 - lmMst2)*pow2(lmMsq) + 6*(799 + 30*lmMst2 +
1511  84*lmMt)*pow2(lmMst1) - 612*pow2(lmMst2) - 6*lmMt*(963 + 617*lmMst2 +
1512  108*pow2(lmMst2)) - 144*(17 + 6*lmMst2)*pow2(lmMt) + 2*lmMst1*(-10100 -
1513  1173*lmMt + lmMst2*(429 + 72*lmMt) + 18*pow2(lmMst2) + 432*pow2(lmMt))
1514  - 132*pow3(lmMst1) - 84*pow3(lmMst2)) + pow2(Mst1)*(112558 + 118485*
1515  lmMst2 + 1620*(lmMst1 - lmMst2)*pow2(lmMsq) + (19044 - 19116*lmMst2 +
1516  45306*lmMt)*pow2(lmMst1) + 180*lmMsq*(244 + 6*lmMst1*(-16 + 36*lmMst2 -
1517  39*lmMt) + 429*lmMt + 9*lmMst2*(-37 + 26*lmMt) - 216*pow2(lmMst2)) +
1518  111204*pow2(lmMst2) - 18*lmMt*(6121 + 4478*lmMst2 + 555*pow2(lmMst2)) -
1519  9*lmMst1*(6907 + 2084*lmMt + 12*lmMst2*(50 + 327*lmMt) + 234*pow2(
1520  lmMst2) - 2016*pow2(lmMt)) - 432*(59 + 42*lmMst2)*pow2(lmMt) - 9018*
1521  pow3(lmMst1) + 30240*pow3(lmMst2)))*pow4(Msq) + 240*pow2(Msq)*((1174 +
1522  6*lmMst1*(-137 + 39*lmMsq - 39*lmMt) + 429*lmMt + lmMst2*(393 - 234*
1523  lmMsq + 234*lmMt))*pow2(Mst1)*pow2(Mst2) + (1174 - 3*lmMst2*(157 + 78*
1524  lmMsq - 348*lmMt) + 6*lmMst1*(-137 + 39*lmMsq + 135*lmMst2 - 174*lmMt)
1525  + 1293*lmMt - 810*pow2(lmMst2))*pow4(Mst1) - (17 + 3*lmMst2*(1 - 6*
1526  lmMt) - 33*lmMt + 6*lmMsq*(5 + 3*(lmMst2 + lmMt)) - 18*pow2(lmMsq))*
1527  pow4(Mst2)) + 15*(4*(3220 + 6*lmMst1*(-323 + 174*lmMsq - 174*lmMt) +
1528  1293*lmMt + lmMst2*(645 - 1044*lmMsq + 1044*lmMt))*pow2(Mst2)*pow4(
1529  Mst1) - (2519 + lmMst2*(930 - 936*lmMt) - 1014*lmMt + 12*lmMsq*(7 + 78*
1530  (lmMst2 + lmMt)) - 936*pow2(lmMsq))*pow2(Mst1)*pow4(Mst2) + (-299 + 78*
1531  lmMt - 12*lmMsq*(-5 + 6*lmMst2 + 6*lmMt) + 6*lmMst2*(-23 + 12*lmMt) +
1532  72*pow2(lmMsq))*pow6(Mst2))) - 72*Mt*pow2(s2t)*(-720*pow2(Msq)*pow2(
1533  Mst2)*(2*(59 + 8*(-2 + 3*lmMsq)*lmMst2 - 2*lmMst1*(-8 + 12*lmMsq + 45*
1534  lmMst2) + 57*pow2(lmMst1) + 33*pow2(lmMst2))*pow4(Mst1) + pow4(Mst2)) +
1535  pow4(Mst1)*(108*(8261.658179012345 + (1048*B4)/3. - (20*DN)/3. - 610*
1536  lmMsq + (5*lmMst1*(29755 + 67824*lmMsq + 864*pow2(lmMsq)))/108. -
1537  lmMst2*(886.8796296296297 + lmMsq*(3140 - 960*lmMst1) + (2033*lmMst1)/
1538  3. + 40*pow2(lmMsq) - (508*pow2(lmMst1))/3.) - (1665.1666666666667 +
1539  520*lmMsq)*pow2(lmMst1) - ((-14057 + 2640*lmMsq + 6136*lmMst1)*pow2(
1540  lmMst2))/6. + (3268*pow3(lmMst1))/9. + (4412*pow3(lmMst2))/9.)*pow4(
1541  Msq) + 5*(17171 - 2610*lmMst1 + 12*lmMsq*(-541 + 270*lmMst1 - 270*
1542  lmMst2) + 9102*lmMst2 - 1620*pow2(lmMst1) + 1620*pow2(lmMst2))*pow4(
1543  Mst2)) + pow4(Msq)*(4*pow2(Mst1)*pow2(Mst2)*(29170 + 9432*B4 - 32400*
1544  lmMsq + 3*(lmMst1*(1349 + 8280*lmMsq + 360*pow2(lmMsq)) + lmMst2*(13243
1545  - 360*lmMsq*(23 + lmMsq - 24*lmMst1) - 7008*lmMst1 - 4146*pow2(lmMst1))
1546  ) - 180*(DN + (31 + 78*lmMsq)*pow2(lmMst1)) - 18*(-1286 + 660*lmMsq +
1547  717*lmMst1)*pow2(lmMst2) + 16242*pow3(lmMst1) + 9102*pow3(lmMst2)) + 6*
1548  (413 + 408*B4 + 12*DN + 8520*lmMsq - 720*pow2(lmMsq) - 2*(lmMst1*(1573
1549  + 540*lmMsq - 180*pow2(lmMsq)) + lmMst2*(7603 - 1260*lmMsq - 354*lmMst1
1550  + 180*pow2(lmMsq) - 180*pow2(lmMst1))) - 18*(51 + 20*lmMsq)*pow2(
1551  lmMst1) + 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) + 200*pow3(
1552  lmMst1) - 584*pow3(lmMst2))*pow4(Mst2)) + pow2(Mst1)*(480*(280 - 63*
1553  lmMst1 + 36*lmMsq*(-2 + lmMst1 - lmMst2) + 135*lmMst2 - 18*pow2(lmMst1)
1554  + 18*pow2(lmMst2))*pow2(Msq)*pow4(Mst2) - 5*(478 - 24*lmMsq + 24*
1555  lmMst2)*pow6(Mst2)) + 5*(11 - 12*lmMsq + 12*lmMst2)*pow8(Mst2)))) +
1556  Tbeta*(-100*pow2(Mt)*pow2(MuSUSY)*(768*pow2(Mst1)*pow2(Mt)*(9893 - 54*
1557  B4 - 27*DN - 50*lmMst1 + 138*pow2(lmMst1) + lmMst2*(4538 - 300*lmMst1 +
1558  54*pow2(lmMst1)) + 54*(19 + 3*lmMst1)*pow2(lmMst2) + 24*lmMt*(29 + 35*
1559  lmMst2 - lmMst1*(35 + 18*lmMst2) + 9*pow2(lmMst1) + 9*pow2(lmMst2)) -
1560  234*pow3(lmMst1) + 18*pow3(lmMst2))*pow4(Msq) - 48*Mst1*Mt*s2t*(2*(3*
1561  pow2(Mst2)*(413 + 408*B4 + 12*DN + 8520*lmMsq - 720*pow2(lmMsq) + 2*
1562  lmMst1*(-1573 - 540*lmMsq + 180*pow2(lmMsq)) - 18*(51 + 20*lmMsq)*pow2(
1563  lmMst1) + lmMst2*(-15206 + 2520*lmMsq + 708*lmMst1 - 360*pow2(lmMsq) +
1564  360*pow2(lmMst1)) + 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) + 200*
1565  pow3(lmMst1) - 584*pow3(lmMst2)) + pow2(Mst1)*(59579 + 20088*B4 - 324*
1566  DN - 39240*lmMsq - 2160*pow2(lmMsq) + 24*lmMst1*(-56 + 1935*lmMsq +
1567  135*pow2(lmMsq)) - 18*(773 + 1620*lmMsq)*pow2(lmMst1) - 36*lmMst2*(-940
1568  + 1109*lmMst1 - 90*lmMsq*(-13 + 16*lmMst1) + 90*pow2(lmMsq) + 661*pow2(
1569  lmMst1)) - 90*(-355 + 252*lmMsq + 286*lmMst1)*pow2(lmMst2) + 33084*
1570  pow3(lmMst1) + 16452*pow3(lmMst2)))*pow4(Msq) + 90*(928 - 145*lmMst1 +
1571  180*lmMsq*(-2 + lmMst1 - lmMst2) + 505*lmMst2 - 90*pow2(lmMst1) + 90*
1572  pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 240*pow2(Msq)*((557 - 126*lmMst1
1573  + 72*lmMsq*(-2 + lmMst1 - lmMst2) + 270*lmMst2 - 36*pow2(lmMst1) + 36*
1574  pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (203 + 72*lmMsq*(-2 + 3*lmMst1 -
1575  3*lmMst2) + 366*lmMst2 + 6*lmMst1*(-37 + 90*lmMst2) - 378*pow2(lmMst1)
1576  - 162*pow2(lmMst2))*pow4(Mst1) - 3*pow4(Mst2)) + 5*(-467 + 12*lmMsq -
1577  12*lmMst2)*pow2(Mst1)*pow4(Mst2) + 5*(11 - 12*lmMsq + 12*lmMst2)*pow6(
1578  Mst2)) + pow2(s2t)*(pow4(Msq)*(864*pow2(Mst1)*pow2(Mst2)*(479 + 36*B4 +
1579  30*DN - 975*lmMsq + lmMst1*(1018 + 270*lmMsq - 270*pow2(lmMsq)) + 135*
1580  pow2(lmMsq) + lmMst2*(811 - 540*lmMsq + 258*lmMst1 + 270*pow2(lmMsq) -
1581  237*pow2(lmMst1)) + (-646 + 270*lmMsq)*pow2(lmMst1) - 3*(-372 + 90*
1582  lmMsq + 49*lmMst1)*pow2(lmMst2) - 65*pow3(lmMst1) + 449*pow3(lmMst2)) +
1583  (130639 - 24192*B4 - 1728*DN - 984960*lmMsq - 12*lmMst1*(262259 -
1584  181440*lmMsq + 19440*pow2(lmMsq)) + 72*(-21689 + 3240*lmMsq)*pow2(
1585  lmMst1) + 12*lmMst2*(347507 - 181440*lmMsq - 156324*lmMst1 + 19440*
1586  pow2(lmMsq) + 84312*pow2(lmMst1)) - 72*(-45823 + 3240*lmMsq + 27876*
1587  lmMst1)*pow2(lmMst2) - 240480*pow3(lmMst1) + 1235808*pow3(lmMst2))*
1588  pow4(Mst1) + 72*(6457 + 60*lmMsq*(67 - 54*lmMst1) - 982*lmMst1 + 30*(-
1589  89 + 66*lmMst1)*lmMst2 + 1620*pow2(lmMsq) + 834*pow2(lmMst1) + 162*
1590  pow2(lmMst2))*pow4(Mst2)) - 1440*pow2(Msq)*(2*(335 - 97*lmMst1 + 6*
1591  lmMsq*(-25 + 41*lmMst1 - 41*lmMst2) + 247*lmMst2 - 123*pow2(lmMst1) +
1592  123*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 3*(108 - 133*lmMst1 + 2*
1593  lmMsq*(32 + 9*lmMst1 - 9*lmMst2) + 69*lmMst2 - 9*pow2(lmMst1) + 9*pow2(
1594  lmMst2))*pow2(Mst1)*pow4(Mst2)) + 180*((3087 - 2306*lmMst1 + 12*lmMsq*(
1595  47 + 50*lmMst1 - 50*lmMst2) + 1742*lmMst2 - 300*pow2(lmMst1) + 300*
1596  pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) - 54*pow2(Mst1)*pow6(Mst2)))) +
1597  pow2(Sbeta)*(-25*pow4(Mst2)*(180*(3195 - 2306*lmMst1 + 12*lmMsq*(47 +
1598  50*lmMst1 - 50*lmMst2) + 1742*lmMst2 - 300*pow2(lmMst1) + 300*pow2(
1599  lmMst2))*pow4(Mst1)*pow4(Mst2) - pow4(Msq)*(144*pow2(Mst1)*pow2(Mst2)*(
1600  3583 - 216*B4 - 180*DN + 9870*lmMsq + 810*pow2(lmMsq) + 10*lmMst1*(-709
1601  - 486*lmMsq + 162*pow2(lmMsq)) - 6*lmMst2*(1256 - 540*lmMsq - 72*lmMst1
1602  + 270*pow2(lmMsq) - 237*pow2(lmMst1)) - 30*(-157 + 54*lmMsq)*pow2(
1603  lmMst1) + 18*(-363 + 90*lmMsq + 49*lmMst1)*pow2(lmMst2) + 390*pow3(
1604  lmMst1) - 2694*pow3(lmMst2)) + (232169 + 86400*B4 + 53568*DN - 989280*
1605  lmMsq + 116640*pow2(lmMsq) - 12*lmMst1*(-414743 + 123120*lmMsq + 19440*
1606  pow2(lmMsq)) + 12*lmMst2*(-214703 + 103680*lmMsq + 181596*lmMst1 +
1607  19440*pow2(lmMsq) - 118440*pow2(lmMst1)) + 72*(5351 + 3240*lmMsq)*pow2(
1608  lmMst1) - 72*(19201 + 3240*lmMsq - 24348*lmMst1)*pow2(lmMst2) + 128160*
1609  pow3(lmMst1) - 459936*pow3(lmMst2))*pow4(Mst1) - 72*(6457 + 60*lmMsq*(
1610  67 - 54*lmMst1) - 982*lmMst1 + 30*(-89 + 66*lmMst1)*lmMst2 + 1620*pow2(
1611  lmMsq) + 834*pow2(lmMst1) + 162*pow2(lmMst2))*pow4(Mst2)) - 1440*pow2(
1612  Msq)*(2*(659 - 496*lmMst1 + 6*lmMsq*(7 + 50*lmMst1 - 50*lmMst2) + 454*
1613  lmMst2 - 150*pow2(lmMst1) + 150*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) -
1614  3*(108 - 133*lmMst1 + 2*lmMsq*(32 + 9*lmMst1 - 9*lmMst2) + 69*lmMst2 -
1615  9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2)))*pow4(s2t) +
1616  64*pow4(Mt)*(2*pow4(Msq)*(12*pow2(Mst1)*(pow2(Mst2)*(1477147 - 158575*
1617  lmMst2 + 30375*lmMsq*(3 + 2*lmMt) - 5*lmMst1*(17951 + 28065*lmMt + 15*
1618  lmMst2*(409 + 36*lmMt)) - 30375*pow2(lmMsq) + 150*(-134 + 9*lmMst2 -
1619  279*lmMt)*pow2(lmMst1) - 79425*pow2(lmMst2) + 15*lmMt*(27227 + 14075*
1620  lmMst2 + 2970*pow2(lmMst2)) - 32400*pow2(lmMt) + 13500*pow3(lmMst1) -
1621  14850*pow3(lmMst2)) + 50*pow2(MuSUSY)*(9893 - 54*B4 - 27*DN - 50*lmMst1
1622  + 138*pow2(lmMst1) + lmMst2*(4538 - 300*lmMst1 + 54*pow2(lmMst1)) + 54*
1623  (19 + 3*lmMst1)*pow2(lmMst2) + 24*lmMt*(29 + 35*lmMst2 - lmMst1*(35 +
1624  18*lmMst2) + 9*pow2(lmMst1) + 9*pow2(lmMst2)) - 234*pow3(lmMst1) + 18*
1625  pow3(lmMst2))) + (37614091 + 12134250*lmMst2 + 2700*(303 - 824*lmMst2 +
1626  322*lmMt)*pow2(lmMst1) + 6674400*pow2(lmMst2) - 405000*lmMsq*(13 +
1627  lmMst2*(33 - 10*lmMt) - 10*lmMst1*(1 + lmMst2 - lmMt) - 23*lmMt + 10*
1628  pow2(lmMst2)) - 180*lmMt*(-11973 - 38425*lmMst2 + 1410*pow2(lmMst2)) -
1629  129600*(19 + 10*lmMst2)*pow2(lmMt) + 30*lmMst1*(31687 - 472950*lmMt -
1630  30*lmMst2*(-2971 + 684*lmMt) + 5220*pow2(lmMst2) + 43200*pow2(lmMt)) +
1631  451800*pow3(lmMst1) + 1616400*pow3(lmMst2))*pow4(Mst1) - 6*(121294 -
1632  3182*lmMst2 - 10*lmMst1*(12992 + 582*lmMst2 - 465*lmMt) + 51960*lmMt -
1633  6330*lmMst2*lmMt - 60*lmMsq*(-1003 + 1770*lmMst1 + 255*lmMt) + 60750*
1634  pow2(lmMsq) + 82425*pow2(lmMst1) + 6075*pow2(lmMst2) + 30600*pow2(lmMt)
1635  )*pow4(Mst2)) + 360*pow2(Msq)*(1250*(11 - 6*lmMsq + 6*lmMt)*pow2(Mst2)*
1636  pow4(Mst1) + (6698 + 225*lmMst2 + 90*lmMst1*(62 - 15*lmMt) - 15*(7 +
1637  90*lmMst2)*lmMt + 150*lmMsq*(-38 + 9*lmMst1 + 9*lmMst2 + 18*lmMt) -
1638  2700*pow2(lmMsq))*pow2(Mst1)*pow4(Mst2)) + 15*((215363 + 41250*lmMst2 +
1639  120*lmMst1*(1319 - 510*lmMt) - 30*(-979 + 1500*lmMst2)*lmMt + 300*
1640  lmMsq*(-763 + 204*lmMst1 + 150*lmMst2 + 354*lmMt) - 106200*pow2(lmMsq))
1641  *pow4(Mst1)*pow4(Mst2) + 450*(115 - 48*lmMsq + lmMst2*(69 - 36*lmMt) -
1642  21*lmMt + 36*lmMsq*(lmMst2 + lmMt) - 36*pow2(lmMsq))*pow2(Mst1)*pow6(
1643  Mst2))) - 100*pow2(Mt)*pow2(s2t)*(-16*pow2(Msq)*pow2(Mst2)*(180*(577 -
1644  600*lmMsq + 354*lmMst1 + 246*lmMst2)*pow2(Mst2) + pow2(Msq)*(135281 -
1645  460266*lmMst2 + 1620*lmMsq*(103 - 100*lmMst1 + 82*lmMst2) + 14580*pow2(
1646  lmMsq) - 144*(-5257 + 186*lmMst2 + 720*lmMt)*pow2(lmMst1) + 6*lmMst1*(
1647  91201 + 41184*lmMt + 48*lmMst2*(-4651 + 720*lmMt) - 47376*pow2(lmMst2))
1648  + 643824*pow2(lmMst2) - 1728*lmMt*(66 + 143*lmMst2 + 60*pow2(lmMst2)) +
1649  133344*pow3(lmMst1) + 177696*pow3(lmMst2)))*pow4(Mst1) - 72*(120*(-9 +
1650  100*lmMsq - 118*lmMst1 + 18*lmMst2)*pow2(Msq)*pow2(Mst1) + 4*(4401 +
1651  60*lmMsq*(26 - 27*lmMst1) - 1462*lmMst1 + 6*(-74 + 69*lmMst1)*lmMst2 +
1652  810*pow2(lmMsq) + 993*pow2(lmMst1) + 81*pow2(lmMst2))*pow4(Msq) + 5*(
1653  497 + 1980*lmMsq - 2472*lmMst1 + 492*lmMst2)*pow4(Mst1))*pow6(Mst2) -
1654  pow2(MuSUSY)*(pow4(Msq)*(864*pow2(Mst1)*pow2(Mst2)*(479 + 36*B4 + 30*DN
1655  - 975*lmMsq + lmMst1*(1018 + 270*lmMsq - 270*pow2(lmMsq)) + 135*pow2(
1656  lmMsq) + lmMst2*(811 - 540*lmMsq + 258*lmMst1 + 270*pow2(lmMsq) - 237*
1657  pow2(lmMst1)) + (-646 + 270*lmMsq)*pow2(lmMst1) - 3*(-372 + 90*lmMsq +
1658  49*lmMst1)*pow2(lmMst2) - 65*pow3(lmMst1) + 449*pow3(lmMst2)) + (130639
1659  - 24192*B4 - 1728*DN - 984960*lmMsq - 12*lmMst1*(262259 - 181440*lmMsq
1660  + 19440*pow2(lmMsq)) + 72*(-21689 + 3240*lmMsq)*pow2(lmMst1) + 12*
1661  lmMst2*(347507 - 181440*lmMsq - 156324*lmMst1 + 19440*pow2(lmMsq) +
1662  84312*pow2(lmMst1)) - 72*(-45823 + 3240*lmMsq + 27876*lmMst1)*pow2(
1663  lmMst2) - 240480*pow3(lmMst1) + 1235808*pow3(lmMst2))*pow4(Mst1) + 72*(
1664  6457 + 60*lmMsq*(67 - 54*lmMst1) - 982*lmMst1 + 30*(-89 + 66*lmMst1)*
1665  lmMst2 + 1620*pow2(lmMsq) + 834*pow2(lmMst1) + 162*pow2(lmMst2))*pow4(
1666  Mst2)) - 1440*pow2(Msq)*(2*(335 - 97*lmMst1 + 6*lmMsq*(-25 + 41*lmMst1
1667  - 41*lmMst2) + 247*lmMst2 - 123*pow2(lmMst1) + 123*pow2(lmMst2))*pow2(
1668  Mst2)*pow4(Mst1) - 3*(108 - 133*lmMst1 + 2*lmMsq*(32 + 9*lmMst1 - 9*
1669  lmMst2) + 69*lmMst2 - 9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Mst1)*pow4(
1670  Mst2)) + 180*((3087 - 2306*lmMst1 + 12*lmMsq*(47 + 50*lmMst1 - 50*
1671  lmMst2) + 1742*lmMst2 - 300*pow2(lmMst1) + 300*pow2(lmMst2))*pow4(Mst1)
1672  *pow4(Mst2) - 54*pow2(Mst1)*pow6(Mst2))) + pow2(Mst1)*(48*(266599 -
1673  864*B4 - 432*DN - 5220*lmMsq + 90*(115 - 108*lmMsq)*lmMst1 + 9720*pow2(
1674  lmMsq) + 7236*pow2(lmMst1) + 6*lmMst2*(20783 - 1620*lmMsq + 468*lmMst1
1675  + 432*pow2(lmMst1)) + 36*(953 + 168*lmMst1)*pow2(lmMst2) + 576*lmMt*(29
1676  + 35*lmMst2 - lmMst1*(35 + 18*lmMst2) + 9*(pow2(lmMst1) + pow2(lmMst2))
1677  ) - 7200*pow3(lmMst1) - 1440*pow3(lmMst2))*pow4(Msq)*pow4(Mst2) + 3240*
1678  (-13 + 12*lmMsq - 12*lmMst2)*pow8(Mst2))) + 200*Mst1*Mt*s2t*(-(pow2(
1679  Mst2)*pow2(s2t)*(180*pow2(Mst1)*(-3*(1961 - 290*lmMst1 + 4*lmMsq*(-181
1680  + 90*lmMst1 - 90*lmMst2) + 1014*lmMst2 - 180*pow2(lmMst1) + 180*pow2(
1681  lmMst2))*pow2(Mst1) + (163 - 12*lmMsq + 12*lmMst2)*pow2(Mst2))*pow4(
1682  Mst2) + 2880*pow2(Msq)*pow2(Mst2)*(-((563 - 126*lmMst1 + 72*lmMsq*(-2 +
1683  lmMst1 - lmMst2) + 270*lmMst2 - 36*pow2(lmMst1) + 36*pow2(lmMst2))*
1684  pow2(Mst1)*pow2(Mst2)) + (914 - 72*lmMsq*(2 + lmMst1 - lmMst2) + 174*
1685  lmMst2 - 30*lmMst1*(1 + 18*lmMst2) + 306*pow2(lmMst1) + 234*pow2(
1686  lmMst2))*pow4(Mst1) + 3*pow4(Mst2)) - pow4(Msq)*(24*pow2(Mst1)*pow2(
1687  Mst2)*(57101 + 17640*B4 - 396*DN - 90360*lmMsq + 2160*pow2(lmMsq) + 36*
1688  lmMst1*(487 + 1470*lmMsq + 30*pow2(lmMsq)) - 18*(467 + 1500*lmMsq)*
1689  pow2(lmMst1) - 12*lmMst2*(-10423 + 3681*lmMst1 - 90*lmMsq*(-53 + 48*
1690  lmMst1) + 90*pow2(lmMsq) + 2163*pow2(lmMst1)) - 18*(-3369 + 1380*lmMsq
1691  + 1438*lmMst1)*pow2(lmMst2) + 31884*pow3(lmMst1) + 19956*pow3(lmMst2))
1692  + (9306949 + 12960*lmMsq*(59 + 222*lmMst1 - 222*lmMst2) - 3056388*
1693  lmMst2 + 648*(-2917 + 1260*lmMst2)*pow2(lmMst1) + lmMst1*(1591044 +
1694  130896*lmMst2 - 705888*pow2(lmMst2)) + 1925208*pow2(lmMst2) - 309024*
1695  pow3(lmMst1) + 198432*pow3(lmMst2))*pow4(Mst1) + 72*(413 + 408*B4 + 12*
1696  DN + 8520*lmMsq - 720*pow2(lmMsq) + 2*lmMst1*(-1573 - 540*lmMsq + 180*
1697  pow2(lmMsq)) - 18*(51 + 20*lmMsq)*pow2(lmMst1) + lmMst2*(-15206 + 2520*
1698  lmMsq + 708*lmMst1 - 360*pow2(lmMsq) + 360*pow2(lmMst1)) + 6*(-797 +
1699  60*lmMsq + 4*lmMst1)*pow2(lmMst2) + 200*pow3(lmMst1) - 584*pow3(lmMst2)
1700  )*pow4(Mst2)))) + 8*pow2(Mt)*(-2*pow4(Msq)*(9*pow2(Mst2)*pow2(MuSUSY)*(
1701  413 + 408*B4 + 12*DN + 8520*lmMsq - 720*pow2(lmMsq) + 2*lmMst1*(-1573 -
1702  540*lmMsq + 180*pow2(lmMsq)) - 18*(51 + 20*lmMsq)*pow2(lmMst1) +
1703  lmMst2*(-15206 + 2520*lmMsq + 708*lmMst1 - 360*pow2(lmMsq) + 360*pow2(
1704  lmMst1)) + 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) + 200*pow3(
1705  lmMst1) - 584*pow3(lmMst2)) + pow2(Mst1)*(3*pow2(MuSUSY)*(59579 +
1706  20088*B4 - 324*DN - 39240*lmMsq - 2160*pow2(lmMsq) + 24*lmMst1*(-56 +
1707  1935*lmMsq + 135*pow2(lmMsq)) - 18*(773 + 1620*lmMsq)*pow2(lmMst1) -
1708  36*lmMst2*(-940 + 1109*lmMst1 - 90*lmMsq*(-13 + 16*lmMst1) + 90*pow2(
1709  lmMsq) + 661*pow2(lmMst1)) - 90*(-355 + 252*lmMsq + 286*lmMst1)*pow2(
1710  lmMst2) + 33084*pow3(lmMst1) + 16452*pow3(lmMst2)) + 4*pow2(Mst2)*(
1711  57151 + 161988*lmMst2 + 6480*lmMsq*(-5 + 3*lmMst1 - 3*lmMst2)*(1 + 2*
1712  lmMst2 - 2*lmMt) - 9*(1915 + 2184*lmMst2 - 4866*lmMt)*pow2(lmMst1) +
1713  117063*pow2(lmMst2) - 18*lmMt*(4150 + 2997*lmMst2 + 447*pow2(lmMst2)) -
1714  2592*(7 + 6*lmMst2)*pow2(lmMt) + 6*lmMst1*(716 + 6*lmMst2*(275 - 993*
1715  lmMt) - 4545*lmMt - 369*pow2(lmMst2) + 2592*pow2(lmMt)) - 8622*pow3(
1716  lmMst1) + 30492*pow3(lmMst2))) + 12*((134328 + 272545*lmMst2 - 18*(7074
1717  + 1807*lmMst2 - 2573*lmMt)*pow2(lmMst1) + 200058*pow2(lmMst2) - 1620*
1718  lmMsq*(20 + lmMst2*(107 - 30*lmMt) - 15*lmMst1*(5 + 2*lmMst2 - 2*lmMt)
1719  - 32*lmMt + 30*pow2(lmMst2)) - 6*lmMt*(11911 + 12661*lmMst2 + 2361*
1720  pow2(lmMst2)) - 864*(11 + 15*lmMst2)*pow2(lmMt) + lmMst1*(-153271 +
1721  14334*lmMt - 6*lmMst2*(265 + 5358*lmMt) + 5976*pow2(lmMst2) + 12960*
1722  pow2(lmMt)) - 4788*pow3(lmMst1) + 31338*pow3(lmMst2))*pow4(Mst1) + (
1723  36832 - 1067*lmMst2 + 30*lmMsq*(419 + 138*lmMt + 36*lmMst2*(1 + lmMt) -
1724  6*lmMst1*(29 + 6*lmMt)) + 540*(lmMst1 - lmMst2)*pow2(lmMsq) + 6*(757 +
1725  30*lmMst2 + 84*lmMt)*pow2(lmMst1) - 288*pow2(lmMst2) - 6*lmMt*(555 +
1726  473*lmMst2 + 108*pow2(lmMst2)) - 144*(17 + 6*lmMst2)*pow2(lmMt) +
1727  lmMst1*(-19027 - 3210*lmMt + 6*lmMst2*(131 + 24*lmMt) + 36*pow2(lmMst2)
1728  + 864*pow2(lmMt)) - 132*pow3(lmMst1) - 84*pow3(lmMst2))*pow4(Mst2))) +
1729  240*pow2(Msq)*(3*(18*(16 - 15*lmMst1 + 15*lmMst2)*(1 + 2*lmMst2 - 2*
1730  lmMt)*pow2(Mst2) - (203 + 72*lmMsq*(-2 + 3*lmMst1 - 3*lmMst2) + 366*
1731  lmMst2 + 6*lmMst1*(-37 + 90*lmMst2) - 378*pow2(lmMst1) - 162*pow2(
1732  lmMst2))*pow2(MuSUSY))*pow4(Mst1) + 9*pow2(MuSUSY)*pow4(Mst2) - 3*pow2(
1733  Mst1)*((557 - 126*lmMst1 + 72*lmMsq*(-2 + lmMst1 - lmMst2) + 270*lmMst2
1734  - 36*pow2(lmMst1) + 36*pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY) + 2*(331 -
1735  235*lmMst1 + 96*lmMst2 + (132 - 78*lmMst1 + 72*lmMst2)*lmMt + lmMsq*(7
1736  + 78*lmMst1 - 72*lmMst2 + 6*lmMt) - 6*pow2(lmMsq))*pow4(Mst2)) + (67 +
1737  12*lmMst2*(2 - 3*lmMt) - 66*lmMt + 6*lmMsq*(7 + 6*(lmMst2 + lmMt)) -
1738  36*pow2(lmMsq))*pow6(Mst2)) + 15*(6*pow2(Mst2)*(2*(lmMsq*(64 - 696*
1739  lmMst1 + 540*lmMst2 - 156*lmMt) + 8*lmMst1*(118 + 87*lmMt) - 3*(740 +
1740  231*lmMt + 15*lmMst2*(7 + 12*lmMt)) + 156*pow2(lmMsq))*pow2(Mst2) - 3*(
1741  928 - 145*lmMst1 + 180*lmMsq*(-2 + lmMst1 - lmMst2) + 505*lmMst2 - 90*
1742  pow2(lmMst1) + 90*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*(
1743  48*(112 - 12*lmMsq + 51*lmMst2 - 3*(13 + 12*lmMst2)*lmMt + 36*lmMsq*(
1744  lmMst2 + lmMt) - 36*pow2(lmMsq))*pow2(Mst2) + (467 - 12*lmMsq + 12*
1745  lmMst2)*pow2(MuSUSY))*pow4(Mst2) + (-11 + 12*lmMsq - 12*lmMst2)*pow2(
1746  MuSUSY)*pow6(Mst2) + 4*(169 - 48*lmMsq + lmMst2*(87 - 36*lmMt) - 39*
1747  lmMt + 36*lmMsq*(lmMst2 + lmMt) - 36*pow2(lmMsq))*pow8(Mst2))))))))/(
1748  777600.*Tbeta*pow2(Sbeta)*pow4(Msq)*pow4(Mst2))))/pow2(Mgl));
1749 }
1750 
1751 /**
1752  * @return The off-diagonal (1, 2) = (2, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H5g1'
1753  */
1754 double H5g1::getS12() const {
1755  return -(MuSUSY*((Mt*(9*oneLoopFlag*s2t*(2*(2 - lmMst1 + lmMst2)*Mt*MuSUSY*s2t +
1756  4*(-lmMst1 + lmMst2)*Tbeta*pow2(Mt) + (-2 + lmMst1 - lmMst2)*Tbeta*
1757  pow2(Mst2)*pow2(s2t)) - (48*Al4p*twoLoopFlag*(-(Mst1*Mt*(4*Mgl*Mt*
1758  MuSUSY*s2t*(8 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(lmMst2)) + 4*
1759  Dmglst1*Mt*MuSUSY*s2t*(12 - 2*lmMst1 + 6*lmMst2 - pow2(lmMst1) + pow2(
1760  lmMst2)) + Dmglst1*Tbeta*(8*(5 + lmMst2 + (2 + lmMst2)*lmMt - lmMst1*(3
1761  + lmMt))*pow2(Mt) + 3*(-12 + 2*lmMst1 - 6*lmMst2 + pow2(lmMst1) - pow2(
1762  lmMst2))*pow2(Mst2)*pow2(s2t)) + Mgl*Tbeta*(8*(2 + lmMst2 + lmMt +
1763  lmMst2*lmMt - lmMst1*(2 + lmMt))*pow2(Mt) + 3*(-8 + 2*lmMst1 - 6*lmMst2
1764  + pow2(lmMst1) - pow2(lmMst2))*pow2(Mst2)*pow2(s2t)))) + s2t*(-2*
1765  Dmglst1*pow2(Mst1)*(2*lmMst2*Mt*MuSUSY*s2t + s2t*(pow2(lmMst1) - pow2(
1766  lmMst2))*(-2*Mt*MuSUSY + s2t*Tbeta*pow2(Mst2)) - 4*Tbeta*pow2(Mt) + (-1
1767  + lmMst1)*Tbeta*pow2(Mst2)*pow2(s2t) - lmMst2*Tbeta*(4*pow2(Mt) + pow2(
1768  Mst2)*pow2(s2t))) + pow2(Mst2)*(Dmglst1*(-4*(-1 + lmMst1)*Mt*MuSUSY*s2t
1769  + (4 - 8*lmMst1)*Tbeta*pow2(Mt) + 2*(-1 + lmMst1)*Tbeta*pow2(Mst2)*
1770  pow2(s2t)) + Mgl*(2*Mt*MuSUSY*s2t*(-7 - 7*lmMst2 + 2*lmMst1*(1 +
1771  lmMst2) - 2*pow2(lmMst2)) + 2*Tbeta*(2*lmMst1*(1 + lmMst2) - lmMst2*(4
1772  + 3*lmMst2) + pow2(lmMst1))*pow2(Mt) + Tbeta*(7 + 7*lmMst2 - 2*lmMst1*(
1773  1 + lmMst2) + 2*pow2(lmMst2))*pow2(Mst2)*pow2(s2t))))))/(Mgl*pow2(Mst2)
1774  )))/Tbeta + 4*threeLoopFlag*pow2(Al4p)*((-6*(1 - 2*lmMst2)*Mt*s2t*
1775  shiftst3*pow2(Mst2)*(4*pow2(Mt) + (1 + lmMst1 - lmMst2)*pow2(Mst1)*
1776  pow2(s2t)))/pow2(Mst1) + 8*Mt*s2t*T1ep*(-2*pow2(Mt) + pow2(Mst2)*pow2(
1777  s2t)) - 36*Mst1*pow2(Mt)*pow2(s2t)*(369.9166666666667 - (34*B4)/3. -
1778  DN/3. - 120*lmMsq + 20*pow2(lmMsq) - lmMst1*(13.166666666666666 - 30*
1779  lmMsq + 10*pow2(lmMsq)) + lmMst2*(355.8333333333333 - 70*lmMsq - (59*
1780  lmMst1)/3. + 10*pow2(lmMsq) - 10*pow2(lmMst1)) + ((-167 + 60*lmMsq)*
1781  pow2(lmMst1))/6. - ((-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2))/6. - (
1782  50*pow3(lmMst1))/9. + (146*pow3(lmMst2))/9. + ((10*(Dmglst1 + Mgl)*
1783  pow2(Mst2))/(3.*pow2(Msq)) + Dmglst1*(314.9166666666667 - (34*B4)/3. -
1784  DN/3. - 180*lmMsq + lmMst1*(60.833333333333336 + 30*lmMsq - 10*pow2(
1785  lmMsq)) + 20*pow2(lmMsq) + lmMst2*(388.5 - 70*lmMsq - (59*lmMst1)/3. +
1786  10*pow2(lmMsq) - 10*pow2(lmMst1)) + ((-13 + 20*lmMsq)*pow2(lmMst1))/2.
1787  - ((-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2))/
1788  6. - (50*pow3(lmMst1))/9. + (146*pow3(lmMst2))/9.))/Mgl) - (Dmglst1*Mt*
1789  pow2(Mst1)*(2323 + 144*B4 + 120*DN - 2880*lmMsq - 6*lmMst1*(-293 - 360*
1790  lmMsq + 180*pow2(lmMsq)) + 6*lmMst2*(571 - 360*lmMsq + 62*lmMst1 + 180*
1791  pow2(lmMsq) - 158*pow2(lmMst1)) + 30*(-121 + 36*lmMsq)*pow2(lmMst1) -
1792  6*(-735 + 180*lmMsq + 98*lmMst1)*pow2(lmMst2) - 260*pow3(lmMst1) +
1793  1796*pow3(lmMst2))*pow3(s2t))/(3.*Mgl) - (Mt*pow2(Mst2)*(Dmglst1*(36*(7
1794  - 2*lmMst1 - 60*lmMsq*(-5 + 6*lmMst1) - 226*lmMst2 + 220*lmMst1*lmMst2
1795  + 180*pow2(lmMsq) + 178*pow2(lmMst1) + 18*pow2(lmMst2))*pow2(Msq) +
1796  240*(82 - 93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*lmMst2 -
1797  9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Mst1)) + Mgl*pow2(Msq)*(53965 +
1798  2592*B4 - 288*DN - 13320*lmMsq + 192*OepS2 - 1944*(-11 + 2*lmMst1 - 2*
1799  lmMst2)*S2 + 5400*pow2(lmMsq) - 6*lmMst1*(3781 - 300*lmMsq + 180*pow2(
1800  lmMsq)) + 6*lmMst2*(14137 - 3498*lmMst1 + 60*lmMsq*(-35 + 12*lmMst1) +
1801  180*pow2(lmMsq) - 18*pow2(lmMst1)) - 18*(-229 + 60*lmMsq)*pow2(lmMst1)
1802  - 18*(-2193 + 180*lmMsq + 442*lmMst1)*pow2(lmMst2) + 396*pow3(lmMst1) +
1803  7668*pow3(lmMst2)))*pow3(s2t))/(36.*Mgl*pow2(Msq)) + (s2t*pow3(Mt)*(
1804  4717 - 288*DN - 1080*lmMsq + 96*OepS2 - 972*(1 + 2*lmMst1 - 2*lmMst2)*
1805  S2 + 3240*pow2(lmMsq) - 24*lmMst1*(454 + 60*lmMsq + 45*pow2(lmMsq)) +
1806  24*lmMst2*(715 - 336*lmMst1 + 30*lmMsq*(-7 + 3*lmMst1) + 45*pow2(lmMsq)
1807  - 36*pow2(lmMst1)) + 2952*pow2(lmMst1) - 72*(-191 + 30*lmMsq + 44*
1808  lmMst1)*pow2(lmMst2) - 696*pow3(lmMst1) + 4728*pow3(lmMst2) + (324*(-(
1809  Dmglst1*(11.703703703703704 - (160*lmMsq)/9. + (20*(7 + 54*lmMsq)*
1810  lmMst1)/27. + (4*(16 - 23*lmMst1)*lmMst2)/9. - 20*pow2(lmMsq) - 34*
1811  pow2(lmMst1) - 2*pow2(lmMst2) + pow2(Mst1)*((20*(7 - 20*lmMsq + 26*
1812  lmMst1 - 6*lmMst2))/(9.*pow2(Msq)) + (164809 - 864*B4 - 432*DN - 14580*
1813  lmMsq - 9366*lmMst1 + 4860*pow2(lmMsq) + 1854*pow2(lmMst1) + 6*lmMst2*(
1814  23575 - 1620*lmMsq - 906*lmMst1 + 432*pow2(lmMst1)) + 18*(2167 + 336*
1815  lmMst1)*pow2(lmMst2) + 5184*lmMt*(2 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2)
1816  + pow2(lmMst1) + pow2(lmMst2)) - 7200*pow3(lmMst1) - 1440*pow3(lmMst2))
1817  /(243.*pow2(Mst2))))) + (pow2(Mst2)*((-4*Mgl*(5108 + 15*lmMsq*(-218 +
1818  75*lmMst1 - 195*lmMst2) + 6270*lmMst2 - 375*lmMst1*(8 + 3*lmMst2) +
1819  900*pow2(lmMsq) + 2025*pow2(lmMst2)))/pow2(Msq) + (2700*(1 - 2*lmMst2)*
1820  Mgl)/pow2(Mst1) + (1125*Dmglst1*(13 - 12*lmMsq + 12*lmMst2)*pow2(Mst1))
1821  /pow4(Msq)))/4050.))/Mgl))/9. + (MuSUSY*pow2(Mt)*(pow2(s2t)*(270905 +
1822  12960*B4 - 66600*lmMsq + 960*OepS2 + 3240*(33 - 6*lmMst1 + 6*lmMst2)*S2
1823  - 1440*(DN + T1ep) + 27000*pow2(lmMsq) - 30*lmMst1*(3781 - 300*lmMsq +
1824  180*pow2(lmMsq)) + 30*lmMst2*(14065 - 3498*lmMst1 + 60*lmMsq*(-35 + 12*
1825  lmMst1) + 180*pow2(lmMsq) - 18*pow2(lmMst1)) + 90*(229 - 60*lmMsq)*
1826  pow2(lmMst1) - 90*(-2193 + 180*lmMsq + 442*lmMst1)*pow2(lmMst2) + (
1827  1080*(-1 + 2*lmMst2)*shiftst3*((2 - 2*lmMst1 + 2*lmMst2)*pow2(Mst1) +
1828  pow2(Mst2)))/pow2(Mst1) + 1980*pow3(lmMst1) + 38340*pow3(lmMst2) + (60*
1829  Dmglst1*(20*(82 - 93*lmMst1 + 6*lmMsq*(4 + 3*lmMst1 - 3*lmMst2) + 69*
1830  lmMst2 - 9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + pow2(
1831  Msq)*(3*(7 + 60*lmMsq*(5 - 6*lmMst1) - 2*lmMst1 + (-226 + 220*lmMst1)*
1832  lmMst2 + 180*pow2(lmMsq) + 178*pow2(lmMst1) + 18*pow2(lmMst2))*pow2(
1833  Mst2) + 4*pow2(Mst1)*(586 + 36*B4 + 30*DN - 495*lmMsq + 135*pow2(lmMsq)
1834  - 6*lmMst1*(-73 - 45*lmMsq + 45*pow2(lmMsq)) + 3*lmMst2*(229 - 180*
1835  lmMsq + 86*lmMst1 + 90*pow2(lmMsq) - 79*pow2(lmMst1)) + 18*(-43 + 15*
1836  lmMsq)*pow2(lmMst1) - 3*(-372 + 90*lmMsq + 49*lmMst1)*pow2(lmMst2) -
1837  65*pow3(lmMst1) + 449*pow3(lmMst2)))))/(Mgl*pow2(Msq)*pow2(Mst2)) - 12*
1838  pow2(Mst2)*((2*(939 + 30*lmMsq*(-12 + 5*lmMst1 - 5*lmMst2) + 760*lmMst2
1839  - 50*lmMst1*(8 + 3*lmMst2) + 150*pow2(lmMst2)))/pow2(Msq) + (90*(-1 +
1840  2*lmMst2))/pow2(Mst1) + (225*Dmglst1*pow2(Mst1))/(Mgl*pow4(Msq)))) + (
1841  20*Mst1*Mt*(s2t*((6*(Dmglst1*(11337 - 408*B4 - 12*DN - 6480*lmMsq +
1842  720*pow2(lmMsq) - 30*lmMst1*(-73 - 36*lmMsq + 12*pow2(lmMsq)) + 6*
1843  lmMst2*(2331 - 420*lmMsq - 118*lmMst1 + 60*pow2(lmMsq) - 60*pow2(
1844  lmMst1)) + 18*(-13 + 20*lmMsq)*pow2(lmMst1) - 6*(-797 + 60*lmMsq + 4*
1845  lmMst1)*pow2(lmMst2) - 200*pow3(lmMst1) + 584*pow3(lmMst2)) + Mgl*(
1846  13317 - 408*B4 - 12*DN - 4320*lmMsq + 720*pow2(lmMsq) - 6*lmMst1*(79 -
1847  180*lmMsq + 60*pow2(lmMsq)) + 6*lmMst2*(2135 - 420*lmMsq - 118*lmMst1 +
1848  60*pow2(lmMsq) - 60*pow2(lmMst1)) + 6*(-167 + 60*lmMsq)*pow2(lmMst1) -
1849  6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) - 200*pow3(lmMst1) + 584*
1850  pow3(lmMst2))))/pow2(Mst2) + (5*(Dmglst1 + Mgl)*(144*pow2(Msq) + (-11 +
1851  12*lmMsq - 12*lmMst2)*pow2(Mst2)))/pow4(Msq)) + (96*Dmglst1*Mst1*Mt*(
1852  735 - 6*B4 - 3*DN - 78*lmMst1 + 6*pow2(lmMst1) + 6*lmMst2*(85 - 6*
1853  lmMst1 + pow2(lmMst1)) + 18*(7 + lmMst1)*pow2(lmMst2) + 24*lmMt*(2 + 3*
1854  lmMst2 - lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2)) - 26*
1855  pow3(lmMst1) + 2*pow3(lmMst2)))/pow4(Mst2)))/Mgl))/(90.*Tbeta) + (Mt*(
1856  60*s2t*xMsq*(1 - 2*(lmMsq + z2))*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*((-1 +
1857  shiftst1)*pow2(Mst2)*(-2*Mt*MuSUSY*s2t - 4*Tbeta*pow2(Mt) + Tbeta*pow2(
1858  Mst2)*pow2(s2t)) + pow2(Mst1)*(2*Mt*MuSUSY*s2t*(1 + 2*(lmMst1 - lmMst2)
1859  *(-1 + shiftst1) - 2*shiftst1 + shiftst2) + Tbeta*(4*(-1 + shiftst2)*
1860  pow2(Mt) - (shiftst1 - shiftst2 + (lmMst1 - lmMst2)*(-2 + shiftst1 +
1861  shiftst2))*pow2(Mst2)*pow2(s2t)))) + 2*pow2(Mst1)*pow2(z2)*(Mgl*pow2(
1862  Mst2)*(Mgl*(-64*Mst1*Mt*(-4*Mt*MuSUSY*s2t + Tbeta*pow2(Mt) + 3*Tbeta*
1863  pow2(Mst2)*pow2(s2t)) + 5*s2t*pow2(Mst2)*(-14*Mt*MuSUSY*s2t + 2*Tbeta*
1864  pow2(Mt) + 7*Tbeta*pow2(Mst2)*pow2(s2t))) + 16*Dmglst1*Mst1*(16*MuSUSY*
1865  s2t*pow2(Mt) - 2*Mt*(Mst1*MuSUSY + 6*Tbeta*pow2(Mst2))*pow2(s2t) - 4*
1866  Tbeta*pow3(Mt) + Mst1*Tbeta*pow2(Mst2)*pow3(s2t))) + 8*Mst1*xDmglst1*
1867  pow2(Dmglst1)*(60*Mt*s2t*pow2(Mst1)*(4*Mt*MuSUSY - 3*s2t*Tbeta*pow2(
1868  Mst2)) + pow2(Mst2)*(32*MuSUSY*s2t*pow2(Mt) - 6*Mt*(Mst1*MuSUSY + 4*
1869  Tbeta*pow2(Mst2))*pow2(s2t) - 8*Tbeta*pow3(Mt) + 3*Mst1*Tbeta*pow2(
1870  Mst2)*pow3(s2t)))) - z3*pow2(Mst1)*(4*Mgl*Mt*MuSUSY*(8*Mgl*s2t*pow2(
1871  Mst2)*((133 - 9*lmMst1 + 9*lmMst2)*Mst1*Mt - 41*s2t*pow2(Mst2)) +
1872  Dmglst1*(8*(58 - 9*lmMst1 + 9*lmMst2)*Mst1*Mt*s2t*pow2(Mst2) + 12*pow2(
1873  Mst1)*((52 + 8*lmMst1 - 8*lmMst2)*pow2(Mt) + (-35 - 46*lmMst1 + 46*
1874  lmMst2)*pow2(Mst2)*pow2(s2t)) + 195*pow2(s2t)*pow4(Mst2))) - 2*Mgl*
1875  Tbeta*pow2(Mst2)*(Dmglst1*(5*s2t*pow2(Mst2)*(-88*pow2(Mt) + 39*pow2(
1876  Mst2)*pow2(s2t)) + 4*Mst1*Mt*(4*(-37 + 12*lmMst1 - 12*lmMst2)*pow2(Mt)
1877  + 3*(58 - 9*lmMst1 + 9*lmMst2)*pow2(Mst2)*pow2(s2t)) + 3*s2t*pow2(Mst1)
1878  *(16*(53 + 4*lmMst1 - 4*lmMst2)*pow2(Mt) + (-205 - 184*lmMst1 + 184*
1879  lmMst2)*pow2(Mst2)*pow2(s2t))) - 4*Mgl*(-43*s2t*pow2(Mst2)*pow2(Mt) -
1880  3*Mst1*Mt*(8*(-9 + 2*lmMst1 - 2*lmMst2)*pow2(Mt) + (133 - 9*lmMst1 + 9*
1881  lmMst2)*pow2(Mst2)*pow2(s2t)) + 82*pow3(s2t)*pow4(Mst2))) + xDmglst1*
1882  pow2(Dmglst1)*(Mt*(-4*Mst1*pow2(Mst2)*(4*(559 + 18*lmMst1 - 18*lmMst2)*
1883  Mt*MuSUSY*s2t + 6*(565 + 16*lmMst1 - 16*lmMst2)*Tbeta*pow2(Mt) - 3*(559
1884  + 18*lmMst1 - 18*lmMst2)*Tbeta*pow2(Mst2)*pow2(s2t)) - 8*(54*(51 - 52*
1885  lmMst1 + 52*lmMst2)*Mt*MuSUSY*s2t + 3595*Tbeta*pow2(Mt) + 1053*(-1 + 2*
1886  lmMst1 - 2*lmMst2)*Tbeta*pow2(Mst2)*pow2(s2t))*pow3(Mst1)) + 7*s2t*(
1887  438*Mt*MuSUSY*s2t + 994*Tbeta*pow2(Mt) - 219*Tbeta*pow2(Mst2)*pow2(s2t)
1888  )*pow4(Mst2) + pow2(Mst1)*(-16*(1573 + 36*lmMst1 - 36*lmMst2)*s2t*
1889  Tbeta*pow2(Mst2)*pow2(Mt) - 48*(49 + 69*lmMst1 - 69*lmMst2)*Mt*MuSUSY*
1890  pow2(Mst2)*pow2(s2t) + 64*(220 + 9*lmMst1 - 9*lmMst2)*MuSUSY*pow3(Mt) +
1891  9*(301 + 184*lmMst1 - 184*lmMst2)*Tbeta*pow3(s2t)*pow4(Mst2)))) + 4*z4*
1892  pow2(Mst1)*(pow2(Mgl)*pow2(Mst2)*(s2t*pow2(Mst2)*(242*Mt*MuSUSY*s2t +
1893  18*Tbeta*pow2(Mt) - 121*Tbeta*pow2(Mst2)*pow2(s2t)) + Mst1*Mt*(-964*Mt*
1894  MuSUSY*s2t + 16*Tbeta*pow2(Mt) + 723*Tbeta*pow2(Mst2)*pow2(s2t))) +
1895  Dmglst1*Mst1*(Mgl*(Mt*pow2(Mst2)*(-964*Mt*MuSUSY*s2t + 16*Tbeta*pow2(
1896  Mt) + 723*Tbeta*pow2(Mst2)*pow2(s2t)) + 10*Mst1*(-24*s2t*Tbeta*pow2(
1897  Mst2)*pow2(Mt) - 106*Mt*MuSUSY*pow2(Mst2)*pow2(s2t) + 24*MuSUSY*pow3(
1898  Mt) + 53*Tbeta*pow3(s2t)*pow4(Mst2))) + Dmglst1*xDmglst1*(1230*Mt*s2t*
1899  pow2(Mst1)*(4*Mt*MuSUSY - 3*s2t*Tbeta*pow2(Mst2)) + Mt*pow2(Mst2)*(-
1900  964*Mt*MuSUSY*s2t + 16*Tbeta*pow2(Mt) + 723*Tbeta*pow2(Mst2)*pow2(s2t))
1901  + 15*Mst1*(-24*s2t*Tbeta*pow2(Mst2)*pow2(Mt) - 106*Mt*MuSUSY*pow2(Mst2)
1902  *pow2(s2t) + 24*MuSUSY*pow3(Mt) + 53*Tbeta*pow3(s2t)*pow4(Mst2)))))))/(
1903  Tbeta*pow2(Mgl)*pow2(Mst1)*pow4(Mst2)) + (2*Mst1*(80*Dmglst1*(17 + 3*
1904  lmMst2*(1 - 6*lmMt) - 33*lmMt + 6*lmMsq*(5 + 3*(lmMst2 + lmMt)) - 18*
1905  pow2(lmMsq))*pow2(Msq)*pow2(Mst2) + 80*Mgl*(17 + 3*lmMst2*(1 - 6*lmMt)
1906  - 33*lmMt + 6*lmMsq*(5 + 3*(lmMst2 + lmMt)) - 18*pow2(lmMsq))*pow2(Msq)
1907  *pow2(Mst2) - 8*Dmglst1*(1846 - 1057*lmMst2 + 30*lmMsq*(151 + 51*lmMt +
1908  9*lmMst2*(3 + 2*lmMt) - 6*lmMst1*(13 + 3*lmMt)) + 270*(lmMst1 - lmMst2)
1909  *pow2(lmMsq) + 6*(352 + 15*lmMst2 + 42*lmMt)*pow2(lmMst1) - 306*pow2(
1910  lmMst2) - 3*lmMt*(1105 + 608*lmMst2 + 108*pow2(lmMst2)) - 432*(2 +
1911  lmMst2)*pow2(lmMt) + 2*lmMst1*(-2534 - 192*lmMt + 3*lmMst2*(67 + 12*
1912  lmMt) + 9*pow2(lmMst2) + 216*pow2(lmMt)) - 66*pow3(lmMst1) - 42*pow3(
1913  lmMst2))*pow4(Msq) + 24*Mgl*(212 + 225*lmMst2 - 90*lmMsq*(7 + 2*lmMst2*
1914  lmMt - 2*lmMst1*(3 + lmMt) + 3*(lmMst2 + lmMt)) - 90*(lmMst1 - lmMst2)*
1915  pow2(lmMsq) - 6*(67 + 5*lmMst2 + 14*lmMt)*pow2(lmMst1) + 102*pow2(
1916  lmMst2) + 3*lmMt*(265 + 202*lmMst2 + 36*pow2(lmMst2)) + 144*(1 +
1917  lmMst2)*pow2(lmMt) - 6*lmMst1*(-54 + 37*lmMt + lmMst2*(22 + 4*lmMt) +
1918  pow2(lmMst2) + 24*pow2(lmMt)) + 22*pow3(lmMst1) + 14*pow3(lmMst2))*
1919  pow4(Msq) + 5*Dmglst1*(299 - 60*lmMsq + 6*lmMst2*(23 - 12*lmMt) - 78*
1920  lmMt + 72*lmMsq*(lmMst2 + lmMt) - 72*pow2(lmMsq))*pow4(Mst2) + 5*Mgl*(
1921  299 - 60*lmMsq + 6*lmMst2*(23 - 12*lmMt) - 78*lmMt + 72*lmMsq*(lmMst2 +
1922  lmMt) - 72*pow2(lmMsq))*pow4(Mst2))*pow4(Mt))/(9.*Mgl*pow2(Mst2)*pow4(
1923  Msq)) + 2*z2*(Mt*s2t*pow2(Mst2)*((24*shiftst3*pow2(Mt))/pow2(Mst1) + (
1924  333 - 30*lmMsq - 37*lmMst1 + 149*lmMst2 + 6*(1 + lmMst1)*shiftst3 - 6*
1925  lmMst2*shiftst3 + (Dmglst1*(-198 - (60*pow2(Mst1))/pow2(Msq)))/Mgl)*
1926  pow2(s2t)) + 18*s2t*(32.611111111111114 + (4*lmMst2)/3. + (Dmglst1*(44
1927  - (4*(2777 + 120*lmMst1 + 456*lmMst2)*pow2(Mst1))/(27.*pow2(Mst2))))/
1928  Mgl - (4*(lmMst1 + pow2(Mst2)/pow2(Mst1)))/3.)*pow3(Mt) + (2*MuSUSY*
1929  pow2(Mt)*(-((339 - 30*lmMsq - 37*lmMst1 + 149*lmMst2 - (9*Dmglst1*(22 +
1930  (4*pow2(Mst1)*(15/pow2(Msq) + (390 - 90*lmMsq - 139*lmMst1 + 315*
1931  lmMst2)/pow2(Mst2)))/9.))/Mgl + (6*pow2(Mst2))/pow2(Mst1) + shiftst3*(
1932  12*(-1 + lmMst1 - lmMst2) - (6*pow2(Mst2))/pow2(Mst1)))*pow2(s2t)) + (
1933  4*Mst1*Mt*(8*Dmglst1*(55 + 16*lmMst2)*Mst1*Mt + (627 - 60*lmMsq - 64*
1934  lmMst1 + 192*lmMst2)*(Dmglst1 + Mgl)*s2t*pow2(Mst2)))/(Mgl*pow4(Mst2)))
1935  )/Tbeta + (18*Mst1*((Dmglst1*(-681 + 180*lmMsq + 278*lmMst1 - 630*
1936  lmMst2)*Mst1*Mt*pow3(s2t))/9. + (Dmglst1 + Mgl)*(((-627 + 60*lmMsq +
1937  64*lmMst1 - 192*lmMst2)*pow2(Mt)*pow2(s2t))/3. + (8*(-60*pow2(Msq)*
1938  pow2(Mst2) + (8 - 96*lmMst1 + 54*lmMst2 + 42*lmMt)*pow4(Msq) - 15*pow4(
1939  Mst2))*pow4(Mt))/(27.*pow2(Mst2)*pow4(Msq)))))/Mgl)) + (16*Al4p*(-9*
1940  xDmglst1*pow2(Dmglst1)*(Mst1*twoLoopFlag*(16 - 2*lmMst1 + 6*lmMst2 -
1941  pow2(lmMst1) + pow2(lmMst2) - (2*(6 + 7*lmMst2 - lmMst1*(7 + 6*lmMst2)
1942  + 3*pow2(lmMst1) + 3*pow2(lmMst2))*pow2(Mst1))/pow2(Mst2))*pow2(Mt)*
1943  pow2(s2t) + s2t*twoLoopFlag*(3.7777777777777777 - 4*lmMst1 + (4*(1 +
1944  lmMst2)*pow2(Mst1))/pow2(Mst2))*pow3(Mt) + Mt*twoLoopFlag*((
1945  2.6666666666666665 - lmMst1 + lmMst2 - pow2(lmMst1) + pow2(lmMst2))*
1946  pow2(Mst1) + ((-4 + 3*lmMst1)*pow2(Mst2))/3.)*pow3(s2t) + (2*MuSUSY*
1947  s2t*twoLoopFlag*pow2(Mt)*(2*Mst1*Mt*(-16 + 2*lmMst1 - 6*lmMst2 + pow2(
1948  lmMst1) - pow2(lmMst2))*pow2(Mst2) - s2t*(4 + 3*lmMst2*(1 + lmMst2) -
1949  3*pow2(lmMst1))*pow2(Mst1)*pow2(Mst2) + 4*Mt*(4 + 7*lmMst2 - lmMst1*(7
1950  + 6*lmMst2) + 3*(pow2(lmMst1) + pow2(lmMst2)))*pow3(Mst1) + (4 - 3*
1951  lmMst1)*s2t*pow4(Mst2)))/(3.*Tbeta*pow4(Mst2)) - (4*twoLoopFlag*((151 +
1952  51*lmMt + 18*lmMst2*(1 + lmMt) - 3*lmMst1*(23 + 6*lmMt))*Mst1*pow2(
1953  Mst2) + (61 + 3*lmMst1*(-5 + 18*lmMst2 - 18*lmMt) + 105*lmMt + 18*
1954  lmMst2*(-5 + 3*lmMt) - 54*pow2(lmMst2))*pow3(Mst1))*pow4(Mt))/(27.*
1955  pow4(Mst2)) - (Al4p*MuSUSY*threeLoopFlag*pow2(Mt)*(3*pow2(s2t)*(6457 +
1956  4020*lmMsq - 2*(491 + 1620*lmMsq)*lmMst1 + 30*(-89 + 66*lmMst1)*lmMst2
1957  + 1620*pow2(lmMsq) + 834*pow2(lmMst1) + 162*pow2(lmMst2) + (3*pow2(
1958  Mst1)*(20*(108 - 133*lmMst1 + 2*lmMsq*(32 + 9*lmMst1 - 9*lmMst2) + 69*
1959  lmMst2 - 9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(Msq)*pow2(Mst2) + 4*(479
1960  + 36*B4 + 30*DN - 975*lmMsq + lmMst1*(1018 + 270*lmMsq - 270*pow2(
1961  lmMsq)) + 135*pow2(lmMsq) + lmMst2*(811 - 540*lmMsq + 258*lmMst1 + 270*
1962  pow2(lmMsq) - 237*pow2(lmMst1)) + (-646 + 270*lmMsq)*pow2(lmMst1) - 3*(
1963  -372 + 90*lmMsq + 49*lmMst1)*pow2(lmMst2) - 65*pow3(lmMst1) + 449*pow3(
1964  lmMst2))*pow4(Msq) - 45*pow4(Mst2)))/(pow2(Mst2)*pow4(Msq))) + (2*Mst1*
1965  Mt*(16*Mst1*Mt*(9893 - 54*B4 - 27*DN - 50*lmMst1 + 138*pow2(lmMst1) +
1966  lmMst2*(4538 - 300*lmMst1 + 54*pow2(lmMst1)) + 54*(19 + 3*lmMst1)*pow2(
1967  lmMst2) + 24*lmMt*(29 + 35*lmMst2 - lmMst1*(35 + 18*lmMst2) + 9*pow2(
1968  lmMst1) + 9*pow2(lmMst2)) - 234*pow3(lmMst1) + 18*pow3(lmMst2)) + (s2t*
1969  (-6*(pow2(Mst2)*(413 + 408*B4 + 12*DN + 8520*lmMsq - 720*pow2(lmMsq) +
1970  2*lmMst1*(-1573 - 540*lmMsq + 180*pow2(lmMsq)) - 18*(51 + 20*lmMsq)*
1971  pow2(lmMst1) + lmMst2*(-15206 + 2520*lmMsq + 708*lmMst1 - 360*pow2(
1972  lmMsq) + 360*pow2(lmMst1)) + 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(
1973  lmMst2) + 200*pow3(lmMst1) - 584*pow3(lmMst2)) + 4*pow2(Mst1)*(6129 +
1974  684*B4 - 18*DN - 3630*lmMsq + 6*(-251 + 600*lmMsq)*lmMst1 + lmMst2*(
1975  6914 - 1122*lmMst1 + 720*lmMsq*(-5 + 3*lmMst1) - 1179*pow2(lmMst1)) -
1976  3*(997 + 360*lmMsq)*pow2(lmMst1) - 9*(-393 + 120*lmMsq + 125*lmMst1)*
1977  pow2(lmMst2) + 1353*pow3(lmMst1) + 951*pow3(lmMst2)))*pow4(Msq) - 240*
1978  pow2(Msq)*((311 - 66*lmMst1 + 36*lmMsq*(-2 + lmMst1 - lmMst2) + 138*
1979  lmMst2 - 18*pow2(lmMst1) + 18*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) - 3*
1980  pow4(Mst2)) + 1080*pow2(Mst1)*pow4(Mst2) + 5*(-11 + 12*lmMsq - 12*
1981  lmMst2)*pow6(Mst2)))/pow4(Msq)))/pow4(Mst2)))/(324.*Tbeta) + Al4p*Mt*
1982  threeLoopFlag*(-((-((((6457 + 60*lmMsq*(67 - 54*lmMst1) - 982*lmMst1 +
1983  30*(-89 + 66*lmMst1)*lmMst2 + 1620*pow2(lmMsq) + 834*pow2(lmMst1) +
1984  162*pow2(lmMst2))*pow2(Msq) + 60*(108 - 133*lmMst1 + 2*lmMsq*(32 + 9*
1985  lmMst1 - 9*lmMst2) + 69*lmMst2 - 9*pow2(lmMst1) + 9*pow2(lmMst2))*pow2(
1986  Mst1))*pow2(Mst2))/pow2(Msq)) + pow2(Mst1)*(709 - 432*B4 - 360*DN +
1987  15720*lmMsq + 2*lmMst1*(-6599 - 3240*lmMsq + 1620*pow2(lmMsq)) - 18*
1988  lmMst2*(689 - 360*lmMsq + 62*lmMst1 + 180*pow2(lmMsq) - 158*pow2(
1989  lmMst1)) + 162*(53 - 20*lmMsq)*pow2(lmMst1) + 18*(-735 + 180*lmMsq +
1990  98*lmMst1)*pow2(lmMst2) + 780*pow3(lmMst1) - 5388*pow3(lmMst2)))*pow3(
1991  s2t))/216. - s2t*pow2(Mt)*(163 + (520*lmMsq)/9. - (2*(731 + 810*lmMsq)*
1992  lmMst1)/27. + (2*(-74 + 69*lmMst1)*lmMst2)/9. + 30*pow2(lmMsq) + (331*
1993  pow2(lmMst1))/9. + 3*pow2(lmMst2) - pow2(Mst1)*((10*(9 - 100*lmMsq +
1994  118*lmMst1 - 18*lmMst2))/(9.*pow2(Msq)) + (1534.2283950617284 - (16*B4)
1995  /3. - (8*DN)/3. - 90*lmMsq + (1507*lmMst1)/27. + 30*pow2(lmMsq) + (215*
1996  pow2(lmMst1))/9. + lmMst2*(848.4074074074074 - 60*lmMsq - 30*lmMst1 +
1997  16*pow2(lmMst1)) + (7*(289 + 48*lmMst1)*pow2(lmMst2))/9. + (32*lmMt*(29
1998  + 35*lmMst2 - lmMst1*(35 + 18*lmMst2) + 9*pow2(lmMst1) + 9*pow2(lmMst2)
1999  ))/9. - (400*pow3(lmMst1))/9. - (80*pow3(lmMst2))/9.)/pow2(Mst2) - ((
2000  5.416666666666667 - 5*lmMsq + 5*lmMst2)*pow2(Mst2))/pow4(Msq))) - Mt*
2001  pow2(s2t)*((Mst1*(413 + 408*B4 + 12*DN + 8520*lmMsq - 720*pow2(lmMsq) +
2002  2*lmMst1*(-1573 - 540*lmMsq + 180*pow2(lmMsq)) - 2*lmMst2*(7603 - 1260*
2003  lmMsq - 354*lmMst1 + 180*pow2(lmMsq) - 180*pow2(lmMst1)) - 18*(51 + 20*
2004  lmMsq)*pow2(lmMst1) + 6*(-797 + 60*lmMsq + 4*lmMst1)*pow2(lmMst2) +
2005  200*pow3(lmMst1) - 584*pow3(lmMst2)))/36. + ((10*(311 - 66*lmMst1 + 36*
2006  lmMsq*(-2 + lmMst1 - lmMst2) + 138*lmMst2 - 18*pow2(lmMst1) + 18*pow2(
2007  lmMst2)))/(9.*pow2(Msq)) + (354.6111111111111 + 76*B4 - 2*DN - 460*
2008  lmMsq + (-140.77777777777777 + 400*lmMsq)*lmMst1 + lmMst2*(
2009  802.1111111111111 - (374*lmMst1)/3. + 80*lmMsq*(-5 + 3*lmMst1) - 131*
2010  pow2(lmMst1)) - ((901 + 360*lmMsq)*pow2(lmMst1))/3. + (393 - 120*lmMsq
2011  - 125*lmMst1)*pow2(lmMst2) + (451*pow3(lmMst1))/3. + (317*pow3(lmMst2))
2012  /3.)/pow2(Mst2))*pow3(Mst1) - (5*pow2(Mst2)*(2*Mst1*pow2(Msq) + 3*pow3(
2013  Mst1)))/(3.*pow4(Msq))) + (Mst1*pow3(Mt)*(4*(pow2(Mst2)*(33943 - 2918*
2014  lmMst2 + 60*lmMsq*(244 + 69*lmMt + 9*lmMst2*(3 + 2*lmMt) - 6*lmMst1*(16
2015  + 3*lmMt)) + 540*(lmMst1 - lmMst2)*pow2(lmMsq) + 6*(799 + 30*lmMst2 +
2016  84*lmMt)*pow2(lmMst1) - 612*pow2(lmMst2) - 6*lmMt*(963 + 617*lmMst2 +
2017  108*pow2(lmMst2)) - 144*(17 + 6*lmMst2)*pow2(lmMt) + 2*lmMst1*(-10100 -
2018  1173*lmMt + lmMst2*(429 + 72*lmMt) + 18*pow2(lmMst2) + 432*pow2(lmMt))
2019  - 132*pow3(lmMst1) - 84*pow3(lmMst2)) + pow2(Mst1)*(32085 + 23606*
2020  lmMst2 + (3606 - 3402*lmMst2 + 7506*lmMt)*pow2(lmMst1) + 180*lmMsq*(31
2021  + 6*lmMst1*(-1 + 6*lmMst2 - 6*lmMt) + 84*lmMt + 6*lmMst2*(-13 + 6*lmMt)
2022  - 36*pow2(lmMst2)) + 18846*pow2(lmMst2) - 6*lmMt*(2850 + 1348*lmMst2 +
2023  189*pow2(lmMst2)) - 2*lmMst1*(5093 + 5700*lmMt + 6*lmMst2*(-173 + 531*
2024  lmMt) + 162*pow2(lmMst2) - 1296*pow2(lmMt)) - 144*(35 + 18*lmMst2)*
2025  pow2(lmMt) - 1368*pow3(lmMst1) + 5094*pow3(lmMst2)))*pow4(Msq) + 80*
2026  pow2(Msq)*(3*(245 + 6*lmMst1*(-25 + 6*lmMsq - 6*lmMt) + 84*lmMt +
2027  lmMst2*(66 - 36*lmMsq + 36*lmMt))*pow2(Mst1)*pow2(Mst2) + (-17 + 33*
2028  lmMt - 6*lmMsq*(5 + 3*lmMst2 + 3*lmMt) + 3*lmMst2*(-1 + 6*lmMt) + 18*
2029  pow2(lmMsq))*pow4(Mst2)) - 5*(6*(185 + 66*lmMst2 - 6*(13 + 12*lmMst2)*
2030  lmMt + 12*lmMsq*(1 + 6*(lmMst2 + lmMt)) - 72*pow2(lmMsq))*pow2(Mst1)*
2031  pow4(Mst2) + (299 - 60*lmMsq + 138*lmMst2 - 6*(13 + 12*lmMst2)*lmMt +
2032  72*lmMsq*(lmMst2 + lmMt) - 72*pow2(lmMsq))*pow6(Mst2))))/(162.*pow4(
2033  Msq)*pow4(Mst2)))) + Mt*z2*((3*Mgl*s2t*twoLoopFlag*(Mgl*(2*Mst1*Mt*(4*
2034  Mt*MuSUSY - 3*s2t*Tbeta*pow2(Mst2)) + s2t*pow2(Mst2)*(-2*Mt*MuSUSY +
2035  s2t*Tbeta*pow2(Mst2))) + 2*Dmglst1*Mst1*(Mt*s2t*(4*Mst1*MuSUSY - 3*
2036  Tbeta*pow2(Mst2)) + 4*MuSUSY*pow2(Mt) - 2*Mst1*Tbeta*pow2(Mst2)*pow2(
2037  s2t))))/(Tbeta*pow2(Mst2)) - xDmglst1*pow2(Dmglst1)*((Mst1*twoLoopFlag*
2038  ((12*Mt*MuSUSY*s2t*(12*Mt*pow2(Mst1) - 2*Mt*pow2(Mst2) - 3*Mst1*s2t*
2039  pow2(Mst2)))/Tbeta + 18*(pow2(Mst1)*(-6*Mt*pow2(Mst2)*pow2(s2t) + 8*
2040  pow3(Mt)) + (Mt + Mst1*s2t)*pow2(s2t)*pow4(Mst2))))/pow4(Mst2) + Al4p*
2041  threeLoopFlag*((Mt*MuSUSY*(30*s2t*pow2(Mst1)*pow2(Mst2)*(16*Mst1*Mt -
2042  3*s2t*pow2(Mst2)) + pow2(Msq)*(-6*pow2(Mst1)*(8*(55 + 16*lmMst2)*pow2(
2043  Mt) + (390 - 90*lmMsq - 139*lmMst1 + 315*lmMst2)*pow2(Mst2)*pow2(s2t))
2044  + Mt*s2t*(4*(-627 + 60*lmMsq + 64*lmMst1 - 192*lmMst2)*Mst1*pow2(Mst2)
2045  + 8*(1187 - 360*lmMsq - 171*lmMst1 + 747*lmMst2)*pow3(Mst1)) - 297*
2046  pow2(s2t)*pow4(Mst2))))/(Tbeta*pow2(Msq)*pow4(Mst2)) + 9*(-(s2t*(66 - (
2047  2*(2777 + 120*lmMst1 + 456*lmMst2)*pow2(Mst1))/(9.*pow2(Mst2)))*pow2(
2048  Mt)) + ((33*pow2(Mst2))/2. + pow2(Mst1)*(113.5 - 30*lmMsq - (139*
2049  lmMst1)/3. + 105*lmMst2 + (5*pow2(Mst2))/pow2(Msq)))*pow3(s2t) + Mst1*(
2050  Mt*(209 - 20*lmMsq - (64*lmMst1)/3. + 64*lmMst2 - pow2(Mst1)*(40/pow2(
2051  Msq) + (791.3333333333334 - 240*lmMsq - 114*lmMst1 + 498*lmMst2)/pow2(
2052  Mst2)))*pow2(s2t) + (8*pow3(Mt)*((3*(1391 - 360*lmMsq - 66*lmMst1 +
2053  813*lmMst2 + 21*lmMt)*pow2(Mst1) - 2*(4 - 48*lmMst1 + 27*lmMst2 + 21*
2054  lmMt)*pow2(Mst2))*pow4(Msq) + 60*pow2(Msq)*pow4(Mst2) + 15*(6*pow2(
2055  Mst1)*pow4(Mst2) + pow6(Mst2))))/(27.*pow4(Msq)*pow4(Mst2)))))))))/
2056  pow2(Mgl)))/144.;
2057 }
2058 
2059 /**
2060  * @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)
2061  */
2063 
2064  const double result =
2065  1555.7037037037037 - (17720*Dmglst1)/(27.*Mgl) + (5936*Mst1*s2t)/(9.*Mt)
2066  + (112112*Dmglst1*Mst1*s2t)/(27.*Mgl*Mt) + (6272*z2)/9. + (1056*
2067  Dmglst1*z2)/Mgl + (832*Mst1*s2t*z2)/(9.*Mt) + (832*Dmglst1*Mst1*s2t*z2)
2068  /(9.*Mgl*Mt) - (5216*z3)/3. - (856*Dmglst1*z3)/(3.*Mgl) + (1152*Mst1*
2069  s2t*z3)/Mt + (2368*Dmglst1*Mst1*s2t*z3)/(3.*Mgl*Mt) - (128*Mst1*s2t*z4)
2070  /(3.*Mt) - (128*Dmglst1*Mst1*s2t*z4)/(3.*Mgl*Mt) + (970352*pow2(
2071  Dmglst1))/(675.*pow2(Mgl)) + (589312*Mst1*s2t*pow2(Dmglst1))/(27.*Mt*
2072  pow2(Mgl)) + (1584*z2*pow2(Dmglst1))/pow2(Mgl) + (832*Mst1*s2t*z2*pow2(
2073  Dmglst1))/(9.*Mt*pow2(Mgl)) - (2692*z3*pow2(Dmglst1))/pow2(Mgl) - (
2074  9040*Mst1*s2t*z3*pow2(Dmglst1))/(Mt*pow2(Mgl)) - (128*Mst1*s2t*z4*pow2(
2075  Dmglst1))/(3.*Mt*pow2(Mgl)) + (160*pow2(Msq))/pow2(Mst1) - (320*z2*
2076  pow2(Msq))/pow2(Mst1) - (21936*pow2(Mst1))/(25.*pow2(Msq)) - (1440*
2077  Dmglst1*pow2(Mst1))/(Mgl*pow2(Msq)) - (32272*Cbeta*MuSUSY*s2t*pow2(
2078  Mst1))/(675.*Mt*Sbeta*pow2(Msq)) + (2560*z2*pow2(Mst1))/(3.*pow2(Msq))
2079  + (1280*Dmglst1*z2*pow2(Mst1))/(Mgl*pow2(Msq)) - (107168*pow2(Dmglst1)*
2080  pow2(Mst1))/(45.*pow2(Mgl)*pow2(Msq)) + (1920*z2*pow2(Dmglst1)*pow2(
2081  Mst1))/(pow2(Mgl)*pow2(Msq)) + (160*pow2(Msq))/pow2(Mst2) - (320*z2*
2082  pow2(Msq))/pow2(Mst2) - (39353408*pow2(Mst1))/(10125.*pow2(Mst2)) - (
2083  1025488*Dmglst1*pow2(Mst1))/(81.*Mgl*pow2(Mst2)) - (62992408*Cbeta*
2084  MuSUSY*s2t*pow2(Mst1))/(10125.*Mt*Sbeta*pow2(Mst2)) + (896*Cbeta*
2085  MuSUSY*OepS2*s2t*pow2(Mst1))/(81.*Mt*Sbeta*pow2(Mst2)) - (560*Cbeta*
2086  MuSUSY*S2*s2t*pow2(Mst1))/(Mt*Sbeta*pow2(Mst2)) - (448*Cbeta*MuSUSY*
2087  s2t*T1ep*pow2(Mst1))/(27.*Mt*Sbeta*pow2(Mst2)) + (9248*z2*pow2(Mst1))/(
2088  9.*pow2(Mst2)) + (19328*Dmglst1*z2*pow2(Mst1))/(9.*Mgl*pow2(Mst2)) - (
2089  140008*Cbeta*MuSUSY*s2t*z2*pow2(Mst1))/(27.*Mt*Sbeta*pow2(Mst2)) + (
2090  1536*z3*pow2(Mst1))/pow2(Mst2) + (24704*Dmglst1*z3*pow2(Mst1))/(3.*Mgl*
2091  pow2(Mst2)) + (11360*Cbeta*MuSUSY*s2t*z3*pow2(Mst1))/(27.*Mt*Sbeta*
2092  pow2(Mst2)) - (224*Cbeta*MuSUSY*s2t*z4*pow2(Mst1))/(27.*Mt*Sbeta*pow2(
2093  Mst2)) - (23634352*pow2(Dmglst1)*pow2(Mst1))/(675.*pow2(Mgl)*pow2(Mst2)
2094  ) + (9664*z2*pow2(Dmglst1)*pow2(Mst1))/(3.*pow2(Mgl)*pow2(Mst2)) + (
2095  74432*z3*pow2(Dmglst1)*pow2(Mst1))/(3.*pow2(Mgl)*pow2(Mst2)) - (216272*
2096  pow2(Mst2))/(675.*pow2(Msq)) - (10720*Mst1*s2t*pow2(Mst2))/(27.*Mt*
2097  pow2(Msq)) - (10720*Dmglst1*Mst1*s2t*pow2(Mst2))/(27.*Mgl*Mt*pow2(Msq))
2098  + (640*z2*pow2(Mst2))/(3.*pow2(Msq)) + (1280*Mst1*s2t*z2*pow2(Mst2))/(
2099  3.*Mt*pow2(Msq)) + (1280*Dmglst1*Mst1*s2t*z2*pow2(Mst2))/(3.*Mgl*Mt*
2100  pow2(Msq)) - (10720*Mst1*s2t*pow2(Dmglst1)*pow2(Mst2))/(27.*Mt*pow2(
2101  Mgl)*pow2(Msq)) + (1280*Mst1*s2t*z2*pow2(Dmglst1)*pow2(Mst2))/(3.*Mt*
2102  pow2(Mgl)*pow2(Msq)) + (16*pow2(Mst2))/pow2(Mst1) - (32*z2*pow2(Mst2))/
2103  pow2(Mst1) + (160*pow2(Msq)*pow2(s2t))/pow2(Mt) - (320*z2*pow2(Msq)*
2104  pow2(s2t))/pow2(Mt) + (32617079*pow2(Mst1)*pow2(s2t))/(10125.*pow2(Mt))
2105  - (32*DN*pow2(Mst1)*pow2(s2t))/(3.*pow2(Mt)) + (627124*Dmglst1*pow2(
2106  Mst1)*pow2(s2t))/(81.*Mgl*pow2(Mt)) - (128*B4*Dmglst1*pow2(Mst1)*pow2(
2107  s2t))/(3.*Mgl*pow2(Mt)) - (64*Dmglst1*DN*pow2(Mst1)*pow2(s2t))/(3.*Mgl*
2108  pow2(Mt)) - (160*OepS2*pow2(Mst1)*pow2(s2t))/(81.*pow2(Mt)) + (244*S2*
2109  pow2(Mst1)*pow2(s2t))/pow2(Mt) + (80*T1ep*pow2(Mst1)*pow2(s2t))/(27.*
2110  pow2(Mt)) + (80570*z2*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mt)) + (49184*
2111  Dmglst1*z2*pow2(Mst1)*pow2(s2t))/(9.*Mgl*pow2(Mt)) - (2584*z3*pow2(
2112  Mst1)*pow2(s2t))/(27.*pow2(Mt)) - (5968*Dmglst1*z3*pow2(Mst1)*pow2(s2t)
2113  )/(3.*Mgl*pow2(Mt)) + (760*z4*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mt)) + (
2114  320*Dmglst1*z4*pow2(Mst1)*pow2(s2t))/(Mgl*pow2(Mt)) + (533198*pow2(
2115  Dmglst1)*pow2(Mst1)*pow2(s2t))/(27.*pow2(Mgl)*pow2(Mt)) - (64*B4*pow2(
2116  Dmglst1)*pow2(Mst1)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) - (32*DN*pow2(
2117  Dmglst1)*pow2(Mst1)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) + (24592*z2*pow2(
2118  Dmglst1)*pow2(Mst1)*pow2(s2t))/(3.*pow2(Mgl)*pow2(Mt)) - (32126*z3*
2119  pow2(Dmglst1)*pow2(Mst1)*pow2(s2t))/(3.*pow2(Mgl)*pow2(Mt)) + (480*z4*
2120  pow2(Dmglst1)*pow2(Mst1)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) - (80*pow2(
2121  Msq)*pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) + (160*z2*pow2(Msq)*
2122  pow2(Mst1)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) - (4501*pow2(Mst2)*pow2(
2123  s2t))/(27.*pow2(Mt)) + (32*DN*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mt)) + (
2124  1264*Dmglst1*pow2(Mst2)*pow2(s2t))/(9.*Mgl*pow2(Mt)) - (32*OepS2*pow2(
2125  Mst2)*pow2(s2t))/(9.*pow2(Mt)) + (36*S2*pow2(Mst2)*pow2(s2t))/pow2(Mt)
2126  + (16*T1ep*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mt)) - (1222*z2*pow2(Mst2)*
2127  pow2(s2t))/(3.*pow2(Mt)) - (528*Dmglst1*z2*pow2(Mst2)*pow2(s2t))/(Mgl*
2128  pow2(Mt)) - (344*z3*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mt)) + (880*Dmglst1*
2129  z3*pow2(Mst2)*pow2(s2t))/(3.*Mgl*pow2(Mt)) - (24*z4*pow2(Mst2)*pow2(
2130  s2t))/pow2(Mt) - (1956*pow2(Dmglst1)*pow2(Mst2)*pow2(s2t))/(pow2(Mgl)*
2131  pow2(Mt)) - (792*z2*pow2(Dmglst1)*pow2(Mst2)*pow2(s2t))/(pow2(Mgl)*
2132  pow2(Mt)) + (6958*z3*pow2(Dmglst1)*pow2(Mst2)*pow2(s2t))/(3.*pow2(Mgl)*
2133  pow2(Mt)) - (80*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) +
2134  (160*z2*pow2(Msq)*pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) - (24728*
2135  pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(675.*pow2(Msq)*pow2(Mt)) + (560*
2136  Dmglst1*pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(3.*Mgl*pow2(Msq)*pow2(Mt)) +
2137  (120*pow2(Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow2(s2t))/(pow2(Mgl)*pow2(
2138  Msq)*pow2(Mt)) - (6688*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(45.*pow2(
2139  Msq)*pow2(Mt)) - (80*z2*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(pow2(Msq)*
2140  pow2(Mt)) + (6457954*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(10125.*pow2(
2141  Mst2)*pow2(Mt)) - (608*B4*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(3.*pow2(
2142  Mst2)*pow2(Mt)) + (16*DN*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(3.*pow2(
2143  Mst2)*pow2(Mt)) - (4352*OepS2*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(81.*
2144  pow2(Mst2)*pow2(Mt)) + (1568*S2*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(
2145  pow2(Mst2)*pow2(Mt)) + (2176*T1ep*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(
2146  27.*pow2(Mst2)*pow2(Mt)) + (2488*z2*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/
2147  (27.*pow2(Mst2)*pow2(Mt)) - (140528*z3*pow2(Mst1)*pow2(MuSUSY)*pow2(
2148  s2t))/(27.*pow2(Mst2)*pow2(Mt)) - (208*z4*pow2(Mst1)*pow2(MuSUSY)*pow2(
2149  s2t))/(27.*pow2(Mst2)*pow2(Mt)) + (6688*pow2(Mst1)*pow2(MuSUSY)*pow2(
2150  s2t))/(45.*pow2(Msq)*pow2(Mt)*pow2(Sbeta)) + (80*z2*pow2(Mst1)*pow2(
2151  MuSUSY)*pow2(s2t))/(pow2(Msq)*pow2(Mt)*pow2(Sbeta)) - (6457954*pow2(
2152  Mst1)*pow2(MuSUSY)*pow2(s2t))/(10125.*pow2(Mst2)*pow2(Mt)*pow2(Sbeta))
2153  + (608*B4*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(3.*pow2(Mst2)*pow2(Mt)*
2154  pow2(Sbeta)) - (16*DN*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(3.*pow2(Mst2)
2155  *pow2(Mt)*pow2(Sbeta)) + (4352*OepS2*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))
2156  /(81.*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) - (1568*S2*pow2(Mst1)*pow2(
2157  MuSUSY)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) - (2176*T1ep*pow2(
2158  Mst1)*pow2(MuSUSY)*pow2(s2t))/(27.*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) - (
2159  2488*z2*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(27.*pow2(Mst2)*pow2(Mt)*
2160  pow2(Sbeta)) + (140528*z3*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t))/(27.*pow2(
2161  Mst2)*pow2(Mt)*pow2(Sbeta)) + (208*z4*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t)
2162  )/(27.*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) + (256*Mst1*s2t*pow2(z2))/(3.*
2163  Mt) + (256*Dmglst1*Mst1*s2t*pow2(z2))/(3.*Mgl*Mt) + (256*Mst1*s2t*pow2(
2164  Dmglst1)*pow2(z2))/(3.*Mt*pow2(Mgl)) - (112*Cbeta*MuSUSY*s2t*pow2(Mst1)
2165  *pow2(z2))/(9.*Mt*Sbeta*pow2(Mst2)) + (116*pow2(Mst1)*pow2(s2t)*pow2(
2166  z2))/(9.*pow2(Mt)) - (20*pow2(Mst2)*pow2(s2t)*pow2(z2))/(3.*pow2(Mt)) +
2167  (2272*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t)*pow2(z2))/(9.*pow2(Mst2)*pow2(
2168  Mt)) - (2272*pow2(Mst1)*pow2(MuSUSY)*pow2(s2t)*pow2(z2))/(9.*pow2(Mst2)
2169  *pow2(Mt)*pow2(Sbeta)) + (35200*s2t*pow3(Mst1))/(27.*Mt*pow2(Msq)) + (
2170  40960*Dmglst1*s2t*pow3(Mst1))/(9.*Mgl*Mt*pow2(Msq)) - (1280*s2t*z2*
2171  pow3(Mst1))/(3.*Mt*pow2(Msq)) - (1280*Dmglst1*s2t*z2*pow3(Mst1))/(3.*
2172  Mgl*Mt*pow2(Msq)) + (105920*s2t*pow2(Dmglst1)*pow3(Mst1))/(9.*Mt*pow2(
2173  Mgl)*pow2(Msq)) - (1280*s2t*z2*pow2(Dmglst1)*pow3(Mst1))/(3.*Mt*pow2(
2174  Mgl)*pow2(Msq)) + (1328*s2t*pow3(Mst1))/(27.*Mt*pow2(Mst2)) + (395536*
2175  Dmglst1*s2t*pow3(Mst1))/(81.*Mgl*Mt*pow2(Mst2)) + (29632*s2t*z2*pow3(
2176  Mst1))/(3.*Mt*pow2(Mst2)) + (265600*Dmglst1*s2t*z2*pow3(Mst1))/(9.*Mgl*
2177  Mt*pow2(Mst2)) - (3904*s2t*z3*pow3(Mst1))/(Mt*pow2(Mst2)) - (10816*
2178  Dmglst1*s2t*z3*pow3(Mst1))/(Mgl*Mt*pow2(Mst2)) + (914416*s2t*pow2(
2179  Dmglst1)*pow3(Mst1))/(81.*Mt*pow2(Mgl)*pow2(Mst2)) + (530656*s2t*z2*
2180  pow2(Dmglst1)*pow3(Mst1))/(9.*Mt*pow2(Mgl)*pow2(Mst2)) - (20160*s2t*z3*
2181  pow2(Dmglst1)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(Mst2)) - (3520*Cbeta*
2182  MuSUSY*pow3(Mst1))/(3.*Sbeta*pow2(Msq)*pow2(Mst2)) - (140480*Cbeta*
2183  Dmglst1*MuSUSY*pow3(Mst1))/(27.*Mgl*Sbeta*pow2(Msq)*pow2(Mst2)) - (
2184  140480*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(Mst1))/(27.*Sbeta*pow2(Mgl)*
2185  pow2(Msq)*pow2(Mst2)) + (21760*s2t*pow2(MuSUSY)*pow3(Mst1))/(9.*Mt*
2186  pow2(Msq)*pow2(Mst2)) + (26240*Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(3.
2187  *Mgl*Mt*pow2(Msq)*pow2(Mst2)) + (1280*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(
2188  3.*Mt*pow2(Msq)*pow2(Mst2)) + (1280*Dmglst1*s2t*z2*pow2(MuSUSY)*pow3(
2189  Mst1))/(Mgl*Mt*pow2(Msq)*pow2(Mst2)) + (26240*s2t*pow2(Dmglst1)*pow2(
2190  MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Mgl)*pow2(Msq)*pow2(Mst2)) + (1280*s2t*
2191  z2*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(Msq)*pow2(
2192  Mst2)) + (5680*Cbeta*MuSUSY*pow2(s2t)*pow3(Mst1))/(3.*Sbeta*pow2(Msq)*
2193  pow2(Mt)) + (6640*Cbeta*Dmglst1*MuSUSY*pow2(s2t)*pow3(Mst1))/(Mgl*
2194  Sbeta*pow2(Msq)*pow2(Mt)) + (320*Cbeta*MuSUSY*z2*pow2(s2t)*pow3(Mst1))/
2195  (Sbeta*pow2(Msq)*pow2(Mt)) + (960*Cbeta*Dmglst1*MuSUSY*z2*pow2(s2t)*
2196  pow3(Mst1))/(Mgl*Sbeta*pow2(Msq)*pow2(Mt)) + (6640*Cbeta*MuSUSY*pow2(
2197  Dmglst1)*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(Mgl)*pow2(Msq)*pow2(Mt)) + (
2198  960*Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(
2199  Mgl)*pow2(Msq)*pow2(Mt)) + (25108*Cbeta*MuSUSY*pow2(s2t)*pow3(Mst1))/(
2200  27.*Sbeta*pow2(Mst2)*pow2(Mt)) + (1152*B4*Cbeta*MuSUSY*pow2(s2t)*pow3(
2201  Mst1))/(Sbeta*pow2(Mst2)*pow2(Mt)) + (40084*Cbeta*Dmglst1*MuSUSY*pow2(
2202  s2t)*pow3(Mst1))/(9.*Mgl*Sbeta*pow2(Mst2)*pow2(Mt)) + (2368*B4*Cbeta*
2203  Dmglst1*MuSUSY*pow2(s2t)*pow3(Mst1))/(Mgl*Sbeta*pow2(Mst2)*pow2(Mt)) -
2204  (32*Cbeta*Dmglst1*DN*MuSUSY*pow2(s2t)*pow3(Mst1))/(Mgl*Sbeta*pow2(Mst2)
2205  *pow2(Mt)) - (4208*Cbeta*MuSUSY*z2*pow2(s2t)*pow3(Mst1))/(3.*Sbeta*
2206  pow2(Mst2)*pow2(Mt)) + (10512*Cbeta*Dmglst1*MuSUSY*z2*pow2(s2t)*pow3(
2207  Mst1))/(Mgl*Sbeta*pow2(Mst2)*pow2(Mt)) + (7072*Cbeta*MuSUSY*z3*pow2(
2208  s2t)*pow3(Mst1))/(Sbeta*pow2(Mst2)*pow2(Mt)) + (6464*Cbeta*Dmglst1*
2209  MuSUSY*z3*pow2(s2t)*pow3(Mst1))/(Mgl*Sbeta*pow2(Mst2)*pow2(Mt)) + (576*
2210  Cbeta*MuSUSY*z4*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(Mst2)*pow2(Mt)) - (
2211  5984*Cbeta*Dmglst1*MuSUSY*z4*pow2(s2t)*pow3(Mst1))/(Mgl*Sbeta*pow2(
2212  Mst2)*pow2(Mt)) + (40084*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow3(
2213  Mst1))/(9.*Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (2368*B4*Cbeta*
2214  MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mst2)*
2215  pow2(Mt)) - (32*Cbeta*DN*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow3(Mst1))/(
2216  Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (10512*Cbeta*MuSUSY*z2*pow2(
2217  Dmglst1)*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) +
2218  (6464*Cbeta*MuSUSY*z3*pow2(Dmglst1)*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(
2219  Mgl)*pow2(Mst2)*pow2(Mt)) - (5984*Cbeta*MuSUSY*z4*pow2(Dmglst1)*pow2(
2220  s2t)*pow3(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) - (21760*s2t*
2221  pow2(MuSUSY)*pow3(Mst1))/(9.*Mt*pow2(Msq)*pow2(Mst2)*pow2(Sbeta)) - (
2222  26240*Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(3.*Mgl*Mt*pow2(Msq)*pow2(
2223  Mst2)*pow2(Sbeta)) - (1280*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(
2224  Msq)*pow2(Mst2)*pow2(Sbeta)) - (1280*Dmglst1*s2t*z2*pow2(MuSUSY)*pow3(
2225  Mst1))/(Mgl*Mt*pow2(Msq)*pow2(Mst2)*pow2(Sbeta)) - (26240*s2t*pow2(
2226  Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Mgl)*pow2(Msq)*pow2(Mst2)
2227  *pow2(Sbeta)) - (1280*s2t*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(
2228  Mt*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*pow2(Sbeta)) - (1152*Cbeta*MuSUSY*
2229  pow2(s2t)*pow2(z2)*pow3(Mst1))/(Sbeta*pow2(Mst2)*pow2(Mt)) - (2432*
2230  Cbeta*Dmglst1*MuSUSY*pow2(s2t)*pow2(z2)*pow3(Mst1))/(Mgl*Sbeta*pow2(
2231  Mst2)*pow2(Mt)) - (2432*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow2(z2)*
2232  pow3(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (26775829*Cbeta*
2233  MuSUSY*pow2(Mst1)*pow3(s2t))/(20250.*Sbeta*pow3(Mt)) - (160*B4*Cbeta*
2234  MuSUSY*pow2(Mst1)*pow3(s2t))/(3.*Sbeta*pow3(Mt)) - (8*Cbeta*DN*MuSUSY*
2235  pow2(Mst1)*pow3(s2t))/(3.*Sbeta*pow3(Mt)) - (1888*Cbeta*MuSUSY*OepS2*
2236  pow2(Mst1)*pow3(s2t))/(81.*Sbeta*pow3(Mt)) + (1180*Cbeta*MuSUSY*S2*
2237  pow2(Mst1)*pow3(s2t))/(Sbeta*pow3(Mt)) + (944*Cbeta*MuSUSY*T1ep*pow2(
2238  Mst1)*pow3(s2t))/(27.*Sbeta*pow3(Mt)) - (10960*Cbeta*MuSUSY*z2*pow2(
2239  Mst1)*pow3(s2t))/(27.*Sbeta*pow3(Mt)) - (58456*Cbeta*MuSUSY*z3*pow2(
2240  Mst1)*pow3(s2t))/(27.*Sbeta*pow3(Mt)) + (8608*Cbeta*MuSUSY*z4*pow2(
2241  Mst1)*pow3(s2t))/(27.*Sbeta*pow3(Mt)) + (40*Cbeta*MuSUSY*pow2(Msq)*
2242  pow2(Mst1)*pow3(s2t))/(Sbeta*pow2(Mst2)*pow3(Mt)) - (80*Cbeta*MuSUSY*
2243  z2*pow2(Msq)*pow2(Mst1)*pow3(s2t))/(Sbeta*pow2(Mst2)*pow3(Mt)) + (8878*
2244  Mst1*pow2(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (272*B4*Mst1*pow2(Mst2)*
2245  pow3(s2t))/(3.*pow3(Mt)) - (8*DN*Mst1*pow2(Mst2)*pow3(s2t))/(3.*pow3(
2246  Mt)) + (7558*Dmglst1*Mst1*pow2(Mst2)*pow3(s2t))/(3.*Mgl*pow3(Mt)) - (
2247  272*B4*Dmglst1*Mst1*pow2(Mst2)*pow3(s2t))/(3.*Mgl*pow3(Mt)) - (8*
2248  Dmglst1*DN*Mst1*pow2(Mst2)*pow3(s2t))/(3.*Mgl*pow3(Mt)) + (1672*Mst1*
2249  z2*pow2(Mst2)*pow3(s2t))/pow3(Mt) + (1672*Dmglst1*Mst1*z2*pow2(Mst2)*
2250  pow3(s2t))/(Mgl*pow3(Mt)) - (2128*Mst1*z3*pow2(Mst2)*pow3(s2t))/(3.*
2251  pow3(Mt)) - (928*Dmglst1*Mst1*z3*pow2(Mst2)*pow3(s2t))/(3.*Mgl*pow3(Mt)
2252  ) - (1928*Mst1*z4*pow2(Mst2)*pow3(s2t))/(3.*pow3(Mt)) - (1928*Dmglst1*
2253  Mst1*z4*pow2(Mst2)*pow3(s2t))/(3.*Mgl*pow3(Mt)) - (826*Mst1*pow2(
2254  Dmglst1)*pow2(Mst2)*pow3(s2t))/(9.*pow2(Mgl)*pow3(Mt)) - (272*B4*Mst1*
2255  pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (8*DN*
2256  Mst1*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) + (
2257  1672*Mst1*z2*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(pow2(Mgl)*pow3(Mt)) +
2258  (4472*Mst1*z3*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(3.*pow2(Mgl)*pow3(
2259  Mt)) - (1928*Mst1*z4*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(3.*pow2(Mgl)*
2260  pow3(Mt)) - (1420*Cbeta*MuSUSY*pow2(Mst1)*pow2(Mst2)*pow3(s2t))/(9.*
2261  Sbeta*pow2(Msq)*pow3(Mt)) - (40*Cbeta*MuSUSY*z2*pow2(Mst1)*pow2(Mst2)*
2262  pow3(s2t))/(Sbeta*pow2(Msq)*pow3(Mt)) + (716*Cbeta*MuSUSY*pow2(Mst1)*
2263  pow2(z2)*pow3(s2t))/(9.*Sbeta*pow3(Mt)) + (256*Mst1*pow2(Mst2)*pow2(z2)
2264  *pow3(s2t))/(3.*pow3(Mt)) + (256*Dmglst1*Mst1*pow2(Mst2)*pow2(z2)*pow3(
2265  s2t))/(3.*Mgl*pow3(Mt)) + (256*Mst1*pow2(Dmglst1)*pow2(Mst2)*pow2(z2)*
2266  pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (264814*pow3(Mst1)*pow3(s2t))/(81.
2267  *pow3(Mt)) - (880*B4*pow3(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (8*DN*pow3(
2268  Mst1)*pow3(s2t))/(3.*pow3(Mt)) - (108106*Dmglst1*pow3(Mst1)*pow3(s2t))/
2269  (27.*Mgl*pow3(Mt)) - (2096*B4*Dmglst1*pow3(Mst1)*pow3(s2t))/(3.*Mgl*
2270  pow3(Mt)) + (40*Dmglst1*DN*pow3(Mst1)*pow3(s2t))/(3.*Mgl*pow3(Mt)) - (
2271  10840*z2*pow3(Mst1)*pow3(s2t))/(9.*pow3(Mt)) - (5176*Dmglst1*z2*pow3(
2272  Mst1)*pow3(s2t))/(Mgl*pow3(Mt)) - (1648*z3*pow3(Mst1)*pow3(s2t))/pow3(
2273  Mt) - (5536*Dmglst1*z3*pow3(Mst1)*pow3(s2t))/(3.*Mgl*pow3(Mt)) + (1352*
2274  z4*pow3(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (7912*Dmglst1*z4*pow3(Mst1)*
2275  pow3(s2t))/(3.*Mgl*pow3(Mt)) - (114202*pow2(Dmglst1)*pow3(Mst1)*pow3(
2276  s2t))/(27.*pow2(Mgl)*pow3(Mt)) - (3920*B4*pow2(Dmglst1)*pow3(Mst1)*
2277  pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) + (88*DN*pow2(Dmglst1)*pow3(Mst1)*
2278  pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (34520*z2*pow2(Dmglst1)*pow3(Mst1)
2279  *pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (5320*z3*pow2(Dmglst1)*pow3(Mst1)
2280  *pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) + (17752*z4*pow2(Dmglst1)*pow3(
2281  Mst1)*pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) - (5920*pow2(Mst2)*pow3(Mst1)*
2282  pow3(s2t))/(9.*pow2(Msq)*pow3(Mt)) - (2240*Dmglst1*pow2(Mst2)*pow3(
2283  Mst1)*pow3(s2t))/(Mgl*pow2(Msq)*pow3(Mt)) - (320*z2*pow2(Mst2)*pow3(
2284  Mst1)*pow3(s2t))/(3.*pow2(Msq)*pow3(Mt)) - (320*Dmglst1*z2*pow2(Mst2)*
2285  pow3(Mst1)*pow3(s2t))/(Mgl*pow2(Msq)*pow3(Mt)) - (45040*pow2(Dmglst1)*
2286  pow2(Mst2)*pow3(Mst1)*pow3(s2t))/(9.*pow2(Mgl)*pow2(Msq)*pow3(Mt)) - (
2287  640*z2*pow2(Dmglst1)*pow2(Mst2)*pow3(Mst1)*pow3(s2t))/(pow2(Mgl)*pow2(
2288  Msq)*pow3(Mt)) + (896*pow2(z2)*pow3(Mst1)*pow3(s2t))/(3.*pow3(Mt)) + (
2289  2176*Dmglst1*pow2(z2)*pow3(Mst1)*pow3(s2t))/(3.*Mgl*pow3(Mt)) + (4096*
2290  pow2(Dmglst1)*pow2(z2)*pow3(Mst1)*pow3(s2t))/(3.*pow2(Mgl)*pow3(Mt)) +
2291  (160*pow3(log(pow2(Mst1)/pow2(Msq))))/3. - (2300*pow2(Mst1)*pow2(Mst2))
2292  /(9.*pow4(Msq)) - (4600*Dmglst1*pow2(Mst1)*pow2(Mst2))/(9.*Mgl*pow4(
2293  Msq)) + (130*Cbeta*MuSUSY*s2t*pow2(Mst1)*pow2(Mst2))/(3.*Mt*Sbeta*pow4(
2294  Msq)) + (160*z2*pow2(Mst1)*pow2(Mst2))/pow4(Msq) + (320*Dmglst1*z2*
2295  pow2(Mst1)*pow2(Mst2))/(Mgl*pow4(Msq)) - (2300*pow2(Dmglst1)*pow2(Mst1)
2296  *pow2(Mst2))/(3.*pow2(Mgl)*pow4(Msq)) + (480*z2*pow2(Dmglst1)*pow2(
2297  Mst1)*pow2(Mst2))/(pow2(Mgl)*pow4(Msq)) + (9723887*pow2(Mst1)*pow2(
2298  Mst2)*pow2(MuSUSY)*pow2(s2t))/(231525.*pow2(Mt)*pow4(Msq)) - (9723887*
2299  pow2(Mst1)*pow2(Mst2)*pow2(MuSUSY)*pow2(s2t))/(231525.*pow2(Mt)*pow2(
2300  Sbeta)*pow4(Msq)) + (4460*Cbeta*MuSUSY*pow3(Mst1))/(9.*Sbeta*pow4(Msq))
2301  + (28180*Cbeta*Dmglst1*MuSUSY*pow3(Mst1))/(27.*Mgl*Sbeta*pow4(Msq)) - (
2302  320*Cbeta*MuSUSY*z2*pow3(Mst1))/(Sbeta*pow4(Msq)) - (2240*Cbeta*
2303  Dmglst1*MuSUSY*z2*pow3(Mst1))/(3.*Mgl*Sbeta*pow4(Msq)) + (28180*Cbeta*
2304  MuSUSY*pow2(Dmglst1)*pow3(Mst1))/(27.*Sbeta*pow2(Mgl)*pow4(Msq)) - (
2305  2240*Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow3(Mst1))/(3.*Sbeta*pow2(Mgl)*
2306  pow4(Msq)) - (8960*s2t*pow2(Mst2)*pow3(Mst1))/(27.*Mt*pow4(Msq)) - (
2307  8960*Dmglst1*s2t*pow2(Mst2)*pow3(Mst1))/(9.*Mgl*Mt*pow4(Msq)) + (640*
2308  s2t*z2*pow2(Mst2)*pow3(Mst1))/(3.*Mt*pow4(Msq)) + (640*Dmglst1*s2t*z2*
2309  pow2(Mst2)*pow3(Mst1))/(Mgl*Mt*pow4(Msq)) - (17920*s2t*pow2(Dmglst1)*
2310  pow2(Mst2)*pow3(Mst1))/(9.*Mt*pow2(Mgl)*pow4(Msq)) + (1280*s2t*z2*pow2(
2311  Dmglst1)*pow2(Mst2)*pow3(Mst1))/(Mt*pow2(Mgl)*pow4(Msq)) - (2140*s2t*
2312  pow2(MuSUSY)*pow3(Mst1))/(27.*Mt*pow4(Msq)) - (5020*Dmglst1*s2t*pow2(
2313  MuSUSY)*pow3(Mst1))/(27.*Mgl*Mt*pow4(Msq)) - (5020*s2t*pow2(Dmglst1)*
2314  pow2(MuSUSY)*pow3(Mst1))/(27.*Mt*pow2(Mgl)*pow4(Msq)) - (590*Cbeta*
2315  MuSUSY*pow2(Mst2)*pow2(s2t)*pow3(Mst1))/(9.*Sbeta*pow2(Mt)*pow4(Msq)) -
2316  (1310*Cbeta*Dmglst1*MuSUSY*pow2(Mst2)*pow2(s2t)*pow3(Mst1))/(9.*Mgl*
2317  Sbeta*pow2(Mt)*pow4(Msq)) - (1310*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(Mst2)
2318  *pow2(s2t)*pow3(Mst1))/(9.*Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Msq)) + (2140*
2319  s2t*pow2(MuSUSY)*pow3(Mst1))/(27.*Mt*pow2(Sbeta)*pow4(Msq)) + (5020*
2320  Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(27.*Mgl*Mt*pow2(Sbeta)*pow4(Msq))
2321  + (5020*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(27.*Mt*pow2(Mgl)*
2322  pow2(Sbeta)*pow4(Msq)) - (4400*pow4(Mst1))/(9.*pow2(Msq)*pow2(Mst2)) -
2323  (17600*Dmglst1*pow4(Mst1))/(9.*Mgl*pow2(Msq)*pow2(Mst2)) + (4400*Cbeta*
2324  MuSUSY*s2t*pow4(Mst1))/(9.*Mt*Sbeta*pow2(Msq)*pow2(Mst2)) + (17600*
2325  Cbeta*Dmglst1*MuSUSY*s2t*pow4(Mst1))/(9.*Mgl*Mt*Sbeta*pow2(Msq)*pow2(
2326  Mst2)) - (44000*pow2(Dmglst1)*pow4(Mst1))/(9.*pow2(Mgl)*pow2(Msq)*pow2(
2327  Mst2)) + (44000*Cbeta*MuSUSY*s2t*pow2(Dmglst1)*pow4(Mst1))/(9.*Mt*
2328  Sbeta*pow2(Mgl)*pow2(Msq)*pow2(Mst2)) - (181136*pow2(s2t)*pow4(Mst1))/(
2329  675.*pow2(Msq)*pow2(Mt)) - (10480*Dmglst1*pow2(s2t)*pow4(Mst1))/(9.*
2330  Mgl*pow2(Msq)*pow2(Mt)) - (23080*pow2(Dmglst1)*pow2(s2t)*pow4(Mst1))/(
2331  9.*pow2(Mgl)*pow2(Msq)*pow2(Mt)) - (29787188414*pow2(s2t)*pow4(Mst1))/(
2332  1.0418625e7*pow2(Mst2)*pow2(Mt)) - (253180*Dmglst1*pow2(s2t)*pow4(Mst1)
2333  )/(81.*Mgl*pow2(Mst2)*pow2(Mt)) + (64*OepS2*pow2(s2t)*pow4(Mst1))/(243.
2334  *pow2(Mst2)*pow2(Mt)) - (296*S2*pow2(s2t)*pow4(Mst1))/(9.*pow2(Mst2)*
2335  pow2(Mt)) - (32*T1ep*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mst2)*pow2(Mt)) +
2336  (1180*z2*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mst2)*pow2(Mt)) - (29536*
2337  Dmglst1*z2*pow2(s2t)*pow4(Mst1))/(9.*Mgl*pow2(Mst2)*pow2(Mt)) + (5296*
2338  z3*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mst2)*pow2(Mt)) + (6368*Dmglst1*z3*
2339  pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mst2)*pow2(Mt)) - (16*z4*pow2(s2t)*
2340  pow4(Mst1))/(81.*pow2(Mst2)*pow2(Mt)) - (270562*pow2(Dmglst1)*pow2(s2t)
2341  *pow4(Mst1))/(81.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) - (118864*z2*pow2(
2342  Dmglst1)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (
2343  35024*z3*pow2(Dmglst1)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mst2)*
2344  pow2(Mt)) + (2440*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Msq)*
2345  pow2(Mst2)*pow2(Mt)) + (8800*Dmglst1*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))
2346  /(9.*Mgl*pow2(Msq)*pow2(Mst2)*pow2(Mt)) + (320*z2*pow2(MuSUSY)*pow2(
2347  s2t)*pow4(Mst1))/(3.*pow2(Msq)*pow2(Mst2)*pow2(Mt)) + (2240*Dmglst1*z2*
2348  pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Msq)*pow2(Mst2)*pow2(
2349  Mt)) + (26800*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*
2350  pow2(Mgl)*pow2(Msq)*pow2(Mst2)*pow2(Mt)) + (6560*z2*pow2(Dmglst1)*pow2(
2351  MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*pow2(
2352  Mt)) - (2440*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Msq)*pow2(
2353  Mst2)*pow2(Mt)*pow2(Sbeta)) - (8800*Dmglst1*pow2(MuSUSY)*pow2(s2t)*
2354  pow4(Mst1))/(9.*Mgl*pow2(Msq)*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) - (320*
2355  z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Msq)*pow2(Mst2)*pow2(Mt)
2356  *pow2(Sbeta)) - (2240*Dmglst1*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.
2357  *Mgl*pow2(Msq)*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) - (26800*pow2(Dmglst1)*
2358  pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*
2359  pow2(Mt)*pow2(Sbeta)) - (6560*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*
2360  pow4(Mst1))/(3.*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) -
2361  (8*pow2(s2t)*pow2(z2)*pow4(Mst1))/(27.*pow2(Mst2)*pow2(Mt)) + (3148*
2362  Cbeta*MuSUSY*pow3(s2t)*pow4(Mst1))/(15.*Sbeta*pow2(Msq)*pow3(Mt)) + (
2363  2560*Cbeta*Dmglst1*MuSUSY*pow3(s2t)*pow4(Mst1))/(3.*Mgl*Sbeta*pow2(Msq)
2364  *pow3(Mt)) + (280*Cbeta*MuSUSY*z2*pow3(s2t)*pow4(Mst1))/(3.*Sbeta*pow2(
2365  Msq)*pow3(Mt)) + (1360*Cbeta*Dmglst1*MuSUSY*z2*pow3(s2t)*pow4(Mst1))/(
2366  3.*Mgl*Sbeta*pow2(Msq)*pow3(Mt)) + (19880*Cbeta*MuSUSY*pow2(Dmglst1)*
2367  pow3(s2t)*pow4(Mst1))/(9.*Sbeta*pow2(Mgl)*pow2(Msq)*pow3(Mt)) + (3640*
2368  Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow3(s2t)*pow4(Mst1))/(3.*Sbeta*pow2(Mgl)
2369  *pow2(Msq)*pow3(Mt)) + (478241812219*Cbeta*MuSUSY*pow3(s2t)*pow4(Mst1))
2370  /(1.66698e8*Sbeta*pow2(Mst2)*pow3(Mt)) + (606133*Cbeta*Dmglst1*MuSUSY*
2371  pow3(s2t)*pow4(Mst1))/(324.*Mgl*Sbeta*pow2(Mst2)*pow3(Mt)) - (5312*
2372  Cbeta*MuSUSY*OepS2*pow3(s2t)*pow4(Mst1))/(243.*Sbeta*pow2(Mst2)*pow3(
2373  Mt)) + (9496*Cbeta*MuSUSY*S2*pow3(s2t)*pow4(Mst1))/(9.*Sbeta*pow2(Mst2)
2374  *pow3(Mt)) + (2656*Cbeta*MuSUSY*T1ep*pow3(s2t)*pow4(Mst1))/(81.*Sbeta*
2375  pow2(Mst2)*pow3(Mt)) + (65617*Cbeta*MuSUSY*z2*pow3(s2t)*pow4(Mst1))/(
2376  81.*Sbeta*pow2(Mst2)*pow3(Mt)) + (12268*Cbeta*Dmglst1*MuSUSY*z2*pow3(
2377  s2t)*pow4(Mst1))/(9.*Mgl*Sbeta*pow2(Mst2)*pow3(Mt)) - (330056*Cbeta*
2378  MuSUSY*z3*pow3(s2t)*pow4(Mst1))/(81.*Sbeta*pow2(Mst2)*pow3(Mt)) - (
2379  22768*Cbeta*Dmglst1*MuSUSY*z3*pow3(s2t)*pow4(Mst1))/(3.*Mgl*Sbeta*pow2(
2380  Mst2)*pow3(Mt)) + (1328*Cbeta*MuSUSY*z4*pow3(s2t)*pow4(Mst1))/(81.*
2381  Sbeta*pow2(Mst2)*pow3(Mt)) + (283217*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(
2382  s2t)*pow4(Mst1))/(648.*Sbeta*pow2(Mgl)*pow2(Mst2)*pow3(Mt)) + (256*B4*
2383  Cbeta*MuSUSY*pow2(Dmglst1)*pow3(s2t)*pow4(Mst1))/(3.*Sbeta*pow2(Mgl)*
2384  pow2(Mst2)*pow3(Mt)) + (128*Cbeta*DN*MuSUSY*pow2(Dmglst1)*pow3(s2t)*
2385  pow4(Mst1))/(3.*Sbeta*pow2(Mgl)*pow2(Mst2)*pow3(Mt)) + (33886*Cbeta*
2386  MuSUSY*z2*pow2(Dmglst1)*pow3(s2t)*pow4(Mst1))/(9.*Sbeta*pow2(Mgl)*pow2(
2387  Mst2)*pow3(Mt)) - (49576*Cbeta*MuSUSY*z3*pow2(Dmglst1)*pow3(s2t)*pow4(
2388  Mst1))/(3.*Sbeta*pow2(Mgl)*pow2(Mst2)*pow3(Mt)) - (640*Cbeta*MuSUSY*z4*
2389  pow2(Dmglst1)*pow3(s2t)*pow4(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mst2)*pow3(
2390  Mt)) + (664*Cbeta*MuSUSY*pow2(z2)*pow3(s2t)*pow4(Mst1))/(27.*Sbeta*
2391  pow2(Mst2)*pow3(Mt)) - (160842737*pow4(Mst1))/(231525.*pow4(Msq)) - (
2392  41900*Dmglst1*pow4(Mst1))/(27.*Mgl*pow4(Msq)) - (375934*Cbeta*MuSUSY*
2393  s2t*pow4(Mst1))/(15435.*Mt*Sbeta*pow4(Msq)) + (440*Cbeta*Dmglst1*
2394  MuSUSY*s2t*pow4(Mst1))/(9.*Mgl*Mt*Sbeta*pow4(Msq)) + (1520*z2*pow4(
2395  Mst1))/(3.*pow4(Msq)) + (4160*Dmglst1*z2*pow4(Mst1))/(3.*Mgl*pow4(Msq))
2396  - (430726*pow2(Dmglst1)*pow4(Mst1))/(135.*pow2(Mgl)*pow4(Msq)) + (6140*
2397  Cbeta*MuSUSY*s2t*pow2(Dmglst1)*pow4(Mst1))/(9.*Mt*Sbeta*pow2(Mgl)*pow4(
2398  Msq)) + (9440*z2*pow2(Dmglst1)*pow4(Mst1))/(3.*pow2(Mgl)*pow4(Msq)) + (
2399  522392*pow2(Mst2)*pow2(s2t)*pow4(Mst1))/(15435.*pow2(Mt)*pow4(Msq)) + (
2400  170*Dmglst1*pow2(Mst2)*pow2(s2t)*pow4(Mst1))/(9.*Mgl*pow2(Mt)*pow4(Msq)
2401  ) - (2485*pow2(Dmglst1)*pow2(Mst2)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Mgl)*
2402  pow2(Mt)*pow4(Msq)) - (41220947*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(
2403  463050.*pow2(Mt)*pow4(Msq)) - (4850*Dmglst1*pow2(MuSUSY)*pow2(s2t)*
2404  pow4(Mst1))/(9.*Mgl*pow2(Mt)*pow4(Msq)) - (100*z2*pow2(MuSUSY)*pow2(
2405  s2t)*pow4(Mst1))/(3.*pow2(Mt)*pow4(Msq)) - (400*Dmglst1*z2*pow2(MuSUSY)
2406  *pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow4(Msq)) - (1715*pow2(
2407  Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow4(
2408  Msq)) - (1000*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*
2409  pow2(Mgl)*pow2(Mt)*pow4(Msq)) + (41220947*pow2(MuSUSY)*pow2(s2t)*pow4(
2410  Mst1))/(463050.*pow2(Mt)*pow2(Sbeta)*pow4(Msq)) + (4850*Dmglst1*pow2(
2411  MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Msq)) +
2412  (100*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mt)*pow2(Sbeta)*
2413  pow4(Msq)) + (400*Dmglst1*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*
2414  Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Msq)) + (1715*pow2(Dmglst1)*pow2(MuSUSY)*
2415  pow2(s2t)*pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*pow4(Msq)) + (
2416  1000*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*
2417  pow2(Mt)*pow2(Sbeta)*pow4(Msq)) - (6740969*Cbeta*MuSUSY*pow2(Mst2)*
2418  pow3(s2t)*pow4(Mst1))/(102900.*Sbeta*pow3(Mt)*pow4(Msq)) - (2515*Cbeta*
2419  Dmglst1*MuSUSY*pow2(Mst2)*pow3(s2t)*pow4(Mst1))/(9.*Mgl*Sbeta*pow3(Mt)*
2420  pow4(Msq)) - (50*Cbeta*MuSUSY*z2*pow2(Mst2)*pow3(s2t)*pow4(Mst1))/(3.*
2421  Sbeta*pow3(Mt)*pow4(Msq)) - (200*Cbeta*Dmglst1*MuSUSY*z2*pow2(Mst2)*
2422  pow3(s2t)*pow4(Mst1))/(3.*Mgl*Sbeta*pow3(Mt)*pow4(Msq)) - (1745*Cbeta*
2423  MuSUSY*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t)*pow4(Mst1))/(2.*Sbeta*pow2(
2424  Mgl)*pow3(Mt)*pow4(Msq)) - (500*Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow2(
2425  Mst2)*pow3(s2t)*pow4(Mst1))/(3.*Sbeta*pow2(Mgl)*pow3(Mt)*pow4(Msq)) - (
2426  8896*pow2(Mst1)*pow2(MuSUSY))/(3.*pow4(Mst2)) + (128*B4*pow2(Mst1)*
2427  pow2(MuSUSY))/(3.*pow4(Mst2)) + (64*DN*pow2(Mst1)*pow2(MuSUSY))/(3.*
2428  pow4(Mst2)) - (7040*z2*pow2(Mst1)*pow2(MuSUSY))/(3.*pow4(Mst2)) - (
2429  2944*z3*pow2(Mst1)*pow2(MuSUSY))/(3.*pow4(Mst2)) - (320*z4*pow2(Mst1)*
2430  pow2(MuSUSY))/pow4(Mst2) + (8896*pow2(Mst1)*pow2(MuSUSY))/(3.*pow2(
2431  Sbeta)*pow4(Mst2)) - (128*B4*pow2(Mst1)*pow2(MuSUSY))/(3.*pow2(Sbeta)*
2432  pow4(Mst2)) - (64*DN*pow2(Mst1)*pow2(MuSUSY))/(3.*pow2(Sbeta)*pow4(
2433  Mst2)) + (7040*z2*pow2(Mst1)*pow2(MuSUSY))/(3.*pow2(Sbeta)*pow4(Mst2))
2434  + (2944*z3*pow2(Mst1)*pow2(MuSUSY))/(3.*pow2(Sbeta)*pow4(Mst2)) + (320*
2435  z4*pow2(Mst1)*pow2(MuSUSY))/(pow2(Sbeta)*pow4(Mst2)) + (27952*Cbeta*
2436  MuSUSY*pow3(Mst1))/(27.*Sbeta*pow4(Mst2)) - (260848*Cbeta*Dmglst1*
2437  MuSUSY*pow3(Mst1))/(81.*Mgl*Sbeta*pow4(Mst2)) - (88384*Cbeta*MuSUSY*z2*
2438  pow3(Mst1))/(9.*Sbeta*pow4(Mst2)) - (266432*Cbeta*Dmglst1*MuSUSY*z2*
2439  pow3(Mst1))/(9.*Mgl*Sbeta*pow4(Mst2)) + (2752*Cbeta*MuSUSY*z3*pow3(
2440  Mst1))/(Sbeta*pow4(Mst2)) + (30080*Cbeta*Dmglst1*MuSUSY*z3*pow3(Mst1))/
2441  (3.*Mgl*Sbeta*pow4(Mst2)) + (128*Cbeta*MuSUSY*z4*pow3(Mst1))/(3.*Sbeta*
2442  pow4(Mst2)) + (128*Cbeta*Dmglst1*MuSUSY*z4*pow3(Mst1))/(3.*Mgl*Sbeta*
2443  pow4(Mst2)) - (260848*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(Mst1))/(81.*
2444  Sbeta*pow2(Mgl)*pow4(Mst2)) - (266432*Cbeta*MuSUSY*z2*pow2(Dmglst1)*
2445  pow3(Mst1))/(9.*Sbeta*pow2(Mgl)*pow4(Mst2)) + (30080*Cbeta*MuSUSY*z3*
2446  pow2(Dmglst1)*pow3(Mst1))/(3.*Sbeta*pow2(Mgl)*pow4(Mst2)) + (128*Cbeta*
2447  MuSUSY*z4*pow2(Dmglst1)*pow3(Mst1))/(3.*Sbeta*pow2(Mgl)*pow4(Mst2)) - (
2448  858392*s2t*pow2(MuSUSY)*pow3(Mst1))/(81.*Mt*pow4(Mst2)) + (5696*B4*s2t*
2449  pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow4(Mst2)) + (32*DN*s2t*pow2(MuSUSY)*
2450  pow3(Mst1))/(3.*Mt*pow4(Mst2)) - (111752*Dmglst1*s2t*pow2(MuSUSY)*pow3(
2451  Mst1))/(27.*Mgl*Mt*pow4(Mst2)) + (3520*B4*Dmglst1*s2t*pow2(MuSUSY)*
2452  pow3(Mst1))/(Mgl*Mt*pow4(Mst2)) - (32*Dmglst1*DN*s2t*pow2(MuSUSY)*pow3(
2453  Mst1))/(Mgl*Mt*pow4(Mst2)) - (77024*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(9.
2454  *Mt*pow4(Mst2)) + (7328*Dmglst1*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(Mgl*
2455  Mt*pow4(Mst2)) + (36800*s2t*z3*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow4(
2456  Mst2)) + (9856*Dmglst1*s2t*z3*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow4(
2457  Mst2)) + (10016*s2t*z4*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow4(Mst2)) - (
2458  5408*Dmglst1*s2t*z4*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow4(Mst2)) - (
2459  111752*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(27.*Mt*pow2(Mgl)*
2460  pow4(Mst2)) + (3520*B4*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*
2461  pow2(Mgl)*pow4(Mst2)) - (32*DN*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(
2462  Mst1))/(Mt*pow2(Mgl)*pow4(Mst2)) + (7328*s2t*z2*pow2(Dmglst1)*pow2(
2463  MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow4(Mst2)) + (9856*s2t*z3*pow2(
2464  Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow4(Mst2)) - (5408*
2465  s2t*z4*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow4(Mst2))
2466  + (858392*s2t*pow2(MuSUSY)*pow3(Mst1))/(81.*Mt*pow2(Sbeta)*pow4(Mst2))
2467  - (5696*B4*s2t*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Sbeta)*pow4(Mst2))
2468  - (32*DN*s2t*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Sbeta)*pow4(Mst2)) +
2469  (111752*Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(27.*Mgl*Mt*pow2(Sbeta)*
2470  pow4(Mst2)) - (3520*B4*Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*
2471  pow2(Sbeta)*pow4(Mst2)) + (32*Dmglst1*DN*s2t*pow2(MuSUSY)*pow3(Mst1))/(
2472  Mgl*Mt*pow2(Sbeta)*pow4(Mst2)) + (77024*s2t*z2*pow2(MuSUSY)*pow3(Mst1))
2473  /(9.*Mt*pow2(Sbeta)*pow4(Mst2)) - (7328*Dmglst1*s2t*z2*pow2(MuSUSY)*
2474  pow3(Mst1))/(Mgl*Mt*pow2(Sbeta)*pow4(Mst2)) - (36800*s2t*z3*pow2(
2475  MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Sbeta)*pow4(Mst2)) - (9856*Dmglst1*s2t*
2476  z3*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow2(Sbeta)*pow4(Mst2)) - (10016*
2477  s2t*z4*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Sbeta)*pow4(Mst2)) + (5408*
2478  Dmglst1*s2t*z4*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow2(Sbeta)*pow4(Mst2))
2479  + (111752*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(27.*Mt*pow2(Mgl)*
2480  pow2(Sbeta)*pow4(Mst2)) - (3520*B4*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(
2481  Mst1))/(Mt*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)) + (32*DN*s2t*pow2(Dmglst1)
2482  *pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)) - (
2483  7328*s2t*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(
2484  Sbeta)*pow4(Mst2)) - (9856*s2t*z3*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1)
2485  )/(Mt*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)) + (5408*s2t*z4*pow2(Dmglst1)*
2486  pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)) - (256*
2487  Cbeta*MuSUSY*pow2(z2)*pow3(Mst1))/(3.*Sbeta*pow4(Mst2)) - (256*Cbeta*
2488  Dmglst1*MuSUSY*pow2(z2)*pow3(Mst1))/(3.*Mgl*Sbeta*pow4(Mst2)) - (256*
2489  Cbeta*MuSUSY*pow2(Dmglst1)*pow2(z2)*pow3(Mst1))/(3.*Sbeta*pow2(Mgl)*
2490  pow4(Mst2)) - (5632*s2t*pow2(MuSUSY)*pow2(z2)*pow3(Mst1))/(3.*Mt*pow4(
2491  Mst2)) - (3584*Dmglst1*s2t*pow2(MuSUSY)*pow2(z2)*pow3(Mst1))/(Mgl*Mt*
2492  pow4(Mst2)) - (3584*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow2(z2)*pow3(Mst1))
2493  /(Mt*pow2(Mgl)*pow4(Mst2)) + (5632*s2t*pow2(MuSUSY)*pow2(z2)*pow3(Mst1)
2494  )/(3.*Mt*pow2(Sbeta)*pow4(Mst2)) + (3584*Dmglst1*s2t*pow2(MuSUSY)*pow2(
2495  z2)*pow3(Mst1))/(Mgl*Mt*pow2(Sbeta)*pow4(Mst2)) + (3584*s2t*pow2(
2496  Dmglst1)*pow2(MuSUSY)*pow2(z2)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(Sbeta)*
2497  pow4(Mst2)) - (25346116504*pow4(Mst1))/(3.472875e6*pow4(Mst2)) - (
2498  799880*Dmglst1*pow4(Mst1))/(27.*Mgl*pow4(Mst2)) - (5244811004*Cbeta*
2499  MuSUSY*s2t*pow4(Mst1))/(1.0418625e7*Mt*Sbeta*pow4(Mst2)) - (284528*
2500  Cbeta*Dmglst1*MuSUSY*s2t*pow4(Mst1))/(27.*Mgl*Mt*Sbeta*pow4(Mst2)) + (
2501  256*B4*Cbeta*Dmglst1*MuSUSY*s2t*pow4(Mst1))/(3.*Mgl*Mt*Sbeta*pow4(Mst2)
2502  ) + (128*Cbeta*Dmglst1*DN*MuSUSY*s2t*pow4(Mst1))/(3.*Mgl*Mt*Sbeta*pow4(
2503  Mst2)) + (2560*Cbeta*MuSUSY*OepS2*s2t*pow4(Mst1))/(243.*Mt*Sbeta*pow4(
2504  Mst2)) - (4448*Cbeta*MuSUSY*S2*s2t*pow4(Mst1))/(9.*Mt*Sbeta*pow4(Mst2))
2505  - (1280*Cbeta*MuSUSY*s2t*T1ep*pow4(Mst1))/(81.*Mt*Sbeta*pow4(Mst2)) - (
2506  38128*z2*pow4(Mst1))/(9.*pow4(Mst2)) - (19904*Dmglst1*z2*pow4(Mst1))/(
2507  Mgl*pow4(Mst2)) - (422384*Cbeta*MuSUSY*s2t*z2*pow4(Mst1))/(81.*Mt*
2508  Sbeta*pow4(Mst2)) - (29792*Cbeta*Dmglst1*MuSUSY*s2t*z2*pow4(Mst1))/(9.*
2509  Mgl*Mt*Sbeta*pow4(Mst2)) + (10144*z3*pow4(Mst1))/(3.*pow4(Mst2)) + (
2510  42112*Dmglst1*z3*pow4(Mst1))/(3.*Mgl*pow4(Mst2)) + (23488*Cbeta*MuSUSY*
2511  s2t*z3*pow4(Mst1))/(81.*Mt*Sbeta*pow4(Mst2)) - (2560*Cbeta*Dmglst1*
2512  MuSUSY*s2t*z3*pow4(Mst1))/(3.*Mgl*Mt*Sbeta*pow4(Mst2)) - (640*Cbeta*
2513  MuSUSY*s2t*z4*pow4(Mst1))/(81.*Mt*Sbeta*pow4(Mst2)) - (640*Cbeta*
2514  Dmglst1*MuSUSY*s2t*z4*pow4(Mst1))/(Mgl*Mt*Sbeta*pow4(Mst2)) - (
2515  150456364*pow2(Dmglst1)*pow4(Mst1))/(2025.*pow2(Mgl)*pow4(Mst2)) - (
2516  2669512*Cbeta*MuSUSY*s2t*pow2(Dmglst1)*pow4(Mst1))/(81.*Mt*Sbeta*pow2(
2517  Mgl)*pow4(Mst2)) + (128*B4*Cbeta*MuSUSY*s2t*pow2(Dmglst1)*pow4(Mst1))/(
2518  Mt*Sbeta*pow2(Mgl)*pow4(Mst2)) + (64*Cbeta*DN*MuSUSY*s2t*pow2(Dmglst1)*
2519  pow4(Mst1))/(Mt*Sbeta*pow2(Mgl)*pow4(Mst2)) - (53696*z2*pow2(Dmglst1)*
2520  pow4(Mst1))/(pow2(Mgl)*pow4(Mst2)) + (104432*Cbeta*MuSUSY*s2t*z2*pow2(
2521  Dmglst1)*pow4(Mst1))/(9.*Mt*Sbeta*pow2(Mgl)*pow4(Mst2)) + (35648*z3*
2522  pow2(Dmglst1)*pow4(Mst1))/(pow2(Mgl)*pow4(Mst2)) - (19712*Cbeta*MuSUSY*
2523  s2t*z3*pow2(Dmglst1)*pow4(Mst1))/(3.*Mt*Sbeta*pow2(Mgl)*pow4(Mst2)) - (
2524  960*Cbeta*MuSUSY*s2t*z4*pow2(Dmglst1)*pow4(Mst1))/(Mt*Sbeta*pow2(Mgl)*
2525  pow4(Mst2)) + (531403689547*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(8.3349e7
2526  *pow2(Mt)*pow4(Mst2)) - (608*B4*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(
2527  3.*pow2(Mt)*pow4(Mst2)) + (16*DN*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.
2528  *pow2(Mt)*pow4(Mst2)) + (437365*Dmglst1*pow2(MuSUSY)*pow2(s2t)*pow4(
2529  Mst1))/(162.*Mgl*pow2(Mt)*pow4(Mst2)) - (64*B4*Dmglst1*pow2(MuSUSY)*
2530  pow2(s2t)*pow4(Mst1))/(Mgl*pow2(Mt)*pow4(Mst2)) - (160*Dmglst1*DN*pow2(
2531  MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow4(Mst2)) - (23680*
2532  OepS2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(243.*pow2(Mt)*pow4(Mst2)) + (
2533  33104*S2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Mt)*pow4(Mst2)) +
2534  (11840*T1ep*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mt)*pow4(Mst2)
2535  ) + (138698*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mt)*pow4(
2536  Mst2)) - (12904*Dmglst1*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*Mgl*
2537  pow2(Mt)*pow4(Mst2)) - (1081696*z3*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(
2538  81.*pow2(Mt)*pow4(Mst2)) - (48896*Dmglst1*z3*pow2(MuSUSY)*pow2(s2t)*
2539  pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow4(Mst2)) + (2032*z4*pow2(MuSUSY)*pow2(
2540  s2t)*pow4(Mst1))/(81.*pow2(Mt)*pow4(Mst2)) + (8480*Dmglst1*z4*pow2(
2541  MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow4(Mst2)) - (130639*
2542  pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(324.*pow2(Mgl)*pow2(
2543  Mt)*pow4(Mst2)) + (224*B4*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(
2544  Mst1))/(3.*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) + (16*DN*pow2(Dmglst1)*pow2(
2545  MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) + (
2546  11612*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*pow2(Mgl)
2547  *pow2(Mt)*pow4(Mst2)) - (103856*z3*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)
2548  *pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) + (2960*z4*pow2(
2549  Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow4(
2550  Mst2)) - (531403689547*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(8.3349e7*
2551  pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (608*B4*pow2(MuSUSY)*pow2(s2t)*pow4(
2552  Mst1))/(3.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (16*DN*pow2(MuSUSY)*pow2(
2553  s2t)*pow4(Mst1))/(3.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (437365*
2554  Dmglst1*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(162.*Mgl*pow2(Mt)*pow2(
2555  Sbeta)*pow4(Mst2)) + (64*B4*Dmglst1*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/
2556  (Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (160*Dmglst1*DN*pow2(MuSUSY)*
2557  pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (
2558  23680*OepS2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(243.*pow2(Mt)*pow2(
2559  Sbeta)*pow4(Mst2)) - (33104*S2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*
2560  pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (11840*T1ep*pow2(MuSUSY)*pow2(s2t)*
2561  pow4(Mst1))/(81.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (138698*z2*pow2(
2562  MuSUSY)*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (
2563  12904*Dmglst1*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(9.*Mgl*pow2(Mt)*
2564  pow2(Sbeta)*pow4(Mst2)) + (1081696*z3*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1)
2565  )/(81.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (48896*Dmglst1*z3*pow2(
2566  MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Mst2))
2567  - (2032*z4*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(81.*pow2(Mt)*pow2(Sbeta)
2568  *pow4(Mst2)) - (8480*Dmglst1*z4*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*
2569  Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (130639*pow2(Dmglst1)*pow2(
2570  MuSUSY)*pow2(s2t)*pow4(Mst1))/(324.*pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*
2571  pow4(Mst2)) - (224*B4*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/
2572  (3.*pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (16*DN*pow2(Dmglst1)*
2573  pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*
2574  pow4(Mst2)) - (11612*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1)
2575  )/(9.*pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (103856*z3*pow2(
2576  Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mt)*
2577  pow2(Sbeta)*pow4(Mst2)) - (2960*z4*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)
2578  *pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (320*Cbeta*
2579  MuSUSY*s2t*pow2(z2)*pow4(Mst1))/(27.*Mt*Sbeta*pow4(Mst2)) + (8144*pow2(
2580  MuSUSY)*pow2(s2t)*pow2(z2)*pow4(Mst1))/(27.*pow2(Mt)*pow4(Mst2)) + (
2581  128*Dmglst1*pow2(MuSUSY)*pow2(s2t)*pow2(z2)*pow4(Mst1))/(3.*Mgl*pow2(
2582  Mt)*pow4(Mst2)) + (64*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow2(z2)*
2583  pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow4(Mst2)) - (8144*pow2(MuSUSY)*pow2(
2584  s2t)*pow2(z2)*pow4(Mst1))/(27.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (128*
2585  Dmglst1*pow2(MuSUSY)*pow2(s2t)*pow2(z2)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*
2586  pow2(Sbeta)*pow4(Mst2)) - (64*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*
2587  pow2(z2)*pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (
2588  40864*pow2(s2t)*pow4(Mst2))/(675.*pow2(Msq)*pow2(Mt)) - (8*pow2(s2t)*
2589  pow4(Mst2))/(pow2(Mst1)*pow2(Mt)) + (16*z2*pow2(s2t)*pow4(Mst2))/(pow2(
2590  Mst1)*pow2(Mt)) + (80*Mst1*pow3(s2t)*pow4(Mst2))/(3.*pow2(Msq)*pow3(Mt)
2591  ) + (80*Dmglst1*Mst1*pow3(s2t)*pow4(Mst2))/(3.*Mgl*pow2(Msq)*pow3(Mt))
2592  + (1252*Cbeta*MuSUSY*pow3(s2t)*pow4(Mst2))/(15.*Sbeta*pow2(Msq)*pow3(
2593  Mt)) + (80*Mst1*pow2(Dmglst1)*pow3(s2t)*pow4(Mst2))/(3.*pow2(Mgl)*pow2(
2594  Msq)*pow3(Mt)) - (4*Cbeta*MuSUSY*pow3(s2t)*pow4(Mst2))/(Sbeta*pow2(
2595  Mst1)*pow3(Mt)) + (8*Cbeta*MuSUSY*z2*pow3(s2t)*pow4(Mst2))/(Sbeta*pow2(
2596  Mst1)*pow3(Mt)) - (13597579*pow4(Mst2))/(77175.*pow4(Msq)) - (6760*
2597  Mst1*s2t*pow4(Mst2))/(27.*Mt*pow4(Msq)) - (6760*Dmglst1*Mst1*s2t*pow4(
2598  Mst2))/(27.*Mgl*Mt*pow4(Msq)) - (207166*Cbeta*MuSUSY*s2t*pow4(Mst2))/(
2599  15435.*Mt*Sbeta*pow4(Msq)) + (80*z2*pow4(Mst2))/pow4(Msq) + (320*Mst1*
2600  s2t*z2*pow4(Mst2))/(3.*Mt*pow4(Msq)) + (320*Dmglst1*Mst1*s2t*z2*pow4(
2601  Mst2))/(3.*Mgl*Mt*pow4(Msq)) - (6760*Mst1*s2t*pow2(Dmglst1)*pow4(Mst2))
2602  /(27.*Mt*pow2(Mgl)*pow4(Msq)) + (320*Mst1*s2t*z2*pow2(Dmglst1)*pow4(
2603  Mst2))/(3.*Mt*pow2(Mgl)*pow4(Msq)) + (55*Cbeta*Mst1*MuSUSY*pow2(s2t)*
2604  pow4(Mst2))/(9.*Sbeta*pow2(Mt)*pow4(Msq)) + (55*Cbeta*Dmglst1*Mst1*
2605  MuSUSY*pow2(s2t)*pow4(Mst2))/(9.*Mgl*Sbeta*pow2(Mt)*pow4(Msq)) + (55*
2606  Cbeta*Mst1*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow4(Mst2))/(9.*Sbeta*pow2(
2607  Mgl)*pow2(Mt)*pow4(Msq)) - (438008*pow2(Mst1)*pow2(s2t)*pow4(Mst2))/(
2608  15435.*pow2(Mt)*pow4(Msq)) - (130*Dmglst1*pow2(Mst1)*pow2(s2t)*pow4(
2609  Mst2))/(3.*Mgl*pow2(Mt)*pow4(Msq)) - (65*pow2(Dmglst1)*pow2(Mst1)*pow2(
2610  s2t)*pow4(Mst2))/(pow2(Mgl)*pow2(Mt)*pow4(Msq)) + (7399303*pow2(MuSUSY)
2611  *pow2(s2t)*pow4(Mst2))/(463050.*pow2(Mt)*pow4(Msq)) - (7399303*pow2(
2612  MuSUSY)*pow2(s2t)*pow4(Mst2))/(463050.*pow2(Mt)*pow2(Sbeta)*pow4(Msq))
2613  + (1338719*Cbeta*MuSUSY*pow2(Mst1)*pow3(s2t)*pow4(Mst2))/(102900.*
2614  Sbeta*pow3(Mt)*pow4(Msq)) + (10*Cbeta*Dmglst1*MuSUSY*pow2(Mst1)*pow3(
2615  s2t)*pow4(Mst2))/(Mgl*Sbeta*pow3(Mt)*pow4(Msq)) + (15*Cbeta*MuSUSY*
2616  pow2(Dmglst1)*pow2(Mst1)*pow3(s2t)*pow4(Mst2))/(Sbeta*pow2(Mgl)*pow3(
2617  Mt)*pow4(Msq)) + (215*pow3(Mst1)*pow3(s2t)*pow4(Mst2))/(9.*pow3(Mt)*
2618  pow4(Msq)) + (455*Dmglst1*pow3(Mst1)*pow3(s2t)*pow4(Mst2))/(9.*Mgl*
2619  pow3(Mt)*pow4(Msq)) + (815*pow2(Dmglst1)*pow3(Mst1)*pow3(s2t)*pow4(
2620  Mst2))/(9.*pow2(Mgl)*pow3(Mt)*pow4(Msq)) - (10*pow2(Msq)*pow2(Mst1)*
2621  pow4(s2t))/pow4(Mt) + (20*z2*pow2(Msq)*pow2(Mst1)*pow4(s2t))/pow4(Mt) -
2622  (10*pow2(Msq)*pow2(Mst2)*pow4(s2t))/pow4(Mt) + (20*z2*pow2(Msq)*pow2(
2623  Mst2)*pow4(s2t))/pow4(Mt) - (5876588*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(
2624  10125.*pow4(Mt)) + (4*B4*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt))
2625  + (2*DN*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/pow4(Mt) + (1151*Dmglst1*pow2(
2626  Mst1)*pow2(Mst2)*pow4(s2t))/(9.*Mgl*pow4(Mt)) + (8*B4*Dmglst1*pow2(
2627  Mst1)*pow2(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) + (20*Dmglst1*DN*pow2(Mst1)*
2628  pow2(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) + (400*OepS2*pow2(Mst1)*pow2(
2629  Mst2)*pow4(s2t))/(81.*pow4(Mt)) - (394*S2*pow2(Mst1)*pow2(Mst2)*pow4(
2630  s2t))/pow4(Mt) - (200*T1ep*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(27.*pow4(
2631  Mt)) + (5737*z2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(27.*pow4(Mt)) + (388*
2632  Dmglst1*z2*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) + (11662*z3*
2633  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(27.*pow4(Mt)) + (270*Dmglst1*z3*pow2(
2634  Mst1)*pow2(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) - (4330*z4*pow2(Mst1)*pow2(
2635  Mst2)*pow4(s2t))/(27.*pow4(Mt)) - (1060*Dmglst1*z4*pow2(Mst1)*pow2(
2636  Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) - (3583*pow2(Dmglst1)*pow2(Mst1)*
2637  pow2(Mst2)*pow4(s2t))/(18.*pow2(Mgl)*pow4(Mt)) + (12*B4*pow2(Dmglst1)*
2638  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) + (10*DN*pow2(
2639  Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) + (582*
2640  z2*pow2(Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(pow2(Mgl)*pow4(Mt))
2641  + (707*z3*pow2(Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(pow2(Mgl)*
2642  pow4(Mt)) - (530*z4*pow2(Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(
2643  pow2(Mgl)*pow4(Mt)) - (74*pow2(Mst1)*pow2(Mst2)*pow2(z2)*pow4(s2t))/(9.
2644  *pow4(Mt)) - (16*Dmglst1*pow2(Mst1)*pow2(Mst2)*pow2(z2)*pow4(s2t))/(3.*
2645  Mgl*pow4(Mt)) - (8*pow2(Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow2(z2)*pow4(
2646  s2t))/(pow2(Mgl)*pow4(Mt)) - (257823187891*pow4(Mst1)*pow4(s2t))/(
2647  6.66792e8*pow4(Mt)) - (40*B4*pow4(Mst1)*pow4(s2t))/(3.*pow4(Mt)) - (2*
2648  DN*pow4(Mst1)*pow4(s2t))/(3.*pow4(Mt)) - (773389*Dmglst1*pow4(Mst1)*
2649  pow4(s2t))/(1296.*Mgl*pow4(Mt)) - (8*B4*Dmglst1*pow4(Mst1)*pow4(s2t))/(
2650  Mgl*pow4(Mt)) - (20*Dmglst1*DN*pow4(Mst1)*pow4(s2t))/(3.*Mgl*pow4(Mt))
2651  - (88*OepS2*pow4(Mst1)*pow4(s2t))/(243.*pow4(Mt)) + (281*S2*pow4(Mst1)*
2652  pow4(s2t))/(9.*pow4(Mt)) + (44*T1ep*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)
2653  ) - (98497*z2*pow4(Mst1)*pow4(s2t))/(324.*pow4(Mt)) - (7153*Dmglst1*z2*
2654  pow4(Mst1)*pow4(s2t))/(9.*Mgl*pow4(Mt)) + (38672*z3*pow4(Mst1)*pow4(
2655  s2t))/(81.*pow4(Mt)) + (5077*Dmglst1*z3*pow4(Mst1)*pow4(s2t))/(3.*Mgl*
2656  pow4(Mt)) + (6124*z4*pow4(Mst1)*pow4(s2t))/(81.*pow4(Mt)) + (1060*
2657  Dmglst1*z4*pow4(Mst1)*pow4(s2t))/(3.*Mgl*pow4(Mt)) - (232169*pow2(
2658  Dmglst1)*pow4(Mst1)*pow4(s2t))/(2592.*pow2(Mgl)*pow4(Mt)) - (100*B4*
2659  pow2(Dmglst1)*pow4(Mst1)*pow4(s2t))/(3.*pow2(Mgl)*pow4(Mt)) - (62*DN*
2660  pow2(Dmglst1)*pow4(Mst1)*pow4(s2t))/(3.*pow2(Mgl)*pow4(Mt)) - (29201*
2661  z2*pow2(Dmglst1)*pow4(Mst1)*pow4(s2t))/(18.*pow2(Mgl)*pow4(Mt)) + (
2662  22079*z3*pow2(Dmglst1)*pow4(Mst1)*pow4(s2t))/(6.*pow2(Mgl)*pow4(Mt)) +
2663  (690*z4*pow2(Dmglst1)*pow4(Mst1)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) + (10*
2664  pow2(Msq)*pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(Mt)) - (20*z2*pow2(
2665  Msq)*pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(Mt)) - (4136*pow2(Mst2)*
2666  pow4(Mst1)*pow4(s2t))/(45.*pow2(Msq)*pow4(Mt)) - (2740*Dmglst1*pow2(
2667  Mst2)*pow4(Mst1)*pow4(s2t))/(9.*Mgl*pow2(Msq)*pow4(Mt)) - (100*z2*pow2(
2668  Mst2)*pow4(Mst1)*pow4(s2t))/(3.*pow2(Msq)*pow4(Mt)) - (400*Dmglst1*z2*
2669  pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(3.*Mgl*pow2(Msq)*pow4(Mt)) - (6590*
2670  pow2(Dmglst1)*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(9.*pow2(Mgl)*pow2(Msq)*
2671  pow4(Mt)) - (1000*z2*pow2(Dmglst1)*pow2(Mst2)*pow4(Mst1)*pow4(s2t))/(3.
2672  *pow2(Mgl)*pow2(Msq)*pow4(Mt)) + (371*pow2(z2)*pow4(Mst1)*pow4(s2t))/(
2673  27.*pow4(Mt)) + (16*Dmglst1*pow2(z2)*pow4(Mst1)*pow4(s2t))/(3.*Mgl*
2674  pow4(Mt)) + (8*pow2(Dmglst1)*pow2(z2)*pow4(Mst1)*pow4(s2t))/(pow2(Mgl)*
2675  pow4(Mt)) + (53749*pow4(Mst2)*pow4(s2t))/(216.*pow4(Mt)) + (12*B4*pow4(
2676  Mst2)*pow4(s2t))/pow4(Mt) - (4*DN*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) +
2677  (7*Dmglst1*pow4(Mst2)*pow4(s2t))/(6.*Mgl*pow4(Mt)) + (8*OepS2*pow4(
2678  Mst2)*pow4(s2t))/(9.*pow4(Mt)) + (99*S2*pow4(Mst2)*pow4(s2t))/pow4(Mt)
2679  - (4*T1ep*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (109*z2*pow4(Mst2)*
2680  pow4(s2t))/pow4(Mt) + (66*Dmglst1*z2*pow4(Mst2)*pow4(s2t))/(Mgl*pow4(
2681  Mt)) + (328*z3*pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) - (65*Dmglst1*z3*
2682  pow4(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) + (242*z4*pow4(Mst2)*pow4(s2t))/(
2683  3.*pow4(Mt)) + (6457*pow2(Dmglst1)*pow4(Mst2)*pow4(s2t))/(36.*pow2(Mgl)
2684  *pow4(Mt)) + (99*z2*pow2(Dmglst1)*pow4(Mst2)*pow4(s2t))/(pow2(Mgl)*
2685  pow4(Mt)) - (511*z3*pow2(Dmglst1)*pow4(Mst2)*pow4(s2t))/(2.*pow2(Mgl)*
2686  pow4(Mt)) + (10*pow2(Msq)*pow4(Mst2)*pow4(s2t))/(pow2(Mst1)*pow4(Mt)) -
2687  (20*z2*pow2(Msq)*pow4(Mst2)*pow4(s2t))/(pow2(Mst1)*pow4(Mt)) + (2714*
2688  pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(45.*pow2(Msq)*pow4(Mt)) + (820*
2689  Dmglst1*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(9.*Mgl*pow2(Msq)*pow4(Mt)) +
2690  (10*z2*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(pow2(Msq)*pow4(Mt)) + (20*
2691  Dmglst1*z2*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(Mgl*pow2(Msq)*pow4(Mt)) +
2692  (180*pow2(Dmglst1)*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/(pow2(Mgl)*pow2(
2693  Msq)*pow4(Mt)) + (30*z2*pow2(Dmglst1)*pow2(Mst1)*pow4(Mst2)*pow4(s2t))/
2694  (pow2(Mgl)*pow2(Msq)*pow4(Mt)) - (35*pow2(z2)*pow4(Mst2)*pow4(s2t))/(3.
2695  *pow4(Mt)) + (1009961*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(51450.*pow4(
2696  Msq)*pow4(Mt)) + (2605*Dmglst1*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(36.*
2697  Mgl*pow4(Msq)*pow4(Mt)) + (25*z2*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(6.*
2698  pow4(Msq)*pow4(Mt)) + (50*Dmglst1*z2*pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(
2699  3.*Mgl*pow4(Msq)*pow4(Mt)) + (1775*pow2(Dmglst1)*pow4(Mst1)*pow4(Mst2)*
2700  pow4(s2t))/(8.*pow2(Mgl)*pow4(Msq)*pow4(Mt)) + (125*z2*pow2(Dmglst1)*
2701  pow4(Mst1)*pow4(Mst2)*pow4(s2t))/(3.*pow2(Mgl)*pow4(Msq)*pow4(Mt)) - (
2702  320*s2t*pow5(Mst1))/(3.*Mt*pow2(Msq)*pow2(Mst2)) - (3520*Dmglst1*s2t*
2703  pow5(Mst1))/(3.*Mgl*Mt*pow2(Msq)*pow2(Mst2)) - (1280*s2t*z2*pow5(Mst1))
2704  /(Mt*pow2(Msq)*pow2(Mst2)) - (6400*Dmglst1*s2t*z2*pow5(Mst1))/(Mgl*Mt*
2705  pow2(Msq)*pow2(Mst2)) - (5120*s2t*pow2(Dmglst1)*pow5(Mst1))/(Mt*pow2(
2706  Mgl)*pow2(Msq)*pow2(Mst2)) - (19200*s2t*z2*pow2(Dmglst1)*pow5(Mst1))/(
2707  Mt*pow2(Mgl)*pow2(Msq)*pow2(Mst2)) - (320*Cbeta*MuSUSY*pow2(s2t)*pow5(
2708  Mst1))/(Sbeta*pow2(Msq)*pow2(Mst2)*pow2(Mt)) - (1920*Cbeta*Dmglst1*
2709  MuSUSY*pow2(s2t)*pow5(Mst1))/(Mgl*Sbeta*pow2(Msq)*pow2(Mst2)*pow2(Mt))
2710  - (320*Cbeta*MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Msq)*pow2(
2711  Mst2)*pow2(Mt)) - (2880*Cbeta*Dmglst1*MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(
2712  Mgl*Sbeta*pow2(Msq)*pow2(Mst2)*pow2(Mt)) - (9440*Cbeta*MuSUSY*pow2(
2713  Dmglst1)*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*
2714  pow2(Mt)) - (10560*Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1))/
2715  (Sbeta*pow2(Mgl)*pow2(Msq)*pow2(Mst2)*pow2(Mt)) + (6640*pow3(s2t)*pow5(
2716  Mst1))/(9.*pow2(Msq)*pow3(Mt)) + (8560*Dmglst1*pow3(s2t)*pow5(Mst1))/(
2717  3.*Mgl*pow2(Msq)*pow3(Mt)) + (640*z2*pow3(s2t)*pow5(Mst1))/(3.*pow2(
2718  Msq)*pow3(Mt)) + (1280*Dmglst1*z2*pow3(s2t)*pow5(Mst1))/(Mgl*pow2(Msq)*
2719  pow3(Mt)) + (73120*pow2(Dmglst1)*pow3(s2t)*pow5(Mst1))/(9.*pow2(Mgl)*
2720  pow2(Msq)*pow3(Mt)) + (4160*z2*pow2(Dmglst1)*pow3(s2t)*pow5(Mst1))/(
2721  pow2(Mgl)*pow2(Msq)*pow3(Mt)) - (622151*pow3(s2t)*pow5(Mst1))/(324.*
2722  pow2(Mst2)*pow3(Mt)) - (3058187*Dmglst1*pow3(s2t)*pow5(Mst1))/(324.*
2723  Mgl*pow2(Mst2)*pow3(Mt)) + (2948*z2*pow3(s2t)*pow5(Mst1))/(9.*pow2(
2724  Mst2)*pow3(Mt)) + (5588*Dmglst1*z2*pow3(s2t)*pow5(Mst1))/(9.*Mgl*pow2(
2725  Mst2)*pow3(Mt)) + (1384*z3*pow3(s2t)*pow5(Mst1))/(pow2(Mst2)*pow3(Mt))
2726  + (7976*Dmglst1*z3*pow3(s2t)*pow5(Mst1))/(Mgl*pow2(Mst2)*pow3(Mt)) - (
2727  9306949*pow2(Dmglst1)*pow3(s2t)*pow5(Mst1))/(324.*pow2(Mgl)*pow2(Mst2)*
2728  pow3(Mt)) + (1780*z2*pow2(Dmglst1)*pow3(s2t)*pow5(Mst1))/(3.*pow2(Mgl)*
2729  pow2(Mst2)*pow3(Mt)) + (76472*z3*pow2(Dmglst1)*pow3(s2t)*pow5(Mst1))/(
2730  3.*pow2(Mgl)*pow2(Mst2)*pow3(Mt)) + (8000*s2t*pow5(Mst1))/(9.*Mt*pow4(
2731  Msq)) + (29440*Dmglst1*s2t*pow5(Mst1))/(9.*Mgl*Mt*pow4(Msq)) - (320*
2732  s2t*z2*pow5(Mst1))/(Mt*pow4(Msq)) - (2240*Dmglst1*s2t*z2*pow5(Mst1))/(
2733  3.*Mgl*Mt*pow4(Msq)) + (29600*s2t*pow2(Dmglst1)*pow5(Mst1))/(3.*Mt*
2734  pow2(Mgl)*pow4(Msq)) - (4160*s2t*z2*pow2(Dmglst1)*pow5(Mst1))/(3.*Mt*
2735  pow2(Mgl)*pow4(Msq)) - (400*Cbeta*MuSUSY*pow5(Mst1))/(Sbeta*pow2(Mst2)*
2736  pow4(Msq)) - (69680*Cbeta*Dmglst1*MuSUSY*pow5(Mst1))/(27.*Mgl*Sbeta*
2737  pow2(Mst2)*pow4(Msq)) - (257600*Cbeta*MuSUSY*pow2(Dmglst1)*pow5(Mst1))/
2738  (27.*Sbeta*pow2(Mgl)*pow2(Mst2)*pow4(Msq)) + (5360*s2t*pow2(MuSUSY)*
2739  pow5(Mst1))/(9.*Mt*pow2(Mst2)*pow4(Msq)) + (32720*Dmglst1*s2t*pow2(
2740  MuSUSY)*pow5(Mst1))/(9.*Mgl*Mt*pow2(Mst2)*pow4(Msq)) + (160*s2t*z2*
2741  pow2(MuSUSY)*pow5(Mst1))/(Mt*pow2(Mst2)*pow4(Msq)) + (800*Dmglst1*s2t*
2742  z2*pow2(MuSUSY)*pow5(Mst1))/(Mgl*Mt*pow2(Mst2)*pow4(Msq)) + (37120*s2t*
2743  pow2(Dmglst1)*pow2(MuSUSY)*pow5(Mst1))/(3.*Mt*pow2(Mgl)*pow2(Mst2)*
2744  pow4(Msq)) + (2400*s2t*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow5(Mst1))/(Mt*
2745  pow2(Mgl)*pow2(Mst2)*pow4(Msq)) + (4555*Cbeta*MuSUSY*pow2(s2t)*pow5(
2746  Mst1))/(9.*Sbeta*pow2(Mt)*pow4(Msq)) + (25795*Cbeta*Dmglst1*MuSUSY*
2747  pow2(s2t)*pow5(Mst1))/(9.*Mgl*Sbeta*pow2(Mt)*pow4(Msq)) + (120*Cbeta*
2748  MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mt)*pow4(Msq)) + (600*
2749  Cbeta*Dmglst1*MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(Mgl*Sbeta*pow2(Mt)*pow4(
2750  Msq)) + (85855*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1))/(9.*
2751  Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Msq)) + (1800*Cbeta*MuSUSY*z2*pow2(
2752  Dmglst1)*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Msq)) - (
2753  5360*s2t*pow2(MuSUSY)*pow5(Mst1))/(9.*Mt*pow2(Mst2)*pow2(Sbeta)*pow4(
2754  Msq)) - (32720*Dmglst1*s2t*pow2(MuSUSY)*pow5(Mst1))/(9.*Mgl*Mt*pow2(
2755  Mst2)*pow2(Sbeta)*pow4(Msq)) - (160*s2t*z2*pow2(MuSUSY)*pow5(Mst1))/(
2756  Mt*pow2(Mst2)*pow2(Sbeta)*pow4(Msq)) - (800*Dmglst1*s2t*z2*pow2(MuSUSY)
2757  *pow5(Mst1))/(Mgl*Mt*pow2(Mst2)*pow2(Sbeta)*pow4(Msq)) - (37120*s2t*
2758  pow2(Dmglst1)*pow2(MuSUSY)*pow5(Mst1))/(3.*Mt*pow2(Mgl)*pow2(Mst2)*
2759  pow2(Sbeta)*pow4(Msq)) - (2400*s2t*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow5(
2760  Mst1))/(Mt*pow2(Mgl)*pow2(Mst2)*pow2(Sbeta)*pow4(Msq)) - (1715*pow2(
2761  Mst2)*pow3(s2t)*pow5(Mst1))/(9.*pow3(Mt)*pow4(Msq)) - (9035*Dmglst1*
2762  pow2(Mst2)*pow3(s2t)*pow5(Mst1))/(9.*Mgl*pow3(Mt)*pow4(Msq)) - (40*z2*
2763  pow2(Mst2)*pow3(s2t)*pow5(Mst1))/(pow3(Mt)*pow4(Msq)) - (200*Dmglst1*
2764  z2*pow2(Mst2)*pow3(s2t)*pow5(Mst1))/(Mgl*pow3(Mt)*pow4(Msq)) - (9805*
2765  pow2(Dmglst1)*pow2(Mst2)*pow3(s2t)*pow5(Mst1))/(3.*pow2(Mgl)*pow3(Mt)*
2766  pow4(Msq)) - (600*z2*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t)*pow5(Mst1))/(
2767  pow2(Mgl)*pow3(Mt)*pow4(Msq)) - (324688*s2t*pow5(Mst1))/(81.*Mt*pow4(
2768  Mst2)) + (864592*Dmglst1*s2t*pow5(Mst1))/(81.*Mgl*Mt*pow4(Mst2)) + (
2769  146848*s2t*z2*pow5(Mst1))/(9.*Mt*pow4(Mst2)) + (235936*Dmglst1*s2t*z2*
2770  pow5(Mst1))/(3.*Mgl*Mt*pow4(Mst2)) - (28672*s2t*z3*pow5(Mst1))/(3.*Mt*
2771  pow4(Mst2)) - (46848*Dmglst1*s2t*z3*pow5(Mst1))/(Mgl*Mt*pow4(Mst2)) + (
2772  716416*s2t*pow2(Dmglst1)*pow5(Mst1))/(9.*Mt*pow2(Mgl)*pow4(Mst2)) + (
2773  2075968*s2t*z2*pow2(Dmglst1)*pow5(Mst1))/(9.*Mt*pow2(Mgl)*pow4(Mst2)) -
2774  (410752*s2t*z3*pow2(Dmglst1)*pow5(Mst1))/(3.*Mt*pow2(Mgl)*pow4(Mst2)) -
2775  (3520*Cbeta*MuSUSY*pow5(Mst1))/(3.*Sbeta*pow2(Msq)*pow4(Mst2)) - (
2776  140480*Cbeta*Dmglst1*MuSUSY*pow5(Mst1))/(27.*Mgl*Sbeta*pow2(Msq)*pow4(
2777  Mst2)) + (1280*Cbeta*MuSUSY*z2*pow5(Mst1))/(Sbeta*pow2(Msq)*pow4(Mst2))
2778  + (6400*Cbeta*Dmglst1*MuSUSY*z2*pow5(Mst1))/(Mgl*Sbeta*pow2(Msq)*pow4(
2779  Mst2)) - (375680*Cbeta*MuSUSY*pow2(Dmglst1)*pow5(Mst1))/(27.*Sbeta*
2780  pow2(Mgl)*pow2(Msq)*pow4(Mst2)) + (19200*Cbeta*MuSUSY*z2*pow2(Dmglst1)*
2781  pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Msq)*pow4(Mst2)) + (17920*s2t*pow2(
2782  MuSUSY)*pow5(Mst1))/(9.*Mt*pow2(Msq)*pow4(Mst2)) + (18560*Dmglst1*s2t*
2783  pow2(MuSUSY)*pow5(Mst1))/(3.*Mgl*Mt*pow2(Msq)*pow4(Mst2)) - (2560*
2784  Dmglst1*s2t*z2*pow2(MuSUSY)*pow5(Mst1))/(Mgl*Mt*pow2(Msq)*pow4(Mst2)) +
2785  (64960*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow5(Mst1))/(9.*Mt*pow2(Mgl)*
2786  pow2(Msq)*pow4(Mst2)) - (11520*s2t*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow5(
2787  Mst1))/(Mt*pow2(Mgl)*pow2(Msq)*pow4(Mst2)) + (80287*Cbeta*MuSUSY*pow2(
2788  s2t)*pow5(Mst1))/(12.*Sbeta*pow2(Mt)*pow4(Mst2)) + (1152*B4*Cbeta*
2789  MuSUSY*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mt)*pow4(Mst2)) + (3539195*
2790  Cbeta*Dmglst1*MuSUSY*pow2(s2t)*pow5(Mst1))/(108.*Mgl*Sbeta*pow2(Mt)*
2791  pow4(Mst2)) + (2368*B4*Cbeta*Dmglst1*MuSUSY*pow2(s2t)*pow5(Mst1))/(Mgl*
2792  Sbeta*pow2(Mt)*pow4(Mst2)) - (32*Cbeta*Dmglst1*DN*MuSUSY*pow2(s2t)*
2793  pow5(Mst1))/(Mgl*Sbeta*pow2(Mt)*pow4(Mst2)) - (7156*Cbeta*MuSUSY*z2*
2794  pow2(s2t)*pow5(Mst1))/(3.*Sbeta*pow2(Mt)*pow4(Mst2)) + (25948*Cbeta*
2795  Dmglst1*MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(3.*Mgl*Sbeta*pow2(Mt)*pow4(
2796  Mst2)) + (2920*Cbeta*MuSUSY*z3*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mt)*
2797  pow4(Mst2)) - (17464*Cbeta*Dmglst1*MuSUSY*z3*pow2(s2t)*pow5(Mst1))/(
2798  Mgl*Sbeta*pow2(Mt)*pow4(Mst2)) + (576*Cbeta*MuSUSY*z4*pow2(s2t)*pow5(
2799  Mst1))/(Sbeta*pow2(Mt)*pow4(Mst2)) - (5984*Cbeta*Dmglst1*MuSUSY*z4*
2800  pow2(s2t)*pow5(Mst1))/(Mgl*Sbeta*pow2(Mt)*pow4(Mst2)) + (10707109*
2801  Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1))/(108.*Sbeta*pow2(Mgl)*
2802  pow2(Mt)*pow4(Mst2)) + (4192*B4*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*
2803  pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) - (80*Cbeta*DN*
2804  MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mt)*
2805  pow4(Mst2)) + (27724*Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1)
2806  )/(Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) - (75624*Cbeta*MuSUSY*z3*pow2(
2807  Dmglst1)*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) -
2808  (15824*Cbeta*MuSUSY*z4*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(
2809  Mgl)*pow2(Mt)*pow4(Mst2)) - (17920*s2t*pow2(MuSUSY)*pow5(Mst1))/(9.*Mt*
2810  pow2(Msq)*pow2(Sbeta)*pow4(Mst2)) - (18560*Dmglst1*s2t*pow2(MuSUSY)*
2811  pow5(Mst1))/(3.*Mgl*Mt*pow2(Msq)*pow2(Sbeta)*pow4(Mst2)) + (2560*
2812  Dmglst1*s2t*z2*pow2(MuSUSY)*pow5(Mst1))/(Mgl*Mt*pow2(Msq)*pow2(Sbeta)*
2813  pow4(Mst2)) - (64960*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow5(Mst1))/(9.*Mt*
2814  pow2(Mgl)*pow2(Msq)*pow2(Sbeta)*pow4(Mst2)) + (11520*s2t*z2*pow2(
2815  Dmglst1)*pow2(MuSUSY)*pow5(Mst1))/(Mt*pow2(Mgl)*pow2(Msq)*pow2(Sbeta)*
2816  pow4(Mst2)) - (1152*Cbeta*MuSUSY*pow2(s2t)*pow2(z2)*pow5(Mst1))/(Sbeta*
2817  pow2(Mt)*pow4(Mst2)) - (2432*Cbeta*Dmglst1*MuSUSY*pow2(s2t)*pow2(z2)*
2818  pow5(Mst1))/(Mgl*Sbeta*pow2(Mt)*pow4(Mst2)) - (4352*Cbeta*MuSUSY*pow2(
2819  Dmglst1)*pow2(s2t)*pow2(z2)*pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mt)*pow4(
2820  Mst2)) + (pow3(log(pow2(Mst1)/pow2(Mst2)))*(4*Dmglst1*Mgl*Mst1*(4*Mt*
2821  s2t*Sbeta*(2667*Cbeta*Mt*MuSUSY*s2t + 7320*Sbeta*pow2(Mt) - 323*Sbeta*
2822  pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 8*Mt*s2t*(-28*pow2(Mt) + 73*pow2(
2823  Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 8*Mt*pow2(Mst1)*(-849*Cbeta*
2824  Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 10*s2t*pow2(Mt)*(84*pow2(MuSUSY)
2825  *(-1 + pow2(Sbeta)) + 169*pow2(Mst2)*pow2(Sbeta)) + 1662*Cbeta*MuSUSY*
2826  Sbeta*pow3(Mt) + 356*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + Mst1*pow2(
2827  Mst2)*pow2(Sbeta)*(-320*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1056*pow4(Mt) +
2828  449*pow4(Mst2)*pow4(s2t)) + pow3(Mst1)*(-8*pow2(Mt)*pow2(s2t)*(1209*
2829  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 908*pow2(Mst2)*pow2(Sbeta)) + 15168*
2830  Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 3040*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)
2831  *pow3(s2t) - 5472*pow2(Sbeta)*pow4(Mt) + 311*pow2(Sbeta)*pow4(Mst2)*
2832  pow4(s2t))) + 2*Mst1*pow2(Dmglst1)*(8*Mt*s2t*Sbeta*(6618*Cbeta*Mt*
2833  MuSUSY*s2t + 20892*Sbeta*pow2(Mt) - 689*Sbeta*pow2(Mst2)*pow2(s2t))*
2834  pow4(Mst1) + 16*Mt*s2t*(-28*pow2(Mt) + 73*pow2(Mst2)*pow2(s2t))*pow2(
2835  Sbeta)*pow4(Mst2) - 8*Mt*pow2(Mst1)*(-1698*Cbeta*Mt*MuSUSY*Sbeta*pow2(
2836  Mst2)*pow2(s2t) - 56*s2t*pow2(Mt)*(30*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2837  121*pow2(Mst2)*pow2(Sbeta)) + 3324*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 1663*
2838  pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 3*Mst1*pow2(Mst2)*pow2(Sbeta)*(-
2839  320*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1056*pow4(Mt) + 449*pow4(Mst2)*
2840  pow4(s2t)) + pow3(Mst1)*(-8*pow2(Mt)*pow2(s2t)*(4291*pow2(MuSUSY)*(-1 +
2841  pow2(Sbeta)) + 4936*pow2(Mst2)*pow2(Sbeta)) + 80896*Cbeta*MuSUSY*s2t*
2842  Sbeta*pow3(Mt) - 11776*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) -
2843  28736*pow2(Sbeta)*pow4(Mt) + 1597*pow2(Sbeta)*pow4(Mst2)*pow4(s2t))) +
2844  pow2(Mgl)*(32*Mst1*Mt*s2t*(-28*pow2(Mt) + 73*pow2(Mst2)*pow2(s2t))*
2845  pow2(Sbeta)*pow4(Mst2) - 32*Mt*pow3(Mst1)*(102*Cbeta*Mt*MuSUSY*Sbeta*
2846  pow2(Mst2)*pow2(s2t) + 2*s2t*pow2(Mt)*(214*pow2(MuSUSY)*(-1 + pow2(
2847  Sbeta)) - 279*pow2(Mst2)*pow2(Sbeta)) + 530*Cbeta*MuSUSY*Sbeta*pow3(Mt)
2848  + 39*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(Sbeta)*pow4(Mst2)*(-3152*
2849  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 544*pow4(Mt) + 639*pow4(Mst2)*pow4(s2t)
2850  ) + pow4(Mst1)*(-32*pow2(Mt)*pow2(s2t)*(1960*pow2(MuSUSY)*(-1 + pow2(
2851  Sbeta)) + 223*pow2(Mst2)*pow2(Sbeta)) + 24416*Cbeta*MuSUSY*s2t*Sbeta*
2852  pow3(Mt) - 17472*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) - 4640*
2853  pow2(Sbeta)*pow4(Mt) + 1535*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 16*Mt*
2854  s2t*Sbeta*(-207*Cbeta*Mt*MuSUSY*s2t + 1536*Sbeta*pow2(Mt) + Sbeta*pow2(
2855  Mst2)*pow2(s2t))*pow5(Mst1) - 2*pow2(Mst1)*(64*pow2(Mst2)*pow2(Mt)*
2856  pow2(s2t)*(217*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 15*pow2(Mst2)*pow2(
2857  Sbeta)) - 5072*Cbeta*MuSUSY*s2t*Sbeta*pow2(Mst2)*pow3(Mt) + 5666*Cbeta*
2858  Mt*MuSUSY*Sbeta*pow3(s2t)*pow4(Mst2) + 32*(4*pow2(MuSUSY)*(-1 + pow2(
2859  Sbeta)) - 35*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) - 1097*pow2(Sbeta)*pow4(
2860  s2t)*pow6(Mst2)))))/(18.*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)*pow4(Mt)) - (
2861  pow2(log(pow2(Mst1)/pow2(Msq)))*(pow2(Mgl)*(-224*Sbeta*pow2(Msq)*pow2(
2862  Mt)*pow4(Mst2)*(2*Cbeta*Mt*MuSUSY*s2t*pow2(Mst1) + Sbeta*(20*Mst1*Mt*
2863  s2t*pow2(Mst2) + 7*pow2(Mst2)*pow2(Mt) + pow2(Mst1)*(37*pow2(Mt) - 2*
2864  pow2(Mst2)*pow2(s2t)) - 20*Mt*s2t*pow3(Mst1) + pow2(s2t)*pow4(Mst1) +
2865  pow2(s2t)*pow4(Mst2))) - 2*pow4(Mst2)*(-560*Sbeta*(3*Cbeta*Mt*MuSUSY -
2866  2*s2t*Sbeta*pow2(Mst2))*pow3(Mst1)*pow3(Mt) - 2*Mt*pow2(Mst1)*pow2(
2867  Mst2)*(Mt*pow2(s2t)*(4*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 15*pow2(Mst2)*
2868  pow2(Sbeta)) - 420*pow2(Sbeta)*pow3(Mt) + 3*Cbeta*MuSUSY*Sbeta*pow2(
2869  Mst2)*pow3(s2t)) + 4*pow2(Mt)*(-15*Cbeta*Mt*MuSUSY*s2t*Sbeta + pow2(
2870  MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 57*pow2(Mt)*pow2(Sbeta))*pow4(
2871  Mst2) + 560*Mst1*s2t*pow2(Sbeta)*pow3(Mt)*pow4(Mst2) + pow4(Mst1)*(2*
2872  pow2(Mt)*pow2(s2t)*(2*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 15*pow2(Mst2)*
2873  pow2(Sbeta)) + 60*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 6*Cbeta*Mt*MuSUSY*
2874  Sbeta*pow2(Mst2)*pow3(s2t) + 2468*pow2(Sbeta)*pow4(Mt) - 3*pow2(Sbeta)*
2875  pow4(Mst2)*pow4(s2t)) - 1680*s2t*pow2(Sbeta)*pow3(Mt)*pow5(Mst1)) + 35*
2876  pow4(Msq)*(3*Sbeta*pow2(Mst2)*pow2(s2t)*(-12*Cbeta*Mt*MuSUSY*s2t + 24*
2877  Sbeta*pow2(Mt) + Sbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 96*Mt*s2t*
2878  pow3(Mst1)*(4*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*
2879  pow2(Sbeta)*pow4(Mst2)) + pow2(Sbeta)*pow4(Mst2)*(72*pow2(Mst2)*pow2(
2880  Mt)*pow2(s2t) - 176*pow4(Mt) - 15*pow4(Mst2)*pow4(s2t)) + 3*pow2(Mst1)*
2881  pow2(Mst2)*(24*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 2*
2882  pow2(Mst2)*pow2(Sbeta)) + 48*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 8*Cbeta*
2883  Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) - 48*pow2(Sbeta)*pow4(Mt) + 7*
2884  pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) - 96*Mst1*Mt*pow2(Sbeta)*pow3(s2t)*
2885  pow6(Mst2))) + 35*pow2(Dmglst1)*(64*Mst1*pow2(Msq)*(-9*Mst1*Mt + 2*s2t*
2886  pow2(Mst1) - 2*s2t*pow2(Mst2))*pow2(Sbeta)*pow3(Mt)*pow4(Mst2) + 16*
2887  Mst1*Sbeta*pow3(Mt)*pow4(Mst2)*(14*Cbeta*Mt*MuSUSY*pow2(Mst1) + Sbeta*(
2888  -9*Mst1*Mt*pow2(Mst2) - 24*s2t*pow2(Mst1)*pow2(Mst2) - 59*Mt*pow3(Mst1)
2889  + 26*s2t*pow4(Mst1) - 2*s2t*pow4(Mst2))) + 3*pow4(Msq)*(9*Sbeta*pow2(
2890  Mst2)*pow2(s2t)*(-4*Cbeta*Mt*MuSUSY*s2t + 8*Sbeta*pow2(Mt) + Sbeta*
2891  pow2(Mst2)*pow2(s2t))*pow4(Mst1) - 9*pow2(Sbeta)*pow2(-4*pow2(Mt) +
2892  pow2(Mst2)*pow2(s2t))*pow4(Mst2) + 32*Mt*s2t*pow3(Mst1)*(4*pow2(Mt)*
2893  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) +
2894  9*pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(-16*pow2(Mst2)*pow2(Mt)*pow2(s2t)
2895  - 16*pow4(Mt) + pow4(Mst2)*pow4(s2t)) - 32*Mst1*Mt*pow2(Sbeta)*pow3(
2896  s2t)*pow6(Mst2))) + 70*Dmglst1*Mgl*(64*Mst1*pow2(Msq)*(-3*Mst1*Mt +
2897  s2t*pow2(Mst1) - s2t*pow2(Mst2))*pow2(Sbeta)*pow3(Mt)*pow4(Mst2) + 16*
2898  Mst1*Sbeta*pow3(Mt)*pow4(Mst2)*(7*Cbeta*Mt*MuSUSY*pow2(Mst1) + Sbeta*(-
2899  3*Mst1*Mt*pow2(Mst2) - 6*s2t*pow2(Mst1)*pow2(Mst2) - 13*Mt*pow3(Mst1) +
2900  7*s2t*pow4(Mst1) - s2t*pow4(Mst2))) + 3*pow4(Msq)*(3*Sbeta*pow2(Mst2)*
2901  pow2(s2t)*(-4*Cbeta*Mt*MuSUSY*s2t + 8*Sbeta*pow2(Mt) + Sbeta*pow2(Mst2)
2902  *pow2(s2t))*pow4(Mst1) - 3*pow2(Sbeta)*pow2(-4*pow2(Mt) + pow2(Mst2)*
2903  pow2(s2t))*pow4(Mst2) + 16*Mt*s2t*pow3(Mst1)*(4*pow2(Mt)*pow2(MuSUSY)*(
2904  -1 + pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 3*pow2(Mst1)*
2905  pow2(Mst2)*pow2(Sbeta)*(-16*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*pow4(Mt)
2906  + pow4(Mst2)*pow4(s2t)) - 16*Mst1*Mt*pow2(Sbeta)*pow3(s2t)*pow6(Mst2)))
2907  + 105*log(pow2(Mst1)/pow2(Mst2))*pow4(Msq)*(pow2(Mgl)*(-16*Mst1*Mt*s2t*
2908  (-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 2*pow2(
2909  Mst1)*pow2(Mst2)*pow2(s2t)*(-14*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) +
2910  4*pow2(Mt)*(-8*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)
2911  ) + 3*pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + pow2(s2t)*pow4(Mst1)*(64*
2912  pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 7*pow2(s2t)*pow2(Sbeta)*
2913  pow4(Mst2)) - 16*Mt*pow3(Mst1)*(-6*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
2914  pow2(s2t) - 12*s2t*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*Cbeta*
2915  MuSUSY*Sbeta*pow3(Mt) + pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(Sbeta)
2916  *pow4(Mst2)*(8*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 16*pow4(Mt) - pow4(Mst2)
2917  *pow4(s2t)) + 96*Cbeta*MuSUSY*Sbeta*pow2(Mt)*pow2(s2t)*pow5(Mst1)) + 2*
2918  Mst1*pow2(Dmglst1)*(48*Cbeta*MuSUSY*Sbeta*pow2(Mt)*pow2(s2t)*pow4(Mst1)
2919  - 8*Mt*s2t*(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2)
2920  + 9*pow2(s2t)*pow3(Mst1)*(8*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2921  pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - 8*Mt*pow2(Mst1)*(-6*Cbeta*Mt*
2922  MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*pow2(MuSUSY)*(-1 +
2923  pow2(Sbeta)) + 4*Cbeta*MuSUSY*Sbeta*pow3(Mt) + pow2(Sbeta)*pow3(s2t)*
2924  pow4(Mst2)) - 9*Mst1*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)) + 4*Dmglst1*Mgl*
2925  Mst1*(24*Cbeta*MuSUSY*Sbeta*pow2(Mt)*pow2(s2t)*pow4(Mst1) - 4*Mt*s2t*(-
2926  4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) + 3*pow2(s2t)
2927  *pow3(Mst1)*(8*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*
2928  pow2(Sbeta)*pow4(Mst2)) - 4*Mt*pow2(Mst1)*(-6*Cbeta*Mt*MuSUSY*Sbeta*
2929  pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta))
2930  + 4*Cbeta*MuSUSY*Sbeta*pow3(Mt) + pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) -
2931  3*Mst1*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)))))/(21.*pow2(Mgl)*pow2(Sbeta)*
2932  pow4(Msq)*pow4(Mst2)*pow4(Mt)) + (log(pow2(Mst1)/pow2(Mst2))*(98*pow2(
2933  Dmglst1)*pow2(Mst1)*(pow4(Msq)*(800*Mst1*Mt*s2t*(-4*(1067 + 648*z2 -
2934  432*z3)*pow2(Mt) + 3*(7603 + 1152*z2 - 108*z3)*pow2(Mst2)*pow2(s2t))*
2935  pow2(Sbeta)*pow4(Mst2) - 800*Mt*pow3(Mst1)*(-9*Cbeta*Mt*MuSUSY*Sbeta*(-
2936  1195 + 6312*z2 - 8208*z3)*pow2(Mst2)*pow2(s2t) - 16*s2t*pow2(Mt)*(3*(-
2937  2047 + 1290*z2 - 2025*z3)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + (13499 +
2938  14742*z2)*pow2(Mst2)*pow2(Sbeta)) + 4*Cbeta*MuSUSY*Sbeta*(15889 +
2939  29052*z2 + 432*z3)*pow3(Mt) + 6*(10423 + 8214*z2 - 8370*z3)*pow2(Sbeta)
2940  *pow3(s2t)*pow4(Mst2)) - 4*pow2(Sbeta)*pow4(Mst2)*(-266400*pow2(Mst2)*
2941  pow2(Mt)*pow2(s2t) + 50912*pow4(Mt) + 100125*pow4(Mst2)*pow4(s2t)) +
2942  400*pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(6*(20783 + 2736*z2 + 432*z3)*
2943  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 8*(6343 + 3888*z2)*pow4(Mt) + 9*(628 +
2944  945*z2 - 414*z3)*pow4(Mst2)*pow4(s2t)) - 25*pow4(Mst1)*(8*pow2(Mt)*
2945  pow2(s2t)*((347507 + 207504*z2 - 45792*z3)*pow2(MuSUSY)*(-1 + pow2(
2946  Sbeta)) + 4*(-76711 + 102456*z2)*pow2(Mst2)*pow2(Sbeta)) - 512*Cbeta*
2947  MuSUSY*s2t*Sbeta*(-20753 + 11781*z2 - 162*z3)*pow3(Mt) + 4*Cbeta*Mt*
2948  MuSUSY*Sbeta*(289115 + 71424*z2 + 13824*z3)*pow2(Mst2)*pow3(s2t) + 192*
2949  (26965 + 28752*z2)*pow2(Sbeta)*pow4(Mt) + (-214703 + 64656*z2 - 73440*
2950  z3)*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 200*Mt*s2t*Sbeta*(3*Cbeta*Mt*
2951  MuSUSY*s2t*(-95783 + 345888*z2 - 199584*z3) + 208*Sbeta*(20965 + 14292*
2952  z2)*pow2(Mt) + Sbeta*(254699 - 162576*z2)*pow2(Mst2)*pow2(s2t))*pow5(
2953  Mst1)) - 750*Mst1*pow2(Mst2)*(144*Mst1*pow2(Mt)*(23*pow2(Mt) + 3*pow2(
2954  Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 16*Mt*pow2(Mst1)*pow2(Mst2)*(
2955  -6*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(pow2(
2956  MuSUSY)*(-1 + pow2(Sbeta)) + 102*pow2(Mst2)*pow2(Sbeta)) + 178*Cbeta*
2957  MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 8*Mt*
2958  pow4(Mst1)*(-4551*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 60*s2t*
2959  pow2(Mt)*(101*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 21*pow2(Mst2)*pow2(
2960  Sbeta)) + 1720*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 1521*pow2(Sbeta)*pow3(s2t)
2961  *pow4(Mst2)) + pow2(Mst2)*pow3(Mst1)*(8*pow2(Mt)*pow2(s2t)*(871*pow2(
2962  MuSUSY)*(-1 + pow2(Sbeta)) + 246*pow2(Mst2)*pow2(Sbeta)) - 4800*Cbeta*
2963  MuSUSY*s2t*Sbeta*pow3(Mt) + 3484*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(
2964  s2t) + 4400*pow2(Sbeta)*pow4(Mt) - 871*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)
2965  ) + 16*s2t*Sbeta*(-3*Cbeta*MuSUSY*s2t + 58*Mt*Sbeta)*pow2(Mt)*pow6(
2966  Mst2)) + 3000*Mst1*pow2(Msq)*(32*Mt*pow4(Mst1)*(144*Cbeta*Mt*MuSUSY*
2967  Sbeta*pow2(Mst2)*pow2(s2t) + 6*s2t*pow2(Mt)*(122*pow2(MuSUSY)*(-1 +
2968  pow2(Sbeta)) - 141*pow2(Mst2)*pow2(Sbeta)) + 314*Cbeta*MuSUSY*Sbeta*
2969  pow3(Mt) + 87*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) - 32*Mt*pow2(Mst1)*
2970  pow2(Mst2)*(-198*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 24*s2t*
2971  pow2(Mt)*(11*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 8*pow2(Mst2)*pow2(Sbeta)
2972  ) + 130*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 135*pow2(Sbeta)*pow3(s2t)*pow4(
2973  Mst2)) - 4*s2t*pow2(Mst2)*pow3(Mst1)*(-701*Cbeta*Mt*MuSUSY*Sbeta*pow2(
2974  Mst2)*pow2(s2t) + pow2(Mt)*(-988*s2t*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
2975  492*s2t*pow2(Mst2)*pow2(Sbeta)) - 1200*Cbeta*MuSUSY*Sbeta*pow3(Mt) +
2976  227*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 9*Mst1*pow2(Sbeta)*pow4(Mst2)*(
2977  -48*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*pow4(Mt) + 23*pow4(Mst2)*pow4(
2978  s2t)) - 256*s2t*pow2(Sbeta)*pow3(Mt)*pow6(Mst2))) + 4900*Dmglst1*Mgl*
2979  pow2(Mst1)*(pow4(Msq)*(16*Mst1*Mt*s2t*(-8*(145 + 324*z2 - 216*z3)*pow2(
2980  Mt) + 27*(777 + 128*z2 - 12*z3)*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(
2981  Mst2) - 16*Mt*pow3(Mst1)*(-9*Cbeta*Mt*MuSUSY*Sbeta*(-1195 + 6312*z2 -
2982  8208*z3)*pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*(4*(-2047 + 1290*z2 -
2983  2025*z3)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 9*(947 + 1100*z2)*pow2(Mst2)
2984  *pow2(Sbeta)) + 4*Cbeta*MuSUSY*Sbeta*(15889 + 29052*z2 + 432*z3)*pow3(
2985  Mt) + 6*(2899 + 3732*z2 - 4158*z3)*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) -
2986  4*pow2(Sbeta)*pow4(Mst2)*(-2304*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 2032*
2987  pow4(Mt) + 1017*pow4(Mst2)*pow4(s2t)) + 16*pow2(Mst1)*pow2(Mst2)*pow2(
2988  Sbeta)*(2*(21991 + 2736*z2 + 432*z3)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 8*
2989  (2069 + 1296*z2)*pow4(Mt) + 27*(57 + 105*z2 - 46*z3)*pow4(Mst2)*pow4(
2990  s2t)) - pow4(Mst1)*(8*pow2(Mt)*pow2(s2t)*((68551 + 69552*z2 - 19872*z3)
2991  *pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*(-37061 + 17640*z2)*pow2(Mst2)*
2992  pow2(Sbeta)) - 768*Cbeta*MuSUSY*s2t*Sbeta*(-5305 + 1242*z2 - 36*z3)*
2993  pow3(Mt) + 4*Cbeta*Mt*MuSUSY*Sbeta*(52063 + 24192*z2)*pow2(Mst2)*pow3(
2994  s2t) + 512*(2152 + 2079*z2)*pow2(Sbeta)*pow4(Mt) + (-31507 + 21168*z2 -
2995  19872*z3)*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 4*Mt*s2t*Sbeta*(27*Cbeta*
2996  Mt*MuSUSY*s2t*(-10489 + 15248*z2 - 10944*z3) + 256*Sbeta*(5696 + 3987*
2997  z2)*pow2(Mt) + 3*Sbeta*(26687 - 20496*z2)*pow2(Mst2)*pow2(s2t))*pow5(
2998  Mst1)) - 30*Mst1*pow2(Mst2)*(48*Mst1*pow2(Mt)*(23*pow2(Mt) + 3*pow2(
2999  Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 8*Mt*pow2(Mst1)*pow2(Mst2)*(-
3000  6*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(pow2(
3001  MuSUSY)*(-1 + pow2(Sbeta)) + 51*pow2(Mst2)*pow2(Sbeta)) + 178*Cbeta*
3002  MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 4*Mt*
3003  pow4(Mst1)*(-1437*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 12*s2t*
3004  pow2(Mt)*(159*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 35*pow2(Mst2)*pow2(
3005  Sbeta)) + 424*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 483*pow2(Sbeta)*pow3(s2t)*
3006  pow4(Mst2)) + pow2(Mst2)*pow3(Mst1)*(8*pow2(Mt)*pow2(s2t)*(167*pow2(
3007  MuSUSY)*(-1 + pow2(Sbeta)) + 42*pow2(Mst2)*pow2(Sbeta)) - 960*Cbeta*
3008  MuSUSY*s2t*Sbeta*pow3(Mt) + 668*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(
3009  s2t) + 880*pow2(Sbeta)*pow4(Mt) - 167*pow2(Sbeta)*pow4(Mst2)*pow4(s2t))
3010  + 8*s2t*Sbeta*(-3*Cbeta*MuSUSY*s2t + 58*Mt*Sbeta)*pow2(Mt)*pow6(Mst2))
3011  + 120*Mst1*pow2(Msq)*(32*Mt*pow4(Mst1)*(117*Cbeta*Mt*MuSUSY*Sbeta*pow2(
3012  Mst2)*pow2(s2t) + 3*s2t*pow2(Mt)*(96*pow2(MuSUSY)*(-1 + pow2(Sbeta)) -
3013  37*pow2(Mst2)*pow2(Sbeta)) + Cbeta*MuSUSY*Sbeta*pow3(Mt) - 6*pow2(
3014  Sbeta)*pow3(s2t)*pow4(Mst2)) - 32*Mt*pow2(Mst1)*pow2(Mst2)*(-99*Cbeta*
3015  Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*(11*pow2(MuSUSY)
3016  *(-1 + pow2(Sbeta)) + 4*pow2(Mst2)*pow2(Sbeta)) + 65*Cbeta*MuSUSY*
3017  Sbeta*pow3(Mt) + 33*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) - 4*s2t*pow2(
3018  Mst2)*pow3(Mst1)*(-127*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 4*
3019  s2t*pow2(Mt)*(-29*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 21*pow2(Mst2)*pow2(
3020  Sbeta)) - 240*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 49*pow2(Sbeta)*pow3(s2t)*
3021  pow4(Mst2)) + 3*Mst1*pow2(Sbeta)*pow4(Mst2)*(-48*pow2(Mst2)*pow2(Mt)*
3022  pow2(s2t) - 16*pow4(Mt) + 23*pow4(Mst2)*pow4(s2t)) - 128*s2t*pow2(
3023  Sbeta)*pow3(Mt)*pow6(Mst2))) + pow2(Mgl)*(10584000*(-1 + 2*z2)*pow2(
3024  Mst1)*pow2(s2t)*pow6(Msq)*(pow2(Mst1)*(8*pow2(Mt)*pow2(MuSUSY)*(-1 +
3025  pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - pow2(s2t)*pow2(
3026  Sbeta)*pow6(Mst2)) - 30*pow2(Mst1)*pow2(Mst2)*(8*Mt*pow2(Mst1)*(-1960*
3027  Cbeta*MuSUSY*s2t*Sbeta*pow2(Mt) + 12*Mt*pow2(s2t)*(-10511*pow2(MuSUSY)*
3028  (-1 + pow2(Sbeta)) + 1868*pow2(Mst2)*pow2(Sbeta)) + 338100*pow2(Sbeta)*
3029  pow3(Mt) - 47419*Cbeta*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t))*pow4(Mst2) -
3030  39200*Mt*pow2(Mst2)*pow3(Mst1)*(-6*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
3031  pow2(s2t) - 4*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 17*pow2(
3032  Mst2)*pow2(Sbeta)) + 90*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*
3033  pow3(s2t)*pow4(Mst2)) + pow2(Mst2)*pow4(Mst1)*(24*pow2(Mt)*pow2(s2t)*(-
3034  1717*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 22148*pow2(Mst2)*pow2(Sbeta)) -
3035  1078784*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 483924*Cbeta*Mt*MuSUSY*Sbeta*
3036  pow2(Mst2)*pow3(s2t) + 1078000*pow2(Sbeta)*pow4(Mt) - 215819*pow2(
3037  Sbeta)*pow4(Mst2)*pow4(s2t)) - 58800*Mt*(83*Cbeta*Mt*MuSUSY*Sbeta*pow2(
3038  Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(27*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
3039  7*pow2(Mst2)*pow2(Sbeta)) + 8*Cbeta*MuSUSY*Sbeta*pow3(Mt) - 29*pow2(
3040  Sbeta)*pow3(s2t)*pow4(Mst2))*pow5(Mst1) + 39200*Mst1*s2t*Sbeta*(-3*
3041  Cbeta*MuSUSY*s2t + 58*Mt*Sbeta)*pow2(Mt)*pow6(Mst2) + 16*pow2(Mt)*(
3042  21436*Cbeta*Mt*MuSUSY*s2t*Sbeta - 15647*pow2(MuSUSY)*pow2(s2t)*(-1 +
3043  pow2(Sbeta)) + 131493*pow2(Mt)*pow2(Sbeta))*pow6(Mst2)) - 11760*pow2(
3044  Msq)*pow2(Mst1)*(1600*Mt*pow2(Mst2)*pow3(Mst1)*(-30*Cbeta*Mt*MuSUSY*
3045  Sbeta*pow2(Mst2)*pow2(s2t) - 8*s2t*pow2(Mt)*(5*pow2(MuSUSY)*(-1 + pow2(
3046  Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta)) + 21*Cbeta*MuSUSY*Sbeta*pow3(Mt) +
3047  10*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 2*s2t*pow2(Mst2)*pow4(Mst1)*(-
3048  3150*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 16*s2t*pow2(Mt)*(-
3049  482*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 125*pow2(Mst2)*pow2(Sbeta)) -
3050  6000*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 991*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)
3051  ) + pow2(Mst1)*pow4(Mst2)*(-8*pow2(Mt)*pow2(s2t)*(353*pow2(MuSUSY)*(-1
3052  + pow2(Sbeta)) - 668*pow2(Mst2)*pow2(Sbeta)) - 4000*Cbeta*MuSUSY*s2t*
3053  Sbeta*pow3(Mt) + 1628*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) +
3054  1200*pow2(Sbeta)*pow4(Mt) - 1167*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) +
3055  1600*Mt*(-51*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 3*s2t*pow2(
3056  Mt)*(36*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 5*pow2(Mst2)*pow2(Sbeta)) +
3057  15*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 7*pow2(Sbeta)*pow3(s2t)*pow4(Mst2))*
3058  pow5(Mst1) + 6400*Mst1*s2t*pow2(Sbeta)*pow3(Mt)*pow6(Mst2) - 16*Mt*
3059  Sbeta*(209*Mt*Sbeta*pow2(Mst2)*pow2(s2t) - 482*Sbeta*pow3(Mt) + 190*
3060  Cbeta*MuSUSY*pow2(Mst2)*pow3(s2t))*pow6(Mst2)) + pow4(Msq)*(705600*Mt*
3061  s2t*((208 - 288*z2 + 192*z3)*pow2(Mt) + (2135 + 384*z2 - 36*z3)*pow2(
3062  Mst2)*pow2(s2t))*pow2(Sbeta)*pow3(Mst1)*pow4(Mst2) + 14700*pow2(Mst1)*
3063  pow2(Sbeta)*pow4(Mst2)*(-32*(733 + 81*S2 + 18*z2)*pow2(Mst2)*pow2(Mt)*
3064  pow2(s2t) + 96*(149 + 24*z3)*pow4(Mt) + (14209 + 648*S2 - 1788*z2)*
3065  pow4(Mst2)*pow4(s2t)) - 78400*Mt*(3*Cbeta*Mt*MuSUSY*Sbeta*(22549 -
3066  1008*z2 + 7776*z3)*pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(4*(10441 +
3067  612*z2 + 1863*z3)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 3*(2197 + 3396*z2)*
3068  pow2(Mst2)*pow2(Sbeta)) + 12*Cbeta*MuSUSY*Sbeta*(643 + 3180*z2 + 144*
3069  z3)*pow3(Mt) + 2*(-1667 + 2232*z2 - 4050*z3)*pow2(Sbeta)*pow3(s2t)*
3070  pow4(Mst2))*pow5(Mst1) - 3*(24*pow2(Mt)*pow2(s2t)*((72625277 +
3071  14504000*S2 + 19521600*z2 - 4939200*z3)*pow2(MuSUSY)*(-1 + pow2(Sbeta))
3072  - 8*(4731149 + 4900*S2 - 808500*z2)*pow2(Mst2)*pow2(Sbeta)) - 128*
3073  Cbeta*MuSUSY*s2t*Sbeta*(-23055979 + 294000*S2 + 1881600*z2)*pow3(Mt) +
3074  4*Cbeta*Mt*MuSUSY*Sbeta*(71872687 + 19521600*S2 + 36691200*z2)*pow2(
3075  Mst2)*pow3(s2t) + 128*(3291437 + 3013500*z2)*pow2(Sbeta)*pow4(Mt) + 3*(
3076  1737319 + 431200*S2 - 2018800*z2 - 4939200*z3)*pow2(Sbeta)*pow4(Mst2)*
3077  pow4(s2t))*pow6(Mst1) + 4233600*Mt*Sbeta*(2*Mt*Sbeta*pow2(Mst2)*pow2(
3078  s2t) - 4*Sbeta*pow3(Mt) + Cbeta*MuSUSY*pow2(Mst2)*pow3(s2t))*pow6(Mst2)
3079  - 784*pow4(Mst1)*(12*pow2(Mst2)*pow2(Mt)*pow2(s2t)*((372457 + 61200*S2
3080  + 55800*z2 - 37800*z3)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 6*(-33703 +
3081  375*S2 - 2000*z2)*pow2(Mst2)*pow2(Sbeta)) - 96*Cbeta*MuSUSY*s2t*Sbeta*(
3082  -43417 + 1575*S2 - 2775*z2)*pow2(Mst2)*pow3(Mt) + 3*Cbeta*Mt*MuSUSY*
3083  Sbeta*(393289 + 106200*S2 + 156300*z2 - 75600*z3)*pow3(s2t)*pow4(Mst2)
3084  + 16*(1800*(87 + 16*z2 + 3*z3)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - (54223
3085  + 34200*z2)*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) - 18*(1661 + 3750*S2 +
3086  8375*z2 - 3150*z3)*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)) + 58800*Mt*s2t*
3087  Sbeta*(Cbeta*Mt*MuSUSY*s2t*(-101509 + 14256*z2 - 31104*z3) + 32*Sbeta*(
3088  2903 + 2196*z2)*pow2(Mt) + 3*Sbeta*(1257 - 1136*z2)*pow2(Mst2)*pow2(
3089  s2t))*pow7(Mst1)))))/(529200.*pow2(Mgl)*pow2(Mst1)*pow2(Sbeta)*pow4(
3090  Msq)*pow4(Mst2)*pow4(Mt)) - (log(pow2(Mst1)/pow2(Msq))*(2450*Dmglst1*
3091  Mgl*pow2(Mst1)*(2*pow4(Msq)*(16*Mst1*Mt*s2t*(-251*pow2(Mt) + 9*(9 + z2)
3092  *pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 16*Mt*pow3(Mst1)*(-27*
3093  Cbeta*Mt*MuSUSY*Sbeta*(7 + 10*z2)*pow2(Mst2)*pow2(s2t) - 18*s2t*pow2(
3094  Mt)*(2*(-2 + 9*z2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + (7 + 24*z2)*pow2(
3095  Mst2)*pow2(Sbeta)) + 2*Cbeta*MuSUSY*Sbeta*(-151 + 216*z2)*pow3(Mt) + 9*
3096  (16 + 11*z2)*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(Sbeta)*pow4(Mst2)
3097  *(192*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 80*pow4(Mt) - 45*pow4(Mst2)*pow4(
3098  s2t)) + 3*pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(152*pow2(Mst2)*pow2(Mt)*
3099  pow2(s2t) + 432*pow4(Mt) + 9*(7 + 4*z2)*pow4(Mst2)*pow4(s2t)) - 9*pow4(
3100  Mst1)*(4*Cbeta*Mt*MuSUSY*s2t*Sbeta*(72*pow2(Mt) - 11*pow2(Mst2)*pow2(
3101  s2t)) - 24*pow2(Mt)*pow2(s2t)*(-4*z2*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
3102  3*pow2(Mst2)*pow2(Sbeta)) + 32*(9 + 20*z2)*pow2(Sbeta)*pow4(Mt) + 3*(9
3103  + 4*z2)*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 36*Mt*s2t*Sbeta*(15*Cbeta*
3104  Mt*MuSUSY*s2t*(-3 + 8*z2) + 40*Sbeta*(-1 + 12*z2)*pow2(Mt) + 43*Sbeta*
3105  pow2(Mst2)*pow2(s2t))*pow5(Mst1)) - Mst1*pow2(Mst2)*(24*Mst1*pow2(Mt)*(
3106  16*pow2(Mt) + 3*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 4*Mt*
3107  s2t*pow4(Mst1)*(543*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) + 80*pow2(Mt)*
3108  (9*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) - 183*
3109  pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - 4*Mt*pow2(Mst1)*pow2(Mst2)*(-6*
3110  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(pow2(
3111  MuSUSY)*(-1 + pow2(Sbeta)) + 12*pow2(Mst2)*pow2(Sbeta)) - 4*Cbeta*
3112  MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(
3113  Mst2)*pow3(Mst1)*(-24*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(
3114  Sbeta)) + 27*pow2(Mst2)*pow2(Sbeta)) + 1152*Cbeta*MuSUSY*s2t*Sbeta*
3115  pow3(Mt) - 12*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 2192*pow2(
3116  Sbeta)*pow4(Mt) + 3*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 4*s2t*Sbeta*(-
3117  3*Cbeta*MuSUSY*s2t + 32*Mt*Sbeta)*pow2(Mt)*pow6(Mst2)) + 8*Mst1*pow2(
3118  Msq)*(-8*Mt*s2t*pow2(Mst1)*pow2(Mst2)*(-54*Cbeta*Mt*MuSUSY*s2t*Sbeta*
3119  pow2(Mst2) + pow2(Mt)*(-72*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 7*pow2(
3120  Mst2)*pow2(Sbeta)) + 18*pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 144*pow4(
3121  Mst1)*(4*s2t*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + Mt*pow2(Sbeta)*
3122  pow3(s2t)*pow4(Mst2)) - 6*Mst1*pow2(Sbeta)*pow4(Mst2)*(-20*pow2(Mst2)*
3123  pow2(Mt)*pow2(s2t) + 24*pow4(Mt) + pow4(Mst2)*pow4(s2t)) - 3*pow2(Mst2)
3124  *pow3(Mst1)*(40*pow2(Mt)*pow2(s2t)*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta)))
3125  + 2*pow2(Mst2)*pow2(Sbeta)) - 80*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 12*
3126  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 80*pow2(Sbeta)*pow4(Mt) +
3127  pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 56*s2t*pow2(Sbeta)*pow3(Mt)*pow6(
3128  Mst2))) + 49*pow2(Dmglst1)*pow2(Mst1)*(2*pow4(Msq)*(400*Mst1*Mt*s2t*(-
3129  838*pow2(Mt) + 3*(71 + 6*z2)*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(
3130  Mst2) - 400*Mt*pow3(Mst1)*(-54*Cbeta*Mt*MuSUSY*Sbeta*(7 + 10*z2)*pow2(
3131  Mst2)*pow2(s2t) - 72*s2t*pow2(Mt)*((-2 + 9*z2)*pow2(MuSUSY)*(-1 + pow2(
3132  Sbeta)) + 2*(5 + 12*z2)*pow2(Mst2)*pow2(Sbeta)) + 4*Cbeta*MuSUSY*Sbeta*
3133  (-151 + 216*z2)*pow3(Mt) + 3*(251 + 138*z2)*pow2(Sbeta)*pow3(s2t)*pow4(
3134  Mst2)) + pow2(Sbeta)*pow4(Mst2)*(31200*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
3135  32096*pow4(Mt) - 5025*pow4(Mst2)*pow4(s2t)) + 75*pow2(Mst1)*pow2(Mst2)*
3136  pow2(Sbeta)*(232*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1296*pow4(Mt) + (329 +
3137  108*z2)*pow4(Mst2)*pow4(s2t)) - 75*pow4(Mst1)*(24*pow2(Mt)*pow2(s2t)*(
3138  4*(19 + 9*z2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 103*pow2(Mst2)*pow2(
3139  Sbeta)) + 6240*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 132*Cbeta*Mt*MuSUSY*
3140  Sbeta*pow2(Mst2)*pow3(s2t) + 480*(13 + 20*z2)*pow2(Sbeta)*pow4(Mt) + (
3141  229 + 108*z2)*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 1800*Mt*s2t*Sbeta*(3*
3142  Cbeta*Mt*MuSUSY*s2t*(61 + 88*z2) + 480*Sbeta*(1 + 3*z2)*pow2(Mt) + 59*
3143  Sbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst1)) - 25*Mst1*pow2(Mst2)*(72*Mst1*
3144  pow2(Mt)*(16*pow2(Mt) + 3*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2)
3145  - 8*Mt*s2t*pow4(Mst1)*(1623*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) + 16*
3146  pow2(Mt)*(135*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 8*pow2(Mst2)*pow2(
3147  Sbeta)) - 543*pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - 8*Mt*pow2(Mst1)*pow2(
3148  Mst2)*(-6*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(
3149  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 24*pow2(Mst2)*pow2(Sbeta)) - 4*Cbeta*
3150  MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(
3151  Mst2)*pow3(Mst1)*(-24*pow2(Mt)*pow2(s2t)*(47*pow2(MuSUSY)*(-1 + pow2(
3152  Sbeta)) + 165*pow2(Mst2)*pow2(Sbeta)) + 7488*Cbeta*MuSUSY*s2t*Sbeta*
3153  pow3(Mt) - 564*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 12208*pow2(
3154  Sbeta)*pow4(Mt) + 141*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 8*s2t*Sbeta*(
3155  -3*Cbeta*MuSUSY*s2t + 32*Mt*Sbeta)*pow2(Mt)*pow6(Mst2)) + 200*Mst1*
3156  pow2(Msq)*(576*Mt*s2t*pow4(Mst1)*(4*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(
3157  Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - 16*Mt*s2t*pow2(Mst1)*
3158  pow2(Mst2)*(-54*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) + pow2(Mt)*(-72*
3159  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 7*pow2(Mst2)*pow2(Sbeta)) + 36*pow2(
3160  s2t)*pow2(Sbeta)*pow4(Mst2)) - 24*Mst1*pow2(Sbeta)*pow4(Mst2)*(-25*
3161  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 38*pow4(Mt) + 2*pow4(Mst2)*pow4(s2t)) +
3162  3*pow2(Mst2)*pow3(Mst1)*(200*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 +
3163  pow2(Sbeta)) - 2*pow2(Mst2)*pow2(Sbeta)) + 400*Cbeta*MuSUSY*s2t*Sbeta*
3164  pow3(Mt) + 36*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) - 400*pow2(
3165  Sbeta)*pow4(Mt) + 7*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 112*s2t*pow2(
3166  Sbeta)*pow3(Mt)*pow6(Mst2))) + pow2(Mgl)*(1225*pow2(Mst1)*pow4(Msq)*(
3167  576*Mst1*Mt*s2t*(-11*pow2(Mt) + (6 + z2)*pow2(Mst2)*pow2(s2t))*pow2(
3168  Sbeta)*pow4(Mst2) - 576*Mt*pow3(Mst1)*(-3*Cbeta*Mt*MuSUSY*Sbeta*(1 + 2*
3169  z2)*pow2(Mst2)*pow2(s2t) - 2*s2t*pow2(Mt)*(2*(-5 + z2)*pow2(MuSUSY)*(-1
3170  + pow2(Sbeta)) + (1 + 8*z2)*pow2(Mst2)*pow2(Sbeta)) + 2*Cbeta*MuSUSY*
3171  Sbeta*(-7 + 8*z2)*pow3(Mt) + (7 + 3*z2)*pow2(Sbeta)*pow3(s2t)*pow4(
3172  Mst2)) - 2*pow2(Sbeta)*pow4(Mst2)*(72*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
3173  32*(-41 + 36*z2)*pow4(Mt) + 3*(-37 + 6*z2)*pow4(Mst2)*pow4(s2t)) - 3*
3174  pow4(Mst1)*(24*pow2(Mt)*pow2(s2t)*((-15 + 16*z2)*pow2(MuSUSY)*(-1 +
3175  pow2(Sbeta)) + 10*pow2(Mst2)*pow2(Sbeta)) + 384*Cbeta*MuSUSY*s2t*Sbeta*
3176  pow3(Mt) - 348*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 384*(1 + 5*
3177  z2)*pow2(Sbeta)*pow4(Mt) + 5*(11 + 12*z2)*pow2(Sbeta)*pow4(Mst2)*pow4(
3178  s2t)) + 6*pow2(Mst1)*pow2(Mst2)*(-24*pow2(Mt)*pow2(s2t)*((7 + 8*z2)*
3179  pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 10*pow2(Mst2)*pow2(Sbeta)) - 432*
3180  Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 8*Cbeta*Mt*MuSUSY*Sbeta*(-8 + 15*z2)*
3181  pow2(Mst2)*pow3(s2t) + 432*pow2(Sbeta)*pow4(Mt) + (-53 + 36*z2)*pow2(
3182  Sbeta)*pow4(Mst2)*pow4(s2t)) + 144*Mt*s2t*Sbeta*(3*Cbeta*Mt*MuSUSY*s2t*
3183  (-7 + 8*z2) + 8*Sbeta*(-7 + 12*z2)*pow2(Mt) + 11*Sbeta*pow2(Mst2)*pow2(
3184  s2t))*pow5(Mst1)) + 88200*Sbeta*pow2(Mst2)*pow6(Msq)*(4*Cbeta*Mt*
3185  MuSUSY*pow3(s2t)*pow4(Mst1) + Sbeta*(pow2(-4*Mst2*pow2(Mt) + pow2(s2t)*
3186  pow3(Mst2)) - pow4(Mst1)*(8*pow2(Mt)*pow2(s2t) + pow2(Mst2)*pow4(s2t))
3187  + pow2(Mst1)*(16*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 16*pow4(Mt) - pow4(
3188  Mst2)*pow4(s2t)) + pow4(s2t)*pow6(Mst1))) - 2*pow2(Mst1)*pow2(Mst2)*(
3189  Mt*pow2(Mst1)*(-88200*Cbeta*MuSUSY*s2t*Sbeta*pow2(Mt) + 4*Mt*pow2(s2t)*
3190  (-13109*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 14865*pow2(Mst2)*pow2(Sbeta))
3191  + 235200*pow2(Sbeta)*pow3(Mt) - 16647*Cbeta*MuSUSY*Sbeta*pow2(Mst2)*
3192  pow3(s2t))*pow4(Mst2) - 4900*Mt*pow2(Mst2)*pow3(Mst1)*(-6*Cbeta*Mt*
3193  MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 +
3194  pow2(Sbeta)) + 4*pow2(Mst2)*pow2(Sbeta)) + 12*Cbeta*MuSUSY*Sbeta*pow3(
3195  Mt) + 3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(Mst2)*pow4(Mst1)*(2*
3196  pow2(Mt)*pow2(s2t)*(12479*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 87870*pow2(
3197  Mst2)*pow2(Sbeta)) + 263280*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 38697*
3198  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 882836*pow2(Sbeta)*pow4(
3199  Mt) - 13836*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) - 14700*Mt*s2t*(37*Cbeta*
3200  Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) + 16*pow2(Mt)*(3*pow2(MuSUSY)*(-1 +
3201  pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) - 13*pow2(s2t)*pow2(Sbeta)*pow4(
3202  Mst2))*pow5(Mst1) + 4900*Mst1*s2t*Sbeta*(-3*Cbeta*MuSUSY*s2t + 32*Mt*
3203  Sbeta)*pow2(Mt)*pow6(Mst2) + 2*pow2(Mt)*(15360*Cbeta*Mt*MuSUSY*s2t*
3204  Sbeta - 9571*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 98418*pow2(Mt)
3205  *pow2(Sbeta))*pow6(Mst2)) + 196*pow2(Msq)*pow2(Mst1)*(-800*Mt*s2t*pow2(
3206  Mst2)*pow3(Mst1)*(-18*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) + pow2(Mt)*(
3207  -24*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 7*pow2(Mst2)*pow2(Sbeta)) + 6*
3208  pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + pow2(Mst2)*pow4(Mst1)*(8*pow2(Mt)*
3209  pow2(s2t)*(375*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 641*pow2(Mst2)*pow2(
3210  Sbeta)) + 6000*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 1080*Cbeta*Mt*MuSUSY*
3211  Sbeta*pow2(Mst2)*pow3(s2t) - 6000*pow2(Sbeta)*pow4(Mt) - 345*pow2(
3212  Sbeta)*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow4(Mst2)*(8*pow2(Mt)*pow2(
3213  s2t)*(105*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 157*pow2(Mst2)*pow2(Sbeta))
3214  - 4256*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 300*Cbeta*Mt*MuSUSY*Sbeta*
3215  pow2(Mst2)*pow3(s2t) - 1856*pow2(Sbeta)*pow4(Mt) + 255*pow2(Sbeta)*
3216  pow4(Mst2)*pow4(s2t)) + 4800*(4*s2t*pow2(MuSUSY)*(-1 + pow2(Sbeta))*
3217  pow3(Mt) + Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2))*pow5(Mst1) + 5600*Mst1*
3218  s2t*pow2(Sbeta)*pow3(Mt)*pow6(Mst2) + 8*Mt*Sbeta*(109*Mt*Sbeta*pow2(
3219  Mst2)*pow2(s2t) - 82*Sbeta*pow3(Mt) + 90*Cbeta*MuSUSY*pow2(Mst2)*pow3(
3220  s2t))*pow6(Mst2))) + 22050*pow2(Mst1)*pow2(log(pow2(Mst1)/pow2(Mst2)))*
3221  pow4(Msq)*(pow2(Mgl)*(-16*Mt*pow3(Mst1)*(-6*Cbeta*Mt*MuSUSY*Sbeta*pow2(
3222  Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*
3223  pow2(Mst2)*pow2(Sbeta)) + 16*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 3*pow2(
3224  Sbeta)*pow3(s2t)*pow4(Mst2)) + 2*s2t*pow2(Mst1)*pow2(Mst2)*(-26*Cbeta*
3225  Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 64*s2t*pow2(Mt)*pow2(MuSUSY)*(-1
3226  + pow2(Sbeta)) + 16*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 5*pow2(Sbeta)*pow3(
3227  s2t)*pow4(Mst2)) - pow4(Mst1)*(192*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1
3228  + pow2(Sbeta)) - 32*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 32*Cbeta*Mt*
3229  MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 160*pow2(Sbeta)*pow4(Mt) + 5*pow2(
3230  Sbeta)*pow4(Mst2)*pow4(s2t)) + 96*s2t*Sbeta*(Cbeta*MuSUSY*s2t + 4*Mt*
3231  Sbeta)*pow2(Mt)*pow5(Mst1) + pow2(s2t)*(-16*pow2(Mt) + 3*pow2(Mst2)*
3232  pow2(s2t))*pow2(Sbeta)*pow6(Mst2) + 16*Mst1*Mt*pow2(Sbeta)*pow3(s2t)*
3233  pow6(Mst2)) + 4*Dmglst1*Mgl*Mst1*(120*s2t*Sbeta*(Cbeta*MuSUSY*s2t + 4*
3234  Mt*Sbeta)*pow2(Mt)*pow4(Mst1) - 4*Mt*pow2(Mst1)*(-30*Cbeta*Mt*MuSUSY*
3235  Sbeta*pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*(3*pow2(MuSUSY)*(-1 +
3236  pow2(Sbeta)) + 4*pow2(Mst2)*pow2(Sbeta)) + 48*Cbeta*MuSUSY*Sbeta*pow3(
3237  Mt) + 11*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) - pow3(Mst1)*(24*pow2(Mt)*
3238  pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 160*pow2(Sbeta)*pow4(Mt) +
3239  3*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 4*Mt*pow2(Sbeta)*pow3(s2t)*pow6(
3240  Mst2) + 3*Mst1*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)) + 2*Mst1*pow2(Dmglst1)
3241  *(48*s2t*Sbeta*(11*Cbeta*MuSUSY*s2t + 60*Mt*Sbeta)*pow2(Mt)*pow4(Mst1)
3242  - 8*Mt*pow2(Mst1)*(-30*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 12*
3243  s2t*pow2(Mt)*(3*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 8*pow2(Mst2)*pow2(
3244  Sbeta)) + 48*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 23*pow2(Sbeta)*pow3(s2t)*
3245  pow4(Mst2)) - pow3(Mst1)*(72*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 +
3246  pow2(Sbeta)) + 800*pow2(Sbeta)*pow4(Mt) + 9*pow2(Sbeta)*pow4(Mst2)*
3247  pow4(s2t)) + 8*Mt*pow2(Sbeta)*pow3(s2t)*pow6(Mst2) + 9*Mst1*pow2(Sbeta)
3248  *pow4(s2t)*pow6(Mst2))) + 105*log(pow2(Mst1)/pow2(Mst2))*pow2(Mst1)*(
3249  140*Dmglst1*Mgl*Mst1*(16*Sbeta*pow2(Mst1)*(-7*Cbeta*Mt*MuSUSY + 6*s2t*
3250  Sbeta*pow2(Mst2))*pow3(Mt)*pow4(Mst2) - 4*Mt*pow2(Mst2)*pow4(Mst1)*(-
3251  45*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 60*s2t*pow2(Mt)*(pow2(
3252  MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) + 88*Cbeta*MuSUSY*
3253  Sbeta*pow3(Mt) + 15*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 5*pow3(Mst1)*
3254  pow4(Mst2)*(-8*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) - 4*
3255  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 16*pow2(Sbeta)*pow4(Mt) +
3256  pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 12*pow4(Msq)*(2*Mt*s2t*Sbeta*(117*
3257  Cbeta*Mt*MuSUSY*s2t + 388*Sbeta*pow2(Mt) - 33*Sbeta*pow2(Mst2)*pow2(
3258  s2t))*pow4(Mst1) + 3*Mst1*pow2(s2t)*(4*pow2(Mt) + pow2(Mst2)*pow2(s2t))
3259  *pow2(Sbeta)*pow4(Mst2) + 2*Mt*s2t*(-8*pow2(Mt) + 7*pow2(Mst2)*pow2(
3260  s2t))*pow2(Sbeta)*pow4(Mst2) + 2*Mt*pow2(Mst1)*(18*Cbeta*Mt*MuSUSY*
3261  Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(pow2(MuSUSY) + 20*pow2(
3262  Mst2)*pow2(Sbeta) - pow2(MuSUSY)*pow2(Sbeta)) - 44*Cbeta*MuSUSY*Sbeta*
3263  pow3(Mt) - 13*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow3(Mst1)*(4*pow2(
3264  Mt)*pow2(s2t)*(-18*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 7*pow2(Mst2)*pow2(
3265  Sbeta)) - 80*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 24*Cbeta*Mt*MuSUSY*
3266  Sbeta*pow2(Mst2)*pow3(s2t) - 232*pow2(Sbeta)*pow4(Mt) + 3*pow2(Sbeta)*
3267  pow4(Mst2)*pow4(s2t))) + 48*Mst1*pow2(Sbeta)*pow4(Mt)*pow6(Mst2) +
3268  pow2(Msq)*(-8*pow2(Mst2)*pow2(s2t)*pow3(Mst1)*(-17*Cbeta*Mt*MuSUSY*s2t*
3269  Sbeta*pow2(Mst2) - 28*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 5*
3270  pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - 32*Mt*pow4(Mst1)*(-18*Cbeta*Mt*
3271  MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 36*s2t*pow2(Mt)*pow2(MuSUSY)*(-1 +
3272  pow2(Sbeta)) + 14*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*pow3(s2t)
3273  *pow4(Mst2)) - 32*Mt*pow2(Mst1)*pow2(Mst2)*(-9*Cbeta*Mt*MuSUSY*Sbeta*
3274  pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta))
3275  + pow2(Mst2)*pow2(Sbeta)) + 14*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 3*pow2(
3276  Sbeta)*pow3(s2t)*pow4(Mst2)) + 6*Mst1*pow2(Sbeta)*pow4(Mst2)*(16*pow4(
3277  Mt) + pow4(Mst2)*pow4(s2t)) + 64*s2t*pow2(Sbeta)*pow3(Mt)*pow6(Mst2)) +
3278  16*s2t*pow2(Sbeta)*pow3(Mt)*pow8(Mst2)) + 70*Mst1*pow2(Dmglst1)*(32*
3279  Sbeta*pow2(Mst1)*(-7*Cbeta*Mt*MuSUSY + 12*s2t*Sbeta*pow2(Mst2))*pow3(
3280  Mt)*pow4(Mst2) - 8*Mt*pow2(Mst2)*pow4(Mst1)*(-135*Cbeta*Mt*MuSUSY*
3281  Sbeta*pow2(Mst2)*pow2(s2t) - 180*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(
3282  Sbeta)) + pow2(Mst2)*pow2(Sbeta)) + 232*Cbeta*MuSUSY*Sbeta*pow3(Mt) +
3283  45*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 25*pow3(Mst1)*pow4(Mst2)*(-8*
3284  pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) - 4*Cbeta*Mt*MuSUSY*
3285  Sbeta*pow2(Mst2)*pow3(s2t) + 16*pow2(Sbeta)*pow4(Mt) + pow2(Sbeta)*
3286  pow4(Mst2)*pow4(s2t)) + 12*pow4(Msq)*(12*Mt*s2t*Sbeta*(157*Cbeta*Mt*
3287  MuSUSY*s2t + 428*Sbeta*pow2(Mt) - 37*Sbeta*pow2(Mst2)*pow2(s2t))*pow4(
3288  Mst1) + 9*Mst1*pow2(s2t)*(4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow2(
3289  Sbeta)*pow4(Mst2) + 4*Mt*s2t*(-8*pow2(Mt) + 7*pow2(Mst2)*pow2(s2t))*
3290  pow2(Sbeta)*pow4(Mst2) - 4*Mt*pow2(Mst1)*(-18*Cbeta*Mt*MuSUSY*Sbeta*
3291  pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta))
3292  - 52*pow2(Mst2)*pow2(Sbeta)) + 44*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 53*
3293  pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) - 4*pow3(Mst1)*(pow2(Mt)*pow2(s2t)*(
3294  84*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 41*pow2(Mst2)*pow2(Sbeta)) + 100*
3295  Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 33*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
3296  pow3(s2t) + 330*pow2(Sbeta)*pow4(Mt) - 6*pow2(Sbeta)*pow4(Mst2)*pow4(
3297  s2t))) + 144*Mst1*pow2(Sbeta)*pow4(Mt)*pow6(Mst2) - 2*pow2(Msq)*(4*
3298  pow2(Mst2)*pow2(s2t)*pow3(Mst1)*(-91*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(
3299  Mst2) - 164*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 25*pow2(s2t)*
3300  pow2(Sbeta)*pow4(Mst2)) + 64*Mt*pow4(Mst1)*(-18*Cbeta*Mt*MuSUSY*Sbeta*
3301  pow2(Mst2)*pow2(s2t) - 36*s2t*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta))
3302  + 13*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2))
3303  + 32*Mt*pow2(Mst1)*pow2(Mst2)*(-9*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
3304  pow2(s2t) - 12*s2t*pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(
3305  Mst2)*pow2(Sbeta)) + 14*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 6*pow2(Sbeta)*
3306  pow3(s2t)*pow4(Mst2)) - 9*Mst1*pow2(Sbeta)*pow4(Mst2)*(16*pow4(Mt) +
3307  pow4(Mst2)*pow4(s2t)) - 64*s2t*pow2(Sbeta)*pow3(Mt)*pow6(Mst2)) + 32*
3308  s2t*pow2(Sbeta)*pow3(Mt)*pow8(Mst2)) + pow2(Mgl)*(2240*Sbeta*(-3*Cbeta*
3309  Mt*MuSUSY + 2*s2t*Sbeta*pow2(Mst2))*pow3(Mst1)*pow3(Mt)*pow4(Mst2) +
3310  pow4(Mst1)*pow4(Mst2)*(72*pow2(Mt)*pow2(s2t)*(3*pow2(MuSUSY)*(-1 +
3311  pow2(Sbeta)) - 7*pow2(Mst2)*pow2(Sbeta)) - 112*Cbeta*MuSUSY*s2t*Sbeta*
3312  pow3(Mt) - 308*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 2800*pow2(
3313  Sbeta)*pow4(Mt) + 163*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) - 1680*Mt*pow2(
3314  Mst2)*(-3*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*pow2(Mt)*(
3315  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) + 8*Cbeta*
3316  MuSUSY*Sbeta*pow3(Mt) + pow2(Sbeta)*pow3(s2t)*pow4(Mst2))*pow5(Mst1) +
3317  70*pow4(Msq)*(48*Mst1*Mt*s2t*(-8*pow2(Mt) + 7*pow2(Mst2)*pow2(s2t))*
3318  pow2(Sbeta)*pow4(Mst2) + 48*Mt*pow3(Mst1)*(-30*Cbeta*Mt*MuSUSY*Sbeta*
3319  pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(-17*pow2(MuSUSY)*(-1 + pow2(
3320  Sbeta)) + 4*pow2(Mst2)*pow2(Sbeta)) + 4*Cbeta*MuSUSY*Sbeta*pow3(Mt) +
3321  3*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 4*s2t*pow2(Mst1)*pow2(Mst2)*(-59*
3322  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(-47*pow2(
3323  MuSUSY)*(-1 + pow2(Sbeta)) + 16*pow2(Mst2)*pow2(Sbeta)) - 72*Cbeta*
3324  MuSUSY*Sbeta*pow3(Mt) + 6*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(
3325  Sbeta)*pow4(Mst2)*(-112*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 80*pow4(Mt) +
3326  35*pow4(Mst2)*pow4(s2t)) - 4*pow4(Mst1)*(2*pow2(Mt)*pow2(s2t)*(121*
3327  pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 12*pow2(Mst2)*pow2(Sbeta)) + 120*
3328  Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 27*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
3329  pow3(s2t) + 288*pow2(Sbeta)*pow4(Mt) + 8*pow2(Sbeta)*pow4(Mst2)*pow4(
3330  s2t)) + 48*Mt*s2t*Sbeta*(-15*Cbeta*Mt*MuSUSY*s2t + 68*Sbeta*pow2(Mt) -
3331  5*Sbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst1)) + 8*Mt*pow2(Mst1)*(-140*
3332  Cbeta*MuSUSY*s2t*Sbeta*pow2(Mt) + Mt*pow2(s2t)*(104*pow2(MuSUSY)*(-1 +
3333  pow2(Sbeta)) + 33*pow2(Mst2)*pow2(Sbeta)) + 420*pow2(Sbeta)*pow3(Mt) +
3334  43*Cbeta*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t))*pow6(Mst2) - 28*pow2(Msq)*(
3335  pow2(Mst2)*pow2(s2t)*pow4(Mst1)*(-160*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(
3336  Mst2) - 4*pow2(Mt)*(88*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 5*pow2(Mst2)*
3337  pow2(Sbeta)) + 41*pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 160*Mt*pow2(Mst2)
3338  *pow3(Mst1)*(-3*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*s2t*
3339  pow2(Mt)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) +
3340  6*Cbeta*MuSUSY*Sbeta*pow3(Mt) + pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 2*
3341  pow2(Mst1)*pow4(Mst2)*(16*pow2(Mt)*pow2(s2t)*(-(pow2(MuSUSY)*(-1 +
3342  pow2(Sbeta))) + pow2(Mst2)*pow2(Sbeta)) + 20*Cbeta*MuSUSY*s2t*Sbeta*
3343  pow3(Mt) + 2*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) - 120*pow2(
3344  Sbeta)*pow4(Mt) - 3*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 160*Mt*(-6*
3345  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*pow2(
3346  MuSUSY)*(-1 + pow2(Sbeta)) + 6*Cbeta*MuSUSY*Sbeta*pow3(Mt) + pow2(
3347  Sbeta)*pow3(s2t)*pow4(Mst2))*pow5(Mst1) - 320*Mst1*s2t*pow2(Sbeta)*
3348  pow3(Mt)*pow6(Mst2) - 4*Mt*Sbeta*(13*Mt*Sbeta*pow2(Mst2)*pow2(s2t) +
3349  16*Sbeta*pow3(Mt) + 5*Cbeta*MuSUSY*pow2(Mst2)*pow3(s2t))*pow6(Mst2)) -
3350  1680*pow6(Msq)*(pow2(Mst1)*pow2(s2t)*(8*pow2(Mt)*pow2(MuSUSY)*(-1 +
3351  pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - pow2(Sbeta)*pow4(
3352  s2t)*pow6(Mst2)) + 16*pow2(Mt)*(-37*Cbeta*Mt*MuSUSY*s2t*Sbeta + 9*pow2(
3353  MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 9*pow2(Mt)*pow2(Sbeta))*pow8(
3354  Mst2) + 2240*Mst1*s2t*pow2(Sbeta)*pow3(Mt)*pow8(Mst2)))))/(4410.*pow2(
3355  Mgl)*pow2(Mst1)*pow2(Sbeta)*pow4(Msq)*pow4(Mst2)*pow4(Mt)) + (pow2(log(
3356  pow2(Mst1)/pow2(Mst2)))*(pow2(Mgl)*(30*pow2(Mst2)*(32*Mt*s2t*pow2(Mst1)
3357  *(-70*Cbeta*MuSUSY*Sbeta*pow2(Mt) + 23*Cbeta*MuSUSY*Sbeta*pow2(Mst2)*
3358  pow2(s2t) + 6*Mt*s2t*(9*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*pow2(Mst2)*
3359  pow2(Sbeta)))*pow4(Mst2) + s2t*pow2(Mst2)*pow4(Mst1)*(420*Cbeta*Mt*
3360  MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 2568*s2t*pow2(Mt)*pow2(MuSUSY)*(-1
3361  + pow2(Sbeta)) - 2240*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 79*pow2(Sbeta)*
3362  pow3(s2t)*pow4(Mst2)) + 1680*Mt*s2t*(3*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(
3363  Mst2) + 4*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - pow2(s2t)*pow2(
3364  Sbeta)*pow4(Mst2))*pow5(Mst1) - 64*pow2(Mt)*(11*Cbeta*Mt*MuSUSY*s2t*
3365  Sbeta - 4*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 24*pow2(Mt)*pow2(
3366  Sbeta))*pow6(Mst2)) + 840*pow2(Msq)*(-160*Mt*s2t*pow2(Mst2)*pow3(Mst1)*
3367  (-3*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) - 4*pow2(Mt)*pow2(MuSUSY)*(-1
3368  + pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + s2t*pow2(Mst1)*
3369  pow4(Mst2)*(76*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 8*s2t*pow2(
3370  Mt)*(29*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 6*pow2(Mst2)*pow2(Sbeta)) -
3371  240*Cbeta*MuSUSY*Sbeta*pow3(Mt) - 9*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) -
3372  4*s2t*pow2(Mst2)*pow4(Mst1)*(-75*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(
3373  s2t) - 208*s2t*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 60*Cbeta*
3374  MuSUSY*Sbeta*pow3(Mt) + 14*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 160*Mt*
3375  Sbeta*(3*Cbeta*Mt*MuSUSY*(4*pow2(Mt) - pow2(Mst2)*pow2(s2t)) + 2*s2t*
3376  Sbeta*pow2(Mst2)*(-6*pow2(Mt) + pow2(Mst2)*pow2(s2t)))*pow5(Mst1) + 8*
3377  Mt*Sbeta*(9*Mt*Sbeta*pow2(Mst2)*pow2(s2t) - 12*Sbeta*pow3(Mt) + 5*
3378  Cbeta*MuSUSY*pow2(Mst2)*pow3(s2t))*pow6(Mst2)) + pow4(Msq)*(3360*Mst1*
3379  Mt*s2t*(-128*pow2(Mt) + 797*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(
3380  Mst2) - 1120*Mt*pow3(Mst1)*(9750*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(
3381  s2t) + 4*s2t*pow2(Mt)*(5641*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 2094*
3382  pow2(Mst2)*pow2(Sbeta)) + 7032*Cbeta*MuSUSY*Sbeta*pow3(Mt) - 859*pow2(
3383  Sbeta)*pow3(s2t)*pow4(Mst2)) + 210*pow2(Sbeta)*pow4(Mst2)*(-6112*pow2(
3384  Mst2)*pow2(Mt)*pow2(s2t) + 32*pow4(Mt) + 2193*pow4(Mst2)*pow4(s2t)) -
3385  pow4(Mst1)*(8*pow2(Mt)*pow2(s2t)*(2258059*pow2(MuSUSY)*(-1 + pow2(
3386  Sbeta)) + 184876*pow2(Mst2)*pow2(Sbeta)) + 1626368*Cbeta*MuSUSY*s2t*
3387  Sbeta*pow3(Mt) + 3082012*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) +
3388  2834624*pow2(Sbeta)*pow4(Mt) + 256523*pow2(Sbeta)*pow4(Mst2)*pow4(s2t))
3389  + 560*Mt*s2t*Sbeta*(-27237*Cbeta*Mt*MuSUSY*s2t + 37192*Sbeta*pow2(Mt) +
3390  2579*Sbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst1) - 56*pow2(Mst1)*(-12*pow2(
3391  Mst2)*pow2(Mt)*pow2(s2t)*(-17709*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
3392  4601*pow2(Mst2)*pow2(Sbeta)) + 70344*Cbeta*MuSUSY*s2t*Sbeta*pow2(Mst2)*
3393  pow3(Mt) + 73359*Cbeta*Mt*MuSUSY*Sbeta*pow3(s2t)*pow4(Mst2) + 32*(1440*
3394  pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 823*pow2(Mst2)*pow2(Sbeta))*pow4(Mt)
3395  - 10116*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)))) + 140*Dmglst1*Mgl*(150*s2t*
3396  pow2(Mst2)*pow4(Mst1)*(12*Mst1*Mt*(3*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(
3397  Mst2) + 4*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - pow2(s2t)*pow2(
3398  Sbeta)*pow4(Mst2)) + s2t*pow2(Mst2)*(-4*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(
3399  Mst2) - 8*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*pow2(
3400  Sbeta)*pow4(Mst2))) + pow4(Msq)*(24*Mst1*Mt*s2t*(-128*pow2(Mt) + 797*
3401  pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) + 54*pow2(Sbeta)*pow2(-4*
3402  pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow4(Mst2) - 8*Mt*pow3(Mst1)*(-1926*
3403  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(1749*pow2(
3404  MuSUSY)*(-1 + pow2(Sbeta)) - 6536*pow2(Mst2)*pow2(Sbeta)) + 24296*
3405  Cbeta*MuSUSY*Sbeta*pow3(Mt) + 3033*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) +
3406  4*pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(8200*pow2(Mst2)*pow2(Mt)*pow2(s2t)
3407  + 5648*pow4(Mt) + 1089*pow4(Mst2)*pow4(s2t)) + pow4(Mst1)*(-8*pow2(Mt)*
3408  pow2(s2t)*(9491*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 10832*pow2(Mst2)*
3409  pow2(Sbeta)) + 85536*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 20108*Cbeta*Mt*
3410  MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) - 92736*pow2(Sbeta)*pow4(Mt) + 617*
3411  pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 4*Mt*s2t*Sbeta*(20559*Cbeta*Mt*
3412  MuSUSY*s2t + 184728*Sbeta*pow2(Mt) - 5569*Sbeta*pow2(Mst2)*pow2(s2t))*
3413  pow5(Mst1)) + 60*pow2(Msq)*pow2(Mst1)*(-48*Mst1*Mt*s2t*pow2(Mst2)*(-3*
3414  Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) - 4*pow2(Mt)*pow2(MuSUSY)*(-1 +
3415  pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) - 4*pow2(Mst1)*pow2(
3416  Mst2)*pow2(s2t)*(-17*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) - 28*pow2(Mt)
3417  *pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 5*pow2(s2t)*pow2(Sbeta)*pow4(Mst2))
3418  + 48*Mt*pow3(Mst1)*(-9*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 4*
3419  s2t*pow2(Mt)*(2*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 5*pow2(Mst2)*pow2(
3420  Sbeta)) + 20*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 4*pow2(Sbeta)*pow3(s2t)*
3421  pow4(Mst2)) + 3*pow2(Sbeta)*pow4(s2t)*pow8(Mst2))) + 70*pow2(Dmglst1)*(
3422  150*s2t*pow2(Mst2)*pow4(Mst1)*(72*Mst1*Mt*(3*Cbeta*Mt*MuSUSY*s2t*Sbeta*
3423  pow2(Mst2) + 4*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - pow2(s2t)*
3424  pow2(Sbeta)*pow4(Mst2)) + 5*s2t*pow2(Mst2)*(-4*Cbeta*Mt*MuSUSY*s2t*
3425  Sbeta*pow2(Mst2) - 8*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(
3426  s2t)*pow2(Sbeta)*pow4(Mst2))) + pow4(Msq)*(48*Mst1*Mt*s2t*(-128*pow2(
3427  Mt) + 797*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) + 162*pow2(
3428  Sbeta)*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow4(Mst2) - 16*Mt*
3429  pow3(Mst1)*(-1926*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*
3430  pow2(Mt)*(1749*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 13007*pow2(Mst2)*pow2(
3431  Sbeta)) + 24296*Cbeta*MuSUSY*Sbeta*pow3(Mt) + 10107*pow2(Sbeta)*pow3(
3432  s2t)*pow4(Mst2)) + 12*pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(7624*pow2(
3433  Mst2)*pow2(Mt)*pow2(s2t) + 5648*pow4(Mt) + 1089*pow4(Mst2)*pow4(s2t)) +
3434  pow4(Mst1)*(-8*pow2(Mt)*pow2(s2t)*(45823*pow2(MuSUSY)*(-1 + pow2(Sbeta)
3435  ) + 71536*pow2(Mst2)*pow2(Sbeta)) + 858208*Cbeta*MuSUSY*s2t*Sbeta*pow3(
3436  Mt) - 129724*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) - 474624*pow2(
3437  Sbeta)*pow4(Mt) + 19201*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 8*Mt*s2t*
3438  Sbeta*(126513*Cbeta*Mt*MuSUSY*s2t + 533488*Sbeta*pow2(Mt) - 26739*
3439  Sbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst1)) + 60*pow2(Msq)*pow2(Mst1)*(-96*
3440  Mst1*Mt*s2t*pow2(Mst2)*(-3*Cbeta*Mt*MuSUSY*s2t*Sbeta*pow2(Mst2) - 4*
3441  pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(s2t)*pow2(Sbeta)*
3442  pow4(Mst2)) - 4*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*(-91*Cbeta*Mt*MuSUSY*
3443  s2t*Sbeta*pow2(Mst2) - 164*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
3444  25*pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 96*Mt*pow3(Mst1)*(-33*Cbeta*Mt*
3445  MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) - 12*s2t*pow2(Mt)*(3*pow2(MuSUSY)*(-1
3446  + pow2(Sbeta)) + 5*pow2(Mst2)*pow2(Sbeta)) + 60*Cbeta*MuSUSY*Sbeta*
3447  pow3(Mt) + 13*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 9*pow2(Sbeta)*pow4(
3448  s2t)*pow8(Mst2)))))/(2520.*pow2(Mgl)*pow2(Sbeta)*pow4(Msq)*pow4(Mst2)*
3449  pow4(Mt));
3450 
3451  return result;
3452 }
3453 
3454 /**
3455  * @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)
3456  */
3458 
3459  const double result =
3460  -447.7037037037037 - (11024*Dmglst1)/(27.*Mgl) + (1472*Mst1*s2t)/(3.*Mt)
3461  - (40192*Dmglst1*Mst1*s2t)/(27.*Mgl*Mt) + (1328*z2)/3. + (896*Mst1*s2t*
3462  z2)/(3.*Mt) + (896*Dmglst1*Mst1*s2t*z2)/(3.*Mgl*Mt) + 128*z3 - (583376*
3463  pow2(Dmglst1))/(675.*pow2(Mgl)) - (13376*Mst1*s2t*pow2(Dmglst1))/(3.*
3464  Mt*pow2(Mgl)) + (896*Mst1*s2t*z2*pow2(Dmglst1))/(3.*Mt*pow2(Mgl)) - (
3465  320*pow2(Msq))/pow2(Mst1) - (880*pow2(Mst1))/(3.*pow2(Msq)) - (160*
3466  Dmglst1*pow2(Mst1))/(Mgl*pow2(Msq)) - (112*pow2(Dmglst1)*pow2(Mst1))/(
3467  3.*pow2(Mgl)*pow2(Msq)) - (320*pow2(Msq))/pow2(Mst2) + (448*pow2(Mst1))
3468  /(3.*pow2(Mst2)) + (19648*Dmglst1*pow2(Mst1))/(9.*Mgl*pow2(Mst2)) - (
3469  15008*Cbeta*MuSUSY*s2t*pow2(Mst1))/(3.*Mt*Sbeta*pow2(Mst2)) + (2368*z2*
3470  pow2(Mst1))/(3.*pow2(Mst2)) + (1536*Dmglst1*z2*pow2(Mst1))/(Mgl*pow2(
3471  Mst2)) - (1024*Cbeta*MuSUSY*s2t*z2*pow2(Mst1))/(Mt*Sbeta*pow2(Mst2)) +
3472  (503056*pow2(Dmglst1)*pow2(Mst1))/(135.*pow2(Mgl)*pow2(Mst2)) + (2304*
3473  z2*pow2(Dmglst1)*pow2(Mst1))/(pow2(Mgl)*pow2(Mst2)) - (1280*pow2(Mst2))
3474  /(9.*pow2(Msq)) - (3520*Mst1*s2t*pow2(Mst2))/(9.*Mt*pow2(Msq)) - (3520*
3475  Dmglst1*Mst1*s2t*pow2(Mst2))/(9.*Mgl*Mt*pow2(Msq)) - (3520*Mst1*s2t*
3476  pow2(Dmglst1)*pow2(Mst2))/(9.*Mt*pow2(Mgl)*pow2(Msq)) - (32*pow2(Mst2))
3477  /pow2(Mst1) - (320*pow2(Msq)*pow2(s2t))/pow2(Mt) + (8080*pow2(Mst1)*
3478  pow2(s2t))/(3.*pow2(Mt)) + (52816*Dmglst1*pow2(Mst1)*pow2(s2t))/(9.*
3479  Mgl*pow2(Mt)) + (512*z2*pow2(Mst1)*pow2(s2t))/pow2(Mt) + (1024*Dmglst1*
3480  z2*pow2(Mst1)*pow2(s2t))/(Mgl*pow2(Mt)) + (86552*pow2(Dmglst1)*pow2(
3481  Mst1)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt)) + (1536*z2*pow2(Dmglst1)*pow2(
3482  Mst1)*pow2(s2t))/(pow2(Mgl)*pow2(Mt)) + (160*pow2(Msq)*pow2(Mst1)*pow2(
3483  s2t))/(pow2(Mst2)*pow2(Mt)) - (208*pow2(Mst2)*pow2(s2t))/pow2(Mt) - (
3484  592*Dmglst1*pow2(Mst2)*pow2(s2t))/(9.*Mgl*pow2(Mt)) + (1384*pow2(
3485  Dmglst1)*pow2(Mst2)*pow2(s2t))/(9.*pow2(Mgl)*pow2(Mt)) + (160*pow2(Msq)
3486  *pow2(Mst2)*pow2(s2t))/(pow2(Mst1)*pow2(Mt)) - (960*pow2(Mst1)*pow2(
3487  MuSUSY)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)) - (64*z2*pow2(Mst1)*pow2(
3488  MuSUSY)*pow2(s2t))/(3.*pow2(Mst2)*pow2(Mt)) + (960*pow2(Mst1)*pow2(
3489  MuSUSY)*pow2(s2t))/(pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) + (64*z2*pow2(
3490  Mst1)*pow2(MuSUSY)*pow2(s2t))/(3.*pow2(Mst2)*pow2(Mt)*pow2(Sbeta)) - (
3491  1280*s2t*pow3(Mst1))/(9.*Mt*pow2(Msq)) - (5120*Dmglst1*s2t*pow3(Mst1))/
3492  (3.*Mgl*Mt*pow2(Msq)) - (14080*s2t*pow2(Dmglst1)*pow3(Mst1))/(3.*Mt*
3493  pow2(Mgl)*pow2(Msq)) + (4096*s2t*pow3(Mst1))/(3.*Mt*pow2(Mst2)) + (
3494  32768*Dmglst1*s2t*pow3(Mst1))/(3.*Mgl*Mt*pow2(Mst2)) + (8704*s2t*z2*
3495  pow3(Mst1))/(3.*Mt*pow2(Mst2)) + (25216*Dmglst1*s2t*z2*pow3(Mst1))/(3.*
3496  Mgl*Mt*pow2(Mst2)) + (238016*s2t*pow2(Dmglst1)*pow3(Mst1))/(9.*Mt*pow2(
3497  Mgl)*pow2(Mst2)) + (49984*s2t*z2*pow2(Dmglst1)*pow3(Mst1))/(3.*Mt*pow2(
3498  Mgl)*pow2(Mst2)) + (1600*Cbeta*MuSUSY*pow3(Mst1))/(3.*Sbeta*pow2(Msq)*
3499  pow2(Mst2)) + (18880*Cbeta*Dmglst1*MuSUSY*pow3(Mst1))/(9.*Mgl*Sbeta*
3500  pow2(Msq)*pow2(Mst2)) + (18880*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(Mst1))/(
3501  9.*Sbeta*pow2(Mgl)*pow2(Msq)*pow2(Mst2)) + (32*Cbeta*MuSUSY*pow2(s2t)*
3502  pow3(Mst1))/(Sbeta*pow2(Mst2)*pow2(Mt)) + (224*Cbeta*Dmglst1*MuSUSY*
3503  pow2(s2t)*pow3(Mst1))/(Mgl*Sbeta*pow2(Mst2)*pow2(Mt)) + (64*Cbeta*
3504  MuSUSY*z2*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(Mst2)*pow2(Mt)) + (2368*
3505  Cbeta*Dmglst1*MuSUSY*z2*pow2(s2t)*pow3(Mst1))/(Mgl*Sbeta*pow2(Mst2)*
3506  pow2(Mt)) + (224*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow3(Mst1))/(
3507  Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (2368*Cbeta*MuSUSY*z2*pow2(
3508  Dmglst1)*pow2(s2t)*pow3(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) +
3509  (416*Cbeta*MuSUSY*pow2(Mst1)*pow3(s2t))/(Sbeta*pow3(Mt)) - (120*Cbeta*
3510  MuSUSY*z2*pow2(Mst1)*pow3(s2t))/(Sbeta*pow3(Mt)) - (80*Cbeta*MuSUSY*
3511  pow2(Msq)*pow2(Mst1)*pow3(s2t))/(Sbeta*pow2(Mst2)*pow3(Mt)) + (5344*
3512  Mst1*pow2(Mst2)*pow3(s2t))/(3.*pow3(Mt)) + (6464*Dmglst1*Mst1*pow2(
3513  Mst2)*pow3(s2t))/(3.*Mgl*pow3(Mt)) + (544*Mst1*z2*pow2(Mst2)*pow3(s2t))
3514  /(3.*pow3(Mt)) + (544*Dmglst1*Mst1*z2*pow2(Mst2)*pow3(s2t))/(3.*Mgl*
3515  pow3(Mt)) + (19664*Mst1*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(9.*pow2(
3516  Mgl)*pow3(Mt)) + (544*Mst1*z2*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t))/(3.*
3517  pow2(Mgl)*pow3(Mt)) - (1792*pow3(Mst1)*pow3(s2t))/pow3(Mt) - (6688*
3518  Dmglst1*pow3(Mst1)*pow3(s2t))/(3.*Mgl*pow3(Mt)) - (608*z2*pow3(Mst1)*
3519  pow3(s2t))/(3.*pow3(Mt)) - (2912*Dmglst1*z2*pow3(Mst1)*pow3(s2t))/(3.*
3520  Mgl*pow3(Mt)) - (34832*pow2(Dmglst1)*pow3(Mst1)*pow3(s2t))/(9.*pow2(
3521  Mgl)*pow3(Mt)) - (6368*z2*pow2(Dmglst1)*pow3(Mst1)*pow3(s2t))/(3.*pow2(
3522  Mgl)*pow3(Mt)) - (140*pow2(Mst1)*pow2(Mst2))/(3.*pow4(Msq)) - (280*
3523  Dmglst1*pow2(Mst1)*pow2(Mst2))/(3.*Mgl*pow4(Msq)) - (140*pow2(Dmglst1)*
3524  pow2(Mst1)*pow2(Mst2))/(pow2(Mgl)*pow4(Msq)) + (520*Cbeta*MuSUSY*pow3(
3525  Mst1))/(3.*Sbeta*pow4(Msq)) + (3640*Cbeta*Dmglst1*MuSUSY*pow3(Mst1))/(
3526  9.*Mgl*Sbeta*pow4(Msq)) + (3640*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(Mst1))/
3527  (9.*Sbeta*pow2(Mgl)*pow4(Msq)) - (1040*s2t*pow2(Mst2)*pow3(Mst1))/(9.*
3528  Mt*pow4(Msq)) - (1040*Dmglst1*s2t*pow2(Mst2)*pow3(Mst1))/(3.*Mgl*Mt*
3529  pow4(Msq)) - (2080*s2t*pow2(Dmglst1)*pow2(Mst2)*pow3(Mst1))/(3.*Mt*
3530  pow2(Mgl)*pow4(Msq)) + (800*pow4(Mst1))/(3.*pow2(Msq)*pow2(Mst2)) + (
3531  3200*Dmglst1*pow4(Mst1))/(3.*Mgl*pow2(Msq)*pow2(Mst2)) + (8000*pow2(
3532  Dmglst1)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Msq)*pow2(Mst2)) - (1168*pow2(
3533  s2t)*pow4(Mst1))/(pow2(Mst2)*pow2(Mt)) - (2208*Dmglst1*pow2(s2t)*pow4(
3534  Mst1))/(Mgl*pow2(Mst2)*pow2(Mt)) - (2048*Dmglst1*z2*pow2(s2t)*pow4(
3535  Mst1))/(Mgl*pow2(Mst2)*pow2(Mt)) - (18800*pow2(Dmglst1)*pow2(s2t)*pow4(
3536  Mst1))/(3.*pow2(Mgl)*pow2(Mst2)*pow2(Mt)) - (7168*z2*pow2(Dmglst1)*
3537  pow2(s2t)*pow4(Mst1))/(pow2(Mgl)*pow2(Mst2)*pow2(Mt)) + (506*Cbeta*
3538  MuSUSY*pow3(s2t)*pow4(Mst1))/(Sbeta*pow2(Mst2)*pow3(Mt)) + (1072*Cbeta*
3539  Dmglst1*MuSUSY*pow3(s2t)*pow4(Mst1))/(Mgl*Sbeta*pow2(Mst2)*pow3(Mt)) +
3540  (1080*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(s2t)*pow4(Mst1))/(Sbeta*pow2(Mgl)
3541  *pow2(Mst2)*pow3(Mt)) - (410*pow4(Mst1))/(9.*pow4(Msq)) + (760*Dmglst1*
3542  pow4(Mst1))/(9.*Mgl*pow4(Msq)) + (3916*pow2(Dmglst1)*pow4(Mst1))/(9.*
3543  pow2(Mgl)*pow4(Msq)) - (2560*pow2(Mst1)*pow2(MuSUSY))/pow4(Mst2) - (
3544  2048*z2*pow2(Mst1)*pow2(MuSUSY))/(3.*pow4(Mst2)) + (2560*pow2(Mst1)*
3545  pow2(MuSUSY))/(pow2(Sbeta)*pow4(Mst2)) + (2048*z2*pow2(Mst1)*pow2(
3546  MuSUSY))/(3.*pow2(Sbeta)*pow4(Mst2)) - (1632*Cbeta*MuSUSY*pow3(Mst1))/(
3547  Sbeta*pow4(Mst2)) - (230624*Cbeta*Dmglst1*MuSUSY*pow3(Mst1))/(27.*Mgl*
3548  Sbeta*pow4(Mst2)) - (3200*Cbeta*MuSUSY*z2*pow3(Mst1))/(Sbeta*pow4(Mst2)
3549  ) - (8704*Cbeta*Dmglst1*MuSUSY*z2*pow3(Mst1))/(Mgl*Sbeta*pow4(Mst2)) -
3550  (230624*Cbeta*MuSUSY*pow2(Dmglst1)*pow3(Mst1))/(27.*Sbeta*pow2(Mgl)*
3551  pow4(Mst2)) - (8704*Cbeta*MuSUSY*z2*pow2(Dmglst1)*pow3(Mst1))/(Sbeta*
3552  pow2(Mgl)*pow4(Mst2)) - (21248*s2t*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*
3553  pow4(Mst2)) - (8320*Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow4(
3554  Mst2)) - (640*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow4(Mst2)) + (2432*
3555  Dmglst1*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow4(Mst2)) - (8320*
3556  s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow4(Mst2)) +
3557  (2432*s2t*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow4(
3558  Mst2)) + (21248*s2t*pow2(MuSUSY)*pow3(Mst1))/(3.*Mt*pow2(Sbeta)*pow4(
3559  Mst2)) + (8320*Dmglst1*s2t*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*pow2(Sbeta)
3560  *pow4(Mst2)) + (640*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Sbeta)*
3561  pow4(Mst2)) - (2432*Dmglst1*s2t*z2*pow2(MuSUSY)*pow3(Mst1))/(Mgl*Mt*
3562  pow2(Sbeta)*pow4(Mst2)) + (8320*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow3(
3563  Mst1))/(Mt*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)) - (2432*s2t*z2*pow2(
3564  Dmglst1)*pow2(MuSUSY)*pow3(Mst1))/(Mt*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2))
3565  - (2756*pow4(Mst1))/pow4(Mst2) - (76928*Dmglst1*pow4(Mst1))/(9.*Mgl*
3566  pow4(Mst2)) - (8000*Cbeta*MuSUSY*s2t*pow4(Mst1))/(3.*Mt*Sbeta*pow4(
3567  Mst2)) - (21568*Cbeta*Dmglst1*MuSUSY*s2t*pow4(Mst1))/(3.*Mgl*Mt*Sbeta*
3568  pow4(Mst2)) + (256*z2*pow4(Mst1))/pow4(Mst2) - (256*Dmglst1*z2*pow4(
3569  Mst1))/(Mgl*pow4(Mst2)) - (1024*Cbeta*MuSUSY*s2t*z2*pow4(Mst1))/(Mt*
3570  Sbeta*pow4(Mst2)) + (2048*Cbeta*Dmglst1*MuSUSY*s2t*z2*pow4(Mst1))/(Mgl*
3571  Mt*Sbeta*pow4(Mst2)) - (2085296*pow2(Dmglst1)*pow4(Mst1))/(135.*pow2(
3572  Mgl)*pow4(Mst2)) - (7008*Cbeta*MuSUSY*s2t*pow2(Dmglst1)*pow4(Mst1))/(
3573  Mt*Sbeta*pow2(Mgl)*pow4(Mst2)) - (1856*z2*pow2(Dmglst1)*pow4(Mst1))/(
3574  pow2(Mgl)*pow4(Mst2)) + (11264*Cbeta*MuSUSY*s2t*z2*pow2(Dmglst1)*pow4(
3575  Mst1))/(Mt*Sbeta*pow2(Mgl)*pow4(Mst2)) + (52*pow2(MuSUSY)*pow2(s2t)*
3576  pow4(Mst1))/(pow2(Mt)*pow4(Mst2)) + (1024*Dmglst1*pow2(MuSUSY)*pow2(
3577  s2t)*pow4(Mst1))/(Mgl*pow2(Mt)*pow4(Mst2)) - (64*z2*pow2(MuSUSY)*pow2(
3578  s2t)*pow4(Mst1))/(3.*pow2(Mt)*pow4(Mst2)) - (2752*Dmglst1*z2*pow2(
3579  MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*pow4(Mst2)) - (352*pow2(
3580  Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mt)*
3581  pow4(Mst2)) - (1376*z2*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))
3582  /(pow2(Mgl)*pow2(Mt)*pow4(Mst2)) - (52*pow2(MuSUSY)*pow2(s2t)*pow4(
3583  Mst1))/(pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) - (1024*Dmglst1*pow2(MuSUSY)*
3584  pow2(s2t)*pow4(Mst1))/(Mgl*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (64*z2*
3585  pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*pow2(Mt)*pow2(Sbeta)*pow4(Mst2))
3586  + (2752*Dmglst1*z2*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(3.*Mgl*pow2(Mt)*
3587  pow2(Sbeta)*pow4(Mst2)) + (352*pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*
3588  pow4(Mst1))/(3.*pow2(Mgl)*pow2(Mt)*pow2(Sbeta)*pow4(Mst2)) + (1376*z2*
3589  pow2(Dmglst1)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1))/(pow2(Mgl)*pow2(Mt)*
3590  pow2(Sbeta)*pow4(Mst2)) + (16*pow2(s2t)*pow4(Mst2))/(pow2(Mst1)*pow2(
3591  Mt)) + (8*Cbeta*MuSUSY*pow3(s2t)*pow4(Mst2))/(Sbeta*pow2(Mst1)*pow3(Mt)
3592  ) - (30*pow4(Mst2))/pow4(Msq) - (520*Mst1*s2t*pow4(Mst2))/(9.*Mt*pow4(
3593  Msq)) - (520*Dmglst1*Mst1*s2t*pow4(Mst2))/(9.*Mgl*Mt*pow4(Msq)) - (520*
3594  Mst1*s2t*pow2(Dmglst1)*pow4(Mst2))/(9.*Mt*pow2(Mgl)*pow4(Msq)) + (20*
3595  pow2(Msq)*pow2(Mst1)*pow4(s2t))/pow4(Mt) + (20*pow2(Msq)*pow2(Mst2)*
3596  pow4(s2t))/pow4(Mt) - (330*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/pow4(Mt) +
3597  (116*Dmglst1*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) + (172*z2*
3598  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (344*Dmglst1*z2*pow2(
3599  Mst1)*pow2(Mst2)*pow4(s2t))/(3.*Mgl*pow4(Mt)) + (2378*pow2(Dmglst1)*
3600  pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(9.*pow2(Mgl)*pow4(Mt)) + (172*z2*
3601  pow2(Dmglst1)*pow2(Mst1)*pow2(Mst2)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) - (
3602  45*pow4(Mst1)*pow4(s2t))/(2.*pow4(Mt)) - (396*Dmglst1*pow4(Mst1)*pow4(
3603  s2t))/(Mgl*pow4(Mt)) - (30*z2*pow4(Mst1)*pow4(s2t))/pow4(Mt) - (344*
3604  Dmglst1*z2*pow4(Mst1)*pow4(s2t))/(3.*Mgl*pow4(Mt)) - (4900*pow2(
3605  Dmglst1)*pow4(Mst1)*pow4(s2t))/(9.*pow2(Mgl)*pow4(Mt)) - (172*z2*pow2(
3606  Dmglst1)*pow4(Mst1)*pow4(s2t))/(pow2(Mgl)*pow4(Mt)) - (20*pow2(Msq)*
3607  pow4(Mst1)*pow4(s2t))/(pow2(Mst2)*pow4(Mt)) + (228*pow4(Mst2)*pow4(s2t)
3608  )/pow4(Mt) + (12*Dmglst1*pow4(Mst2)*pow4(s2t))/(Mgl*pow4(Mt)) - (82*z2*
3609  pow4(Mst2)*pow4(s2t))/(3.*pow4(Mt)) + (92*pow2(Dmglst1)*pow4(Mst2)*
3610  pow4(s2t))/(9.*pow2(Mgl)*pow4(Mt)) - (20*pow2(Msq)*pow4(Mst2)*pow4(s2t)
3611  )/(pow2(Mst1)*pow4(Mt)) - (640*s2t*pow5(Mst1))/(3.*Mt*pow2(Msq)*pow2(
3612  Mst2)) - (7040*Dmglst1*s2t*pow5(Mst1))/(3.*Mgl*Mt*pow2(Msq)*pow2(Mst2))
3613  - (10240*s2t*pow2(Dmglst1)*pow5(Mst1))/(Mt*pow2(Mgl)*pow2(Msq)*pow2(
3614  Mst2)) - (40*pow3(s2t)*pow5(Mst1))/(3.*pow2(Mst2)*pow3(Mt)) + (2264*
3615  Dmglst1*pow3(s2t)*pow5(Mst1))/(3.*Mgl*pow2(Mst2)*pow3(Mt)) + (6488*
3616  pow2(Dmglst1)*pow3(s2t)*pow5(Mst1))/(3.*pow2(Mgl)*pow2(Mst2)*pow3(Mt))
3617  - (40*s2t*pow5(Mst1))/(3.*Mt*pow4(Msq)) - (2120*Dmglst1*s2t*pow5(Mst1))
3618  /(3.*Mgl*Mt*pow4(Msq)) - (3080*s2t*pow2(Dmglst1)*pow5(Mst1))/(Mt*pow2(
3619  Mgl)*pow4(Msq)) + (560*Cbeta*MuSUSY*pow5(Mst1))/(3.*Sbeta*pow2(Mst2)*
3620  pow4(Msq)) + (10000*Cbeta*Dmglst1*MuSUSY*pow5(Mst1))/(9.*Mgl*Sbeta*
3621  pow2(Mst2)*pow4(Msq)) + (34480*Cbeta*MuSUSY*pow2(Dmglst1)*pow5(Mst1))/(
3622  9.*Sbeta*pow2(Mgl)*pow2(Mst2)*pow4(Msq)) - (5984*s2t*pow5(Mst1))/(3.*
3623  Mt*pow4(Mst2)) + (6496*Dmglst1*s2t*pow5(Mst1))/(Mgl*Mt*pow4(Mst2)) + (
3624  8960*s2t*z2*pow5(Mst1))/(3.*Mt*pow4(Mst2)) + (43904*Dmglst1*s2t*z2*
3625  pow5(Mst1))/(3.*Mgl*Mt*pow4(Mst2)) + (463328*s2t*pow2(Dmglst1)*pow5(
3626  Mst1))/(9.*Mt*pow2(Mgl)*pow4(Mst2)) + (43200*s2t*z2*pow2(Dmglst1)*pow5(
3627  Mst1))/(Mt*pow2(Mgl)*pow4(Mst2)) + (2240*Cbeta*MuSUSY*pow5(Mst1))/(3.*
3628  Sbeta*pow2(Msq)*pow4(Mst2)) + (40000*Cbeta*Dmglst1*MuSUSY*pow5(Mst1))/(
3629  9.*Mgl*Sbeta*pow2(Msq)*pow4(Mst2)) + (137920*Cbeta*MuSUSY*pow2(Dmglst1)
3630  *pow5(Mst1))/(9.*Sbeta*pow2(Mgl)*pow2(Msq)*pow4(Mst2)) + (72*Cbeta*
3631  MuSUSY*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mt)*pow4(Mst2)) - (2040*Cbeta*
3632  Dmglst1*MuSUSY*pow2(s2t)*pow5(Mst1))/(Mgl*Sbeta*pow2(Mt)*pow4(Mst2)) +
3633  (64*Cbeta*MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mt)*pow4(Mst2)) +
3634  (2368*Cbeta*Dmglst1*MuSUSY*z2*pow2(s2t)*pow5(Mst1))/(Mgl*Sbeta*pow2(Mt)
3635  *pow4(Mst2)) - (1432*Cbeta*MuSUSY*pow2(Dmglst1)*pow2(s2t)*pow5(Mst1))/(
3636  Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) + (5824*Cbeta*MuSUSY*z2*pow2(
3637  Dmglst1)*pow2(s2t)*pow5(Mst1))/(Sbeta*pow2(Mgl)*pow2(Mt)*pow4(Mst2)) +
3638  (8*log(pow2(Mst1)/pow2(Msq))*(20*Cbeta*Mt*MuSUSY*pow3(Mst1)*(Dmglst1*
3639  Mgl*(118*pow4(Msq) - 7*pow4(Mst2)) + pow2(Dmglst1)*(118*pow4(Msq) - 7*
3640  pow4(Mst2)) + 3*pow2(Mgl)*(10*pow4(Msq) - pow4(Mst2))) + Sbeta*(pow2(
3641  Dmglst1)*(-40*Mst1*pow2(Msq)*(-9*Mst1*Mt + 2*s2t*pow2(Mst1) - 2*s2t*
3642  pow2(Mst2))*pow4(Mst2) + 10*Mst1*pow4(Mst2)*(9*Mst1*Mt*pow2(Mst2) + 24*
3643  s2t*pow2(Mst1)*pow2(Mst2) + 59*Mt*pow3(Mst1) - 26*s2t*pow4(Mst1) + 2*
3644  s2t*pow4(Mst2)) + pow4(Msq)*(540*Mt*pow2(Mst1)*pow2(Mst2) - 4800*s2t*
3645  pow2(Mst2)*pow3(Mst1) + 6900*Mt*pow4(Mst1) + 68*Mt*pow4(Mst2) - 920*
3646  Mst1*s2t*pow4(Mst2) - 11520*s2t*pow5(Mst1))) - 5*pow2(Mgl)*(-8*pow2(
3647  Msq)*(4*Mt*pow2(Mst1) + Mt*pow2(Mst2) + 2*Mst1*s2t*pow2(Mst2) - 2*s2t*
3648  pow3(Mst1))*pow4(Mst2) - pow4(Mst2)*(6*Mt*pow2(Mst1)*pow2(Mst2) + 8*
3649  s2t*pow2(Mst2)*pow3(Mst1) + 19*Mt*pow4(Mst1) + 3*Mt*pow4(Mst2) + 4*
3650  Mst1*s2t*pow4(Mst2) - 12*s2t*pow5(Mst1)) + 6*pow4(Msq)*(-6*Mt*pow2(
3651  Mst1)*pow2(Mst2) + 8*s2t*pow2(Mst2)*pow3(Mst1) - 14*Mt*pow4(Mst1) - 7*
3652  Mt*pow4(Mst2) + 12*Mst1*s2t*pow4(Mst2) + 8*s2t*pow5(Mst1))) - 20*
3653  Dmglst1*Mgl*(4*Mst1*pow2(Msq)*(-3*Mst1*Mt + s2t*pow2(Mst1) - s2t*pow2(
3654  Mst2))*pow4(Mst2) + Mst1*pow4(Mst2)*(-3*Mst1*Mt*pow2(Mst2) - 6*s2t*
3655  pow2(Mst1)*pow2(Mst2) - 13*Mt*pow3(Mst1) + 7*s2t*pow4(Mst1) - s2t*pow4(
3656  Mst2)) + 2*pow4(Msq)*(-9*Mt*pow2(Mst1)*pow2(Mst2) + 42*s2t*pow2(Mst2)*
3657  pow3(Mst1) - 57*Mt*pow4(Mst1) - 2*Mt*pow4(Mst2) + 17*Mst1*s2t*pow4(
3658  Mst2) + 66*s2t*pow5(Mst1)))) + 60*log(pow2(Mst1)/pow2(Mst2))*pow4(Msq)*
3659  (4*Cbeta*Mt*MuSUSY*(7*Dmglst1*Mgl + 7*pow2(Dmglst1) + 3*pow2(Mgl))*
3660  pow3(Mst1) - Sbeta*(4*Dmglst1*Mgl*Mst1*(6*s2t*pow2(Mst1)*pow2(Mst2) -
3661  5*Mt*pow3(Mst1) + 15*s2t*pow4(Mst1) + s2t*pow4(Mst2)) + pow2(Mgl)*(8*
3662  s2t*pow2(Mst2)*pow3(Mst1) - 5*Mt*pow4(Mst1) + Mt*pow4(Mst2) + 4*Mst1*
3663  s2t*pow4(Mst2) + 12*s2t*pow5(Mst1)) + 2*pow2(Dmglst1)*(24*s2t*pow2(
3664  Mst2)*pow3(Mst1) - 25*Mt*pow4(Mst1) + 2*Mst1*s2t*pow4(Mst2) + 90*s2t*
3665  pow5(Mst1))))))/(3.*Mt*Sbeta*pow2(Mgl)*pow4(Msq)*pow4(Mst2)) + (2*pow2(
3666  log(pow2(Mst1)/pow2(Mst2)))*(2*Dmglst1*Mgl*Mst1*(8*Mt*s2t*Sbeta*(-153*
3667  Cbeta*Mt*MuSUSY*s2t + 968*Sbeta*pow2(Mt) + 32*Sbeta*pow2(Mst2)*pow2(
3668  s2t))*pow4(Mst1) + 12*Mt*s2t*(-8*pow2(Mt) + 19*pow2(Mst2)*pow2(s2t))*
3669  pow2(Sbeta)*pow4(Mst2) - 4*Mt*pow2(Mst1)*(114*Cbeta*Mt*MuSUSY*Sbeta*
3670  pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(95*pow2(MuSUSY)*(-1 + pow2(
3671  Sbeta)) - 231*pow2(Mst2)*pow2(Sbeta)) + 900*Cbeta*MuSUSY*Sbeta*pow3(Mt)
3672  + 19*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + Mst1*pow2(Mst2)*pow2(Sbeta)*(
3673  64*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 528*pow4(Mt) + 155*pow4(Mst2)*pow4(
3674  s2t)) - pow3(Mst1)*(8*pow2(Mt)*pow2(s2t)*(283*pow2(MuSUSY)*(-1 + pow2(
3675  Sbeta)) + 192*pow2(Mst2)*pow2(Sbeta)) - 2944*Cbeta*MuSUSY*s2t*Sbeta*
3676  pow3(Mt) + 512*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 384*pow2(
3677  Sbeta)*pow4(Mt) + 27*pow2(Sbeta)*pow4(Mst2)*pow4(s2t))) + Mst1*pow2(
3678  Dmglst1)*(16*Mt*s2t*Sbeta*(9*Cbeta*Mt*MuSUSY*s2t + 2855*Sbeta*pow2(Mt)
3679  + 32*Sbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 24*Mt*s2t*(-8*pow2(Mt) +
3680  19*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 8*Mt*pow2(Mst1)*(114*
3681  Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 2*s2t*pow2(Mt)*(190*pow2(
3682  MuSUSY)*(-1 + pow2(Sbeta)) - 933*pow2(Mst2)*pow2(Sbeta)) + 900*Cbeta*
3683  MuSUSY*Sbeta*pow3(Mt) + 127*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 3*Mst1*
3684  pow2(Mst2)*pow2(Sbeta)*(64*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 528*pow4(Mt)
3685  + 155*pow4(Mst2)*pow4(s2t)) - 3*pow3(Mst1)*(8*pow2(Mt)*pow2(s2t)*(283*
3686  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 384*pow2(Mst2)*pow2(Sbeta)) - 6016*
3687  Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 512*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
3688  pow3(s2t) + 944*pow2(Sbeta)*pow4(Mt) + 27*pow2(Sbeta)*pow4(Mst2)*pow4(
3689  s2t))) + pow2(Mgl)*(24*Mst1*Mt*s2t*(-8*pow2(Mt) + 19*pow2(Mst2)*pow2(
3690  s2t))*pow2(Sbeta)*pow4(Mst2) - 8*Mt*pow3(Mst1)*(330*Cbeta*Mt*MuSUSY*
3691  Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(167*pow2(MuSUSY)*(-1 +
3692  pow2(Sbeta)) - 74*pow2(Mst2)*pow2(Sbeta)) + 272*Cbeta*MuSUSY*Sbeta*
3693  pow3(Mt) - 53*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 2*pow2(Sbeta)*pow4(
3694  Mst2)*(-246*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 106*pow4(Mt) + 41*pow4(
3695  Mst2)*pow4(s2t)) + pow4(Mst1)*(-24*pow2(Mt)*pow2(s2t)*(231*pow2(MuSUSY)
3696  *(-1 + pow2(Sbeta)) + 16*pow2(Mst2)*pow2(Sbeta)) + 1296*Cbeta*MuSUSY*
3697  s2t*Sbeta*pow3(Mt) - 1168*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) +
3698  48*pow2(Sbeta)*pow4(Mt) - 27*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 16*Mt*
3699  s2t*Sbeta*(-261*Cbeta*Mt*MuSUSY*s2t + 190*Sbeta*pow2(Mt) + 32*Sbeta*
3700  pow2(Mst2)*pow2(s2t))*pow5(Mst1) + pow2(Mst1)*(4*pow2(Mst2)*pow2(Mt)*
3701  pow2(s2t)*(-802*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 57*pow2(Mst2)*pow2(
3702  Sbeta)) + 528*Cbeta*MuSUSY*s2t*Sbeta*pow2(Mst2)*pow3(Mt) - 1276*Cbeta*
3703  Mt*MuSUSY*Sbeta*pow3(s2t)*pow4(Mst2) - 32*(8*pow2(MuSUSY)*(-1 + pow2(
3704  Sbeta)) - 17*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) + 237*pow2(Sbeta)*pow4(
3705  s2t)*pow6(Mst2)))))/(3.*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)*pow4(Mt)) + (
3706  log(pow2(Mst1)/pow2(Mst2))*(2*pow2(Dmglst1)*(-600*Mst1*Sbeta*pow2(Mst2)
3707  *pow3(Mt)*(-2*Cbeta*Mt*MuSUSY*pow2(Mst1)*(58*pow2(Mst1) + 7*pow2(Mst2))
3708  + Sbeta*pow2(Mst2)*(9*Mst1*Mt*pow2(Mst2) + 24*s2t*pow2(Mst1)*pow2(Mst2)
3709  + 25*Mt*pow3(Mst1) + 90*s2t*pow4(Mst1) + 2*s2t*pow4(Mst2))) + 1200*
3710  Mst1*Sbeta*pow2(Msq)*pow3(Mt)*(4*Cbeta*Mt*MuSUSY*pow2(Mst1)*(58*pow2(
3711  Mst1) + 7*pow2(Mst2)) - Sbeta*pow2(Mst2)*(9*Mst1*Mt*pow2(Mst2) + 48*
3712  s2t*pow2(Mst1)*pow2(Mst2) + 180*s2t*pow4(Mst1) + 4*s2t*pow4(Mst2))) +
3713  pow4(Msq)*(80*Mst1*Mt*s2t*(215*pow2(Mt) + 396*pow2(Mst2)*pow2(s2t))*
3714  pow2(Sbeta)*pow4(Mst2) - 80*Mt*pow3(Mst1)*(1710*Cbeta*Mt*MuSUSY*Sbeta*
3715  pow2(Mst2)*pow2(s2t) + 3*s2t*pow2(Mt)*(1288*pow2(MuSUSY)*(-1 + pow2(
3716  Sbeta)) - 2959*pow2(Mst2)*pow2(Sbeta)) + 4438*Cbeta*MuSUSY*Sbeta*pow3(
3717  Mt) + 414*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 8*pow2(Sbeta)*pow4(Mst2)*
3718  (-720*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 211*pow4(Mt) + 180*pow4(Mst2)*
3719  pow4(s2t)) + 5*pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(20568*pow2(Mst2)*
3720  pow2(Mt)*pow2(s2t) + 20216*pow4(Mt) + 2349*pow4(Mst2)*pow4(s2t)) - 5*
3721  pow4(Mst1)*(72*pow2(Mt)*pow2(s2t)*(491*pow2(MuSUSY)*(-1 + pow2(Sbeta))
3722  + 125*pow2(Mst2)*pow2(Sbeta)) + 20832*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) +
3723  5976*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t) + 23624*pow2(Sbeta)*
3724  pow4(Mt) + 1143*pow2(Sbeta)*pow4(Mst2)*pow4(s2t)) + 40*Mt*s2t*Sbeta*(
3725  5859*Cbeta*Mt*MuSUSY*s2t + 75062*Sbeta*pow2(Mt) - 1917*Sbeta*pow2(Mst2)
3726  *pow2(s2t))*pow5(Mst1))) + 20*Dmglst1*Mgl*(-120*Mst1*Sbeta*pow2(Mst2)*
3727  pow3(Mt)*(-(Cbeta*Mt*MuSUSY*pow2(Mst1)*(22*pow2(Mst1) + 7*pow2(Mst2)))
3728  + Sbeta*pow2(Mst2)*(3*Mst1*Mt*pow2(Mst2) + 6*s2t*pow2(Mst1)*pow2(Mst2)
3729  + 5*Mt*pow3(Mst1) + 15*s2t*pow4(Mst1) + s2t*pow4(Mst2))) + 240*Mst1*
3730  Sbeta*pow2(Msq)*pow3(Mt)*(2*Cbeta*Mt*MuSUSY*pow2(Mst1)*(22*pow2(Mst1) +
3731  7*pow2(Mst2)) - Sbeta*pow2(Mst2)*(3*Mst1*Mt*pow2(Mst2) + 12*s2t*pow2(
3732  Mst1)*pow2(Mst2) + 30*s2t*pow4(Mst1) + 2*s2t*pow4(Mst2))) + pow4(Msq)*(
3733  16*Mst1*Mt*s2t*(103*pow2(Mt) + 198*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*
3734  pow4(Mst2) - 16*Mt*pow3(Mst1)*(855*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*
3735  pow2(s2t) + s2t*pow2(Mt)*(1932*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 2209*
3736  pow2(Mst2)*pow2(Sbeta)) + 2219*Cbeta*MuSUSY*Sbeta*pow3(Mt) - 87*pow2(
3737  Sbeta)*pow3(s2t)*pow4(Mst2)) + 16*pow2(Sbeta)*pow4(Mst2)*(-24*pow2(
3738  Mst2)*pow2(Mt)*pow2(s2t) + 11*pow4(Mt) + 6*pow4(Mst2)*pow4(s2t)) + 3*
3739  pow2(Mst1)*pow2(Mst2)*pow2(Sbeta)*(2456*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
3740  2232*pow4(Mt) + 261*pow4(Mst2)*pow4(s2t)) - pow4(Mst1)*(24*pow2(Mt)*
3741  pow2(s2t)*(401*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 263*pow2(Mst2)*pow2(
3742  Sbeta)) + 26592*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) + 912*Cbeta*Mt*MuSUSY*
3743  Sbeta*pow2(Mst2)*pow3(s2t) + 3200*pow2(Sbeta)*pow4(Mt) + 651*pow2(
3744  Sbeta)*pow4(Mst2)*pow4(s2t)) + 4*Mt*s2t*Sbeta*(-1827*Cbeta*Mt*MuSUSY*
3745  s2t + 25312*Sbeta*pow2(Mt) - 531*Sbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst1)
3746  )) + 15*pow2(Mgl)*(-160*Sbeta*pow2(Msq)*pow3(Mt)*(-12*Cbeta*Mt*MuSUSY*(
3747  2*pow2(Mst1) + pow2(Mst2))*pow3(Mst1) + Sbeta*pow2(Mst2)*(3*Mt*pow2(
3748  Mst1)*pow2(Mst2) + 8*s2t*pow2(Mst2)*pow3(Mst1) + 2*Mt*pow4(Mst2) + 4*
3749  Mst1*s2t*pow4(Mst2) + 12*s2t*pow5(Mst1))) - 40*Sbeta*pow2(Mst2)*pow3(
3750  Mt)*(-12*Cbeta*Mt*MuSUSY*(2*pow2(Mst1) + pow2(Mst2))*pow3(Mst1) +
3751  Sbeta*pow2(Mst2)*(6*Mt*pow2(Mst1)*pow2(Mst2) + 8*s2t*pow2(Mst2)*pow3(
3752  Mst1) + 5*Mt*pow4(Mst1) + 3*Mt*pow4(Mst2) + 4*Mst1*s2t*pow4(Mst2) + 12*
3753  s2t*pow5(Mst1))) + 120*pow2(s2t)*pow6(Msq)*(pow2(Mst1)*(8*pow2(Mt)*
3754  pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) -
3755  pow2(s2t)*pow2(Sbeta)*pow6(Mst2)) + pow4(Msq)*(128*Mst1*Mt*s2t*(17*
3756  pow2(Mt) + 33*pow2(Mst2)*pow2(s2t))*pow2(Sbeta)*pow4(Mst2) - 64*Mt*
3757  pow3(Mst1)*(345*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*
3758  pow2(Mt)*(181*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 61*pow2(Mst2)*pow2(
3759  Sbeta)) + 267*Cbeta*MuSUSY*Sbeta*pow3(Mt) - 49*pow2(Sbeta)*pow3(s2t)*
3760  pow4(Mst2)) + 10*pow2(Sbeta)*pow4(Mst2)*(-160*pow2(Mst2)*pow2(Mt)*pow2(
3761  s2t) + 72*pow4(Mt) + 63*pow4(Mst2)*pow4(s2t)) + pow4(Mst1)*(-8*pow2(Mt)
3762  *pow2(s2t)*(1471*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 836*pow2(Mst2)*pow2(
3763  Sbeta)) - 23456*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) - 68*Cbeta*Mt*MuSUSY*
3764  Sbeta*pow2(Mst2)*pow3(s2t) + 296*pow2(Sbeta)*pow4(Mt) - 807*pow2(Sbeta)
3765  *pow4(Mst2)*pow4(s2t)) + 16*Mt*s2t*Sbeta*(-1317*Cbeta*Mt*MuSUSY*s2t +
3766  1724*Sbeta*pow2(Mt) - 21*Sbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst1) - 2*
3767  pow2(Mst1)*(-8*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-727*pow2(MuSUSY)*(-1 +
3768  pow2(Sbeta)) + 415*pow2(Mst2)*pow2(Sbeta)) + 5040*Cbeta*MuSUSY*s2t*
3769  Sbeta*pow2(Mst2)*pow3(Mt) + 1648*Cbeta*Mt*MuSUSY*Sbeta*pow3(s2t)*pow4(
3770  Mst2) + 8*(320*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 271*pow2(Mst2)*pow2(
3771  Sbeta))*pow4(Mt) - 97*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))))))/(45.*pow2(
3772  Mgl)*pow2(Sbeta)*pow4(Msq)*pow4(Mst2)*pow4(Mt));
3773 
3774  return result;
3775 }
3776 
3777 /**
3778  * @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)
3779  */
3781 
3782  const double result =
3783  (14760*pow2(Mgl)*pow2(Mst1)*pow2(Mst2)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t) -
3784  14760*pow2(Mgl)*pow2(Mst1)*pow2(Mst2)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*
3785  pow2(Sbeta) - 34560*Cbeta*Dmglst1*Mgl*MuSUSY*Sbeta*pow2(Mst2)*pow2(Mt)*
3786  pow2(s2t)*pow3(Mst1) - 34560*Cbeta*MuSUSY*Sbeta*pow2(Dmglst1)*pow2(
3787  Mst2)*pow2(Mt)*pow2(s2t)*pow3(Mst1) - 11520*Cbeta*MuSUSY*Sbeta*pow2(
3788  Mgl)*pow2(Mst2)*pow2(Mt)*pow2(s2t)*pow3(Mst1) - 67920*Cbeta*MuSUSY*s2t*
3789  Sbeta*pow2(Mgl)*pow2(Mst1)*pow2(Mst2)*pow3(Mt) + 170880*Dmglst1*Mgl*
3790  s2t*pow2(MuSUSY)*pow3(Mst1)*pow3(Mt) + 170880*s2t*pow2(Dmglst1)*pow2(
3791  MuSUSY)*pow3(Mst1)*pow3(Mt) + 109440*s2t*pow2(Mgl)*pow2(MuSUSY)*pow3(
3792  Mst1)*pow3(Mt) + 136320*Dmglst1*Mgl*s2t*pow2(Mst2)*pow2(Sbeta)*pow3(
3793  Mst1)*pow3(Mt) + 399360*s2t*pow2(Dmglst1)*pow2(Mst2)*pow2(Sbeta)*pow3(
3794  Mst1)*pow3(Mt) + 17280*s2t*pow2(Mgl)*pow2(Mst2)*pow2(Sbeta)*pow3(Mst1)*
3795  pow3(Mt) - 170880*Dmglst1*Mgl*s2t*pow2(MuSUSY)*pow2(Sbeta)*pow3(Mst1)*
3796  pow3(Mt) - 170880*s2t*pow2(Dmglst1)*pow2(MuSUSY)*pow2(Sbeta)*pow3(Mst1)
3797  *pow3(Mt) - 109440*s2t*pow2(Mgl)*pow2(MuSUSY)*pow2(Sbeta)*pow3(Mst1)*
3798  pow3(Mt) - 7680*Dmglst1*Mgl*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1)
3799  - 19200*pow2(Dmglst1)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1) -
3800  1920*pow2(Mgl)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*pow4(Mst1) - 29520*
3801  Dmglst1*Mgl*pow2(Mst2)*pow2(Mt)*pow2(s2t)*pow2(Sbeta)*pow4(Mst1) -
3802  51960*pow2(Dmglst1)*pow2(Mst2)*pow2(Mt)*pow2(s2t)*pow2(Sbeta)*pow4(
3803  Mst1) - 12840*pow2(Mgl)*pow2(Mst2)*pow2(Mt)*pow2(s2t)*pow2(Sbeta)*pow4(
3804  Mst1) + 7680*Dmglst1*Mgl*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*pow2(Sbeta)*
3805  pow4(Mst1) + 19200*pow2(Dmglst1)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*pow2(
3806  Sbeta)*pow4(Mst1) + 1920*pow2(Mgl)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*
3807  pow2(Sbeta)*pow4(Mst1) - 76800*Cbeta*Dmglst1*Mgl*MuSUSY*s2t*Sbeta*pow3(
3808  Mt)*pow4(Mst1) - 99840*Cbeta*MuSUSY*s2t*Sbeta*pow2(Dmglst1)*pow3(Mt)*
3809  pow4(Mst1) - 42240*Cbeta*MuSUSY*s2t*Sbeta*pow2(Mgl)*pow3(Mt)*pow4(Mst1)
3810  + 22440*Cbeta*Dmglst1*Mgl*Mt*MuSUSY*Sbeta*pow2(Mst2)*pow3(s2t)*pow4(
3811  Mst1) + 45180*Cbeta*Mt*MuSUSY*Sbeta*pow2(Dmglst1)*pow2(Mst2)*pow3(s2t)*
3812  pow4(Mst1) + 8340*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mgl)*pow2(Mst2)*pow3(s2t)*
3813  pow4(Mst1) + 82080*Dmglst1*Mgl*pow2(Mst1)*pow2(Mt)*pow2(s2t)*pow2(
3814  Sbeta)*pow4(Mst2) + 115440*pow2(Dmglst1)*pow2(Mst1)*pow2(Mt)*pow2(s2t)*
3815  pow2(Sbeta)*pow4(Mst2) + 42960*pow2(Mgl)*pow2(Mst1)*pow2(Mt)*pow2(s2t)*
3816  pow2(Sbeta)*pow4(Mst2) + 36160*Dmglst1*Mgl*Mst1*s2t*pow2(Sbeta)*pow3(
3817  Mt)*pow4(Mst2) + 24000*Mst1*s2t*pow2(Dmglst1)*pow2(Sbeta)*pow3(Mt)*
3818  pow4(Mst2) + 25920*Mst1*s2t*pow2(Mgl)*pow2(Sbeta)*pow3(Mt)*pow4(Mst2) +
3819  6960*Cbeta*Mt*MuSUSY*Sbeta*pow2(Mgl)*pow2(Mst1)*pow3(s2t)*pow4(Mst2) -
3820  19680*Dmglst1*Mgl*Mt*pow2(Sbeta)*pow3(Mst1)*pow3(s2t)*pow4(Mst2) -
3821  19680*Mt*pow2(Dmglst1)*pow2(Sbeta)*pow3(Mst1)*pow3(s2t)*pow4(Mst2) -
3822  19680*Mt*pow2(Mgl)*pow2(Sbeta)*pow3(Mst1)*pow3(s2t)*pow4(Mst2) + 30720*
3823  pow2(Mgl)*pow2(Mst1)*pow2(MuSUSY)*pow4(Mt) + 86880*Dmglst1*Mgl*pow2(
3824  Mst1)*pow2(Mst2)*pow2(Sbeta)*pow4(Mt) + 171280*pow2(Dmglst1)*pow2(Mst1)
3825  *pow2(Mst2)*pow2(Sbeta)*pow4(Mt) + 28080*pow2(Mgl)*pow2(Mst1)*pow2(
3826  Mst2)*pow2(Sbeta)*pow4(Mt) - 30720*pow2(Mgl)*pow2(Mst1)*pow2(MuSUSY)*
3827  pow2(Sbeta)*pow4(Mt) - 172480*Cbeta*Dmglst1*Mgl*MuSUSY*Sbeta*pow3(Mst1)
3828  *pow4(Mt) - 172480*Cbeta*MuSUSY*Sbeta*pow2(Dmglst1)*pow3(Mst1)*pow4(Mt)
3829  - 43200*Cbeta*MuSUSY*Sbeta*pow2(Mgl)*pow3(Mst1)*pow4(Mt) - 18240*
3830  Dmglst1*Mgl*pow2(Sbeta)*pow4(Mst1)*pow4(Mt) - 75680*pow2(Dmglst1)*pow2(
3831  Sbeta)*pow4(Mst1)*pow4(Mt) + 480*pow2(Mgl)*pow2(Sbeta)*pow4(Mst1)*pow4(
3832  Mt) + 29600*Dmglst1*Mgl*pow2(Sbeta)*pow4(Mst2)*pow4(Mt) + 19856*pow2(
3833  Dmglst1)*pow2(Sbeta)*pow4(Mst2)*pow4(Mt) + 29440*pow2(Mgl)*pow2(Sbeta)*
3834  pow4(Mst2)*pow4(Mt) - 7200*log(pow2(Mst1)/pow2(Msq))*pow2(Mgl)*pow2(
3835  Sbeta)*pow4(Mst2)*pow4(Mt) - 8490*Dmglst1*Mgl*pow2(Sbeta)*pow4(Mst1)*
3836  pow4(Mst2)*pow4(s2t) - 18495*pow2(Dmglst1)*pow2(Sbeta)*pow4(Mst1)*pow4(
3837  Mst2)*pow4(s2t) - 345*pow2(Mgl)*pow2(Sbeta)*pow4(Mst1)*pow4(Mst2)*pow4(
3838  s2t) + 97920*Dmglst1*Mgl*s2t*pow2(Sbeta)*pow3(Mt)*pow5(Mst1) + 514560*
3839  s2t*pow2(Dmglst1)*pow2(Sbeta)*pow3(Mt)*pow5(Mst1) + 1920*s2t*pow2(Mgl)*
3840  pow2(Sbeta)*pow3(Mt)*pow5(Mst1) - 11520*Dmglst1*Mgl*Mt*pow2(Mst2)*pow2(
3841  Sbeta)*pow3(s2t)*pow5(Mst1) - 23040*Mt*pow2(Dmglst1)*pow2(Mst2)*pow2(
3842  Sbeta)*pow3(s2t)*pow5(Mst1) - 3840*Mt*pow2(Mgl)*pow2(Mst2)*pow2(Sbeta)*
3843  pow3(s2t)*pow5(Mst1) - 14160*Dmglst1*Mgl*pow2(Mt)*pow2(s2t)*pow2(Sbeta)
3844  *pow6(Mst2) - 13560*pow2(Dmglst1)*pow2(Mt)*pow2(s2t)*pow2(Sbeta)*pow6(
3845  Mst2) - 9000*pow2(Mgl)*pow2(Mt)*pow2(s2t)*pow2(Sbeta)*pow6(Mst2) +
3846  31200*Dmglst1*Mgl*Mst1*Mt*pow2(Sbeta)*pow3(s2t)*pow6(Mst2) + 42720*
3847  Mst1*Mt*pow2(Dmglst1)*pow2(Sbeta)*pow3(s2t)*pow6(Mst2) + 23520*Mst1*Mt*
3848  pow2(Mgl)*pow2(Sbeta)*pow3(s2t)*pow6(Mst2) + 1110*Dmglst1*Mgl*pow2(
3849  Mst1)*pow2(Sbeta)*pow4(s2t)*pow6(Mst2) + 5505*pow2(Dmglst1)*pow2(Mst1)*
3850  pow2(Sbeta)*pow4(s2t)*pow6(Mst2) - 5325*pow2(Mgl)*pow2(Mst1)*pow2(
3851  Sbeta)*pow4(s2t)*pow6(Mst2) + 30*log(pow2(Mst1)/pow2(Mst2))*(Mst1*pow2(
3852  Dmglst1)*(48*s2t*Sbeta*(-137*Cbeta*MuSUSY*s2t + 460*Mt*Sbeta)*pow2(Mt)*
3853  pow4(Mst1) + 8*Mt*s2t*(-60*pow2(Mt) + 41*pow2(Mst2)*pow2(s2t))*pow2(
3854  Sbeta)*pow4(Mst2) - 8*Mt*pow2(Mst1)*(534*Cbeta*Mt*MuSUSY*Sbeta*pow2(
3855  Mst2)*pow2(s2t) + 12*s2t*pow2(Mt)*(73*pow2(MuSUSY)*(-1 + pow2(Sbeta)) -
3856  88*pow2(Mst2)*pow2(Sbeta)) + 468*Cbeta*MuSUSY*Sbeta*pow3(Mt) - 233*
3857  pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + 3*Mst1*pow2(Mst2)*pow2(Sbeta)*(384*
3858  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 512*pow4(Mt) + 91*pow4(Mst2)*pow4(s2t))
3859  + pow3(Mst1)*(-24*pow2(Mt)*pow2(s2t)*(91*pow2(MuSUSY)*(-1 + pow2(Sbeta)
3860  ) - 96*pow2(Mst2)*pow2(Sbeta)) - 6912*Cbeta*MuSUSY*s2t*Sbeta*pow3(Mt) +
3861  3296*pow2(Sbeta)*pow4(Mt) - 273*pow2(Sbeta)*pow4(Mst2)*pow4(s2t))) + 2*
3862  Dmglst1*Mgl*Mst1*(8*s2t*Sbeta*(-267*Cbeta*MuSUSY*s2t + 460*Mt*Sbeta)*
3863  pow2(Mt)*pow4(Mst1) + 4*Mt*s2t*(-60*pow2(Mt) + 41*pow2(Mst2)*pow2(s2t))
3864  *pow2(Sbeta)*pow4(Mst2) - 4*Mt*pow2(Mst1)*(534*Cbeta*Mt*MuSUSY*Sbeta*
3865  pow2(Mst2)*pow2(s2t) + 12*s2t*pow2(Mt)*(73*pow2(MuSUSY)*(-1 + pow2(
3866  Sbeta)) - 44*pow2(Mst2)*pow2(Sbeta)) + 468*Cbeta*MuSUSY*Sbeta*pow3(Mt)
3867  - 137*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + Mst1*pow2(Mst2)*pow2(Sbeta)*(
3868  384*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 512*pow4(Mt) + 91*pow4(Mst2)*pow4(
3869  s2t)) + pow3(Mst1)*(-8*pow2(Mt)*pow2(s2t)*(91*pow2(MuSUSY)*(-1 + pow2(
3870  Sbeta)) - 96*pow2(Mst2)*pow2(Sbeta)) - 2304*Cbeta*MuSUSY*s2t*Sbeta*
3871  pow3(Mt) + 864*pow2(Sbeta)*pow4(Mt) - 91*pow2(Sbeta)*pow4(Mst2)*pow4(
3872  s2t))) + pow2(Mgl)*(8*Mst1*Mt*s2t*(-60*pow2(Mt) + 41*pow2(Mst2)*pow2(
3873  s2t))*pow2(Sbeta)*pow4(Mst2) - 8*Mt*pow3(Mst1)*(342*Cbeta*Mt*MuSUSY*
3874  Sbeta*pow2(Mst2)*pow2(s2t) + 4*s2t*pow2(Mt)*(155*pow2(MuSUSY)*(-1 +
3875  pow2(Sbeta)) - 44*pow2(Mst2)*pow2(Sbeta)) + 116*Cbeta*MuSUSY*Sbeta*
3876  pow3(Mt) - 73*pow2(Sbeta)*pow3(s2t)*pow4(Mst2)) + pow2(Sbeta)*pow4(
3877  Mst2)*(-328*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 408*pow4(Mt) + 41*pow4(
3878  Mst2)*pow4(s2t)) + 4*pow4(Mst1)*(2*pow2(Mt)*pow2(s2t)*(-173*pow2(
3879  MuSUSY)*(-1 + pow2(Sbeta)) + 96*pow2(Mst2)*pow2(Sbeta)) - 576*Cbeta*
3880  MuSUSY*s2t*Sbeta*pow3(Mt) + 172*pow2(Sbeta)*pow4(Mt) - 33*pow2(Sbeta)*
3881  pow4(Mst2)*pow4(s2t)) + 16*s2t*Sbeta*(-171*Cbeta*MuSUSY*s2t + 92*Mt*
3882  Sbeta)*pow2(Mt)*pow5(Mst1) + pow2(Mst1)*(8*pow2(Mst2)*pow2(Mt)*pow2(
3883  s2t)*(-173*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 89*pow2(Mst2)*pow2(Sbeta))
3884  - 768*Cbeta*MuSUSY*s2t*Sbeta*pow2(Mst2)*pow3(Mt) - 528*Cbeta*Mt*MuSUSY*
3885  Sbeta*pow3(s2t)*pow4(Mst2) + 512*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) +
3886  pow2(Mst2)*pow2(Sbeta))*pow4(Mt) + 91*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))
3887  )) + 1770*Dmglst1*Mgl*pow2(Sbeta)*pow4(s2t)*pow8(Mst2) + 1695*pow2(
3888  Dmglst1)*pow2(Sbeta)*pow4(s2t)*pow8(Mst2) + 3585*pow2(Mgl)*pow2(Sbeta)*
3889  pow4(s2t)*pow8(Mst2))/(45.*pow2(Mgl)*pow2(Sbeta)*pow4(Mst2)*pow4(Mt));
3890 
3891  return result;
3892 }
3893 
3894 /**
3895  * @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)
3896  */
3898 
3899  const double result =
3900  -298.6666666666667;
3901 
3902  return result;
3903 }
3904 
3905 } // namespace hierarchies
3906 } // namespace himalaya
double getS2() const
Definition: H5g1.cpp:307
std::array< int, ExpansionDepth::NUMBER_OF_EXPANSIONS > ExpansionFlags_t
int xMsq
MDR and truncation flags.
Definition: H5g1.hpp:74
Definition: H3.cpp:14
double getS12() const
Definition: H5g1.cpp:1754
double getS1() const
Definition: H5g1.cpp:76
double calc_coef_at_as2_no_sm_logs_log2() const
Definition: H5g1.cpp:3780
double calc_coef_at_as2_no_sm_logs_log1() const
Definition: H5g1.cpp:3457
H5g1(const ExpansionFlags_t &expansionDepth, double Al4p, double beta, double Dmglst1, 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: H5g1.cpp:39
truncate the expansion depth in the gluino mass by one order
truncate the expansion depth in the average squark mass by one order
double calc_coef_at_as2_no_sm_logs_log3() const
Definition: H5g1.cpp:3897
double Al4p
common variables
Definition: H5g1.hpp:73
double calc_coef_at_as2_no_sm_logs_log0() const
Definition: H5g1.cpp:2062
truncate the expansion depth in the difference of stop/sbottom 1 mass and the gluino mass by one orde...
Complex< T > log(const Complex< T > &z_) noexcept
Definition: complex.hpp:45
int threeLoopFlag
loop flags
Definition: H5g1.hpp:75