Himalaya
H6bq2g2.cpp
Go to the documentation of this file.
1 // ====================================================================
2 // This file is part of Himalaya.
3 //
4 // Himalaya is licenced under the GNU General Public License (GNU GPL)
5 // version 3.
6 // ====================================================================
7 
11 #include "himalaya/misc/Powers.hpp"
12 #include <cmath>
13 
14 namespace himalaya {
15 namespace hierarchies {
16 
17 /**
18  * Constructor
19  * @param expansionDepth the flagMap for the truncation of expansion variables
20  * @param Al4p a double alpha_s/4/Pi
21  * @param beta a double which is the mixing angle beta
22  * @param Dmglst2 a double Mgl - Mst2
23  * @param Dmsqst2 a double Msq - Mst2
24  * @param lmMt a double log((<renormalization scale> / Mt)^2)
25  * @param lmMst1 a double log((<renormalization scale> / Mst1)^2)
26  * @param lmMst2 a double log((<renormalization scale> / Mst2)^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 H6bq2g2::H6bq2g2(const ExpansionFlags_t& expansionDepth, double Al4p, double beta, double Dmglst2,
40  double Dmsqst2, double lmMt, double lmMst1, double lmMst2,
41  double Mgl, double Mt, double Mst1, double Mst2, double Msq, double MuSUSY,
42  double s2t,
43  int mdrFlag, int oneLoopFlag, int twoLoopFlag, int threeLoopFlag){
44  // abbrev for tan(beta) and sin(beta)
45  Tbeta = tan(beta);
46  Sbeta = sin(beta);
47  this -> Dmglst2 = Dmglst2;
48  this -> Dmsqst2 = Dmsqst2;
49  this -> lmMt = lmMt;
50  this -> lmMst1 = lmMst1;
51  this -> lmMst2 = lmMst2;
52  this -> Mgl = Mgl;
53  this -> Mt = Mt;
54  this -> Mst1 = Mst1;
55  this -> Mst2 = Mst2;
56  this -> Msq = Msq;
57  this -> MuSUSY = MuSUSY;
58  this -> s2t = s2t;
59  this -> oneLoopFlag = oneLoopFlag;
60  this -> twoLoopFlag = twoLoopFlag;
61  this -> threeLoopFlag = threeLoopFlag;
62  this -> Al4p = Al4p;
63  // mdr flags, indicates if one wants to shift the dr stop mass to the mdr stop mass
64  shiftst1 = mdrFlag;
65  shiftst2 = mdrFlag;
66  shiftst3 = mdrFlag;
67  xDR2DRMOD = mdrFlag;
68  // expansion flags
69  xDmglst2 = expansionDepth.at(ExpansionDepth::Dmglst2);
70  xDmsqst2 = expansionDepth.at(ExpansionDepth::Dmsqst2);
71  xMst = expansionDepth.at(ExpansionDepth::Mst);
72 }
73 
74 /**
75  * @return The diagonal (1, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6bq2g2'
76  */
77 double H6bq2g2::getS1() const {
78  return -(Al4p*Mt*z2*((Mt*xDmglst2*pow2(Dmglst2)*(9720*s2t*twoLoopFlag*pow2(
79  MuSUSY)*(-3*(-14*Mt + Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + (62*Mt - 3*
80  Mst2*s2t)*pow4(Mst1) + (22*Mt - 3*Mst2*s2t)*pow4(Mst2)) + (Al4p*
81  threeLoopFlag*(Mt*pow2(MuSUSY)*(388800*Dmsqst2*s2t*pow2(Mst2)*((1 - 9*
82  lmMst1 + 9*lmMst2)*pow2(Mst1) + (-2 - 3*lmMst1 + 3*lmMst2)*pow2(Mst2))
83  + pow2(Msq)*(6*Mst2*(6*(122051 + 1800*lmMst1 + 274680*lmMst2)*Mt + (
84  1263161 - 156600*lmMst1 + 979560*lmMst2)*Mst2*s2t)*pow2(Mst1) + 9*(192*
85  (617 + 2040*lmMst2)*Mt + (897737 + 47880*lmMst1 + 238680*lmMst2)*Mst2*
86  s2t)*pow3(Mst2) + 2*(15057833 - 4014360*lmMst1 + 5563080*lmMst2)*s2t*
87  pow4(Mst1))) - (Mst2*pow2(s2t)*(-24300*Dmsqst2*pow2(Mst2)*(4*pow2(
88  MuSUSY)*(3*(2 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + (3 + 8*lmMst1
89  - 8*lmMst2)*pow4(Mst1) + pow4(Mst2)) - (-93 + 10*lmMst1 - 10*lmMst2)*(-
90  1 + pow2(Sbeta))*pow2(Sbeta)*pow6(Mst1)) + pow2(Msq)*pow2(MuSUSY)*(30*(
91  21223 + 13230*lmMst1 + 702*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(88931 +
92  33120*lmMst1 + 13320*lmMst2)*pow2(Mst1)*pow4(Mst2) + (8513956 -
93  1231200*lmMst1 + 1509840*lmMst2)*pow6(Mst1) + 38880*pow6(Mst2))))/pow2(
94  Mst1)))/pow2(Msq)))/(pow2(Mgl)*pow5(Mst2)) + (4860*Mt*s2t*twoLoopFlag*
95  pow2(MuSUSY)*(2*(82*Mt - 3*Mst2*s2t)*xDmglst2*xMst*pow2(Dmglst2)*pow6(
96  Mst1) + pow2(Mgl)*(4*Mt*pow2(Mst2)*pow4(Mst1) + 4*Mt*pow2(Mst1)*pow4(
97  Mst2) + 4*Mt*xMst*pow6(Mst1) + (4*Mt - Mst2*s2t)*pow6(Mst2)) - 4*
98  Dmglst2*Mgl*((-13*Mt + Mst2*s2t)*pow2(Mst2)*pow4(Mst1) + (-9*Mt + Mst2*
99  s2t)*pow2(Mst1)*pow4(Mst2) + (-17*Mt*xMst + Mst2*s2t*xMst)*pow6(Mst1) +
100  (-5*Mt + Mst2*s2t)*pow6(Mst2))))/(pow2(Mgl)*pow7(Mst2)) - Al4p*
101  threeLoopFlag*(7290*Mt*pow2(s2t)*((10*Dmglst2*Dmsqst2*(-93 + 10*lmMst1
102  - 10*lmMst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1))/(3.*Mgl*pow2(
103  Msq)*pow2(Mst2)) - pow2(MuSUSY)*(103.64814814814815 + (94*lmMst1)/9. -
104  (184*lmMst2)/9. + (Dmglst2*(24*lmMst1 - (7*(233 + 240*lmMst2))/27.) + (
105  5*Dmsqst2*(72*Dmglst2*(2 + lmMst1 - lmMst2) + 53*Mgl))/(9.*pow2(Msq)))/
106  Mgl + ((10800*Dmglst2*Dmsqst2*(3 + 8*lmMst1 - 8*lmMst2) + 150*Dmsqst2*(
107  1097 - 72*lmMst1 + 72*lmMst2)*Mgl + 36*Dmglst2*(-6803 + 1810*lmMst1 -
108  2670*lmMst2)*pow2(Msq) + (533629 - 900*lmMst1 + 180*lmMst2)*Mgl*pow2(
109  Msq))*pow2(Mst1))/(810.*Mgl*pow2(Msq)*pow2(Mst2)) - (2*(19 + (-28*
110  Dmglst2 + (30*Dmsqst2*(-2*Dmglst2 + Mgl))/pow2(Msq))/Mgl)*pow2(Mst2))/(
111  9.*pow2(Mst1)) + ((19947459 - 244620*lmMst1 + 231660*lmMst2 + (8*
112  Dmglst2*(-2128489 + 307800*lmMst1 - 377460*lmMst2))/Mgl + (300*Dmsqst2*
113  (20701 - 648*lmMst1 + 648*lmMst2))/pow2(Msq))*pow4(Mst1))/(14580.*pow4(
114  Mst2)) - (20*shiftst1*(1 + Dmsqst2/pow2(Msq))*(1 + pow2(Mst2)/pow2(
115  Mst1) - (2*(lmMst1 - lmMst2)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) +
116  pow4(Mst2)))/pow4(Mst2)))/3. - (2*shiftst3*(2*(1 - 2*lmMst1 + 2*lmMst2)
117  *pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2)
118  + (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/(3.*pow2(Mst1)*
119  pow4(Mst2)))) + ((-75*s2t*xDmsqst2*pow2(Dmsqst2)*(324*Mst2*Mt*xDmglst2*
120  pow2(Dmglst2)*(pow2(MuSUSY)*(-4*(4*(2 + 3*lmMst1 - 3*lmMst2)*Mt - 3*(2
121  + lmMst1 - lmMst2)*Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 4*(4*(1 - 9*lmMst1
122  + 9*lmMst2)*Mt + (3 + 8*lmMst1 - 8*lmMst2)*Mst2*s2t)*pow4(Mst1) + 4*
123  s2t*pow5(Mst2)) - (-93 + 10*lmMst1 - 10*lmMst2)*Mst2*s2t*(-1 + pow2(
124  Sbeta))*pow2(Sbeta)*pow6(Mst1)) + Mgl*(s2t*(81*pow2(Mst2)*pow2(Sbeta)*(
125  -2*(11 + 10*lmMst1 - 10*lmMst2)*Mgl*Mst2*s2t*(-1 + pow2(Sbeta)) + (
126  Dmglst2*(372 - 40*lmMst1 + 40*lmMst2) + 3*(-17 + 2*lmMst1 - 2*lmMst2)*
127  Mgl)*Mt*pow2(Sbeta))*pow6(Mst1) + Mt*(81*(4*Dmglst2*(-93 + 10*lmMst1 -
128  10*lmMst2) + 3*(17 - 2*lmMst1 + 2*lmMst2)*Mgl)*pow2(Mst2)*pow2(Sbeta)*
129  pow6(Mst1) + 2*pow2(MuSUSY)*(648*Dmglst2*pow2(Mst2)*(3*(2 + lmMst1 -
130  lmMst2)*pow2(Mst1)*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) +
131  pow4(Mst2)) + Mgl*(3*(1607 - 432*lmMst1 + 432*lmMst2)*pow2(Mst2)*pow4(
132  Mst1) - 18*(25 + 9*lmMst1 - 9*lmMst2)*pow2(Mst1)*pow4(Mst2) + (20701 -
133  648*lmMst1 + 648*lmMst2)*pow6(Mst1) - 486*pow6(Mst2))))) + 648*Mt*pow2(
134  MuSUSY)*(8*Dmglst2*Mst2*Mt*pow2(Mst1)*((1 - 9*lmMst1 + 9*lmMst2)*pow2(
135  Mst1) + (-2 - 3*lmMst1 + 3*lmMst2)*pow2(Mst2)) + Mgl*((4*(7 + 3*lmMst1
136  - 3*lmMst2)*Mt + (-1 + 2*lmMst1 - 2*lmMst2)*Mst2*s2t*shiftst1)*pow2(
137  Mst1)*pow3(Mst2) + 2*Mst2*(4*(5 + 3*lmMst1 - 3*lmMst2)*Mt + (lmMst1 -
138  lmMst2)*Mst2*s2t*shiftst1)*pow4(Mst1) + 2*(lmMst1 - lmMst2)*s2t*
139  shiftst1*pow6(Mst1) - s2t*shiftst1*pow6(Mst2))))))/(pow2(Mst1)*pow4(
140  Msq)*pow4(Mst2)) + (Mt*pow2(MuSUSY)*(Mgl*Mt*(540*(Dmglst2*(-7286 + 240*
141  lmMst1 - 6384*lmMst2) + (353 - 72*lmMst1 - 696*lmMst2)*Mgl)*Mt*pow2(
142  Mst1)*pow2(Mst2) - (388800*Dmsqst2*s2t*(Dmglst2*(1 - 9*lmMst1 + 9*
143  lmMst2)*pow2(Mst1) + (5 + 3*lmMst1 - 3*lmMst2)*Mgl*pow2(Mst1) -
144  Dmglst2*(2 + 3*lmMst1 - 3*lmMst2)*pow2(Mst2) + (2 + lmMst1 - lmMst2)*
145  Mgl*pow2(Mst2))*pow3(Mst2))/pow2(Msq) + 90*(38401 + 1080*lmMst1 - 7992*
146  lmMst2)*Mgl*Mt*pow4(Mst1) - 8640*(24*Dmglst2*(5 + 6*lmMst2) + (53 + 24*
147  lmMst2)*Mgl)*Mt*pow4(Mst2) - Mst2*s2t*(3*Mgl*(120*(3937 + 2988*lmMst1 -
148  2232*lmMst2)*pow2(Mst1)*pow2(Mst2) + (533726 + 792720*lmMst1 - 693360*
149  lmMst2)*pow4(Mst1) + 135*(2269 + 664*lmMst1 - 56*lmMst2)*pow4(Mst2)) +
150  Dmglst2*(36*(364291 - 88560*lmMst1 + 147960*lmMst2)*pow2(Mst1)*pow2(
151  Mst2) + (30115666 - 8028720*lmMst1 + 11126160*lmMst2)*pow4(Mst1) + 27*(
152  173947 - 25080*lmMst1 + 68760*lmMst2)*pow4(Mst2)))) - (6480*Mst2*s2t*
153  xDR2DRMOD*(Mgl*(32*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*Mt*
154  pow2(Mst1)*(2*pow2(Mst1)*pow2(Mst2) + 3*pow4(Mst1) + pow4(Mst2)) -
155  Mst2*s2t*(-2*(Dmglst2*(7*lmMst1 - 15*lmMst2) + (-4 - 13*lmMst1 + 9*
156  lmMst2)*Mgl)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (Dmglst2*(7 - 14*
157  lmMst1 + 30*lmMst2) + (-5 + 26*lmMst1 - 18*lmMst2)*Mgl)*pow2(Mst1)*
158  pow4(Mst2) + (7*Dmglst2 - 13*Mgl)*pow6(Mst2))) - xDmglst2*pow2(Dmglst2)
159  *(2*(-32*(-1 + 6*lmMst2)*Mt + (-8 - 27*lmMst1 + 39*lmMst2)*Mst2*s2t)*
160  pow2(Mst2)*pow4(Mst1) + (32*(1 - 6*lmMst2)*Mt + (11 - 54*lmMst1 + 78*
161  lmMst2)*Mst2*s2t)*pow2(Mst1)*pow4(Mst2) - 2*(48*(1 + 3*lmMst2)*Mt + (7*
162  lmMst1 - 15*lmMst2)*Mst2*s2t)*pow6(Mst1) + 27*s2t*pow7(Mst2))))/pow2(
163  Mst1)))/pow6(Mst2))/pow2(Mgl))))/7290. - threeLoopFlag*pow2(Al4p)*(
164  pow2(Mt)*pow2(s2t)*((5*Dmglst2*Dmsqst2*(-1081 + 165*lmMst1 - 165*
165  lmMst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1))/(9.*Mgl*pow2(Msq)*
166  pow2(Mst2)) + pow2(MuSUSY)*(53.385802469135804 + (40*B4)/9. - (4*D3)/9.
167  + (2*DN)/9. + (1672*lmMst1)/27. + (53*pow2(lmMst1))/9. - lmMst2*(
168  129.92592592592592 - 72*lmMst1 + (13*pow2(lmMst1))/3.) + (2*(-470 +
169  147*lmMst1)*pow2(lmMst2))/9. + (16*pow3(lmMst1))/9. - (271*pow3(lmMst2)
170  )/9. + ((-5*Dmsqst2*(288*Dmglst2*(4 + lmMst1 - lmMst2) + Mgl*(-1141 +
171  264*lmMst2 + 48*lmMst1*(-7 + 3*lmMst2) - 144*pow2(lmMst2))))/(54.*pow2(
172  Msq)) - (Dmglst2*(14267 - 432*B4 + 576*D3 - 360*DN + 4752*lmMst1 -
173  1404*pow2(lmMst1) + 72*lmMst2*(-63 - 232*lmMst1 + 16*pow2(lmMst1)) +
174  72*(281 - 123*lmMst1)*pow2(lmMst2) + 7704*pow3(lmMst2)))/162.)/Mgl + (
175  pow2(Mst1)*(434.270658436214 + (76*B4)/9. - (2*DN)/9. + (69088*lmMst1)/
176  405. - (1313*pow2(lmMst1))/27. - (4*lmMst2*(16192 - 26430*lmMst1 +
177  3465*pow2(lmMst1)))/405. + ((-5735 + 3072*lmMst1)*pow2(lmMst2))/27. + (
178  Dmsqst2*(201.74098765432097 + (622*lmMst1)/15. + (2*(-311 + 10*lmMst1)*
179  lmMst2)/15. + (10*Dmglst2*(23 - 42*lmMst1 + 42*lmMst2))/(3.*Mgl) - (22*
180  pow2(lmMst1))/3. + 6*pow2(lmMst2)))/pow2(Msq) - (62*pow3(lmMst1))/27. -
181  (2086*pow3(lmMst2))/27. - (2*Dmglst2*(2695042 - 40500*B4 + 54000*D3 -
182  33750*DN - 326895*lmMst1 - 324900*pow2(lmMst1) + 15*lmMst2*(-19607 -
183  129030*lmMst1 + 62550*pow2(lmMst1)) - 450*(-5023 + 5610*lmMst1)*pow2(
184  lmMst2) + 11250*pow3(lmMst1) + 1575000*pow3(lmMst2)))/(30375.*Mgl)))/
185  pow2(Mst2) + ((628.1736268201578 + (76*B4)/9. - (2*DN)/9. + (6317839*
186  lmMst1)/396900. - (66307*pow2(lmMst1))/315. - lmMst2*(12.52907281431091
187  - (182909*lmMst1)/315. + (274*pow2(lmMst1))/3.) + (2*(-58301 + 37135*
188  lmMst1)*pow2(lmMst2))/315. + (Dmsqst2*(237.28785508324435 + (16526*
189  lmMst2)/3969. + (2*lmMst1*(-8263 + 71820*lmMst2))/3969. - (520*pow2(
190  lmMst1))/21. - (80*pow2(lmMst2))/7.))/pow2(Msq) - (44*pow3(lmMst1))/9.
191  - (1256*pow3(lmMst2))/
192  9. - (Dmglst2*(585.1892843532082 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9.
193  - (20109937*lmMst1)/
194  297675. - (15886*pow2(lmMst1))/945. + lmMst2*(17.112243218274966 - (
195  144628*lmMst1)/945. + (1180*pow2(lmMst1))/9.) + (169.85608465608465 - (
196  2632*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))/27. + (4448*pow3(
197  lmMst2))/27.))/Mgl)*pow4(Mst1))/pow4(Mst2) + (-((360*Dmglst2*Dmsqst2 +
198  Dmsqst2*(30 - 60*lmMst2)*Mgl + Mgl*(103 + 186*lmMst2 + 32*lmMst1*(1 +
199  lmMst2) + 91*pow2(lmMst2))*pow2(Msq) + 2*Dmglst2*(-20 + 2*(99 + 16*
200  lmMst1)*lmMst2 + 123*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*pow2(Msq)
201  *pow2(Mst1)) + (16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*
202  pow4(Mst2))/(9.*pow4(Mst1)) + (-30*Dmsqst2*Mgl*(9*(104*OepS2 + 27*(17 -
203  78*lmMst1 + 78*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 13*(136*OepS2 - 27*(
204  95 + 102*lmMst1 - 102*lmMst2)*S2)*pow4(Mst1) + 27*(8*OepS2 - 81*(-15 +
205  2*lmMst1 - 2*lmMst2)*S2)*pow4(Mst2)) + pow2(Msq)*(3*Mgl*(-3*(8456*OepS2
206  - 81*(11243 + 2114*lmMst1 - 2114*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (-
207  52948*OepS2 + 27*(194357 + 39711*lmMst1 - 39711*lmMst2)*S2)*pow4(Mst1)
208  + 27*(-184*OepS2 + 81*(307 + 46*lmMst1 - 46*lmMst2)*S2)*pow4(Mst2)) +
209  2*Dmglst2*(54*(344*OepS2 + 9*(15643 - 774*lmMst1 + 774*lmMst2)*S2)*
210  pow2(Mst1)*pow2(Mst2) + 4*(17308*OepS2 + 27*(93919 - 12981*lmMst1 +
211  12981*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2 - 81*(-1677 + 14*lmMst1 -
212  14*lmMst2)*S2)*pow4(Mst2))))/(2187.*pow2(Msq)*pow4(Mst2)))/Mgl + ((10*
213  shiftst1*(Dmsqst2*(3 - 2*lmMst2) + (1 - 2*lmMst2)*pow2(Msq))*((pow2(
214  Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(
215  Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))))/pow2(Msq) + (1 - 2*
216  lmMst2)*shiftst3*(2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) +
217  2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (2 - 6*lmMst1 + 6*
218  lmMst2)*pow6(Mst1) + pow6(Mst2)))/(3.*pow2(Mst1)*pow4(Mst2)))) + (Mt*(
219  3*Mst2*pow2(Mst1)*(-1715*z3*pow2(Mst1)*(-15*Mst2*s2t*xDmsqst2*pow2(
220  Dmsqst2)*(2592*Dmglst2*Mgl*Mst2*Mt*(pow2(MuSUSY)*(8*(5*Mt - 2*Mst2*s2t)
221  *pow2(Mst1) + 8*Mt*pow2(Mst2) - 6*s2t*pow3(Mst2)) + 5*Mst2*s2t*(-1 +
222  pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1)) + 2592*Mst2*Mt*xDmglst2*pow2(
223  Dmglst2)*(pow2(MuSUSY)*(8*(5*Mt - 2*Mst2*s2t)*pow2(Mst1) + 8*Mt*pow2(
224  Mst2) - 6*s2t*pow3(Mst2)) + 5*Mst2*s2t*(-1 + pow2(Sbeta))*pow2(Sbeta)*
225  pow4(Mst1)) - pow2(Mgl)*(Mt*pow2(MuSUSY)*(48*Mst2*(3024*Mt - 1783*Mst2*
226  s2t)*pow2(Mst1) + 9*(8064*Mt - 5507*Mst2*s2t)*pow3(Mst2)) + 8*s2t*(
227  3542*Mt*pow2(MuSUSY) + 243*Mt*pow2(Mst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)
228  - 810*s2t*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow3(Mst2))*pow4(Mst1))) + Mt*
229  (240*Dmsqst2*Mst2*s2t*pow2(Msq)*(-162*Mst2*xDmglst2*pow2(Dmglst2)*(
230  pow2(MuSUSY)*(8*(5*Mt - 2*Mst2*s2t)*pow2(Mst1) + 8*Mt*pow2(Mst2) - 6*
231  s2t*pow3(Mst2)) + 5*Mst2*s2t*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1))
232  + Mgl*s2t*(162*Dmglst2*pow2(Mst2)*(2*(8*pow2(Mst1) + 3*pow2(Mst2))*
233  pow2(MuSUSY) - 5*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1)) + Mgl*pow2(
234  MuSUSY)*(315*pow2(Mst1)*pow2(Mst2) + 1771*pow4(Mst1) - 621*pow4(Mst2)))
235  ) + 4*pow2(MuSUSY)*pow4(Msq)*(xDmglst2*pow2(Dmglst2)*(48*Mst2*pow2(
236  Mst1)*(152143*Mst2*Mt*s2t - 40917*pow2(Mt) + 101147*pow2(Mst2)*pow2(
237  s2t)) + 9*(443828*Mst2*Mt*s2t - 95520*pow2(Mt) + 228607*pow2(Mst2)*
238  pow2(s2t))*pow3(Mst2) + 16*s2t*(395581*Mt + 176558*Mst2*s2t)*pow4(Mst1)
239  ) + 2*Mgl*Mst2*pow2(s2t)*(Dmglst2*(1052676*pow2(Mst1)*pow2(Mst2) +
240  1412464*pow4(Mst1) + 475605*pow4(Mst2)) + 6*Mgl*(3*(35719 + 108*lmMst1
241  - 108*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(91963 + 162*lmMst1 - 162*
242  lmMst2)*pow4(Mst1) + 27*(1319 + 6*lmMst1 - 6*lmMst2)*pow4(Mst2)))))) +
243  2*Mst2*s2t*xDmsqst2*pow2(Dmsqst2)*(-2778300*Mst2*Mt*xDmglst2*pow2(
244  Dmglst2)*(pow2(MuSUSY)*(48*(-2*(2 + 5*lmMst1 - 5*lmMst2)*Mt + (4 +
245  lmMst1 - lmMst2)*Mst2*s2t)*pow2(Mst1)*pow2(Mst2) - 6*(16*(-8 + 15*
246  lmMst1 - 15*lmMst2)*Mt + (23 - 42*lmMst1 + 42*lmMst2)*Mst2*s2t)*pow4(
247  Mst1) + 72*s2t*pow5(Mst2)) - (-1081 + 165*lmMst1 - 165*lmMst2)*Mst2*
248  s2t*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow6(Mst1)) + Mgl*(-411600*Mt*pow2(
249  MuSUSY)*(648*Dmglst2*Mst2*Mt*pow2(Mst1)*((8 - 15*lmMst1 + 15*lmMst2)*
250  pow2(Mst1) + (-2 - 5*lmMst1 + 5*lmMst2)*pow2(Mst2)) + Mgl*(9*(36*(5 +
251  4*lmMst1 - 4*lmMst2)*Mt - Mst2*s2t*(9*(-1 + 2*lmMst1 - 2*lmMst2)*(-2 +
252  lmMst2)*shiftst1 + 4*T1ep))*pow2(Mst1)*pow3(Mst2) + 6*Mst2*(108*(1 + 3*
253  lmMst1 - 3*lmMst2)*Mt + Mst2*s2t*(-27*(lmMst1 - lmMst2)*(-2 + lmMst2)*
254  shiftst1 - 25*T1ep))*pow4(Mst1) - s2t*(81*(lmMst1 - lmMst2)*(-3 + 2*
255  lmMst2)*shiftst1 + 442*T1ep)*pow6(Mst1) + 81*(-2 + lmMst2)*s2t*
256  shiftst1*pow6(Mst2))) + s2t*(-694575*pow2(Mst2)*pow2(Sbeta)*(-6*(11 +
257  39*lmMst1 - 39*lmMst2)*Mgl*Mst2*s2t*(-1 + pow2(Sbeta)) + (Dmglst2*(4324
258  - 660*lmMst1 + 660*lmMst2) + 3*(-167 + 5*lmMst1 - 5*lmMst2)*Mgl)*Mt*
259  pow2(Sbeta))*pow6(Mst1) + Mt*(694575*(Dmglst2*(4324 - 660*lmMst1 + 660*
260  lmMst2) + 3*(-167 + 5*lmMst1 - 5*lmMst2)*Mgl)*pow2(Mst2)*pow2(Sbeta)*
261  pow6(Mst1) + pow2(MuSUSY)*(16669800*Dmglst2*pow2(Mst2)*(-8*(4 + lmMst1
262  - lmMst2)*pow2(Mst1)*pow2(Mst2) + (23 - 42*lmMst1 + 42*lmMst2)*pow4(
263  Mst1) - 12*pow4(Mst2)) + Mgl*(-4116*(45*lmMst1*(-1547 + 180*lmMst2 -
264  4500*S2) + 45*lmMst2*(1547 + 4500*S2) + 2*(-106283 + 5000*OepS2 +
265  639225*S2) + 4050*pow2(lmMst1) - 12150*pow2(lmMst2))*pow2(Mst2)*pow4(
266  Mst1) + 77175*(8771 - 128*OepS2 - 57024*S2 - 72*lmMst2*(23 + 36*S2) +
267  72*lmMst1*(29 - 12*lmMst2 + 36*S2) + 864*pow2(lmMst2))*pow2(Mst1)*pow4(
268  Mst2) + 2*(593331163 - 60642400*OepS2 + 1260*lmMst2*(8263 - 974610*S2)
269  + 1143733500*S2 + 1260*lmMst1*(-8263 + 71820*lmMst2 + 974610*S2) -
270  61916400*pow2(lmMst1) - 28576800*pow2(lmMst2))*pow6(Mst1) + 16669800*(1
271  + 2*lmMst2)*pow6(Mst2)))))))) - 686*Mt*pow2(MuSUSY)*(30*pow4(Mst1)*(2*
272  Mst2*xDmglst2*pow2(Dmglst2)*pow4(Msq)*(6*Mst2*pow2(Mst1)*(Mst2*Mt*s2t*(
273  12344*z4 - 88647*pow2(z2)) + pow2(Mt)*(5412*z4 - 630*pow2(z2)) + pow2(
274  Mst2)*pow2(s2t)*(10819*z4 + 3471*pow2(z2))) + 9*(1944*z4*pow2(Mt) +
275  Mst2*Mt*s2t*(2498*z4 - 31083*pow2(z2)) + pow2(Mst2)*pow2(s2t)*(4444*z4
276  + 2049*pow2(z2)))*pow3(Mst2) + 2*s2t*(2636*Mt*z4 + 22654*Mst2*s2t*z4 -
277  259215*Mt*pow2(z2) + 31794*Mst2*s2t*pow2(z2))*pow4(Mst1)) + 2*Dmglst2*
278  Mgl*Mst2*pow2(Msq)*(-38880*Dmsqst2*Mt*s2t*z3*pow2(Mst2)*(5*pow2(Mst1) +
279  pow2(Mst2)) + pow2(Msq)*(36*Mst2*pow2(Mst1)*(Mst2*Mt*s2t*(47456*z3 +
280  709*z4 - 8535*pow2(z2)) - 6*pow2(Mt)*(250*z3 - 94*z4 + 21*pow2(z2)) +
281  3*pow2(Mst2)*pow2(s2t)*(185*z4 + 237*pow2(z2))) + 27*(16*(-83*z3 + 27*
282  z4)*pow2(Mt) + Mst2*Mt*s2t*(30274*z3 + 542*z4 - 5289*pow2(z2)) + 2*
283  pow2(Mst2)*pow2(s2t)*(212*z4 + 237*pow2(z2)))*pow3(Mst2) + 2*s2t*(
284  1582324*Mt*z3 + 2636*Mt*z4 + 22654*Mst2*s2t*z4 - 259215*Mt*pow2(z2) +
285  31794*Mst2*s2t*pow2(z2))*pow4(Mst1))) + 3*pow2(Mgl)*(-20*Dmsqst2*s2t*
286  pow2(Msq)*pow2(Mst2)*(9*Mst2*pow2(Mst1)*(-1008*Mt*z3 + 26*Mst2*s2t*z4 +
287  39*Mst2*s2t*pow2(z2)) + 27*(-144*Mt*z3 + 2*Mst2*s2t*z4 + 3*Mst2*s2t*
288  pow2(z2))*pow3(Mst2) + 221*s2t*(2*z4 + 3*pow2(z2))*pow4(Mst1)) - 20*
289  xDmsqst2*pow2(Dmsqst2)*pow2(Mst2)*pow2(s2t)*(2*z4 + 3*pow2(z2))*(75*
290  pow2(Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 18*pow4(Mst2)) + pow4(Msq)*(-
291  6*pow2(Mst1)*pow2(Mst2)*(-36*pow2(Mt)*(218*z3 + 50*z4 + 21*pow2(z2)) +
292  4*Mst2*Mt*s2t*(-14636*z3 - 1135*z4 + 2388*pow2(z2)) + pow2(Mst2)*pow2(
293  s2t)*(2276*z4 + 2523*pow2(z2))) + (4*Mst2*Mt*s2t*(99632*z3 + 11764*z4 -
294  20505*pow2(z2)) + 12*pow2(Mt)*(1502*z3 + 2062*z4 + 1635*pow2(z2)) -
295  pow2(Mst2)*pow2(s2t)*(27446*z4 + 35823*pow2(z2)))*pow4(Mst1) + 18*(8*(
296  230*z3 + 27*z4)*pow2(Mt) + 5*Mst2*Mt*s2t*(2386*z3 + 102*z4 - 333*pow2(
297  z2)) + 3*pow2(Mst2)*pow2(s2t)*(-40*z4 + 3*pow2(z2)))*pow4(Mst2)))) +
298  Mgl*pow2(Msq)*(180*pow2(Msq)*pow2(Mt)*pow4(Mst1)*(9*pow2(Mst1)*pow2(
299  Mst2)*(Mgl*(10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 - 384*(-25 + 9*
300  lmMst1)*lmMst2 - 384*(-1 + lmMst1 - lmMst2)*lmMt - 384*(-13 + 4*lmMst1)
301  *pow2(lmMst2) + 1536*pow3(lmMst2)) + Dmglst2*(18936.666666666668 - 192*
302  B4 + 192*D3 - 96*DN + 3648*lmMst1 - 192*(-89 + 2*lmMst1)*lmMst2 + 384*(
303  -2 + lmMst1 - lmMst2)*lmMt - 384*(-9 + 8*lmMst1)*pow2(lmMst2) + 3072*
304  pow3(lmMst2))) + (Mgl*(383185 - 2592*B4 + 2592*D3 - 1296*DN - 187704*
305  lmMst1 + 216*lmMst2*(1733 + 859*lmMst2 - 6*lmMst1*(105 + 41*lmMst2) -
306  26*pow2(lmMst1)) - 7992*pow2(lmMst1) + 3456*lmMt*(3 + 6*lmMst2 - 2*
307  lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(lmMst2)) + 720*pow3(lmMst1) +
308  58032*pow3(lmMst2))*pow4(Mst1))/2. + OepS2*(672*(2*Dmglst2 - 3*Mgl)*
309  pow2(Mst1)*pow2(Mst2) - 8720*Mgl*pow4(Mst1)) + 72*(6*Dmglst2*(180 - 2*
310  B4 + 2*D3 - DN + 16*lmMst1 + 144*lmMst2 - 16*(-2 + lmMst1)*pow2(lmMst2)
311  + 16*pow3(lmMst2)) + Mgl*(436 - 6*B4 + 6*D3 - 3*DN - 48*lmMst1 + (408 -
312  96*lmMst1)*lmMst2 + 24*lmMt - 48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(
313  lmMst2)))*pow4(Mst2) - 243*S2*(4*(2*Dmglst2*(65 + 14*lmMst1 - 14*
314  lmMst2) + 3*(43 - 14*lmMst1 + 14*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + (
315  4*(57 - 545*lmMst1 + 545*lmMst2)*Mgl*pow4(Mst1))/3. + 96*(4*Dmglst2 +
316  3*Mgl)*pow4(Mst2))) + 120*T1ep*pow4(Mst1)*(-(pow2(Mst2)*pow2(s2t)*(60*
317  Dmsqst2*Mgl*(117*pow2(Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 27*pow4(Mst2)
318  ) + pow2(Msq)*(-4*Dmglst2*(2322*pow2(Mst1)*pow2(Mst2) + 8654*pow4(Mst1)
319  + 189*pow4(Mst2)) + 3*Mgl*(6342*pow2(Mst1)*pow2(Mst2) + 13237*pow4(
320  Mst1) + 1242*pow4(Mst2))))) + pow2(Msq)*(-2*Dmglst2*Mst2*Mt*(36*Mst2*(
321  42*Mt + 253*Mst2*s2t)*pow2(Mst1) + 32842*s2t*pow4(Mst1) + 945*s2t*pow4(
322  Mst2)) + 6*Mgl*Mt*(12*(63*Mt + 68*Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 2*(
323  1635*Mt + 941*Mst2*s2t)*pow4(Mst1) + 189*s2t*pow5(Mst2)))) + Mst2*Mt*
324  s2t*pow2(Mst1)*(2332800*Dmsqst2*pow2(Mst1)*pow2(Mst2)*(Dmglst2*(8 - 15*
325  lmMst1 + 15*lmMst2)*pow2(Mst1) + (1 + 3*lmMst1 - 3*lmMst2)*Mgl*pow2(
326  Mst1) - Dmglst2*(2 + 5*lmMst1 - 5*lmMst2)*pow2(Mst2) + (1 + lmMst1 -
327  lmMst2)*Mgl*pow2(Mst2)) + pow2(Msq)*(Dmglst2*(36*pow2(Mst2)*(66761 +
328  301320*B4 - 4860*DN - 205380*lmMst1 + 40480*OepS2 - 216*(2489 + 3795*
329  lmMst1 - 3795*lmMst2)*S2 + 23760*pow2(lmMst1) + 180*lmMst2*(4993 -
330  1956*lmMst1 + 48*pow2(lmMst1)) - 1080*(-482 + 331*lmMst1)*pow2(lmMst2)
331  + 348840*pow3(lmMst2))*pow4(Mst1) + 27*pow2(Mst1)*(23917 + 188640*B4 -
332  3600*DN - 37440*lmMst1 + 5600*OepS2 - 324*(-453 + 350*lmMst1 - 350*
333  lmMst2)*S2 + 11520*pow2(lmMst1) - 2880*lmMst2*(-237 + 55*lmMst1 + 4*
334  pow2(lmMst1)) - 1440*(-280 + 121*lmMst1)*pow2(lmMst2) + 185760*pow3(
335  lmMst2))*pow4(Mst2) - 10*(2773621 - 1660176*B4 + 25272*DN + 2004408*
336  lmMst1 - 525472*OepS2 + 108*(123113 + 98526*lmMst1 - 98526*lmMst2)*S2 +
337  3888*pow2(lmMst1) - 144*lmMst2*(36802 - 11421*lmMst1 + 1728*pow2(
338  lmMst1)) + 167184*(-14 + 15*lmMst1)*pow2(lmMst2) - 31104*pow3(lmMst1) -
339  2227824*pow3(lmMst2))*pow6(Mst1) + 622080*(-1 + 2*lmMst2 + 3*pow2(
340  lmMst2))*pow6(Mst2)) + 15*Mgl*(24*pow2(Mst2)*(75569 + 13716*B4 - 54*DN
341  - 33426*lmMst1 - 1088*OepS2 + 162*(169 + 136*lmMst1 - 136*lmMst2)*S2 -
342  2376*pow2(lmMst1) + 54*lmMst2*(1427 - 1012*lmMst1 + 16*pow2(lmMst1)) -
343  108*(-642 + 203*lmMst1)*pow2(lmMst2) + 21060*pow3(lmMst2))*pow4(Mst1) +
344  27*pow2(Mst1)*(28683 + 5280*B4 - 48*DN - 5952*lmMst1 - 224*OepS2 + 324*
345  (-1 + 14*lmMst1 - 14*lmMst2)*S2 - 768*pow2(lmMst1) - 192*lmMst2*(-214 +
346  73*lmMst1 + 4*pow2(lmMst1)) - 96*(-268 + 57*lmMst1)*pow2(lmMst2) +
347  6240*pow3(lmMst2))*pow4(Mst2) + 2*(1702429 + 257904*B4 - 648*DN -
348  748656*lmMst1 - 30112*OepS2 + 108*(9185 + 5646*lmMst1 - 5646*lmMst2)*S2
349  + 41904*pow2(lmMst1) + 216*lmMst2*(5971 - 6106*lmMst1 + 576*pow2(
350  lmMst1)) - 41904*(-34 + 15*lmMst1)*pow2(lmMst2) - 3456*pow3(lmMst1) +
351  507600*pow3(lmMst2))*pow6(Mst1) + 41472*pow2(1 + lmMst2)*pow6(Mst2))))
352  + 4860*Mst2*s2t*xDR2DRMOD*(64*Mt*pow2(Msq)*pow2(Mst1)*(((1 + lmMst2)*
353  Mgl*(7 - 32*lmMst2 + 4*lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2)) +
354  Dmglst2*(49 + 103*lmMst2 - 36*(1 + lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11
355  + 6*lmMst2 + 9*pow2(lmMst2))))*pow6(Mst1) + 2*(pow2(Mst2)*((1 + lmMst2)
356  *Mgl*(1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2)) + 2*
357  Dmglst2*(8 + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*
358  pow2(lmMst2)) - 6*pow3(lmMst2)))*pow4(Mst1) + pow2(Mst1)*((1 + lmMst2)*
359  Mgl*(-1 - 5*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst2)) + Dmglst2*
360  (8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(
361  lmMst2)) - 6*pow3(lmMst2)))*pow4(Mst2) - (1 + lmMst2)*(-Dmglst2 + 3*
362  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow6(Mst2))) + Mst2*s2t*((15*
363  Dmsqst2*(1 - 2*lmMst1 + 2*lmMst2)*(2*Dmglst2 - 5*Mgl) + pow2(Msq)*(-2*
364  Dmglst2*(60 + 206*lmMst2 + 32*lmMst2*pow2(lmMst1) + lmMst1*(8 - 460*
365  lmMst2 - 246*pow2(lmMst2)) + 519*pow2(lmMst2) + 214*pow3(lmMst2)) -
366  Mgl*(189 + 726*lmMst2 + 32*(1 + lmMst2)*pow2(lmMst1) + 707*pow2(lmMst2)
367  - 2*lmMst1*(253 + 332*lmMst2 + 123*pow2(lmMst2)) + 214*pow3(lmMst2))))*
368  pow4(Mst1)*pow4(Mst2) + 9*Mgl*shiftst1*(Dmsqst2 + pow2(Msq))*pow2(Mst1)
369  *(15*(pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 30*(lmMst1 - lmMst2)*pow2(
370  Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) - pow2(Mst2)*(
371  30*Dmsqst2*(lmMst1 - lmMst2)*(2*Dmglst2 - 5*Mgl) + pow2(Msq)*(4*
372  Dmglst2*(48 + 4*lmMst2*(31 + 36*pow2(lmMst1)) + 278*pow2(lmMst2) -
373  lmMst1*(44 + 278*lmMst2 + 379*pow2(lmMst2)) + 235*pow3(lmMst2)) + 2*
374  Mgl*(32 + 285*lmMst2 + 144*(1 + lmMst2)*pow2(lmMst1) + 444*pow2(lmMst2)
375  - lmMst1*(253 + 588*lmMst2 + 379*pow2(lmMst2)) + 235*pow3(lmMst2))))*
376  pow6(Mst1) + (15*Dmsqst2*(2*Dmglst2 - 5*Mgl) + (-(Mgl*(205 + 252*lmMst2
377  + 32*lmMst1*(1 + lmMst2) + 91*pow2(lmMst2))) - 2*Dmglst2*(-20 + 2*(99 +
378  16*lmMst1)*lmMst2 + 123*pow2(lmMst2)))*pow2(Msq))*pow2(Mst1)*pow6(Mst2)
379  + (150*Dmsqst2*(lmMst1 - lmMst2)*Mgl - 2*pow2(Msq)*(2*Dmglst2*(48 + 4*
380  lmMst2*(45 + 68*pow2(lmMst1)) + 310*pow2(lmMst2) - lmMst1*(92 + 310*
381  lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2)) + Mgl*(40 + 277*lmMst2 +
382  272*(1 + lmMst2)*pow2(lmMst1) + 556*pow2(lmMst2) - lmMst1*(237 + 828*
383  lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2))))*pow8(Mst1) + 16*(1 +
384  lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow2(Msq)*pow8(Mst2))))))
385  )/(3.000564e7*pow2(Mgl)*pow4(Msq)*pow4(Mst1)*pow6(Mst2))) - pow2(Mt)*((
386  Al4p*xDmglst2*pow2(Dmglst2)*(Al4p*threeLoopFlag*((5*Dmsqst2*(-1081 +
387  165*lmMst1 - 165*lmMst2)*pow2(s2t)*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow4(
388  Mst1))/(9.*pow2(Msq)*pow2(Mst2)) - (pow2(MuSUSY)*((36*pow2(Mt)*(24*
389  pow2(Mst2)*(50134 - 270*B4 + 270*D3 - 135*DN + 2160*lmMst1 + 120*(271 +
390  24*lmMst1)*lmMst2 - 120*lmMt - 29646*S2 - 720*(-2 + 3*lmMst1)*pow2(
391  lmMst2) + 2160*pow3(lmMst2)) + pow2(Mst1)*(3051661 - 12960*B4 + 12960*
392  D3 - 6480*DN + 304320*lmMst1 + 960*(2227 + 285*lmMst1)*lmMst2 + 2880*(4
393  + lmMst1 - lmMst2)*lmMt + 5600*OepS2 - 324*(5361 + 350*lmMst1 - 350*
394  lmMst2)*S2 - 2880*(23 + 72*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2)))
395  )/pow4(Mst2) + 43740*pow2(s2t)*(90.77757201646091 - (100*B4)/9. + (112*
396  D3)/9. - (62*DN)/9. + (788*lmMst1)/9. - (103*pow2(lmMst1))/9. + (16*
397  lmMst2*(-241 - 171*lmMst1 + 18*pow2(lmMst1)))/27. + (125.33333333333333
398  - 82*lmMst1)*pow2(lmMst2) + (80*Dmsqst2*(4 + lmMst1 - lmMst2))/(3.*
399  pow2(Msq)) + ((360*Dmsqst2 + (-852 + 358*lmMst2 + 32*lmMst1*(-2 + 3*
400  lmMst2) + 497*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*pow2(Msq)*pow2(
401  Mst1)) + (214*pow3(lmMst2))/3. + (pow2(Mst1)*(155.38193689986284 - (
402  164*B4)/9. + (176*D3)/9. - (94*DN)/9. - (21449*lmMst1)/675. - (7556*
403  pow2(lmMst1))/135. + (lmMst2*(-54451 - 22990*lmMst1 + 65550*pow2(
404  lmMst1)))/675. + (2*(6077 - 17130*lmMst1)*pow2(lmMst2))/135. + (10*
405  Dmsqst2*(-23 + 42*lmMst1 - 42*lmMst2))/(3.*pow2(Msq)) - (10*pow3(
406  lmMst1))/27. + (4240*pow3(lmMst2))/27.))/pow2(Mst2) + ((
407  585.1892843532082 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. - (20109937*
408  lmMst1)/297675. - (15886*pow2(lmMst1))/945. + lmMst2*(
409  17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(lmMst1))/9.) + (
410  169.85608465608465 - (2632*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))
411  /27. + (4448*pow3(lmMst2))/27.)*pow4(Mst1))/pow4(Mst2) - (32*(-2 +
412  lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1)) - (6*(7400*OepS2 +
413  27*(1089707 - 5550*lmMst1 + 5550*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) +
414  40*(17308*OepS2 + 27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow4(
415  Mst1) + 9*(1400*OepS2 + 81*(116129 - 350*lmMst1 + 350*lmMst2)*S2)*pow4(
416  Mst2))/(10935.*pow4(Mst2))) + (240*T1ep*(30*Mst2*pow2(Mst1)*(311*Mst2*
417  Mt*s2t - 42*pow2(Mt) + 37*pow2(Mst2)*pow2(s2t)) + 2*s2t*(-16421*Mt +
418  8654*Mst2*s2t)*pow4(Mst1) + 63*s2t*(Mt + 5*Mst2*s2t)*pow4(Mst2)))/pow5(
419  Mst2) - (Mt*s2t*(pow2(Mst2)*((2332800*Dmsqst2*((-8 + 15*lmMst1 - 15*
420  lmMst2)*pow2(Mst1) + (2 + 5*lmMst1 - 5*lmMst2)*pow2(Mst2)))/pow2(Msq) +
421  6*pow2(Mst1)*(4580489 - 3285360*B4 + 68040*DN - 3918600*lmMst1 +
422  248800*OepS2 - 108*(-20803 + 46650*lmMst1 - 46650*lmMst2)*S2 + 103680*
423  pow2(lmMst1) - 360*lmMst2*(11213 + 1368*lmMst1 + 144*pow2(lmMst1)) +
424  6480*(-214 + 523*lmMst1)*pow2(lmMst2) - 3337200*pow3(lmMst2))) + 10*(
425  2773621 - 1660176*B4 + 25272*DN + 2004408*lmMst1 - 525472*OepS2 + 108*(
426  123113 + 98526*lmMst1 - 98526*lmMst2)*S2 + 3888*pow2(lmMst1) - 144*
427  lmMst2*(36802 - 11421*lmMst1 + 1728*pow2(lmMst1)) + 167184*(-14 + 15*
428  lmMst1)*pow2(lmMst2) - 31104*pow3(lmMst1) - 2227824*pow3(lmMst2))*pow4(
429  Mst1) + 9*(2601353 - 1058400*B4 + 23760*DN - 1779840*lmMst1 + 1120*
430  OepS2 - 324*(-1387 + 70*lmMst1 - 70*lmMst2)*S2 - 69120*pow2(lmMst1) +
431  1440*lmMst2*(-599 - 108*lmMst1 + 24*pow2(lmMst1)) + 4320*(-222 + 217*
432  lmMst1)*pow2(lmMst2) - 972000*pow3(lmMst2))*pow4(Mst2) + (1244160*(2 +
433  lmMst2 - 3*pow2(lmMst2))*pow6(Mst2))/pow2(Mst1)))/pow5(Mst2)))/43740.)
434  + (s2t*twoLoopFlag*pow2(MuSUSY)*(2*(4*Mt*(-31 + 3*lmMst1*(-2 + lmMst2)
435  + 4*lmMst2 - 3*pow2(lmMst2)) + 3*Mst2*s2t*(4 + lmMst2 + lmMst1*(-1 + 2*
436  lmMst2) - 2*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 2*(Mst2*s2t*(10 +
437  lmMst1*(-3 + 6*lmMst2) - 6*pow2(lmMst2)) + 4*Mt*(-14 + lmMst1*(-2 +
438  lmMst2) - pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + (Mt*(-398 + 52*lmMst2
439  + lmMst1*(-68 + 40*lmMst2) - 40*pow2(lmMst2)) + 3*Mst2*s2t*(9 + 4*
440  lmMst1*(-1 + lmMst2) + 4*lmMst2 - 4*pow2(lmMst2)))*pow6(Mst1) + 2*(2 -
441  3*lmMst2)*s2t*pow7(Mst2)))/(3.*pow2(Mst1)*pow5(Mst2))))/pow2(Mgl) + (
442  s2t*((2*xMst*(27*(lmMst1 - lmMst2)*Mst2*oneLoopFlag*s2t*pow2(MuSUSY) -
443  (2*Al4p*twoLoopFlag*(4*(18*(lmMst1 - lmMst2)*(-2 + 3*lmMst2)*Mst2*s2t*
444  xDmglst2*xDR2DRMOD*pow2(Dmglst2) + Dmglst2*Mgl*(Mt*(785 + 6*lmMst1*(85
445  - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) - Mst2*s2t*(49 - 84*
446  lmMst2 + lmMst1*(84 - 36*lmMst2*(-1 + xDR2DRMOD)) + 36*(-1 + xDR2DRMOD)
447  *pow2(lmMst2))) + (Mt*(193 + 474*lmMst2 - 6*lmMst1*(67 + 42*lmMst2) +
448  252*pow2(lmMst2)) - Mst2*s2t*(1 + 3*lmMst2*(-37 + 6*xDR2DRMOD) - 3*
449  lmMst1*(-37 + 6*lmMst2*(-12 + xDR2DRMOD) + 6*xDR2DRMOD) - 81*pow2(
450  lmMst1) + 9*(-15 + 2*xDR2DRMOD)*pow2(lmMst2)))*pow2(Mgl))*pow2(MuSUSY)
451  - (xDmglst2*pow2(Dmglst2)*(4*Mt*Tbeta*(-2501 + 222*lmMst2 + 42*lmMst1*(
452  -7 + 6*lmMst2) - 252*pow2(lmMst2))*pow2(MuSUSY) + 6*Mst2*MuSUSY*(
453  MuSUSY*s2t*Tbeta*(85 - 60*lmMst1 + 60*lmMst2 + 36*lmMst1*lmMst2 - 36*
454  pow2(lmMst2)) + 10*(-43 + 60*lmMst1 - 60*lmMst2)*Mt*pow2(Sbeta)) + 15*(
455  -43 + 60*lmMst1 - 60*lmMst2)*s2t*Tbeta*(-1 + pow2(Sbeta))*pow2(Sbeta)*
456  pow3(Mst2)))/Tbeta))/pow2(Mgl))*pow6(Mst1))/pow7(Mst2) - pow2(MuSUSY)*(
457  27*oneLoopFlag*s2t*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*pow2(
458  Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)) + Al4p*((36*twoLoopFlag*(
459  Mgl*(4*(4*Mt*(5 + 6*lmMst2 - lmMst1*(4 + 3*lmMst2) + 3*pow2(lmMst2)) +
460  Mst2*s2t*(-1 + 13*lmMst2 - lmMst1*(13 + 8*lmMst2) + pow2(lmMst1) + 7*
461  pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 2*(-(Mst2*s2t*(-14 - 20*lmMst2 +
462  2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))) + 8*Mt*(4 +
463  3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) +
464  (Mst2*s2t*(-1 + 50*lmMst2 - 2*lmMst1*(25 + 32*lmMst2) + 20*pow2(lmMst1)
465  + 44*pow2(lmMst2)) + Mt*(84 + 152*lmMst2 - 40*lmMst1*(3 + 2*lmMst2) +
466  80*pow2(lmMst2)))*pow6(Mst1) + 4*(1 + lmMst2)*s2t*pow7(Mst2)) + 4*
467  Dmglst2*((Mst2*s2t*(-5 + 8*lmMst2 - 4*lmMst1*(2 + lmMst2) + 4*pow2(
468  lmMst2)) + Mt*(65 + lmMst1*(34 - 20*lmMst2) - 26*lmMst2 + 20*pow2(
469  lmMst2)))*pow6(Mst1) + 2*((Mst2*s2t*(-2 + 3*lmMst2 - lmMst1*(3 + 2*
470  lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8 - 6*lmMst2) - 4*lmMst2 +
471  6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(Mst2*s2t*(1 + lmMst1 - 2*
472  lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) + 2*Mt*(6 + lmMst1 + lmMst2
473  - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + lmMst2*s2t*
474  pow7(Mst2)))))/(Mgl*pow2(Mst1)*pow5(Mst2)) - 4*xDR2DRMOD*(9*s2t*((4*(2*
475  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*twoLoopFlag*((pow2(Mst1) + pow2(
476  Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(
477  Mst2) + pow4(Mst1) + pow4(Mst2))))/(Mgl*pow2(Mst1)*pow4(Mst2)) + (Al4p*
478  threeLoopFlag*xDmsqst2*pow2(Dmsqst2)*(55 - 110*lmMst1 + 110*lmMst2 + (
479  50*Dmglst2*(1 - 2*lmMst1 + 2*lmMst2))/Mgl + (5*(10*Dmglst2 + 11*Mgl)*
480  pow2(Mst2))/(Mgl*pow2(Mst1)) - (6*xDmglst2*pow2(Dmglst2)*(5*lmMst1 - 5*
481  lmMst2 - (50*(lmMst1 - lmMst2)*pow2(Mst1))/pow2(Mst2) - (5*(1 + pow2(
482  Mst2)/pow2(Mst1)))/2.))/pow2(Mgl) + (10*(lmMst1 - lmMst2)*pow2(Mst1)*(-
483  10*pow2(Mst1) + ((4*Dmglst2 - 11*Mgl)*pow2(Mst2))/Mgl))/pow4(Mst2) -
484  90*shiftst1*(1 + pow2(Mst2)/pow2(Mst1) - (2*(lmMst1 - lmMst2)*(pow2(
485  Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))/pow4(Mst2))))/pow4(Msq)) +
486  (2*xDmglst2*pow2(Dmglst2)*(-18*(2 - 3*lmMst2)*Mst2*s2t*twoLoopFlag*
487  pow2(Mst1)*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*
488  pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) + Al4p*
489  threeLoopFlag*(-((Mst2*s2t*(1180 + 1270*lmMst2 + 96*(2 - 3*lmMst2)*
490  pow2(lmMst1) - 3255*pow2(lmMst2) + 6*lmMst1*(-468 + 454*lmMst2 + 369*
491  pow2(lmMst2)) - 1926*pow3(lmMst2)) + 64*Mt*(53 + 191*lmMst2 - 54*pow2(
492  lmMst2) + 6*lmMst1*(-10 - 3*lmMst2 + 12*pow2(lmMst2)) - 72*pow3(lmMst2)
493  ))*pow4(Mst1)*pow4(Mst2)) - 2*pow2(Mst2)*(3*Mst2*s2t*(240 + 468*lmMst2
494  + 144*(2 - 3*lmMst2)*pow2(lmMst1) - 310*pow2(lmMst2) + lmMst1*(-580 +
495  22*lmMst2 + 1137*pow2(lmMst2)) - 705*pow3(lmMst2)) + 32*Mt*(11 + 371*
496  lmMst2 - 42*pow2(lmMst2) + 6*lmMst1*(-21 - 5*lmMst2 + 24*pow2(lmMst2))
497  - 144*pow3(lmMst2)))*pow6(Mst1) - 3*(Mst2*s2t*(420 + lmMst1*(64 - 96*
498  lmMst2) - 358*lmMst2 - 497*pow2(lmMst2)) + 256*Mt*(2 + lmMst2 - 3*pow2(
499  lmMst2)))*pow2(Mst1)*pow6(Mst2) - 12*(16*Mt*(49 + 103*lmMst2 - 36*(1 +
500  lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11 + 6*lmMst2 + 9*pow2(lmMst2))) -
501  Mst2*s2t*(48 + 4*lmMst2*(45 + 68*pow2(lmMst1)) + 310*pow2(lmMst2) -
502  lmMst1*(92 + 310*lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2)))*pow8(
503  Mst1) + s2t*((675*Dmsqst2*pow2(Mst1)*(2*(lmMst1 - lmMst2)*pow2(Mst1) -
504  pow2(Mst2))*(pow2(Mst1) + pow2(Mst2))*pow3(Mst2))/pow2(Msq) - 96*(-2 +
505  lmMst2 + 5*pow2(lmMst2))*pow9(Mst2)))))/(pow2(Mgl)*pow4(Mst1)*pow5(
506  Mst2)))))))/216.);
507 }
508 
509 /**
510  * @return The diagonal (2, 2) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6bq2g2'
511  */
512 double H6bq2g2::getS2() const {
513  return -(oneLoopFlag*((4*Mt*MuSUSY*s2t*(4*(lmMst1 - lmMst2)*pow2(Mt) + ((-2 -
514  lmMst1 + lmMst2)*pow2(Mst1) + (2 - lmMst1 + lmMst2)*pow2(Mst2))*pow2(
515  s2t)))/Tbeta + 4*pow2(Mt)*pow2(s2t)*(2*(lmMst1 - lmMst2)*(pow2(Mst1) -
516  pow2(Mst2)) + pow2(MuSUSY)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*
517  pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2))) - (4*pow2(Mt)*pow2(
518  MuSUSY)*pow2(s2t)*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*pow2(
519  Mst1)*(pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)))/pow2(Sbeta) + 16*(lmMst1
520  + lmMst2 - 2*lmMt)*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2) + (2 + lmMst1 -
521  lmMst2)*pow4(Mst1) + (2 - lmMst1 + lmMst2)*pow4(Mst2))*pow4(s2t)))/32.
522  - (Al4p*twoLoopFlag*((-72*Mt*pow3(s2t)*(-(Mgl*(4*(3 + lmMst1*(2 +
523  lmMst2) - pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (3 + 2*lmMst1 - 2*
524  lmMst2)*pow4(Mst1) + 4*(-4 + lmMst1 - 3*lmMst2 + lmMst1*lmMst2 - pow2(
525  lmMst2))*pow4(Mst2))) + Dmglst2*(-4*(1 + lmMst1*(-2 + lmMst2) + 4*
526  lmMst2 - pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (1 + 6*lmMst1 - 6*
527  lmMst2)*pow4(Mst1) + 4*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(
528  lmMst2))*pow4(Mst2))))/Mst2 + (32*pow4(Mt)*(2*Dmglst2*((53 - 18*lmMst1
529  + 24*lmMst2 - 24*lmMt)*pow2(Mst1)*pow4(Mst2) + 18*((5 + lmMst2*(11 - 2*
530  lmMt) - 2*lmMst1*(4 + lmMst2 - lmMt) - 3*lmMt + 2*pow2(lmMst2))*pow2(
531  Mst2)*pow4(Mst1) + (3 - 6*lmMst2*(-5 + lmMt) - 5*lmMt + lmMst1*(-25 -
532  6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2))*pow6(Mst1)) - 18*lmMst2*pow6(Mst2)
533  ) + 9*Mgl*(2*(2 + 2*lmMst1*(3 + lmMst2 - lmMt) + lmMt + lmMst2*(-7 + 2*
534  lmMt) - 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (3 + 2*lmMst1*(3 +
535  lmMst2) + lmMt + lmMst2*(-5 + 4*lmMt) + pow2(lmMst1) - pow2(lmMst2) -
536  6*pow2(lmMt))*pow2(Mst1)*pow4(Mst2) + (9 + lmMst1*(22 + 6*lmMst2 - 6*
537  lmMt) + 6*lmMst2*(-4 + lmMt) + 2*lmMt - 6*pow2(lmMst2))*pow6(Mst1) - 2*
538  (1 + lmMst2)*pow6(Mst2))))/(pow2(Mst1)*pow4(Mst2)) - (144*s2t*pow3(Mt)*
539  (Dmglst2*(4*pow2(Mst1)*pow2(Mst2)*((6 + 13*lmMst2 - 4*lmMt - 2*lmMst2*
540  lmMt + lmMst1*(-9 - 2*lmMst2 + 2*lmMt) + 2*pow2(lmMst2))*pow2(Mst2) + (
541  -11 + 2*lmMst2 + lmMst1*(-4 + 3*lmMst2) - 3*pow2(lmMst2))*pow2(MuSUSY))
542  - (4*(1 - 29*lmMst2 + lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 4*lmMt + 6*
543  lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2) + (65 + lmMst1*(34 - 20*
544  lmMst2) - 26*lmMst2 + 20*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) - 4*(6
545  + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2))*pow2(MuSUSY)*pow4(
546  Mst2) + 8*(5 + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(lmMst2))*pow6(Mst2)
547  ) + Mgl*((4*(5 - 7*lmMst2 + lmMst1*(7 + 2*lmMst2 - 2*lmMt) + 2*lmMst2*
548  lmMt - 2*pow2(lmMst2))*pow2(Mst2) + (-21 - 38*lmMst2 + 10*lmMst1*(3 +
549  2*lmMst2) - 20*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) + 4*((-4 + lmMst1
550  - 3*lmMst2 + lmMst1*lmMst2 - pow2(lmMst2))*pow2(MuSUSY)*pow4(Mst2) +
551  pow2(Mst1)*((-5 - 6*lmMst2 + lmMst1*(4 + 3*lmMst2) - 3*pow2(lmMst2))*
552  pow2(Mst2)*pow2(MuSUSY) + (4 - 5*lmMst2 + lmMst1*(5 + 2*lmMst2 - 2*
553  lmMt) + 2*lmMst2*lmMt - 2*pow2(lmMst2))*pow4(Mst2)) + (3 - 4*lmMst2 +
554  2*(lmMst1 + lmMst1*lmMst2 + lmMt) - 2*pow2(lmMst2))*pow6(Mst2)))))/
555  pow5(Mst2) + (36*Mt*MuSUSY*(16*pow3(Mt)*(Mgl*(13 + 2*lmMst1*(6 + 3*
556  lmMst2 - 2*lmMt) + 2*lmMt + 2*lmMst2*(-7 + 2*lmMt) - 6*pow2(lmMst2))*
557  pow4(Mst1) + Dmglst2*(11 - 6*lmMst1*lmMst2 - 8*lmMst2*(-5 + lmMt) + 8*
558  lmMst1*(-4 + lmMt) - 8*lmMt + 6*pow2(lmMst2))*pow4(Mst1) + 2*Dmglst2*((
559  7 + 7*lmMst2 + lmMst1*(-5 + lmMt) - 2*lmMt - lmMst2*lmMt)*pow2(Mst1)*
560  pow2(Mst2) + (5 + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(lmMst2))*pow4(
561  Mst2)) + 2*Mgl*((4 + lmMst1*(3 + 2*lmMst2 - lmMt) + lmMst2*(-4 + lmMt)
562  + lmMt - 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (2 + lmMst1 + (-2 +
563  lmMst1)*lmMst2 + lmMt - pow2(lmMst2))*pow4(Mst2))) + 6*Mt*pow2(Mst2)*
564  pow2(s2t)*(Dmglst2*(4*(5 + lmMst1*(3 - 2*lmMst2) - 3*lmMst2 + 2*pow2(
565  lmMst2))*pow2(Mst1)*pow2(Mst2) + (21 + lmMst1*(18 - 8*lmMst2) - 18*
566  lmMst2 + 8*pow2(lmMst2))*pow4(Mst1) + 4*(6 + lmMst1 + lmMst2 - lmMst1*
567  lmMst2 + pow2(lmMst2))*pow4(Mst2)) + Mgl*(4*(1 + 3*lmMst2 - lmMst1*(3 +
568  2*lmMst2) + 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (1 + 14*lmMst2 - 2*
569  lmMst1*(7 + 4*lmMst2) + 8*pow2(lmMst2))*pow4(Mst1) + 4*(4 + 3*lmMst2 -
570  lmMst1*(1 + lmMst2) + pow2(lmMst2))*pow4(Mst2))) + (pow3(Mst2)*pow3(
571  s2t)*(-4*Dmglst2*(2*(1 + 2*lmMst1 - lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(
572  1 + lmMst1 - lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))*pow2(Mst1)*
573  pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(Mst1) - 2*lmMst2*pow6(Mst2)
574  ) + Mgl*(2*(-16 + 6*lmMst2 - 2*lmMst1*(8 + 5*lmMst2) + 3*pow2(lmMst1) +
575  7*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(-12 - 18*lmMst2 + 2*lmMst1*(
576  5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) +
577  (3 + lmMst1*(2 - 32*lmMst2) - 2*lmMst2 + 16*pow2(lmMst1) + 16*pow2(
578  lmMst2))*pow6(Mst1) + 4*(1 + lmMst2)*pow6(Mst2))))/pow2(Mst1) + (8*
579  Mst2*s2t*pow2(Mt)*(Dmglst2*(4*(1 - lmMst1 + lmMst2)*pow2(Mst2)*pow4(
580  Mst1) + 2*(1 + 2*lmMst2)*pow2(Mst1)*pow4(Mst2) + (4 - 8*lmMst1 + 8*
581  lmMst2)*pow6(Mst1) - 4*lmMst2*pow6(Mst2)) - Mgl*(-2*lmMst1*((1 + 2*
582  lmMst2)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (3 + lmMst2)*pow2(Mst1)*
583  pow4(Mst2)) + pow2(lmMst1)*(2*pow2(Mst2)*pow4(Mst1) - pow2(Mst1)*pow4(
584  Mst2) + 2*pow6(Mst1)) + pow2(lmMst2)*(2*pow2(Mst2)*pow4(Mst1) + 3*pow2(
585  Mst1)*pow4(Mst2) + 2*pow6(Mst1)) + 2*pow6(Mst2) + 2*lmMst2*(pow2(Mst2)*
586  pow4(Mst1) + 2*pow2(Mst1)*pow4(Mst2) + pow6(Mst1) + pow6(Mst2)))))/
587  pow2(Mst1)))/(Tbeta*pow5(Mst2)) - 36*pow2(Mt)*pow2(s2t)*(4*(Dmglst2*(2
588  - 4*lmMst1) + Mgl*(2*lmMst1*(-2 + lmMst2) + lmMst2*(2 + lmMst2) - 3*
589  pow2(lmMst1)))*pow2(Mst1) + 4*(Dmglst2*(2 + 8*lmMst2) + Mgl*(2 - 2*
590  lmMst2 + 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) - 3*pow2(lmMst2)))*pow2(
591  Mst2) - (16*Dmglst2*(lmMst1 - lmMst2)*pow4(Mst1))/pow2(Mst2) + (-8*(2*
592  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Mst2) + (pow2(MuSUSY)*(4*
593  Dmglst2*(2*(2 - 3*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*pow2(lmMst2))*
594  pow2(Mst2)*pow4(Mst1) + 2*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*
595  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (5 - 8*lmMst2 + 4*lmMst1*(2 +
596  lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*lmMst2*pow6(Mst2)) + Mgl*(-4*(
597  -1 - 13*lmMst1 + 13*lmMst2 - 8*lmMst1*lmMst2 + pow2(lmMst1) + 7*pow2(
598  lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-14 + 10*lmMst1 - 20*lmMst2 + 6*
599  lmMst1*lmMst2 + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) +
600  (1 + 50*lmMst1 - 50*lmMst2 + 64*lmMst1*lmMst2 - 20*pow2(lmMst1) - 44*
601  pow2(lmMst2))*pow6(Mst1) - 4*(1 + lmMst2)*pow6(Mst2))))/pow4(Mst2))/
602  pow2(Mst1)) + (-9*pow4(s2t)*(4*Dmglst2*(-2*(lmMst1 - 2*lmMst1*lmMst2 +
603  2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(1 + lmMst1 + 2*lmMst1*lmMst2
604  - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1)*pow6(Mst1) +
605  2*lmMst2*pow6(Mst2)) + Mgl*(-4*(14 + 6*lmMst2 + lmMst1*(3 + 2*lmMst2) -
606  2*pow2(lmMst1))*pow2(Mst2)*pow4(Mst1) - 2*(-10 - 16*lmMst2 + 2*lmMst1*(
607  5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) +
608  (35 + lmMst1*(34 - 12*lmMst2) - 14*lmMst2 + 10*pow2(lmMst1) + 2*pow2(
609  lmMst2))*pow6(Mst1) + 4*(1 + lmMst2)*pow6(Mst2))) - (36*s2t*pow2(Mt)*
610  pow2(MuSUSY)*(Mgl*(4*(4*Mt*(5 + 6*lmMst2 - lmMst1*(4 + 3*lmMst2) + 3*
611  pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 - lmMst1*(13 + 8*lmMst2) +
612  pow2(lmMst1) + 7*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 2*(-(Mst2*s2t*(
613  -14 - 20*lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(
614  lmMst2))) + 8*Mt*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2)))*
615  pow2(Mst1)*pow4(Mst2) + (Mst2*s2t*(-1 + 50*lmMst2 - 2*lmMst1*(25 + 32*
616  lmMst2) + 20*pow2(lmMst1) + 44*pow2(lmMst2)) + Mt*(84 + 152*lmMst2 -
617  40*lmMst1*(3 + 2*lmMst2) + 80*pow2(lmMst2)))*pow6(Mst1) + 4*(1 +
618  lmMst2)*s2t*pow7(Mst2)) + 4*Dmglst2*((Mst2*s2t*(-5 + 8*lmMst2 - 4*
619  lmMst1*(2 + lmMst2) + 4*pow2(lmMst2)) + Mt*(65 + lmMst1*(34 - 20*
620  lmMst2) - 26*lmMst2 + 20*pow2(lmMst2)))*pow6(Mst1) + 2*((Mst2*s2t*(-2 +
621  3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8
622  - 6*lmMst2) - 4*lmMst2 + 6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(
623  Mst2*s2t*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) +
624  2*Mt*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*
625  pow4(Mst2) + lmMst2*s2t*pow7(Mst2)))))/(pow2(Sbeta)*pow5(Mst2)))/pow2(
626  Mst1)))/(216.*Mgl) + (Al4p*xDmglst2*pow2(Dmglst2)*(Al4p*threeLoopFlag*(
627  (2187.9919341563786 + (1360*lmMst1)/9. - (4*(50551 + 7200*lmMst1)*
628  lmMst2)/2025. + (16*(4997 - 240*lmMst1 + 686*lmMst2)*lmMt)/135. - (28*
629  pow2(lmMst1))/9. + (16*(-311 + 720*lmMst1)*pow2(lmMst2))/135. + (464*
630  pow2(lmMt))/9. + (40*Dmsqst2*(2954 - 864*lmMst1 + 1713*lmMst2 - 849*
631  lmMt))/(81.*pow2(Msq)) + ((4*(360*Dmsqst2 + (-788 - 26*lmMst2 + 32*
632  lmMst1*(-2 + 3*lmMst2) + 177*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*
633  pow2(Mst1)) + (pow2(Mst1)*(8505000*Dmsqst2*(401 + lmMst2*(274 - 4*lmMt)
634  - 2*lmMst1*(71 + 2*lmMst2 - 2*lmMt) - 132*lmMt + 4*pow2(lmMst2)) +
635  pow2(Msq)*(-55610713 + 1448685000*lmMt - 37800*(1783 + 285*lmMst2 -
636  225*lmMt)*pow2(lmMst1) - 18900*(-43477 + 930*lmMt)*pow2(lmMst2) -
637  95256000*pow2(lmMt) + 3780*lmMst1*(-75993 + 19265*lmMt + 15*lmMst2*(-
638  9947 + 160*lmMt) + 5400*pow2(lmMst2) + 7200*pow2(lmMt)) - 1260*lmMst2*(
639  -297379 + 133245*lmMt + 21600*pow2(lmMt)) + 756000*pow3(lmMst1) -
640  10395000*pow3(lmMst2))))/(637875.*pow2(Mst2)))/pow2(Msq) - (256*pow3(
641  lmMst2))/3. - ((2929.938520304849 + (55510684*lmMst1)/59535. - (126272*
642  pow2(lmMst1))/189. - (4*lmMst2*(42300121 + 12578580*lmMst1 + 2487240*
643  pow2(lmMst1)))/59535. + (32*(10166 - 693*lmMst1)*pow2(lmMst2))/189. + (
644  8*lmMt*(5695 + 1974*lmMst2 - 12*lmMst1*(163 + 47*lmMst2) + 468*pow2(
645  lmMst1) + 96*pow2(lmMst2)))/27. + (128*(-5 + 6*lmMst1 - 6*lmMst2)*pow2(
646  lmMt))/3. + (256*pow3(lmMst1))/27. + (7424*pow3(lmMst2))/27.)*pow4(
647  Mst1))/pow4(Mst2) - (128*(-2 + lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.
648  *pow4(Mst1)) + (-63*pow2(MuSUSY)*(24*pow2(Mst2)*(50134 - 270*B4 + 270*
649  D3 - 135*DN + 2160*lmMst1 + 120*(271 + 24*lmMst1)*lmMst2 - 120*lmMt -
650  720*(-2 + 3*lmMst1)*pow2(lmMst2) + 2160*pow3(lmMst2)) + pow2(Mst1)*(
651  3051661 - 12960*B4 + 12960*D3 - 6480*DN + 304320*lmMst1 + 960*(2227 +
652  285*lmMst1)*lmMst2 + 2880*(4 + lmMst1 - lmMst2)*lmMt - 2880*(23 + 72*
653  lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2))) + 1120*OepS2*(-3*pow2(
654  Mst1)*(4703*pow2(Mst2) + 105*pow2(MuSUSY)) + 11164*pow4(Mst1) - 819*
655  pow4(Mst2)) - 54*S2*(3*pow2(Mst1)*((128797 - 1975260*lmMst1 + 1975260*
656  lmMst2)*pow2(Mst2) - 126*(5361 + 350*lmMst1 - 350*lmMst2)*pow2(MuSUSY))
657  + (4002484 + 4688880*lmMst1 - 4688880*lmMst2)*pow4(Mst1) + 189*(-4392*
658  pow2(Mst2)*pow2(MuSUSY) + (3869 - 1820*lmMst1 + 1820*lmMst2)*pow4(Mst2)
659  )))/(76545.*pow4(Mst2)))*pow4(Mt) + pow4(s2t)*(-(pow2(Mst1)*pow2(Mst2)*
660  (30.209968449931413 - B4 + (4*D3)/3. - (5*DN)/6. + (144449*lmMst1)/
661  2700. + (2233*pow2(lmMst1))/270. - (lmMst2*(165199 + 121010*lmMst1 +
662  51150*pow2(lmMst1)))/2700. + (26.353703703703705 + (202*lmMst1)/9.)*
663  pow2(lmMst2) + (5*Dmsqst2*(75 - 26*lmMst1 + 26*lmMst2))/(6.*pow2(Msq))
664  + (5*pow3(lmMst1))/54. - (97*pow3(lmMst2))/27.)) + (79.58863384550371 +
665  (1436147*lmMst1)/1.1907e6 + (1363*pow2(lmMst1))/315. + lmMst2*(
666  6.96052994037121 - (101*lmMst1)/315. + (11*pow2(lmMst1))/3.) - (
667  0.7285714285714285 + (11*lmMst1)/3.)*pow2(lmMst2) + (5*Dmsqst2*(76 -
668  249*lmMst1 + 249*lmMst2))/(54.*pow2(Msq)) - (11*pow3(lmMst1))/9. + (11*
669  pow3(lmMst2))/9.)*pow4(Mst1) + (71.80550411522634 - (25*B4)/9. + (28*
670  D3)/9. - (31*DN)/18. + (229*lmMst1)/9. - (103*pow2(lmMst1))/36. + (
671  lmMst2*(-1525 - 828*lmMst1 + 72*pow2(lmMst1)))/27. - ((13 + 369*lmMst1)
672  *pow2(lmMst2))/18. + (20*Dmsqst2*(1 + lmMst1 - lmMst2))/(3.*pow2(Msq))
673  + (107*pow3(lmMst2))/6.)*pow4(Mst2) - (2*OepS2*(480*pow2(Mst1)*pow2(
674  Mst2) + 8398*pow4(Mst1) + 315*pow4(Mst2)))/2187. + (S2*(12*(-22273 +
675  1200*lmMst1 - 1200*lmMst2)*pow2(Mst1)*pow2(Mst2) + 10*(51635 + 25194*
676  lmMst1 - 25194*lmMst2)*pow4(Mst1) + 27*(-116129 + 350*lmMst1 - 350*
677  lmMst2)*pow4(Mst2)))/1620. + ((360*Dmsqst2 + (-980 + 422*lmMst2 + 32*
678  lmMst1*(-2 + 3*lmMst2) + 817*pow2(lmMst2))*pow2(Msq))*pow6(Mst2))/(36.*
679  pow2(Msq)*pow2(Mst1))) + (Mt*pow3(s2t)*(583200*Dmsqst2*(4*(12 - 5*
680  lmMst1 + 5*lmMst2)*pow2(Mst2)*pow4(Mst1) - 4*(2 + 5*lmMst1 - 5*lmMst2)*
681  pow2(Mst1)*pow4(Mst2) + (40 - 3*lmMst1 + 3*lmMst2)*pow6(Mst1)) - pow2(
682  Msq)*(-60*pow2(Mst2)*(280885 + 11016*B4 + 324*DN - 142092*lmMst1 -
683  24544*OepS2 + 2808*(-32 + 177*lmMst1 - 177*lmMst2)*S2 - 31104*pow2(
684  lmMst1) + 36*lmMst2*(3449 + 72*lmMst1 + 432*pow2(lmMst1)) - 648*(134 +
685  89*lmMst1)*pow2(lmMst2) + 42120*pow3(lmMst2))*pow4(Mst1) + 9*pow2(Mst1)
686  *(2048393 - 1058400*B4 + 23760*DN - 1779840*lmMst1 + 1120*OepS2 - 324*(
687  -1387 + 70*lmMst1 - 70*lmMst2)*S2 - 69120*pow2(lmMst1) + 1440*lmMst2*(-
688  791 - 108*lmMst1 + 24*pow2(lmMst1)) + 4320*(-30 + 217*lmMst1)*pow2(
689  lmMst2) - 972000*pow3(lmMst2))*pow4(Mst2) + (31897243 - 2491360*OepS2 +
690  90290268*S2 - 360*lmMst2*(18652 + 140139*S2) + 38880*(37 - 40*lmMst2)*
691  pow2(lmMst1) + 3188160*pow2(lmMst2) + 360*lmMst1*(17410 - 12852*lmMst2
692  + 140139*S2 + 11232*pow2(lmMst2)) - 311040*pow3(lmMst1) - 2177280*pow3(
693  lmMst2))*pow6(Mst1) + 1244160*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2))
694  ))/(87480.*Mst2*pow2(Msq)*pow2(Mst1)) + (T1ep*(-2*pow4(Mst1)*(8*Mst2*
695  pow2(Mt)*pow2(s2t)*(4327*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 6921*pow2(
696  Mst2)*pow2(Sbeta)) - 4*s2t*(16421*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
697  51460*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 15571*Mt*pow2(Sbeta)*pow3(s2t)
698  *pow4(Mst2) + 89312*Mst2*pow2(Sbeta)*pow4(Mt) - 4199*pow2(Sbeta)*pow4(
699  s2t)*pow5(Mst2)) + 63*pow4(Mst2)*(-4*Mst2*pow2(Mt)*pow2(s2t)*(5*pow2(
700  MuSUSY)*(-1 + pow2(Sbeta)) + 18*pow2(Mst2)*pow2(Sbeta)) - 4*s2t*(pow2(
701  MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 2*Mt*
702  pow2(Sbeta)*pow3(s2t)*pow4(Mst2) + 208*Mst2*pow2(Sbeta)*pow4(Mt) + 5*
703  pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 24*Mst2*pow2(Mst1)*(pow2(Mst2)*
704  pow2(Mt)*pow2(s2t)*(-185*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 1791*pow2(
705  Mst2)*pow2(Sbeta)) + Mst2*s2t*(-1555*pow2(MuSUSY)*(-1 + pow2(Sbeta)) -
706  4307*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + (210*pow2(MuSUSY)*(-1 + pow2(
707  Sbeta)) + 9406*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) + 767*Mt*pow2(Sbeta)*
708  pow3(s2t)*pow5(Mst2) + 20*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))))/(729.*
709  pow2(Sbeta)*pow5(Mst2)) + pow2(Mt)*pow2(s2t)*(pow2(Mst2)*(
710  1491.268253968254 - (16*B4)/3. + (16*D3)/3. - (8*DN)/3. + (608*lmMst1)/
711  9. - (32*lmMt)/9. + (2*lmMst2*(13339 + 1206*lmMst1 - 288*pow2(lmMst1)))
712  /27. + (58*pow2(lmMst1))/3. + (2*(473 - 96*lmMst1)*pow2(lmMst2))/9. - (
713  920*Dmsqst2)/(9.*pow2(Msq)) + (128*pow3(lmMst2))/3.) + (pow2(Mst1)*(
714  273721621 + 420*lmMst2*(463453 - 3600*lmMt) + 9072000*lmMt - 6300*(289
715  + 30*lmMst2)*pow2(lmMst1) + 840*lmMst1*(211261 + 90510*lmMst2 + 1800*
716  lmMt - 64575*pow2(lmMst2)) - 84886200*pow2(lmMst2) + (945000*Dmsqst2*(-
717  113 + 6*lmMst1 - 6*lmMst2))/pow2(Msq) + 63000*pow3(lmMst1) + 54369000*
718  pow3(lmMst2)))/425250. - ((175.16754355781114 - (17578814*lmMst1)/
719  33075. + lmMst2*(257.7056386999244 + (105592*lmMst1)/315. - (208*pow2(
720  lmMst1))/9.) - (35576*pow2(lmMst1))/315. + (16*(-4376 + 2555*lmMst1)*
721  pow2(lmMst2))/315. + (64*lmMt*(2 + 5*lmMst2 - lmMst1*(5 + 2*lmMst2) +
722  pow2(lmMst1) + pow2(lmMst2)))/3. + (160*Dmsqst2*(41 - 12*lmMst1 + 12*
723  lmMst2))/(27.*pow2(Msq)) + (16*pow3(lmMst1))/27. - (2896*pow3(lmMst2))/
724  27.)*pow4(Mst1))/pow2(Mst2) - (2*(360*Dmsqst2 + (-820 + 166*lmMst2 +
725  32*lmMst1*(-2 + 3*lmMst2) + 337*pow2(lmMst2))*pow2(Msq))*pow4(Mst2))/(
726  9.*pow2(Msq)*pow2(Mst1)) - pow2(MuSUSY)*(90.77757201646091 - (100*B4)/
727  9. + (112*D3)/9. - (62*DN)/9. + (788*lmMst1)/9. - (103*pow2(lmMst1))/9.
728  + (16*lmMst2*(-241 - 171*lmMst1 + 18*pow2(lmMst1)))/27. + (
729  125.33333333333333 - 82*lmMst1)*pow2(lmMst2) + (80*Dmsqst2*(4 + lmMst1
730  - lmMst2))/(3.*pow2(Msq)) + ((360*Dmsqst2 + (-852 + 358*lmMst2 + 32*
731  lmMst1*(-2 + 3*lmMst2) + 497*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*
732  pow2(Msq)*pow2(Mst1)) + (214*pow3(lmMst2))/3. + (pow2(Mst1)*(
733  155.38193689986284 - (164*B4)/9. + (176*D3)/9. - (94*DN)/9. - (21449*
734  lmMst1)/675. - (7556*pow2(lmMst1))/135. + (lmMst2*(-54451 - 22990*
735  lmMst1 + 65550*pow2(lmMst1)))/675. + (2*(6077 - 17130*lmMst1)*pow2(
736  lmMst2))/135. + (10*Dmsqst2*(-23 + 42*lmMst1 - 42*lmMst2))/(3.*pow2(
737  Msq)) - (10*pow3(lmMst1))/27. + (4240*pow3(lmMst2))/27.))/pow2(Mst2) +
738  ((585.1892843532082 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. - (20109937*
739  lmMst1)/297675. - (15886*pow2(lmMst1))/945. + lmMst2*(
740  17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(lmMst1))/9.) + (
741  169.85608465608465 - (2632*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))
742  /27. + (4448*pow3(lmMst2))/27.)*pow4(Mst1))/pow4(Mst2) - (32*(-2 +
743  lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1))) - S2*((
744  807.2952380952381 + 796*lmMst1 - 796*lmMst2)*pow2(Mst1) + (
745  596.0571428571428 + 84*lmMst1 - 84*lmMst2)*pow2(Mst2) + (4*(28283 +
746  23070*lmMst1 - 23070*lmMst2)*pow4(Mst1))/(45.*pow2(Mst2)) - (pow2(
747  MuSUSY)*(6*(1089707 - 5550*lmMst1 + 5550*lmMst2)*pow2(Mst1)*pow2(Mst2)
748  + 40*(93919 - 12981*lmMst1 + 12981*lmMst2)*pow4(Mst1) + 27*(116129 -
749  350*lmMst1 + 350*lmMst2)*pow4(Mst2)))/(405.*pow4(Mst2))) + (64*(-2 +
750  lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))/(9.*pow4(Mst1)) + (8*OepS2*(4*(
751  6921*pow2(Mst2) + 4327*pow2(MuSUSY))*pow4(Mst1) + 6*pow2(Mst1)*(185*
752  pow2(Mst2)*pow2(MuSUSY) + 1791*pow4(Mst2)) + 63*(5*pow2(MuSUSY)*pow4(
753  Mst2) + 18*pow6(Mst2))))/(2187.*pow4(Mst2))) - (MuSUSY*(s2t*pow3(Mt)*(
754  3314.980952380952 - (32*B4)/3. + (32*D3)/3. - (16*DN)/3. + (1472*
755  lmMst1)/9. - (64*lmMt)/9. + lmMst2*(1916.5925925925926 + 136*lmMst1 - (
756  128*pow2(lmMst1))/3.) + (116*pow2(lmMst1))/3. + (32*(37 - 12*lmMst1)*
757  pow2(lmMst2))/9. - (3280*Dmsqst2)/(9.*pow2(Msq)) - (4*(360*Dmsqst2 + (-
758  756 + 134*lmMst2 + 32*lmMst1*(-2 + 3*lmMst2) + 177*pow2(lmMst2))*pow2(
759  Msq))*pow2(Mst2))/(9.*pow2(Msq)*pow2(Mst1)) + (256*pow3(lmMst2))/3. + (
760  pow2(Mst1)*(4623.658770135215 - (32*B4)/3. + (32*D3)/3. - (16*DN)/3. +
761  (2028488*lmMst1)/2025. + (64*(5 + lmMst1 - lmMst2)*lmMt)/9. + (8*
762  lmMst2*(715964 + 124935*lmMst1 - 11025*pow2(lmMst1)))/2025. + (4064*
763  pow2(lmMst1))/135. - (8*(4517 + 5025*lmMst1)*pow2(lmMst2))/135. + (40*
764  Dmsqst2*(-65 + 2*lmMst1 - 2*lmMst2))/(3.*pow2(Msq)) + (8*pow3(lmMst1))/
765  27. + (9208*pow3(lmMst2))/27.))/pow2(Mst2) + ((622.8225754358181 - (64*
766  B4)/9. + (64*D3)/9. - (32*DN)/9. + (29853268*lmMst1)/19845. + (38704*
767  pow2(lmMst1))/189. + (4*lmMst2*(2917823 - 3813600*lmMst1 + 97020*pow2(
768  lmMst1)))/19845. + (16*(8677 - 5439*lmMst1)*pow2(lmMst2))/189. - (128*
769  lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(
770  lmMst2)))/3. - (16*pow3(lmMst1))/9. + (1328*pow3(lmMst2))/3.)*pow4(
771  Mst1))/pow4(Mst2) + (128*(-2 + lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.
772  *pow4(Mst1)) + ((32*OepS2*(660*pow2(Mst1)*pow2(Mst2) + 1838*pow4(Mst1)
773  + 63*pow4(Mst2)))/243. - (4*S2*(12*(18419 + 11550*lmMst1 - 11550*
774  lmMst2)*pow2(Mst1)*pow2(Mst2) + 28*(17269 + 13785*lmMst1 - 13785*
775  lmMst2)*pow4(Mst1) + 27*(3477 + 490*lmMst1 - 490*lmMst2)*pow4(Mst2)))/
776  315.)/pow4(Mst2)) - pow2(Mt)*pow2(s2t)*((pow2(Mst1)*(139.60072016460904
777  - (1048*B4)/3. + (20*DN)/3. - (6938*lmMst1)/27. + (128*pow2(lmMst1))/
778  3. - (2*lmMst2*(7619 + 720*lmMst1 + 288*pow2(lmMst1)))/27. + (8*(4 +
779  153*lmMst1)*pow2(lmMst2))/3. + (800*Dmsqst2*(-1 + lmMst1 - lmMst2))/
780  pow2(Msq) - (1160*pow3(lmMst2))/3.))/Mst2 + Mst2*(717.5533950617285 - (
781  980*B4)/3. + (22*DN)/3. - (1648*lmMst1)/3. - (64*pow2(lmMst1))/3. + (4*
782  lmMst2*(-695 - 108*lmMst1 + 24*pow2(lmMst1)))/9. + (28*(-18 + 31*
783  lmMst1)*pow2(lmMst2))/3. + (80*Dmsqst2*(2 + 5*lmMst1 - 5*lmMst2))/pow2(
784  Msq) - 300*pow3(lmMst2)) + (128*(2 + lmMst2 - 3*pow2(lmMst2))*pow3(
785  Mst2))/(3.*pow2(Mst1)) + ((1033.594170096022 - (592*B4)/3. + (8*DN)/3.
786  + (35140*lmMst1)/
787  81. + (92*pow2(lmMst1))/3. - (2*lmMst2*(28667 - 5238*lmMst1 + 3024*
788  pow2(lmMst1)))/81. + (8*(-60 + 157*lmMst1)*pow2(lmMst2))/3. + (20*
789  Dmsqst2*(-80 + 43*lmMst1 - 43*lmMst2))/pow2(Msq) - (32*pow3(lmMst1))/3.
790  - (1000*pow3(lmMst2))/3.)*pow4(Mst1))/pow3(Mst2) + ((-4*OepS2*(-9267*
791  pow2(Mst1)*pow2(Mst2) + 23734*pow4(Mst1) - 63*pow4(Mst2)))/729. + (S2*(
792  3*(29123 - 92670*lmMst1 + 92670*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(
793  525961 + 356010*lmMst1 - 356010*lmMst2)*pow4(Mst1) + 27*(1387 - 70*
794  lmMst1 + 70*lmMst2)*pow4(Mst2)))/270.)/pow3(Mst2)) + (pow4(Mt)*((
795  907200*Dmsqst2*pow2(Mst2)*((-497 + 306*lmMst1 - 609*lmMst2 + 303*lmMt)*
796  pow2(Mst1) + (-101 + 90*lmMst1 - 177*lmMst2 + 87*lmMt)*pow2(Mst2)))/
797  pow2(Msq) + 24*pow2(Mst1)*pow2(Mst2)*(2848907 - 10515960*lmMt + 605920*
798  OepS2 + 11406852*S2 + 1890*lmMst2*(8232 - 203*lmMt + 6492*S2) - 90720*(
799  -3 + lmMst2)*pow2(lmMst1) - 1890*lmMst1*(3460 - 281*lmMt + lmMst2*(689
800  + 96*lmMt) + 6492*S2 - 438*pow2(lmMst2)) + 1890*(347 + 96*lmMt)*pow2(
801  lmMst2) + 226800*pow2(lmMt) - 737100*pow3(lmMst2)) + 140*(5659217 +
802  1592460*lmMt - 518816*OepS2 + 9976392*S2 - 972*(569 + 180*lmMst2 - 126*
803  lmMt)*pow2(lmMst1) + 324*(5353 + 126*lmMt)*pow2(lmMst2) - 186624*pow2(
804  lmMt) + 72*lmMst1*(-27653 - 3015*lmMt - 18*lmMst2*(689 + 126*lmMt) +
805  145917*S2 + 2160*pow2(lmMst2) + 2592*pow2(lmMt)) - 36*lmMst2*(-39031 -
806  3204*lmMt + 291834*S2 + 5184*pow2(lmMt)) + 1944*pow3(lmMst1) + 17496*
807  pow3(lmMst2))*pow4(Mst1) - 9*(7152121 + 4616640*lmMt - 7840*OepS2 +
808  17640*lmMst2*(-1256 + 60*lmMt - 9*S2) - 3032964*S2 - 241920*(-2 +
809  lmMst2)*pow2(lmMst1) + 7560*lmMst1*(1136 - 128*lmMt + 16*lmMst2*(21 +
810  4*lmMt) + 21*S2 - 164*pow2(lmMst2)) - 30240*(107 + 16*lmMt)*pow2(
811  lmMst2) + 120960*pow2(lmMt) + 1481760*pow3(lmMst2))*pow4(Mst2) + (
812  8709120*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2))/pow2(Mst1)))/(153090.
813  *pow5(Mst2)) + Mt*((2*T1ep*(3*pow2(Mst1)*pow2(Mst2)*(-15840*Mst2*s2t*
814  pow2(Mt) + 9267*Mt*pow2(Mst2)*pow2(s2t) - 17312*pow3(Mt) + 530*pow3(
815  Mst2)*pow3(s2t)) + 2*(-66168*Mst2*s2t*pow2(Mt) - 35601*Mt*pow2(Mst2)*
816  pow2(s2t) + 129704*pow3(Mt) + 12664*pow3(Mst2)*pow3(s2t))*pow4(Mst1) +
817  63*(-72*Mst2*s2t*pow2(Mt) + 3*Mt*pow2(Mst2)*pow2(s2t) - 4*pow3(Mt) +
818  10*pow3(Mst2)*pow3(s2t))*pow4(Mst2)))/(729.*pow5(Mst2)) + pow3(s2t)*(
819  pow2(Mst2)*(185.44423868312757 - (100*B4)/9. + (112*D3)/9. - (62*DN)/9.
820  + (284*lmMst1)/3. - (103*pow2(lmMst1))/9. + (2*lmMst2*(-2465 - 1512*
821  lmMst1 + 144*pow2(lmMst1)))/27. + (70.11111111111111 - 82*lmMst1)*pow2(
822  lmMst2) + (40*Dmsqst2*(5 + 2*lmMst1 - 2*lmMst2))/(3.*pow2(Msq)) + (214*
823  pow3(lmMst2))/3.) + pow2(Mst1)*(64.60436488340191 - (64*B4)/9. + (64*
824  D3)/9. - (32*DN)/9. - (80549*lmMst1)/675. - (6011*pow2(lmMst1))/135. +
825  (lmMst2*(41949 + 45410*lmMst1 + 58350*pow2(lmMst1)))/675. - (2*(2383 +
826  11595*lmMst1)*pow2(lmMst2))/135. + (10*Dmsqst2*(-55 + 34*lmMst1 - 34*
827  lmMst2))/(3.*pow2(Msq)) - (10*pow3(lmMst1))/27. + (2314*pow3(lmMst2))/
828  27.) + ((407.7379592503276 - (2740559*lmMst1)/59535. + (866*pow2(
829  lmMst1))/189. + lmMst2*(36.477181489879904 - (4840*lmMst1)/189. + (208*
830  pow2(lmMst1))/3.) + (21.026455026455025 - (1136*lmMst1)/9.)*pow2(
831  lmMst2) + (10*Dmsqst2*(-419 + 57*lmMst1 - 57*lmMst2))/(27.*pow2(Msq)) -
832  (112*pow3(lmMst1))/27. + (1648*pow3(lmMst2))/27.)*pow4(Mst1))/pow2(
833  Mst2) - ((101.77777777777777 + (32*lmMst1*(2 - 3*lmMst2))/9. - (130*
834  lmMst2)/3. - 73*pow2(lmMst2) - (40*Dmsqst2)/pow2(Msq))*pow4(Mst2))/
835  pow2(Mst1) - (159*(200*OepS2 + 27*(21401 - 150*lmMst1 + 150*lmMst2)*S2)
836  *pow2(Mst1)*pow2(Mst2) + 20*(25328*OepS2 + 27*(47051 - 18996*lmMst1 +
837  18996*lmMst2)*S2)*pow4(Mst1) + 9*(1400*OepS2 + 81*(116129 - 350*lmMst1
838  + 350*lmMst2)*S2)*pow4(Mst2))/(10935.*pow2(Mst2)) - (32*(-2 + lmMst2 +
839  5*pow2(lmMst2))*pow6(Mst2))/(9.*pow4(Mst1))))))/Tbeta - (s2t*pow3(Mt)*(
840  9*Mst2*(6779161 + 4495680*lmMt + 5040*lmMst2*(-4309 + 210*lmMt) -
841  241920*(-2 + lmMst2)*pow2(lmMst1) - 30240*(195 + 16*lmMt)*pow2(lmMst2)
842  - 30240*lmMst1*(-4*(75 - 8*lmMt + lmMst2*(19 + 4*lmMt)) + 41*pow2(
843  lmMst2)) + 120960*pow2(lmMt) + (50400*Dmsqst2*(289 - 180*lmMst1 + 354*
844  lmMst2 - 174*lmMt))/pow2(Msq) + 1481760*pow3(lmMst2)) - (8709120*(2 +
845  lmMst2 - 3*pow2(lmMst2))*pow3(Mst2))/pow2(Mst1) + ((-3*pow2(Mst1)*(
846  21772800*Dmsqst2*(-7 + 3*lmMst1 - 6*lmMst2 + 3*lmMt) + pow2(Msq)*(
847  79386499 - 72455040*lmMt + 52920*lmMst2*(1095 + 2*lmMt) - 725760*(-5 +
848  2*lmMst2)*pow2(lmMst1) - 4460400*pow2(lmMst2) + 7560*lmMst1*(-3601 -
849  370*lmMst2 + 178*lmMt + 384*pow2(lmMst2)) + 2177280*pow2(lmMt) -
850  1451520*pow3(lmMst2))))/Mst2 + (28*(72900*Dmsqst2*(465 + lmMst2*(374 -
851  12*lmMt) - 4*lmMst1*(52 + 3*lmMst2 - 3*lmMt) - 166*lmMt + 12*pow2(
852  lmMst2)) - pow2(Msq)*(20964397 + 4563540*lmMt - 9720*(266 + 74*lmMst2 -
853  55*lmMt)*pow2(lmMst1) + 3240*(1493 + 39*lmMt)*pow2(lmMst2) - 180*
854  lmMst1*(32857 + 11844*lmMt + 18*lmMst2*(485 + 204*lmMt) - 1674*pow2(
855  lmMst2) - 3888*pow2(lmMt)) + 1440*lmMst2*(1181 + 1332*lmMt - 486*pow2(
856  lmMt)) - 466560*pow2(lmMt) + 9720*pow3(lmMst1) + 408240*pow3(lmMst2)))*
857  pow4(Mst1))/pow3(Mst2))/pow2(Msq) - 153090*pow2(MuSUSY)*((256*Mst2*(2 +
858  lmMst2 - 3*pow2(lmMst2)))/(9.*pow2(Mst1)) + (535.2578189300411 - (1960*
859  B4)/9. + (44*DN)/9. - (3296*lmMst1)/9. - (128*pow2(lmMst1))/9. + (8*
860  lmMst2*(-599 - 108*lmMst1 + 24*pow2(lmMst1)))/27. + (8*(-222 + 217*
861  lmMst1)*pow2(lmMst2))/9. + (160*Dmsqst2*(2 + 5*lmMst1 - 5*lmMst2))/(3.*
862  pow2(Msq)) - 200*pow3(lmMst2))/Mst2 + (pow2(Mst1)*(628.3249657064472 -
863  (1352*B4)/3. + (28*DN)/3. - (43540*lmMst1)/81. + (128*pow2(lmMst1))/9.
864  - (4*lmMst2*(11213 + 1368*lmMst1 + 144*pow2(lmMst1)))/
865  81. + (8*(-214 + 523*lmMst1)*pow2(lmMst2))/9. + (160*Dmsqst2*(-8 + 15*
866  lmMst1 - 15*lmMst2))/(3.*pow2(Msq)) - (4120*pow3(lmMst2))/9.))/pow3(
867  Mst2) + ((634.115454961134 - (3416*B4)/9. + (52*DN)/9. + (111356*
868  lmMst1)/243. + (8*pow2(lmMst1))/9. - (8*lmMst2*(36802 - 11421*lmMst1 +
869  1728*pow2(lmMst1)))/243. + (344*(-14 + 15*lmMst1)*pow2(lmMst2))/9. - (
870  64*pow3(lmMst1))/9. - (1528*pow3(lmMst2))/3.)*pow4(Mst1))/pow5(Mst2)) +
871  (-560*OepS2*(-2*(51460*pow2(Mst2) + 16421*pow2(MuSUSY))*pow4(Mst1) +
872  63*(2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2) + 6*pow2(Mst1)*(1555*pow2(
873  Mst2)*pow2(MuSUSY) + 4307*pow4(Mst2))) - 54*S2*(14*(8*(220117 + 192975*
874  lmMst1 - 192975*lmMst2)*pow2(Mst2) + 5*(123113 + 98526*lmMst1 - 98526*
875  lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 6*pow2(Mst1)*(7*(20803 - 46650*
876  lmMst1 + 46650*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + (760703 - 904470*
877  lmMst1 + 904470*lmMst2)*pow4(Mst2)) + 27*(7*(1387 - 70*lmMst1 + 70*
878  lmMst2)*pow2(MuSUSY)*pow4(Mst2) + (18722 - 980*lmMst1 + 980*lmMst2)*
879  pow6(Mst2))))/pow5(Mst2)))/153090. + pow2(Mt)*((5*Dmsqst2*(-1081 + 165*
880  lmMst1 - 165*lmMst2)*pow2(s2t)*(-2 + pow2(Sbeta))*pow2(Sbeta)*pow4(
881  Mst1))/(9.*pow2(Msq)*pow2(Mst2)) + (pow2(MuSUSY)*((pow2(Mt)*(24*pow2(
882  Mst2)*(50134 - 270*B4 + 270*D3 - 135*DN + 2160*lmMst1 + 120*(271 + 24*
883  lmMst1)*lmMst2 - 120*lmMt - 29646*S2 - 720*(-2 + 3*lmMst1)*pow2(lmMst2)
884  + 2160*pow3(lmMst2)) + pow2(Mst1)*(3051661 - 12960*B4 + 12960*D3 -
885  6480*DN + 304320*lmMst1 + 960*(2227 + 285*lmMst1)*lmMst2 + 2880*(4 +
886  lmMst1 - lmMst2)*lmMt + 5600*OepS2 - 324*(5361 + 350*lmMst1 - 350*
887  lmMst2)*S2 - 2880*(23 + 72*lmMst1)*pow2(lmMst2) + 207360*pow3(lmMst2)))
888  )/(1215.*pow4(Mst2)) + pow2(s2t)*(90.77757201646091 - (100*B4)/9. + (
889  112*D3)/9. - (62*DN)/9. + (788*lmMst1)/9. - (103*pow2(lmMst1))/9. + (
890  16*lmMst2*(-241 - 171*lmMst1 + 18*pow2(lmMst1)))/27. + (
891  125.33333333333333 - 82*lmMst1)*pow2(lmMst2) + (80*Dmsqst2*(4 + lmMst1
892  - lmMst2))/(3.*pow2(Msq)) + ((360*Dmsqst2 + (-852 + 358*lmMst2 + 32*
893  lmMst1*(-2 + 3*lmMst2) + 497*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*
894  pow2(Msq)*pow2(Mst1)) + (214*pow3(lmMst2))/3. + (pow2(Mst1)*(
895  155.38193689986284 - (164*B4)/9. + (176*D3)/9. - (94*DN)/9. - (21449*
896  lmMst1)/675. - (7556*pow2(lmMst1))/135. + (lmMst2*(-54451 - 22990*
897  lmMst1 + 65550*pow2(lmMst1)))/675. + (2*(6077 - 17130*lmMst1)*pow2(
898  lmMst2))/135. + (10*Dmsqst2*(-23 + 42*lmMst1 - 42*lmMst2))/(3.*pow2(
899  Msq)) - (10*pow3(lmMst1))/27. + (4240*pow3(lmMst2))/27.))/pow2(Mst2) +
900  ((585.1892843532082 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. - (20109937*
901  lmMst1)/297675. - (15886*pow2(lmMst1))/945. + lmMst2*(
902  17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(lmMst1))/9.) + (
903  2*(80257 - 138180*lmMst1)*pow2(lmMst2))/945. - (92*pow3(lmMst1))/27. +
904  (4448*pow3(lmMst2))/27.)*pow4(Mst1))/pow4(Mst2) - (32*(-2 + lmMst2 + 5*
905  pow2(lmMst2))*pow4(Mst2))/(9.*pow4(Mst1)) - (6*(7400*OepS2 + 27*(
906  1089707 - 5550*lmMst1 + 5550*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 40*(
907  17308*OepS2 + 27*(93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow4(Mst1) +
908  9*(1400*OepS2 + 81*(116129 - 350*lmMst1 + 350*lmMst2)*S2)*pow4(Mst2))/(
909  10935.*pow4(Mst2))) + Mt*s2t*((160*Dmsqst2*((8 - 15*lmMst1 + 15*lmMst2)
910  *pow2(Mst1) + (-2 - 5*lmMst1 + 5*lmMst2)*pow2(Mst2)))/(3.*pow2(Msq)*
911  pow3(Mst2)) - (6*pow2(Mst2)*(4580489 - 3285360*B4 + 68040*DN - 3918600*
912  lmMst1 + 248800*OepS2 - 108*(-20803 + 46650*lmMst1 - 46650*lmMst2)*S2 +
913  103680*pow2(lmMst1) - 360*lmMst2*(11213 + 1368*lmMst1 + 144*pow2(
914  lmMst1)) + 6480*(-214 + 523*lmMst1)*pow2(lmMst2) - 3337200*pow3(lmMst2)
915  )*pow4(Mst1) + 9*pow2(Mst1)*(2601353 - 1058400*B4 + 23760*DN - 1779840*
916  lmMst1 + 1120*OepS2 - 324*(-1387 + 70*lmMst1 - 70*lmMst2)*S2 - 69120*
917  pow2(lmMst1) + 1440*lmMst2*(-599 - 108*lmMst1 + 24*pow2(lmMst1)) +
918  4320*(-222 + 217*lmMst1)*pow2(lmMst2) - 972000*pow3(lmMst2))*pow4(Mst2)
919  + 10*(2773621 - 1660176*B4 + 25272*DN + 2004408*lmMst1 - 525472*OepS2 +
920  108*(123113 + 98526*lmMst1 - 98526*lmMst2)*S2 + 3888*pow2(lmMst1) -
921  144*lmMst2*(36802 - 11421*lmMst1 + 1728*pow2(lmMst1)) + 167184*(-14 +
922  15*lmMst1)*pow2(lmMst2) - 31104*pow3(lmMst1) - 2227824*pow3(lmMst2))*
923  pow6(Mst1) + 1244160*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2))/(43740.*
924  pow2(Mst1)*pow5(Mst2)))))/pow2(Sbeta))) + (twoLoopFlag*((36*Mt*pow3(
925  s2t)*(4*(3 - lmMst1*(-2 + lmMst2) - 4*lmMst2 + pow2(lmMst2))*pow2(Mst1)
926  *pow2(Mst2) + (7 - 6*lmMst1 + 6*lmMst2)*pow4(Mst1) + 4*(14 - lmMst1*(-2
927  + lmMst2) + pow2(lmMst2))*pow4(Mst2)))/Mst2 + (32*pow4(Mt)*(-9*(-27 -
928  19*lmMst2 + 2*lmMst1*(6 + lmMst2 - lmMt) + 7*lmMt + 2*lmMst2*lmMt - 2*
929  pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-2 + 9*lmMst1 + 3*lmMst2 + 15*
930  lmMt)*pow2(Mst1)*pow4(Mst2) + 27*(23 + 38*lmMst2 - 9*lmMt - 6*lmMst2*
931  lmMt + lmMst1*(-29 - 6*lmMst2 + 6*lmMt) + 6*pow2(lmMst2))*pow6(Mst1) +
932  9*(-2 + 3*lmMst2)*pow6(Mst2)))/(pow2(Mst1)*pow4(Mst2)) + (8*s2t*pow3(
933  Mt)*(9*(4*(-28 - 41*lmMst2 + lmMst1*(31 + 6*lmMst2 - 6*lmMt) + 10*lmMt
934  + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2) + (-199 + 26*lmMst2 +
935  lmMst1*(-34 + 20*lmMst2) - 20*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) +
936  36*(-14 + lmMst1*(-2 + lmMst2) - pow2(lmMst2))*pow2(MuSUSY)*pow4(Mst2)
937  + 36*pow2(Mst1)*((-31 + 3*lmMst1*(-2 + lmMst2) + 4*lmMst2 - 3*pow2(
938  lmMst2))*pow2(Mst2)*pow2(MuSUSY) + (-13 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)
939  *pow4(Mst2)) + 2*(161 + 36*lmMst1*(-2 + lmMst2) + 78*lmMst2 - 6*lmMt -
940  36*pow2(lmMst2))*pow6(Mst2)))/pow5(Mst2) + (12*pow2(Mt)*pow2(s2t)*(2*
941  pow4(Mst1)*(9*(4 - lmMst1 + lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))*
942  pow2(Mst2)*pow2(MuSUSY) + (-7 + 6*lmMst1 - 24*lmMst2)*pow4(Mst2)) + (
943  12*(-4 + 5*lmMst1 - 5*lmMst2)*pow2(Mst2) + 9*(9 + 4*lmMst1*(-1 +
944  lmMst2) + 4*lmMst2 - 4*pow2(lmMst2))*pow2(MuSUSY))*pow6(Mst1) - 6*(-2 +
945  3*lmMst2)*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2) + 2*pow2(Mst1)*(3*(
946  10 - 3*lmMst1 + 6*lmMst1*lmMst2 - 6*pow2(lmMst2))*pow2(MuSUSY)*pow4(
947  Mst2) + (-23 + 36*lmMst2)*pow6(Mst2))))/(pow2(Mst1)*pow4(Mst2)) + (9*
948  pow4(s2t)*(-6*(-2 + lmMst1 - 2*lmMst1*lmMst2 + 2*pow2(lmMst2))*pow2(
949  Mst2)*pow4(Mst1) + 6*(-2 + lmMst1 - 2*lmMst2 - 2*lmMst1*lmMst2 + 2*
950  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 6*lmMst1)*pow6(Mst1) + 2*(-2
951  + 3*lmMst2)*pow6(Mst2)) + (4*Mt*MuSUSY*((9*Mt*MuSUSY*s2t*(-2*(4*Mt*(-31
952  + 3*lmMst1*(-2 + lmMst2) + 4*lmMst2 - 3*pow2(lmMst2)) + 3*Mst2*s2t*(4 +
953  lmMst2 + lmMst1*(-1 + 2*lmMst2) - 2*pow2(lmMst2)))*pow2(Mst2)*pow4(
954  Mst1) - 2*(Mst2*s2t*(10 + lmMst1*(-3 + 6*lmMst2) - 6*pow2(lmMst2)) + 4*
955  Mt*(-14 + lmMst1*(-2 + lmMst2) - pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) +
956  (-3*Mst2*s2t*(9 + 4*lmMst1*(-1 + lmMst2) + 4*lmMst2 - 4*pow2(lmMst2)) +
957  Mt*(398 + lmMst1*(68 - 40*lmMst2) - 52*lmMst2 + 40*pow2(lmMst2)))*pow6(
958  Mst1) + 2*(-2 + 3*lmMst2)*s2t*pow7(Mst2)))/pow2(Sbeta) - (-2*pow2(Mst2)
959  *(36*(3 - lmMst1 + lmMst2)*Mst2*s2t*pow2(Mt) + 54*Mt*(-17 + 2*lmMst1*(-
960  2 + lmMst2) + 4*lmMst2 - 2*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(29 -
961  18*lmMst1*(-1 + lmMst2) - 3*lmMst2 - 15*lmMt + 18*pow2(lmMst2))*pow3(
962  Mt) + 9*(2 + 3*lmMst2)*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 2*pow2(Mst1)*
963  (6*(-11 + 18*lmMst2)*Mst2*s2t*pow2(Mt) + 54*Mt*(14 - lmMst1*(-2 +
964  lmMst2) + pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(79 + 18*lmMst1*(-2 +
965  lmMst2) + 39*lmMst2 - 3*lmMt - 18*pow2(lmMst2))*pow3(Mt) - 9*(8 + 3*
966  lmMst2 + lmMst1*(-3 + 6*lmMst2) - 6*pow2(lmMst2))*pow3(Mst2)*pow3(s2t))
967  *pow4(Mst2) - (72*(7 - 6*lmMst1 + 6*lmMst2)*Mst2*s2t*pow2(Mt) - 27*Mt*(
968  75 + lmMst1*(10 - 8*lmMst2) - 10*lmMst2 + 8*pow2(lmMst2))*pow2(Mst2)*
969  pow2(s2t) + 8*(236 + 339*lmMst2 - 18*lmMst1*(13 + 4*lmMst2 - 3*lmMt) -
970  3*(35 + 18*lmMst2)*lmMt + 72*pow2(lmMst2))*pow3(Mt) + 27*(1 - 2*lmMst1
971  + 2*lmMst2)*pow3(Mst2)*pow3(s2t))*pow6(Mst1) + 18*(-2 + 3*lmMst2)*s2t*(
972  -4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow7(Mst2))/Tbeta))/pow5(Mst2))/
973  pow2(Mst1)))/108.))/pow2(Mgl) + threeLoopFlag*pow2(Al4p)*(-(pow2(Mt)*
974  pow2(s2t)*((-5*Dmglst2*Dmsqst2*(-1081 + 165*lmMst1 - 165*lmMst2)*(-2 +
975  pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1))/(9.*Mgl*pow2(Msq)*pow2(Mst2)) + (
976  pow2(MuSUSY)*(53.385802469135804 + (40*B4)/9. - (4*D3)/9. + (2*DN)/9. +
977  (1672*lmMst1)/27. + (53*pow2(lmMst1))/9. - lmMst2*(129.92592592592592 -
978  72*lmMst1 + (13*pow2(lmMst1))/3.) + (2*(-470 + 147*lmMst1)*pow2(lmMst2)
979  )/9. + (16*pow3(lmMst1))/9. + ((-15*Dmsqst2*(288*Dmglst2*(4 + lmMst1 -
980  lmMst2) + Mgl*(-1141 + 264*lmMst2 + 48*lmMst1*(-7 + 3*lmMst2) - 144*
981  pow2(lmMst2))))/pow2(Msq) + Dmglst2*(-14267 + 432*B4 - 576*D3 + 360*DN
982  - 4752*lmMst1 + 4536*lmMst2 + 16704*lmMst1*lmMst2 + 1404*pow2(lmMst1) -
983  1152*lmMst2*pow2(lmMst1) - 20232*pow2(lmMst2) + 8856*lmMst1*pow2(
984  lmMst2) - 7704*pow3(lmMst2)))/(162.*Mgl) - (271*pow3(lmMst2))/9. + (
985  pow2(Mst1)*(434.270658436214 + (76*B4)/9. - (2*DN)/9. + (69088*lmMst1)/
986  405. - (1313*pow2(lmMst1))/27. - (4*lmMst2*(16192 - 26430*lmMst1 +
987  3465*pow2(lmMst1)))/405. + ((-5735 + 3072*lmMst1)*pow2(lmMst2))/27. + (
988  Dmsqst2*(201.74098765432097 + (622*lmMst1)/15. + (2*(-311 + 10*lmMst1)*
989  lmMst2)/15. + (Dmglst2*(76.66666666666667 - 140*lmMst1 + 140*lmMst2))/
990  Mgl - (22*pow2(lmMst1))/3. + 6*pow2(lmMst2)))/pow2(Msq) - (62*pow3(
991  lmMst1))/27. - (2086*pow3(lmMst2))/27. - (2*Dmglst2*(2695042 - 40500*B4
992  + 54000*D3 - 33750*DN - 326895*lmMst1 - 324900*pow2(lmMst1) + 15*
993  lmMst2*(-19607 - 129030*lmMst1 + 62550*pow2(lmMst1)) - 450*(-5023 +
994  5610*lmMst1)*pow2(lmMst2) + 11250*pow3(lmMst1) + 1575000*pow3(lmMst2)))
995  /(30375.*Mgl)))/pow2(Mst2) + ((628.1736268201578 + (76*B4)/9. - (2*DN)/
996  9. + (6317839*lmMst1)/396900. - (66307*pow2(lmMst1))/315. - lmMst2*(
997  12.52907281431091 - (182909*lmMst1)/315. + (274*pow2(lmMst1))/3.) + (2*
998  (-58301 + 37135*lmMst1)*pow2(lmMst2))/315. + (Dmsqst2*(
999  237.28785508324435 + (16526*lmMst2)/3969. + (2*lmMst1*(-8263 + 71820*
1000  lmMst2))/3969. - (520*pow2(lmMst1))/21. - (80*pow2(lmMst2))/7.))/pow2(
1001  Msq) - (44*pow3(lmMst1))/9. - (1256*pow3(lmMst2))/9. - (Dmglst2*(
1002  585.1892843532082 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. - (20109937*
1003  lmMst1)/297675. - (15886*pow2(lmMst1))/945. + lmMst2*(
1004  17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(lmMst1))/9.) + (
1005  2*(80257 - 138180*lmMst1)*pow2(lmMst2))/945. - (92*pow3(lmMst1))/27. +
1006  (4448*pow3(lmMst2))/27.))/Mgl)*pow4(Mst1))/pow4(Mst2) + (-((360*
1007  Dmglst2*Dmsqst2 + Dmsqst2*(30 - 60*lmMst2)*Mgl + Mgl*(103 + 186*lmMst2
1008  + 32*lmMst1*(1 + lmMst2) + 91*pow2(lmMst2))*pow2(Msq) + 2*Dmglst2*(-20
1009  + 2*(99 + 16*lmMst1)*lmMst2 + 123*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/
1010  (9.*pow2(Msq)*pow2(Mst1)) + (16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl +
1011  lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) + (-30*Dmsqst2*Mgl*(9*(104*
1012  OepS2 + 27*(17 - 78*lmMst1 + 78*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 13*
1013  (136*OepS2 - 27*(95 + 102*lmMst1 - 102*lmMst2)*S2)*pow4(Mst1) + 27*(8*
1014  OepS2 - 81*(-15 + 2*lmMst1 - 2*lmMst2)*S2)*pow4(Mst2)) + pow2(Msq)*(3*
1015  Mgl*(-3*(8456*OepS2 - 81*(11243 + 2114*lmMst1 - 2114*lmMst2)*S2)*pow2(
1016  Mst1)*pow2(Mst2) + (-52948*OepS2 + 27*(194357 + 39711*lmMst1 - 39711*
1017  lmMst2)*S2)*pow4(Mst1) + 27*(-184*OepS2 + 81*(307 + 46*lmMst1 - 46*
1018  lmMst2)*S2)*pow4(Mst2)) + 2*Dmglst2*(54*(344*OepS2 + 9*(15643 - 774*
1019  lmMst1 + 774*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 4*(17308*OepS2 + 27*(
1020  93919 - 12981*lmMst1 + 12981*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2 -
1021  81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*pow4(Mst2))))/(2187.*pow2(Msq)*
1022  pow4(Mst2)))/Mgl))/pow2(Sbeta))) + pow4(s2t)*(-(pow2(Mst1)*pow2(Mst2)*(
1023  79.01365226337448 - B4/9. + (2*D3)/9. - DN/6. + (4372*lmMst1)/405. + (
1024  lmMst2*(16051 + 22980*lmMst1 - 5175*pow2(lmMst1)))/810. - (1631*pow2(
1025  lmMst1))/108. + ((-92 + 327*lmMst1)*pow2(lmMst2))/27. - (Dmsqst2*(
1026  3.2221604938271606 + (467*lmMst1)/90. - (3.522222222222222 + 7*lmMst1)*
1027  lmMst2 + (5*Dmglst2*(-75 + 26*lmMst1 - 26*lmMst2))/(6.*Mgl) + (11*pow2(
1028  lmMst1))/6. + (31*pow2(lmMst2))/6.))/pow2(Msq) - (79*pow3(lmMst1))/54.
1029  + (Dmglst2*(
1030  0.7822304526748971 - (2*B4)/3. + (8*D3)/9. - (5*DN)/9. + (81193*lmMst1)
1031  /4050. + (137*pow2(lmMst1))/135. - (lmMst2*(81643 + 86970*lmMst1 +
1032  48150*pow2(lmMst1)))/4050. + ((4969 + 3840*lmMst1)*pow2(lmMst2))/270. -
1033  (5*pow3(lmMst1))/27. - (58*pow3(lmMst2))/27.))/Mgl - (115*pow3(lmMst2))
1034  /27.)) + (46.745471895783595 + B4 + D3/9. - DN/9. + (34838747*lmMst1)/
1035  529200. + (50723*pow2(lmMst1))/1890. + (lmMst2*(-23468297 - 17276980*
1036  lmMst1 + 3601500*pow2(lmMst1)))/529200. + (4*(2941 - 2415*lmMst1)*pow2(
1037  lmMst2))/945. + (Dmsqst2*(15.13649301931237 + (555521*lmMst1)/39690. -
1038  ((621671 + 200340*lmMst1)*lmMst2)/39690. + (5*Dmglst2*(76 - 249*lmMst1
1039  + 249*lmMst2))/(54.*Mgl) + (53*pow2(lmMst1))/21. + (53*pow2(lmMst2))/
1040  21.))/pow2(Msq) - (10*pow3(lmMst1))/27. + (409*pow3(lmMst2))/108. + (
1041  Dmglst2*(79.58863384550371 + (8287903*lmMst2)/1.1907e6 + (
1042  4.326984126984127 + (11*lmMst2)/3.)*pow2(lmMst1) + lmMst1*(
1043  1.2061367262954565 - (101*lmMst2)/315. - (11*pow2(lmMst2))/3.) - (51*
1044  pow2(lmMst2))/70. - (11*pow3(lmMst1))/9. + (11*pow3(lmMst2))/9.))/Mgl)*
1045  pow4(Mst1) - (S2*(3*(9*(5717 + 1286*lmMst1 - 1286*lmMst2)*pow2(Mst1)*
1046  pow2(Mst2) + 5*(3370 + 1077*lmMst1 - 1077*lmMst2)*pow4(Mst1) + 81*(307
1047  + 46*lmMst1 - 46*lmMst2)*pow4(Mst2)) - (2*Dmglst2*(36*(-275 + 324*
1048  lmMst1 - 324*lmMst2)*pow2(Mst1)*pow2(Mst2) + (51635 + 25194*lmMst1 -
1049  25194*lmMst2)*pow4(Mst1) + 81*(-1677 + 14*lmMst1 - 14*lmMst2)*pow4(
1050  Mst2)))/Mgl + (30*Dmsqst2*(9*(253 + 42*lmMst1 - 42*lmMst2)*pow2(Mst1)*
1051  pow2(Mst2) + (326 + 84*lmMst1 - 84*lmMst2)*pow4(Mst1) + 81*(-15 + 2*
1052  lmMst1 - 2*lmMst2)*pow4(Mst2)))/pow2(Msq)))/324. + (27*(Dmsqst2*(8640*
1053  Dmglst2*(1 + lmMst1 - lmMst2) + 30*Mgl*(-1213 + 408*lmMst2 + 48*lmMst1*
1054  (-7 + 3*lmMst2) - 144*pow2(lmMst2))) + pow2(Msq)*(-(Mgl*(25289 + 1440*
1055  B4 - 144*D3 + 72*DN + 22368*lmMst1 + 1908*pow2(lmMst1) - 12*lmMst2*(
1056  2296 - 2136*lmMst1 + 117*pow2(lmMst1)) + 504*(-53 + 21*lmMst1)*pow2(
1057  lmMst2) + 576*pow3(lmMst1) - 9756*pow3(lmMst2))) + 2*Dmglst2*(15707 -
1058  432*B4 + 576*D3 - 360*DN + 4752*lmMst1 - 1404*pow2(lmMst1) + 72*lmMst2*
1059  (-277 - 264*lmMst1 + 16*pow2(lmMst1)) - 72*(-142 + 123*lmMst1)*pow2(
1060  lmMst2) + 7704*pow3(lmMst2))))*pow4(Mst2) + 16*OepS2*(60*Dmsqst2*Mgl*(
1061  63*pow2(Mst1)*pow2(Mst2) + 14*pow4(Mst1) + 27*pow4(Mst2)) + pow2(Msq)*(
1062  -4*Dmglst2*(1944*pow2(Mst1)*pow2(Mst2) + 4199*pow4(Mst1) + 189*pow4(
1063  Mst2)) + 3*Mgl*(3858*pow2(Mst1)*pow2(Mst2) + 1795*pow4(Mst1) + 1242*
1064  pow4(Mst2)))) + (972*(360*Dmglst2*Dmsqst2 + Dmsqst2*(30 - 60*lmMst2)*
1065  Mgl + Mgl*(135 + 250*lmMst2 + 32*lmMst1*(1 + lmMst2) + 123*pow2(lmMst2)
1066  )*pow2(Msq) + 2*Dmglst2*(-20 + (262 + 32*lmMst1)*lmMst2 + 187*pow2(
1067  lmMst2))*pow2(Msq))*pow6(Mst2))/pow2(Mst1))/(34992.*Mgl*pow2(Msq))) - (
1068  s2t*pow3(Mt)*(((622080*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl
1069  + lmMst2*Mgl)*pow3(Mst2))/pow2(Mst1) + (27*Mst2*(2400*Dmglst2*Dmsqst2*(
1070  289 - 180*lmMst1 + 354*lmMst2 - 174*lmMt) + 21600*Dmsqst2*(7 + 4*lmMst1
1071  - 10*lmMst2 + 6*lmMt)*Mgl - 5*Dmglst2*pow2(Msq)*(30183 + lmMst2*(67184
1072  - 4704*lmMt) + 45408*lmMt + 2304*(-1 + lmMst2)*pow2(lmMst1) + 96*(199 +
1073  48*lmMt)*pow2(lmMst2) + 288*lmMst1*(-30 + 16*lmMt - 2*lmMst2*(5 + 8*
1074  lmMt) + 41*pow2(lmMst2)) - 14112*pow3(lmMst2)) + 9*Mgl*pow2(Msq)*(20253
1075  - 4160*lmMt - 80*lmMst2*(13 + 66*lmMt) - 1280*(1 + lmMst2)*pow2(lmMst1)
1076  + 160*(155 - 16*lmMt)*pow2(lmMst2) - 160*lmMst1*(54 + 2*lmMst2*(61 - 8*
1077  lmMt) - 16*lmMt + 41*pow2(lmMst2)) - 3840*pow2(lmMt) + 7840*pow3(
1078  lmMst2))) - (9*pow2(Mst1)*(1036800*Dmglst2*Dmsqst2*(-7 + 3*lmMst1 - 6*
1079  lmMst2 + 3*lmMt) + 259200*Dmsqst2*(3 - 2*lmMst1 + 4*lmMst2 - 2*lmMt)*
1080  Mgl + 3*Dmglst2*pow2(Msq)*(322421 + 414720*lmMt - 2880*(21 + 12*lmMst2
1081  - 4*lmMt)*pow2(lmMst1) + 480*(1097 - 24*lmMt)*pow2(lmMst2) - 69120*
1082  pow2(lmMt) - 160*lmMst2*(-2852 + 231*lmMt + 216*pow2(lmMt)) + 160*
1083  lmMst1*(-2969 - 2211*lmMst2 - 39*lmMt + 72*pow2(lmMst2) + 216*pow2(
1084  lmMt)) + 23040*pow3(lmMst2)) - Mgl*pow2(Msq)*(1156193 + 198720*lmMt -
1085  6480*lmMst2*(21 + 16*lmMt*(1 + lmMt)) + 8640*(-13 + 4*lmMst2 + 4*lmMt)*
1086  pow2(lmMst1) + 17280*(51 - 2*lmMt)*pow2(lmMst2) - 2160*lmMst1*(295 +
1087  360*lmMst2 - 52*lmMt + 112*pow2(lmMst2) - 48*pow2(lmMt)) + 207360*pow3(
1088  lmMst2))))/Mst2 + (4*(72900*Dmsqst2*(Mgl*(-35 - 50*lmMst2 + 4*lmMst1*(8
1089  + lmMst2 - lmMt) + 18*lmMt + 4*lmMst2*lmMt - 4*pow2(lmMst2)) + Dmglst2*
1090  (465 + 374*lmMst2 - 4*lmMst1*(52 + 3*lmMst2 - 3*lmMt) - 166*lmMt - 12*
1091  lmMst2*lmMt + 12*pow2(lmMst2))) + pow2(Msq)*(3*Mgl*(2016907 + 110160*
1092  lmMt + 1080*(565 - 3*lmMt)*pow2(lmMst2) - 1080*((158 - 6*lmMst2 - 39*
1093  lmMt)*pow2(lmMst1) + lmMst1*(421 + 60*lmMt + lmMst2*(413 + 36*lmMt) +
1094  129*pow2(lmMst2) - 72*pow2(lmMt)) + lmMst2*(167 - 66*lmMt + 72*pow2(
1095  lmMt))) + 1080*pow3(lmMst1) + 131760*pow3(lmMst2)) - Dmglst2*(20964397
1096  + 4563540*lmMt - 9720*(266 + 74*lmMst2 - 55*lmMt)*pow2(lmMst1) + 3240*(
1097  1493 + 39*lmMt)*pow2(lmMst2) - 180*lmMst1*(32857 + 11844*lmMt + 18*
1098  lmMst2*(485 + 204*lmMt) - 1674*pow2(lmMst2) - 3888*pow2(lmMt)) + 1440*
1099  lmMst2*(1181 + 1332*lmMt - 486*pow2(lmMt)) - 466560*pow2(lmMt) + 9720*
1100  pow3(lmMst1) + 408240*pow3(lmMst2))))*pow4(Mst1))/pow3(Mst2))/pow2(Msq)
1101  )/Mgl + 21870*pow2(MuSUSY)*(((128*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*
1102  lmMst2 + Mgl + lmMst2*Mgl)*Mst2)/(9.*pow2(Mst1)) - (86400*Dmsqst2*(
1103  Dmglst2*(2 + 5*lmMst1 - 5*lmMst2) + (-1 - lmMst1 + lmMst2)*Mgl) + pow2(
1104  Msq)*(-45*Mgl*(9561 + 1760*B4 - 16*DN - 1984*lmMst1 - 256*pow2(lmMst1)
1105  - 64*lmMst2*(-214 + 73*lmMst1 + 4*pow2(lmMst1)) - 32*(-268 + 57*lmMst1)
1106  *pow2(lmMst2) + 2080*pow3(lmMst2)) - Dmglst2*(23917 + 188640*B4 - 3600*
1107  DN - 37440*lmMst1 + 11520*pow2(lmMst1) - 2880*lmMst2*(-237 + 55*lmMst1
1108  + 4*pow2(lmMst1)) - 1440*(-280 + 121*lmMst1)*pow2(lmMst2) + 185760*
1109  pow3(lmMst2))))/(1620.*Mst2*pow2(Msq)))/Mgl + (pow2(Mst1)*(
1110  621.9670781893004 + (1016*B4)/9. - (4*DN)/9. - (2476*lmMst1)/9. - (176*
1111  pow2(lmMst1))/9. + (4*lmMst2*(1427 - 1012*lmMst1 + 16*pow2(lmMst1)))/9.
1112  + (8*(642 - 203*lmMst1)*pow2(lmMst2))/9. + (520*pow3(lmMst2))/3. + ((
1113  160*Dmsqst2*(Dmglst2*(8 - 15*lmMst1 + 15*lmMst2) + (1 + 3*lmMst1 - 3*
1114  lmMst2)*Mgl))/(3.*pow2(Msq)) + Dmglst2*(248*B4 - 4*DN + (66761 +
1115  898740*lmMst2 + 2160*(11 + 4*lmMst2)*pow2(lmMst1) + 520560*pow2(lmMst2)
1116  - 180*lmMst1*(1141 + 1956*lmMst2 + 1986*pow2(lmMst2)) + 348840*pow3(
1117  lmMst2))/1215.))/Mgl))/pow3(Mst2) + ((1702429 + 257904*B4 - 648*DN -
1118  748656*lmMst1 + 41904*pow2(lmMst1) + 216*lmMst2*(5971 - 6106*lmMst1 +
1119  576*pow2(lmMst1)) + 41904*(34 - 15*lmMst1)*pow2(lmMst2) - 3456*pow3(
1120  lmMst1) - (1458*Dmglst2*(634.115454961134 - (3416*B4)/9. + (52*DN)/9. +
1121  (111356*lmMst1)/243. + (8*pow2(lmMst1))/9. - (8*lmMst2*(36802 - 11421*
1122  lmMst1 + 1728*pow2(lmMst1)))/243. + (344*(-14 + 15*lmMst1)*pow2(lmMst2)
1123  )/9. - (64*pow3(lmMst1))/9. - (1528*pow3(lmMst2))/3.))/Mgl + 507600*
1124  pow3(lmMst2))*pow4(Mst1))/(1458.*pow5(Mst2))) + (2*Dmglst2*(2*(8*(
1125  257300*OepS2 - 27*(220117 + 192975*lmMst1 - 192975*lmMst2)*S2)*pow2(
1126  Mst2) + 5*(131368*OepS2 - 27*(123113 + 98526*lmMst1 - 98526*lmMst2)*S2)
1127  *pow2(MuSUSY))*pow4(Mst1) + 27*(50*(56*OepS2 - 81*(-27 + 14*lmMst1 -
1128  14*lmMst2)*S2)*pow2(Mst2) + (1400*OepS2 - 81*(-453 + 350*lmMst1 - 350*
1129  lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst2) + 18*pow2(Mst1)*(4*(5060*OepS2 -
1130  27*(2489 + 3795*lmMst1 - 3795*lmMst2)*S2)*pow2(Mst2)*pow2(MuSUSY) + 3*(
1131  18440*OepS2 - 9*(15691 + 41490*lmMst1 - 41490*lmMst2)*S2)*pow4(Mst2)))
1132  - 6*Mgl*(2*(8*(13700*OepS2 - 27*(16297 + 10275*lmMst1 - 10275*lmMst2)*
1133  S2)*pow2(Mst2) + 5*(7528*OepS2 - 27*(9185 + 5646*lmMst1 - 5646*lmMst2)*
1134  S2)*pow2(MuSUSY))*pow4(Mst1) + 135*(56*OepS2 + 81*(1 - 14*lmMst1 + 14*
1135  lmMst2)*S2)*pow2(MuSUSY)*pow4(Mst2) + 6*pow2(Mst1)*(10*(544*OepS2 - 81*
1136  (169 + 136*lmMst1 - 136*lmMst2)*S2)*pow2(Mst2)*pow2(MuSUSY) + (15080*
1137  OepS2 - 81*(4367 + 3770*lmMst1 - 3770*lmMst2)*S2)*pow4(Mst2)) + 54*(
1138  280*OepS2 - 81*(-79 + 70*lmMst1 - 70*lmMst2)*S2)*pow6(Mst2)))/(Mgl*
1139  pow5(Mst2))))/21870. + (Mt*pow3(s2t)*(583200*Dmsqst2*pow2(Mst1)*(
1140  Dmglst2*(4*(12 - 5*lmMst1 + 5*lmMst2)*pow2(Mst1)*pow2(Mst2) + (40 - 3*
1141  lmMst1 + 3*lmMst2)*pow4(Mst1) - 4*(2 + 5*lmMst1 - 5*lmMst2)*pow4(Mst2))
1142  + Mgl*(4*(-1 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + (-4 + lmMst1 -
1143  lmMst2)*pow4(Mst1) + 4*(1 + lmMst1 - lmMst2)*pow4(Mst2))) + pow2(Msq)*(
1144  Dmglst2*(18*pow2(Mst2)*(27211 + 36720*B4 + 1080*DN - 298440*lmMst1 +
1145  64160*OepS2 - 108*(14033 + 12030*lmMst1 - 12030*lmMst2)*S2 + 12960*
1146  pow2(lmMst1) + 360*lmMst2*(-503 - 636*lmMst1 + 144*pow2(lmMst1)) -
1147  2160*(30 + 89*lmMst1)*pow2(lmMst2) + 140400*pow3(lmMst2))*pow4(Mst1) +
1148  27*pow2(Mst1)*(69997 + 188640*B4 - 3600*DN - 37440*lmMst1 + 5600*OepS2
1149  - 324*(-453 + 350*lmMst1 - 350*lmMst2)*S2 + 11520*pow2(lmMst1) - 2880*
1150  lmMst2*(-205 + 55*lmMst1 + 4*pow2(lmMst1)) - 1440*(-184 + 121*lmMst1)*
1151  pow2(lmMst2) + 185760*pow3(lmMst2))*pow4(Mst2) - (31897243 - 2491360*
1152  OepS2 + 90290268*S2 - 360*lmMst2*(18652 + 140139*S2) + 38880*(37 - 40*
1153  lmMst2)*pow2(lmMst1) + 3188160*pow2(lmMst2) + 360*lmMst1*(17410 -
1154  12852*lmMst2 + 140139*S2 + 11232*pow2(lmMst2)) - 311040*pow3(lmMst1) -
1155  2177280*pow3(lmMst2))*pow6(Mst1) + 622080*(-1 + 2*lmMst2 + 3*pow2(
1156  lmMst2))*pow6(Mst2)) + 15*Mgl*(6*pow2(Mst2)*(51041 + 7344*B4 + 216*DN -
1157  80136*lmMst1 - 2336*OepS2 + 324*(347 + 146*lmMst1 - 146*lmMst2)*S2 -
1158  2592*pow2(lmMst1) + 216*lmMst2*(-221 - 428*lmMst1 + 48*pow2(lmMst1)) -
1159  432*(-122 + 89*lmMst1)*pow2(lmMst2) + 28080*pow3(lmMst2))*pow4(Mst1) +
1160  27*pow2(Mst1)*(25611 + 5280*B4 - 48*DN - 5952*lmMst1 - 224*OepS2 + 324*
1161  (-1 + 14*lmMst1 - 14*lmMst2)*S2 - 768*pow2(lmMst1) - 192*lmMst2*(-182 +
1162  73*lmMst1 + 4*pow2(lmMst1)) - 96*(-236 + 57*lmMst1)*pow2(lmMst2) +
1163  6240*pow3(lmMst2))*pow4(Mst2) + (551987 - 14048*OepS2 + 661068*S2 -
1164  216*lmMst2*(46 + 1317*S2) + 864*(205 + 216*lmMst2)*pow2(lmMst1) +
1165  216000*pow2(lmMst2) - 216*lmMst1*(248 + 1820*lmMst2 - 1317*S2 + 1632*
1166  pow2(lmMst2)) - 6912*pow3(lmMst1) + 172800*pow3(lmMst2))*pow6(Mst1) +
1167  41472*pow2(1 + lmMst2)*pow6(Mst2)))))/(87480.*Mgl*Mst2*pow2(Msq)*pow2(
1168  Mst1)) + (pow2(MuSUSY)*pow3(Mt)*(1080*Dmglst2*Mt*pow2(Mst2)*(72*pow2(
1169  Mst2)*(180 - 2*B4 + 2*D3 - DN + 16*lmMst1 + 144*lmMst2 - 216*S2 - 16*(-
1170  2 + lmMst1)*pow2(lmMst2) + 16*pow3(lmMst2)) + pow2(Mst1)*(28405 - 288*
1171  B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*lmMst1)*lmMst2 + 576*
1172  (-2 + lmMst1 - lmMst2)*lmMt + 224*OepS2 - 324*(65 + 14*lmMst1 - 14*
1173  lmMst2)*S2 - 576*(-9 + 8*lmMst1)*pow2(lmMst2) + 4608*pow3(lmMst2))) + (
1174  2332800*Dmsqst2*s2t*(Dmglst2*(8 - 15*lmMst1 + 15*lmMst2)*pow2(Mst1) + (
1175  1 + 3*lmMst1 - 3*lmMst2)*Mgl*pow2(Mst1) - Dmglst2*(2 + 5*lmMst1 - 5*
1176  lmMst2)*pow2(Mst2) + (1 + lmMst1 - lmMst2)*Mgl*pow2(Mst2))*pow3(Mst2))/
1177  pow2(Msq) + 90*Mgl*Mt*(18*pow2(Mst1)*pow2(Mst2)*(10667 - 96*B4 + 96*D3
1178  - 48*DN - 3072*lmMst1 - 384*(-25 + 9*lmMst1)*lmMst2 - 384*(-1 + lmMst1
1179  - lmMst2)*lmMt - 224*OepS2 + 324*(-43 + 14*lmMst1 - 14*lmMst2)*S2 -
1180  384*(-13 + 4*lmMst1)*pow2(lmMst2) + 1536*pow3(lmMst2)) + (383185 -
1181  2592*B4 + 2592*D3 - 1296*DN - 187704*lmMst1 - 17440*OepS2 + 648*(-57 +
1182  545*lmMst1 - 545*lmMst2)*S2 - 7992*pow2(lmMst1) - 216*lmMst2*(-1733 +
1183  630*lmMst1 + 26*pow2(lmMst1)) - 216*(-859 + 246*lmMst1)*pow2(lmMst2) +
1184  3456*lmMt*(3 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(
1185  lmMst2)) + 720*pow3(lmMst1) + 58032*pow3(lmMst2))*pow4(Mst1) + 144*(436
1186  - 6*B4 + 6*D3 - 3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt -
1187  972*S2 - 48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2))*pow4(Mst2)) +
1188  (Mst2*s2t*(Dmglst2*(36*pow2(Mst2)*(66761 + 301320*B4 - 4860*DN -
1189  205380*lmMst1 + 40480*OepS2 - 216*(2489 + 3795*lmMst1 - 3795*lmMst2)*S2
1190  + 23760*pow2(lmMst1) + 180*lmMst2*(4993 - 1956*lmMst1 + 48*pow2(lmMst1)
1191  ) - 1080*(-482 + 331*lmMst1)*pow2(lmMst2) + 348840*pow3(lmMst2))*pow4(
1192  Mst1) + 27*pow2(Mst1)*(23917 + 188640*B4 - 3600*DN - 37440*lmMst1 +
1193  5600*OepS2 - 324*(-453 + 350*lmMst1 - 350*lmMst2)*S2 + 11520*pow2(
1194  lmMst1) - 2880*lmMst2*(-237 + 55*lmMst1 + 4*pow2(lmMst1)) - 1440*(-280
1195  + 121*lmMst1)*pow2(lmMst2) + 185760*pow3(lmMst2))*pow4(Mst2) - 10*(
1196  2773621 - 1660176*B4 + 25272*DN + 2004408*lmMst1 - 525472*OepS2 + 108*(
1197  123113 + 98526*lmMst1 - 98526*lmMst2)*S2 + 3888*pow2(lmMst1) - 144*
1198  lmMst2*(36802 - 11421*lmMst1 + 1728*pow2(lmMst1)) + 167184*(-14 + 15*
1199  lmMst1)*pow2(lmMst2) - 31104*pow3(lmMst1) - 2227824*pow3(lmMst2))*pow6(
1200  Mst1) + 622080*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(Mst2)) + 15*Mgl*(
1201  24*pow2(Mst2)*(75569 + 13716*B4 - 54*DN - 33426*lmMst1 - 1088*OepS2 +
1202  162*(169 + 136*lmMst1 - 136*lmMst2)*S2 - 2376*pow2(lmMst1) + 54*lmMst2*
1203  (1427 - 1012*lmMst1 + 16*pow2(lmMst1)) - 108*(-642 + 203*lmMst1)*pow2(
1204  lmMst2) + 21060*pow3(lmMst2))*pow4(Mst1) + 27*pow2(Mst1)*(28683 + 5280*
1205  B4 - 48*DN - 5952*lmMst1 - 224*OepS2 + 324*(-1 + 14*lmMst1 - 14*lmMst2)
1206  *S2 - 768*pow2(lmMst1) - 192*lmMst2*(-214 + 73*lmMst1 + 4*pow2(lmMst1))
1207  - 96*(-268 + 57*lmMst1)*pow2(lmMst2) + 6240*pow3(lmMst2))*pow4(Mst2) +
1208  2*(1702429 + 257904*B4 - 648*DN - 748656*lmMst1 - 30112*OepS2 + 108*(
1209  9185 + 5646*lmMst1 - 5646*lmMst2)*S2 + 41904*pow2(lmMst1) + 216*lmMst2*
1210  (5971 - 6106*lmMst1 + 576*pow2(lmMst1)) - 41904*(-34 + 15*lmMst1)*pow2(
1211  lmMst2) - 3456*pow3(lmMst1) + 507600*pow3(lmMst2))*pow6(Mst1) + 41472*
1212  pow2(1 + lmMst2)*pow6(Mst2))))/pow2(Mst1)))/(43740.*Mgl*pow2(Sbeta)*
1213  pow6(Mst2)) + pow2(Mt)*pow2(s2t)*(pow2(Mst1)*(97.4135390946502 - (8*D3)
1214  /9. + (8*DN)/9. - (88984*lmMst1)/405. - (64*(lmMst1 - lmMst2)*lmMt)/3.
1215  - (1738*pow2(lmMst1))/
1216  27. + (2*lmMst2*(52322 - 4710*lmMst1 + 315*pow2(lmMst1)))/405. + (4*(
1217  479 - 237*lmMst1)*pow2(lmMst2))/27. - (Dmsqst2*(17.999506172839506 + (
1218  1468*lmMst1)/45. - (4*(517 + 180*lmMst1)*lmMst2)/45. + (20*Dmglst2*(113
1219  - 6*lmMst1 + 6*lmMst2))/(9.*Mgl) + 8*pow2(lmMst1) + 8*pow2(lmMst2)))/
1220  pow2(Msq) - (260*pow3(lmMst1))/27. - (4*Dmglst2*(15*lmMst2*(-77657 +
1221  10800*lmMt) + 8*(-152101 + 40500*lmMt) - 225*(-341 + 30*lmMst2)*pow2(
1222  lmMst1) - 365400*pow2(lmMst2) + 30*lmMst1*(-34484 + 16260*lmMst2 -
1223  5400*lmMt + 21825*pow2(lmMst2)) + 2250*pow3(lmMst1) - 650250*pow3(
1224  lmMst2)))/(30375.*Mgl) + (1166*pow3(lmMst2))/27.) + ((
1225  199.98139767323744 - (18614063*lmMst1)/66150. + lmMst2*(
1226  293.39173091458804 - (25514*lmMst1)/945. - (286*pow2(lmMst1))/9.) - (
1227  48143*pow2(lmMst1))/945. + (32*lmMt*(-2*lmMst1*(1 + lmMst2) + lmMst2*(2
1228  + lmMst2) + pow2(lmMst1)))/3. + (77.94391534391535 - (2*lmMst1)/9.)*
1229  pow2(lmMst2) + (Dmsqst2*(3.5881655848700444 - (470824*lmMst1)/19845. +
1230  (4*(117706 + 34965*lmMst1)*lmMst2)/19845. + (160*Dmglst2*(-41 + 12*
1231  lmMst1 - 12*lmMst2))/(27.*Mgl) - (74*pow2(lmMst1))/21. - (74*pow2(
1232  lmMst2))/21.))/pow2(Msq) + (190*pow3(lmMst1))/27. - (Dmglst2*(
1233  175.16754355781114 - (17578814*lmMst1)/33075. + lmMst2*(
1234  257.7056386999244 + (105592*lmMst1)/315. - (208*pow2(lmMst1))/9.) - (
1235  35576*pow2(lmMst1))/315. + (16*(-4376 + 2555*lmMst1)*pow2(lmMst2))/315.
1236  + (64*lmMt*(2 + 5*lmMst2 - lmMst1*(5 + 2*lmMst2) + pow2(lmMst1) +
1237  pow2(lmMst2)))/3. + (16*pow3(lmMst1))/27. - (2896*pow3(lmMst2))/27.))/
1238  Mgl + (674*pow3(lmMst2))/27.)*pow4(Mst1))/pow2(Mst2) + pow2(MuSUSY)*(
1239  53.385802469135804 + (40*B4)/9. - (4*D3)/9. + (2*DN)/9. + (1672*lmMst1)
1240  /27. + (53*pow2(lmMst1))/9. - lmMst2*(129.92592592592592 - 72*lmMst1 +
1241  (13*pow2(lmMst1))/3.) + (2*(-470 + 147*lmMst1)*pow2(lmMst2))/9. + (16*
1242  pow3(lmMst1))/9. - (271*pow3(lmMst2))/9. + ((-5*Dmsqst2*(288*Dmglst2*(4
1243  + lmMst1 - lmMst2) + Mgl*(-1141 + 264*lmMst2 + 48*lmMst1*(-7 + 3*
1244  lmMst2) - 144*pow2(lmMst2))))/(54.*pow2(Msq)) - (Dmglst2*(14267 - 432*
1245  B4 + 576*D3 - 360*DN + 4752*lmMst1 - 1404*pow2(lmMst1) + 72*lmMst2*(-63
1246  - 232*lmMst1 + 16*pow2(lmMst1)) + 72*(281 - 123*lmMst1)*pow2(lmMst2) +
1247  7704*pow3(lmMst2)))/162.)/Mgl + (pow2(Mst1)*(434.270658436214 + (76*B4)
1248  /9. - (2*DN)/9. + (69088*lmMst1)/405. - (1313*pow2(lmMst1))/27. - (4*
1249  lmMst2*(16192 - 26430*lmMst1 + 3465*pow2(lmMst1)))/405. + ((-5735 +
1250  3072*lmMst1)*pow2(lmMst2))/27. + (Dmsqst2*(201.74098765432097 + (622*
1251  lmMst1)/15. + (2*(-311 + 10*lmMst1)*lmMst2)/15. + (10*Dmglst2*(23 - 42*
1252  lmMst1 + 42*lmMst2))/(3.*Mgl) - (22*pow2(lmMst1))/3. + 6*pow2(lmMst2)))
1253  /pow2(Msq) - (62*pow3(lmMst1))/27. - (2086*pow3(lmMst2))/27. - (2*
1254  Dmglst2*(2695042 - 40500*B4 + 54000*D3 - 33750*DN - 326895*lmMst1 -
1255  324900*pow2(lmMst1) + 15*lmMst2*(-19607 - 129030*lmMst1 + 62550*pow2(
1256  lmMst1)) - 450*(-5023 + 5610*lmMst1)*pow2(lmMst2) + 11250*pow3(lmMst1)
1257  + 1575000*pow3(lmMst2)))/(30375.*Mgl)))/pow2(Mst2) + (pow2(Mst2)*(-(((
1258  360*Dmglst2*Dmsqst2 + Dmsqst2*(30 - 60*lmMst2)*Mgl + Mgl*(103 + 186*
1259  lmMst2 + 32*lmMst1*(1 + lmMst2) + 91*pow2(lmMst2))*pow2(Msq) + 2*
1260  Dmglst2*(-20 + 2*(99 + 16*lmMst1)*lmMst2 + 123*pow2(lmMst2))*pow2(Msq))
1261  *pow2(Mst1))/pow2(Msq)) + 16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl +
1262  lmMst2*Mgl)*pow2(Mst2)))/(9.*Mgl*pow4(Mst1)) + ((628.1736268201578 + (
1263  76*B4)/9. - (2*DN)/9. + (6317839*lmMst1)/396900. - (66307*pow2(lmMst1))
1264  /315. - lmMst2*(12.52907281431091 - (182909*lmMst1)/315. + (274*pow2(
1265  lmMst1))/3.) + (2*(-58301 + 37135*lmMst1)*pow2(lmMst2))/315. + (
1266  Dmsqst2*(237.28785508324435 + (16526*lmMst2)/3969. + (2*lmMst1*(-8263 +
1267  71820*lmMst2))/3969. - (520*pow2(lmMst1))/21. - (80*pow2(lmMst2))/7.))/
1268  pow2(Msq) - (44*pow3(lmMst1))/9. - (1256*pow3(lmMst2))/9. - (Dmglst2*(
1269  585.1892843532082 - (8*B4)/3. + (32*D3)/9. - (20*DN)/9. - (20109937*
1270  lmMst1)/297675. - (15886*pow2(lmMst1))/945. + lmMst2*(
1271  17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(lmMst1))/9.) + (
1272  169.85608465608465 - (2632*lmMst1)/9.)*pow2(lmMst2) - (92*pow3(lmMst1))
1273  /27. + (4448*pow3(lmMst2))/27.))/Mgl)*pow4(Mst1))/pow4(Mst2)) + ((pow2(
1274  Mst2)*((-720*(360*Dmglst2*Dmsqst2 + Dmsqst2*(30 - 60*lmMst2)*Mgl + Mgl*
1275  (87 + 154*lmMst2 + 32*lmMst1*(1 + lmMst2) + 75*pow2(lmMst2))*pow2(Msq)
1276  + 2*Dmglst2*(-52 + 2*(67 + 16*lmMst1)*lmMst2 + 91*pow2(lmMst2))*pow2(
1277  Msq))*pow2(Mst2))/pow2(Mst1) - 96*Dmglst2*(3450*Dmsqst2 - pow2(Msq)*(
1278  11674 - 120*B4 + 120*D3 - 60*DN + 690*lmMst1 + 345*pow2(lmMst1) - 5*
1279  lmMst2*(-3427 - 54*lmMst1 + 96*pow2(lmMst1)) + (4515 - 480*lmMst1)*
1280  pow2(lmMst2) + 960*pow3(lmMst2))) + Mgl*(900*Dmsqst2*(391 + 32*lmMst1 -
1281  128*lmMst2) + pow2(Msq)*(1013263 + 2880*D3 - 2880*DN + 96720*lmMst1 +
1282  34560*lmMt + 44640*pow2(lmMst1) - 240*lmMst2*(-2267 - 90*lmMst1 + 117*
1283  pow2(lmMst1)) + 1440*(133 + 8*lmMst1)*pow2(lmMst2) + 11520*pow3(lmMst1)
1284  + 5040*pow3(lmMst2)))))/(3240.*pow2(Msq)) + (32*(1 + lmMst2)*(4*
1285  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow6(Mst2))/(9.*pow4(Mst1)))/Mgl + (
1286  -300*Dmsqst2*Mgl*((4*(16*OepS2 - 27*(35 + 12*lmMst1 - 12*lmMst2)*S2)*
1287  pow2(Mst2) + 13*(136*OepS2 - 27*(95 + 102*lmMst1 - 102*lmMst2)*S2)*
1288  pow2(MuSUSY))*pow4(Mst1) + 27*((8*OepS2 - 81*(9 + 2*lmMst1 - 2*lmMst2)*
1289  S2)*pow2(Mst2) + (8*OepS2 - 81*(-15 + 2*lmMst1 - 2*lmMst2)*S2)*pow2(
1290  MuSUSY))*pow4(Mst2) + 9*pow2(Mst1)*((104*OepS2 + 27*(17 - 78*lmMst1 +
1291  78*lmMst2)*S2)*pow2(Mst2)*pow2(MuSUSY) + 2*(8*OepS2 - 27*(23 + 6*lmMst1
1292  - 6*lmMst2)*S2)*pow4(Mst2))) + pow2(Msq)*(-3*Mgl*(6*pow2(Mst1)*pow2(
1293  Mst2)*((25160*OepS2 - 81*(9191 + 6290*lmMst1 - 6290*lmMst2)*S2)*pow2(
1294  Mst2) + 5*(8456*OepS2 - 81*(11243 + 2114*lmMst1 - 2114*lmMst2)*S2)*
1295  pow2(MuSUSY)) + ((274280*OepS2 - 27*(399127 + 205710*lmMst1 - 205710*
1296  lmMst2)*S2)*pow2(Mst2) + 10*(52948*OepS2 - 27*(194357 + 39711*lmMst1 -
1297  39711*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst1) + 27*((2120*OepS2 - 81*(-141
1298  + 530*lmMst1 - 530*lmMst2)*S2)*pow2(Mst2) + 10*(184*OepS2 - 81*(307 +
1299  46*lmMst1 - 46*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst2)) + 4*Dmglst2*(54*
1300  pow2(Mst1)*pow2(Mst2)*((2000*OepS2 - 162*(31 + 250*lmMst1 - 250*lmMst2)
1301  *S2)*pow2(Mst2) + 5*(344*OepS2 + 9*(15643 - 774*lmMst1 + 774*lmMst2)*
1302  S2)*pow2(MuSUSY)) + 2*(9*(30760*OepS2 - 27*(28283 + 23070*lmMst1 -
1303  23070*lmMst2)*S2)*pow2(Mst2) + 10*(17308*OepS2 + 27*(93919 - 12981*
1304  lmMst1 + 12981*lmMst2)*S2)*pow2(MuSUSY))*pow4(Mst1) + 135*(56*OepS2 -
1305  81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*pow2(MuSUSY)*pow4(Mst2) -
1306  2768742*S2*pow6(Mst2))))/(21870.*Mgl*pow2(Msq)*pow4(Mst2))) + (4*
1307  Dmglst2*Mst2*T1ep*pow2(Msq)*(189*pow4(Mst2)*(-4*Mst2*pow2(Mt)*pow2(
1308  MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 10*s2t*(pow2(MuSUSY)*(-1 + pow2(
1309  Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 5*Mt*pow2(Sbeta)*pow3(
1310  s2t)*pow4(Mst2) - 16*Mst2*pow2(Sbeta)*pow4(Mt) + pow2(Sbeta)*pow4(s2t)*
1311  pow5(Mst2)) + pow4(Mst1)*(-8*Mst2*pow2(Mt)*pow2(s2t)*(4327*pow2(MuSUSY)
1312  *(-1 + pow2(Sbeta)) + 6921*pow2(Mst2)*pow2(Sbeta)) + 4*s2t*(16421*pow2(
1313  MuSUSY)*(-1 + pow2(Sbeta)) + 51460*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) -
1314  15571*Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) - 89312*Mst2*pow2(Sbeta)*
1315  pow4(Mt) + 4199*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 18*Mst2*pow2(Mst1)*
1316  (-12*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(43*pow2(MuSUSY)*(-1 + pow2(Sbeta))
1317  + 50*pow2(Mst2)*pow2(Sbeta)) + 2*Mst2*s2t*(506*pow2(MuSUSY)*(-1 + pow2(
1318  Sbeta)) + 1383*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 56*(3*pow2(MuSUSY)*(-
1319  1 + pow2(Sbeta)) - 23*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) - 401*Mt*pow2(
1320  Sbeta)*pow3(s2t)*pow5(Mst2) + 108*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))) -
1321  3*Mgl*T1ep*(20*Dmsqst2*pow2(Mst2)*pow2(s2t)*(27*pow4(Mst2)*(-4*pow2(Mt)
1322  *(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)) + pow2(s2t)
1323  *pow2(Sbeta)*pow4(Mst2)) + 9*pow2(Mst1)*pow2(Mst2)*(pow2(Mt)*(-52*pow2(
1324  MuSUSY)*(-1 + pow2(Sbeta)) - 8*pow2(Mst2)*pow2(Sbeta)) + 7*pow2(s2t)*
1325  pow2(Sbeta)*pow4(Mst2)) + pow4(Mst1)*(-4*pow2(Mt)*(221*pow2(MuSUSY)*(-1
1326  + pow2(Sbeta)) + 8*pow2(Mst2)*pow2(Sbeta)) + 14*pow2(s2t)*pow2(Sbeta)*
1327  pow4(Mst2))) + pow2(Msq)*(54*pow5(Mst2)*(-2*Mst2*pow2(Mt)*pow2(s2t)*(
1328  46*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 53*pow2(Mst2)*pow2(Sbeta)) + 28*
1329  s2t*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*pow2(Sbeta))*pow3(
1330  Mt) - 14*Mt*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) + 56*Mst2*pow2(Sbeta)*
1331  pow4(Mt) + 23*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + 6*pow2(Mst1)*pow2(
1332  Mst2)*(-4*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(1057*pow2(MuSUSY)*(-1 + pow2(
1333  Sbeta)) + 629*pow2(Mst2)*pow2(Sbeta)) + 8*Mst2*s2t*(136*pow2(MuSUSY)*(-
1334  1 + pow2(Sbeta)) + 377*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) + 8*(126*pow2(
1335  MuSUSY)*(-1 + pow2(Sbeta)) + 209*pow2(Mst2)*pow2(Sbeta))*pow4(Mt) -
1336  292*Mt*pow2(Sbeta)*pow3(s2t)*pow5(Mst2) + 643*pow2(Sbeta)*pow4(s2t)*
1337  pow6(Mst2)) + pow4(Mst1)*(-4*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(13237*pow2(
1338  MuSUSY)*(-1 + pow2(Sbeta)) + 6857*pow2(Mst2)*pow2(Sbeta)) + 16*Mst2*
1339  s2t*(941*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2740*pow2(Mst2)*pow2(Sbeta))
1340  *pow3(Mt) + 16*(1635*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 1168*pow2(Mst2)*
1341  pow2(Sbeta))*pow4(Mt) - 1756*Mt*pow2(Sbeta)*pow3(s2t)*pow5(Mst2) +
1342  1795*pow2(Sbeta)*pow4(s2t)*pow6(Mst2)))))/(1458.*Mgl*pow2(Msq)*pow2(
1343  Sbeta)*pow6(Mst2)) + pow4(Mt)*(480.98395061728394 - (640*lmMst1)/9. - (
1344  392*pow2(lmMst1))/9. + (4*lmMst2*(-553 - 1224*lmMst1 + 63*pow2(lmMst1))
1345  )/81. + (32*(121 - 18*lmMst1)*pow2(lmMst2))/27. + (4*lmMt*(926 - 749*
1346  lmMst2 + 6*lmMst1*(27 + 32*lmMst2) + 9*pow2(lmMst1) + 57*pow2(lmMst2)))
1347  /27. - (4*(-12 + lmMst1 + 55*lmMst2)*pow2(lmMt))/3. - (68*pow3(lmMst1))
1348  /9. + (4*((-350*Dmsqst2*(Dmglst2*(-2954 + 864*lmMst1 - 1713*lmMst2 +
1349  849*lmMt) - 3*Mgl*(-103 + 42*lmMst1 + 78*lmMt - 6*lmMst2*(23 + 3*lmMt)
1350  + 9*pow2(lmMst2) + 9*pow2(lmMt))))/pow2(Msq) + Dmglst2*(773533 +
1351  131775*lmMt + 35*lmMst2*(-6569 + 2220*lmMt) - 4410*pow2(lmMst1) -
1352  199920*pow2(lmMst2) + 5040*lmMst1*(13 + 28*lmMst2 - 8*lmMt + 8*pow2(
1353  lmMst2)) + 63000*pow2(lmMt) - 40320*pow3(lmMst2))))/(2835.*Mgl) + (8*
1354  pow3(lmMst2))/9. + (184*pow3(lmMt))/3. + ((1500.0856244066115 + (
1355  43574647*lmMst1)/99225. - (139432*pow2(lmMst1))/945. - (2*lmMst2*(
1356  35585111 - 2612085*lmMst1 + 2072700*pow2(lmMst1)))/99225. + (2*(34339 +
1357  46620*lmMst1)*pow2(lmMst2))/945. + (lmMt*(3155 + 1418*lmMst2 - 2*
1358  lmMst1*(513 + 572*lmMst2) + 312*pow2(lmMst1) + 832*pow2(lmMst2)))/9. +
1359  (64*(-1 + 3*lmMst1 - 3*lmMst2)*pow2(lmMt))/3. + (8*Dmsqst2*(-26331136 +
1360  105*lmMst1*(236317 + 35070*lmMst2 - 36750*lmMt) + 11962125*lmMt + 210*
1361  lmMst2*(-175121 + 18375*lmMt) + 88200*pow2(lmMst1) - 3770550*pow2(
1362  lmMst2)))/(231525.*pow2(Msq)) + (64*pow3(lmMst1))/27. - (1600*pow3(
1363  lmMst2))/27. - (Dmglst2*(2929.938520304849 + (55510684*lmMst1)/59535. -
1364  (126272*pow2(lmMst1))/189. - (4*lmMst2*(42300121 + 12578580*lmMst1 +
1365  2487240*pow2(lmMst1)))/59535. + (32*(10166 - 693*lmMst1)*pow2(lmMst2))/
1366  189. + (8*lmMt*(5695 + 1974*lmMst2 - 12*lmMst1*(163 + 47*lmMst2) + 468*
1367  pow2(lmMst1) + 96*pow2(lmMst2)))/27. + (128*(-5 + 6*lmMst1 - 6*lmMst2)*
1368  pow2(lmMt))/3. + (256*pow3(lmMst1))/27. + (7424*pow3(lmMst2))/27.))/
1369  Mgl)*pow4(Mst1))/pow4(Mst2) + (((4*(360*Dmglst2*Dmsqst2 + Dmsqst2*(30 -
1370  60*lmMst2)*Mgl + 2*Dmglst2*(-84 + (70 + 32*lmMst1)*lmMst2 + 59*pow2(
1371  lmMst2))*pow2(Msq) + Mgl*(71 + 122*lmMst2 + 32*lmMst1*(1 + lmMst2) +
1372  59*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*pow2(Mst1)) + (pow2(Mst1)*(
1373  2520*Dmsqst2*Mgl*(-91321 + 30*lmMst1*(1717 + 120*lmMst2 - 150*lmMt) +
1374  40500*lmMt + 30*lmMst2*(-3067 + 150*lmMt) + 450*pow2(lmMst1) - 4050*
1375  pow2(lmMst2)) + 5670000*Dmglst2*Dmsqst2*(401 + lmMst2*(274 - 4*lmMt) -
1376  2*lmMst1*(71 + 2*lmMst2 - 2*lmMt) - 132*lmMt + 4*pow2(lmMst2)) + 4*
1377  Dmglst2*pow2(Msq)*(98884301 - 57865500*lmMt + 12600*(1213 + 285*lmMst2
1378  - 225*lmMt)*pow2(lmMst1) + 18900*(-5953 + 310*lmMt)*pow2(lmMst2) +
1379  13608000*pow2(lmMt) + 1260*(lmMst1*(28194 + lmMst2*(61415 - 2400*lmMt)
1380  - 1075*lmMt + 13800*pow2(lmMst2) - 7200*pow2(lmMt)) + lmMst2*(8581 +
1381  6025*lmMt + 7200*pow2(lmMt))) - 252000*pow3(lmMst1) - 20727000*pow3(
1382  lmMst2)) + 35*Mgl*pow2(Msq)*(7319011 + 3223800*lmMt - 1800*(391 + 114*
1383  lmMst2 - 90*lmMt)*pow2(lmMst1) + 3600*(568 + 99*lmMt)*pow2(lmMst2) -
1384  259200*pow2(lmMt) - 120*lmMst2*(22352 - 2835*lmMt + 4320*pow2(lmMt)) +
1385  120*lmMst1*(4217 + 1215*lmMt - 15*lmMst2*(871 + 288*lmMt) + 3240*pow2(
1386  lmMst2) + 4320*pow2(lmMt)) + 14400*pow3(lmMst1) - 198000*pow3(lmMst2)))
1387  )/(425250.*pow2(Mst2)))/pow2(Msq) - (64*(1 + lmMst2)*(4*Dmglst2*lmMst2
1388  + Mgl + lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) + (-(pow2(MuSUSY)*(12*
1389  Dmglst2*pow2(Mst2)*(72*pow2(Mst2)*(180 - 2*B4 + 2*D3 - DN + 16*lmMst1 +
1390  144*lmMst2 - 16*(-2 + lmMst1)*pow2(lmMst2) + 16*pow3(lmMst2)) + pow2(
1391  Mst1)*(28405 - 288*B4 + 288*D3 - 144*DN + 5472*lmMst1 - 288*(-89 + 2*
1392  lmMst1)*lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt - 576*(-9 + 8*lmMst1)*
1393  pow2(lmMst2) + 4608*pow3(lmMst2))) + Mgl*(18*pow2(Mst1)*pow2(Mst2)*(
1394  10667 - 96*B4 + 96*D3 - 48*DN - 3072*lmMst1 - 384*(-25 + 9*lmMst1)*
1395  lmMst2 - 384*(-1 + lmMst1 - lmMst2)*lmMt - 384*(-13 + 4*lmMst1)*pow2(
1396  lmMst2) + 1536*pow3(lmMst2)) + (383185 - 2592*B4 + 2592*D3 - 1296*DN -
1397  187704*lmMst1 - 7992*pow2(lmMst1) - 216*lmMst2*(-1733 + 630*lmMst1 +
1398  26*pow2(lmMst1)) - 216*(-859 + 246*lmMst1)*pow2(lmMst2) + 3456*lmMt*(3
1399  + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(lmMst2)) +
1400  720*pow3(lmMst1) + 58032*pow3(lmMst2))*pow4(Mst1) + 144*(436 - 6*B4 +
1401  6*D3 - 3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt - 48*(-4 +
1402  lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2))*pow4(Mst2))))/486. + (16*OepS2*
1403  (4*Dmglst2*pow2(Mst2)*(63*pow2(Mst1)*(23*pow2(Mst2) - 3*pow2(MuSUSY)) +
1404  5582*pow4(Mst1) + 189*pow4(Mst2)) + 3*Mgl*((1168*pow2(Mst2) + 1635*
1405  pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*(378*pow2(Mst2)*pow2(MuSUSY) +
1406  627*pow4(Mst2)) + 189*pow6(Mst2))))/2187. - (S2*(4*Dmglst2*pow2(Mst2)*(
1407  45*pow2(Mst1)*(23*(115 + 588*lmMst1 - 588*lmMst2)*pow2(Mst2) - 126*(65
1408  + 14*lmMst1 - 14*lmMst2)*pow2(MuSUSY)) + (2001242 + 2344440*lmMst1 -
1409  2344440*lmMst2)*pow4(Mst1) - 81*(3360*pow2(Mst2)*pow2(MuSUSY) + (1593 -
1410  980*lmMst1 + 980*lmMst2)*pow4(Mst2))) + 42*Mgl*((8*(8653 + 4380*lmMst1
1411  - 4380*lmMst2)*pow2(Mst2) + 90*(-57 + 545*lmMst1 - 545*lmMst2)*pow2(
1412  MuSUSY))*pow4(Mst1) + 9*pow2(Mst1)*(90*(-43 + 14*lmMst1 - 14*lmMst2)*
1413  pow2(Mst2)*pow2(MuSUSY) + (4163 + 2090*lmMst1 - 2090*lmMst2)*pow4(Mst2)
1414  ) + 81*(-240*pow2(MuSUSY)*pow4(Mst2) + (109 + 70*lmMst1 - 70*lmMst2)*
1415  pow6(Mst2)))))/2835.)/pow6(Mst2))/Mgl) + (MuSUSY*(-(pow2(Mt)*pow2(s2t)*
1416  (Mst2*(377.0416666666667 + (220*B4)/3. - (2*DN)/3. - (248*lmMst1)/3. -
1417  (32*pow2(lmMst1))/3. - (8*lmMst2*(-198 + 73*lmMst1 + 4*pow2(lmMst1)))/
1418  3. + (336 - 76*lmMst1)*pow2(lmMst2) + (260*pow3(lmMst2))/3. + ((-80*
1419  Dmsqst2*(Dmglst2*(2 + 5*lmMst1 - 5*lmMst2) + (-1 - lmMst1 + lmMst2)*
1420  Mgl))/pow2(Msq) + Dmglst2*(43.4787037037037 + (524*B4)/3. - (10*DN)/3.
1421  - (104*lmMst1)/
1422  3. + (32*pow2(lmMst1))/3. - (8*lmMst2*(-221 + 55*lmMst1 + 4*pow2(
1423  lmMst1)))/3. + (4*(232 - 121*lmMst1)*pow2(lmMst2))/3. + 172*pow3(
1424  lmMst2)))/Mgl) + (pow2(Mst1)*(534.5756172839506 + 96*B4 - 330*lmMst1 -
1425  (56*pow2(lmMst1))/3. + (2*lmMst2*(571 - 720*lmMst1 + 32*pow2(lmMst1)))/
1426  3. + (8*(187 - 73*lmMst1)*pow2(lmMst2))/3. + (520*pow3(lmMst2))/3. + ((
1427  160*Dmsqst2*(Dmglst2*(5 - 5*lmMst1 + 5*lmMst2) + (lmMst1 - lmMst2)*Mgl)
1428  )/pow2(Msq) + Dmglst2*(60.275617283950616 + (592*B4)/3. - (8*DN)/3. - (
1429  1970*lmMst1)/9. + (56*pow2(lmMst1))/3. + (2*lmMst2*(2149 - 1296*lmMst1
1430  + 96*pow2(lmMst1)))/9. + (269.3333333333333 - 280*lmMst1)*pow2(lmMst2)
1431  + (776*pow3(lmMst2))/3.))/Mgl))/Mst2 + ((818.5195473251028 + 96*B4 - (
1432  3218*lmMst1)/9. + (652*pow2(lmMst1))/9. + (4*lmMst2*(845 - 1535*lmMst1
1433  + 264*pow2(lmMst1)))/9. + (609.7777777777778 - 376*lmMst1)*pow2(lmMst2)
1434  - (32*pow3(lmMst1))/9. + ((20*Dmsqst2*(Dmglst2*(80 - 43*lmMst1 + 43*
1435  lmMst2) + (-4 + 9*lmMst1 - 9*lmMst2)*Mgl))/pow2(Msq) - Dmglst2*(
1436  1033.594170096022 - (592*B4)/3. + (8*DN)/3. + (35140*lmMst1)/81. + (92*
1437  pow2(lmMst1))/3. - (2*lmMst2*(28667 - 5238*lmMst1 + 3024*pow2(lmMst1)))
1438  /81. + (8*(-60 + 157*lmMst1)*pow2(lmMst2))/3. - (32*pow3(lmMst1))/3. -
1439  (1000*pow3(lmMst2))/3.))/Mgl + (2360*pow3(lmMst2))/9.)*pow4(Mst1))/
1440  pow3(Mst2) - S2*((4.5 - 63*lmMst1 + 63*lmMst2 + (3*Dmglst2*(-453 + 350*
1441  lmMst1 - 350*lmMst2))/(10.*Mgl))*Mst2 - ((342.5 + 209*lmMst1 - 209*
1442  lmMst2 - (Dmglst2*(799.6333333333333 + 907*lmMst1 - 907*lmMst2))/Mgl)*
1443  pow2(Mst1))/Mst2 + ((Dmglst2*(525961 + 356010*lmMst1 - 356010*lmMst2) -
1444  15*(6143 + 3198*lmMst1 - 3198*lmMst2)*Mgl)*pow4(Mst1))/(135.*Mgl*pow3(
1445  Mst2))) + ((64*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl +
1446  lmMst2*Mgl)*pow3(Mst2))/(3.*pow2(Mst1)) + (4*OepS2*(-3*Mgl*(627*pow2(
1447  Mst1)*pow2(Mst2) + 1066*pow4(Mst1) + 189*pow4(Mst2)) + Dmglst2*(8163*
1448  pow2(Mst1)*pow2(Mst2) + 23734*pow4(Mst1) + 945*pow4(Mst2))))/(729.*
1449  pow3(Mst2)))/Mgl)) - s2t*pow3(Mt)*(604.5820987654321 + (16*D3)/9. - (
1450  16*DN)/9. + (1228*lmMst1)/27. + (64*lmMt)/3. + (248*pow2(lmMst1))/9. -
1451  (4*lmMst2*(-1901 + 6*lmMst1 + 117*pow2(lmMst1)))/27. + (92 + (64*
1452  lmMst1)/9.)*pow2(lmMst2) + (64*pow3(lmMst1))/9. + (28*pow3(lmMst2))/9.
1453  + ((-5*Dmsqst2*(656*Dmglst2 + (-367 - 32*lmMst1 + 80*lmMst2)*Mgl))/(
1454  9.*pow2(Msq)) + (8*Dmglst2*(12454 - 120*B4 + 120*D3 - 60*DN + 690*
1455  lmMst1 + 345*pow2(lmMst1) - 5*lmMst2*(-3121 + 42*lmMst1 + 96*pow2(
1456  lmMst1)) + (3630 - 480*lmMst1)*pow2(lmMst2) + 960*pow3(lmMst2)))/135.)/
1457  Mgl + ((1199.3719723012073 - (99165049*lmMst1)/99225. + lmMst2*(
1458  1427.8402519526328 - (115988*lmMst1)/945. - (700*pow2(lmMst1))/9.) - (
1459  181826*pow2(lmMst1))/945. + (400.4804232804233 - (572*lmMst1)/9.)*pow2(
1460  lmMst2) + (64*lmMt*(1 + 4*lmMst2 - 2*lmMst1*(2 + lmMst2) + pow2(lmMst1)
1461  + pow2(lmMst2)))/3. + (Dmsqst2*(175.06620771294996 + (1883624*lmMst2)/
1462  19845. + (8*lmMst1*(-235453 + 114345*lmMst2))/19845. - (484*pow2(
1463  lmMst1))/21. - (484*pow2(lmMst2))/21.))/pow2(Msq) + (52*pow3(lmMst1))/
1464  27. + (3764*pow3(lmMst2))/27. + (Dmglst2*(622.8225754358181 - (64*B4)/
1465  9. + (64*D3)/9. - (32*DN)/9. + (29853268*lmMst1)/19845. + (38704*pow2(
1466  lmMst1))/189. + (4*lmMst2*(2917823 - 3813600*lmMst1 + 97020*pow2(
1467  lmMst1)))/19845. + (16*(8677 - 5439*lmMst1)*pow2(lmMst2))/189. - (128*
1468  lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(
1469  lmMst2)))/3. - (16*pow3(lmMst1))/9. + (1328*pow3(lmMst2))/3.))/Mgl)*
1470  pow4(Mst1))/pow4(Mst2) + (((-4*(360*Dmglst2*Dmsqst2 + Dmsqst2*(30 - 60*
1471  lmMst2)*Mgl + 2*Dmglst2*(-52 + 2*(51 + 16*lmMst1)*lmMst2 + 59*pow2(
1472  lmMst2))*pow2(Msq) + Mgl*(71 + 122*lmMst2 + 32*lmMst1*(1 + lmMst2) +
1473  59*pow2(lmMst2))*pow2(Msq))*pow2(Mst2))/(9.*pow2(Mst1)) - (pow2(Mst1)*(
1474  32*Dmglst2*(50625*Dmsqst2*(65 - 2*lmMst1 + 2*lmMst2) - 2*pow2(Msq)*(
1475  1928479 - 13500*B4 + 13500*D3 - 6750*DN + 635385*lmMst1 + 81000*(-2 +
1476  lmMst1 - lmMst2)*lmMt + 450*pow2(lmMst1) - 15*lmMst2*(-153166 + 17835*
1477  lmMst1 + 3375*pow2(lmMst1)) - 225*(-2627 + 1695*lmMst1)*pow2(lmMst2) -
1478  1125*pow3(lmMst1) + 433125*pow3(lmMst2))) - 5*Mgl*(12*Dmsqst2*(339977 +
1479  96120*lmMst2 + 1080*lmMst1*(-89 + 60*lmMst2) - 32400*pow2(lmMst1) -
1480  32400*pow2(lmMst2)) + pow2(Msq)*(19425643 + 518400*lmMt + 240*lmMst2*(
1481  82997 + 4320*lmMt) - 3600*(683 + 96*lmMst2)*pow2(lmMst1) + 5684400*
1482  pow2(lmMst2) - 240*lmMst1*(42047 + 4800*lmMst2 + 4320*lmMt + 6390*pow2(
1483  lmMst2)) - 295200*pow3(lmMst1) + 2174400*pow3(lmMst2)))))/(121500.*
1484  pow2(Mst2)))/pow2(Msq) + (64*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl +
1485  lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) + (-100*Dmsqst2*Mgl*(9*(40*
1486  OepS2 - 27*(127 + 30*lmMst1 - 30*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (
1487  424*OepS2 - 27*(1283 + 318*lmMst1 - 318*lmMst2)*S2)*pow4(Mst1) + 27*(8*
1488  OepS2 - 81*(9 + 2*lmMst1 - 2*lmMst2)*S2)*pow4(Mst2)) + pow2(Msq)*(24*
1489  Dmglst2*(15*(400*OepS2 - 81*(139 + 100*lmMst1 - 100*lmMst2)*S2)*pow2(
1490  Mst1)*pow2(Mst2) + (36760*OepS2 - 54*(17269 + 13785*lmMst1 - 13785*
1491  lmMst2)*S2)*pow4(Mst1) - 153819*S2*pow4(Mst2)) - Mgl*(3*(69400*OepS2 -
1492  81*(17113 + 17350*lmMst1 - 17350*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 4*
1493  (120620*OepS2 - 27*(138286 + 90465*lmMst1 - 90465*lmMst2)*S2)*pow4(
1494  Mst1) + 27*(2120*OepS2 - 81*(-141 + 530*lmMst1 - 530*lmMst2)*S2)*pow4(
1495  Mst2))))/(3645.*pow2(Msq)*pow4(Mst2)))/Mgl) + (pow4(Mt)*(129600*
1496  Dmglst2*Dmsqst2*pow2(Mst1)*pow2(Mst2)*((497 - 306*lmMst1 + 609*lmMst2 -
1497  303*lmMt)*pow2(Mst1) + (101 - 90*lmMst1 + 177*lmMst2 - 87*lmMt)*pow2(
1498  Mst2)) + 1166400*Dmsqst2*Mgl*pow2(Mst1)*pow2(Mst2)*((1 + 6*lmMst1 - 13*
1499  lmMst2 + 7*lmMt)*pow2(Mst1) + (5 + 2*lmMst1 - 5*lmMst2 + 3*lmMt)*pow2(
1500  Mst2)) - Dmglst2*pow2(Msq)*(216*pow2(Mst2)*(97837 + 71580*lmMt - 9920*
1501  OepS2 + 43272*S2 - 360*(23 + 8*lmMst2 - 4*lmMt)*pow2(lmMst1) + 720*(97
1502  + 2*lmMt)*pow2(lmMst2) - 8640*pow2(lmMt) - 30*lmMst2*(-2911 + 396*lmMt
1503  + 6696*S2 + 144*pow2(lmMt)) + 10*lmMst1*(-6157 + 642*lmMt - 6*lmMst2*(
1504  791 + 48*lmMt) + 20088*S2 + 882*pow2(lmMst2) + 432*pow2(lmMt)) - 5940*
1505  pow3(lmMst2))*pow4(Mst1) + 135*pow2(Mst1)*(57495 + 45408*lmMt - 1120*
1506  OepS2 - 43740*S2 - 8*lmMst2*(-6952 + 588*lmMt + 2835*S2) + 2304*(-1 +
1507  lmMst2)*pow2(lmMst1) + 96*(79 + 48*lmMt)*pow2(lmMst2) + 72*lmMst1*(-88
1508  + 64*lmMt - 8*lmMst2*(9 + 8*lmMt) + 315*S2 + 164*pow2(lmMst2)) - 14112*
1509  pow3(lmMst2))*pow4(Mst2) + 20*(5659217 + 1592460*lmMt - 518816*OepS2 +
1510  9976392*S2 - 972*(569 + 180*lmMst2 - 126*lmMt)*pow2(lmMst1) + 324*(5353
1511  + 126*lmMt)*pow2(lmMst2) - 186624*pow2(lmMt) + 72*lmMst1*(-27653 -
1512  3015*lmMt - 18*lmMst2*(689 + 126*lmMt) + 145917*S2 + 2160*pow2(lmMst2)
1513  + 2592*pow2(lmMt)) - 36*lmMst2*(-39031 - 3204*lmMt + 291834*S2 + 5184*
1514  pow2(lmMt)) + 1944*pow3(lmMst1) + 17496*pow3(lmMst2))*pow6(Mst1) -
1515  622080*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(Mst2)) + 3*Mgl*pow2(Msq)*(
1516  48*pow2(Mst2)*(110219 - 1080*lmMt - 4400*OepS2 + 74034*S2 + 540*(-15 +
1517  4*lmMt)*pow2(lmMst1) + 810*(121 - 8*lmMt)*pow2(lmMst2) - 135*lmMst1*(
1518  337 + lmMst2*(588 - 32*lmMt) - 132*lmMt - 660*S2 + 194*pow2(lmMst2) -
1519  48*pow2(lmMt)) - 6480*pow2(lmMt) - 405*lmMst2*(31 + 54*lmMt + 220*S2 +
1520  16*pow2(lmMt)) + 26190*pow3(lmMst2))*pow4(Mst1) + 27*pow2(Mst1)*(56439
1521  - 24000*lmMt - 1120*OepS2 - 25596*S2 - 360*lmMst2*(-12 + 44*lmMt + 63*
1522  S2) - 3840*(1 + lmMst2)*pow2(lmMst1) + 480*(163 - 16*lmMt)*pow2(lmMst2)
1523  - 120*lmMst1*(184 + 8*lmMst2*(57 - 8*lmMt) - 64*lmMt - 189*S2 + 164*
1524  pow2(lmMst2)) - 11520*pow2(lmMt) + 23520*pow3(lmMst2))*pow4(Mst2) + 20*
1525  (678923 + 19440*lmMt - 32480*OepS2 + 881712*S2 + 108*(-457 + 12*lmMst2
1526  + 126*lmMt)*pow2(lmMst1) + 540*(661 - 30*lmMt)*pow2(lmMst2) - 108*
1527  lmMst1*(1841 + lmMst2*(2626 - 24*lmMt) - 420*lmMt - 6090*S2 + 840*pow2(
1528  lmMst2) - 288*pow2(lmMt)) - 15552*pow2(lmMt) - 108*lmMst2*(619 + 498*
1529  lmMt + 6090*S2 + 288*pow2(lmMt)) + 216*pow3(lmMst1) + 89208*pow3(
1530  lmMst2))*pow6(Mst1) + 207360*pow2(1 + lmMst2)*pow6(Mst2))))/(21870.*
1531  Mgl*pow2(Msq)*pow2(Mst1)*pow5(Mst2)) + Mt*(-(pow2(Mst2)*(-2*s2t*(5*
1532  Dmsqst2*(3 - 2*lmMst2)*shiftst1*pow2(Mst2)*pow2(s2t) + (1 - 2*lmMst2)*
1533  pow2(Msq)*(-2*shiftst3*pow2(Mt) + 5*shiftst1*pow2(Mst2)*pow2(s2t))) + (
1534  1 - 2*lmMst2)*shiftst3*pow2(Msq)*((1 + lmMst1 - lmMst2)*pow2(Mst1) -
1535  pow2(Mst2))*pow3(s2t)) + 10*s2t*shiftst1*(Dmsqst2*(3 - 2*lmMst2) + (1 -
1536  2*lmMst2)*pow2(Msq))*(4*pow2(Mst2)*pow2(Mt) - 2*pow2(Mst1)*(2*pow2(Mt)
1537  + (-lmMst1 + lmMst2)*pow2(Mst2)*pow2(s2t)) + pow2(s2t)*pow4(Mst1)))/(3.
1538  *pow2(Msq)*pow2(Mst1)) + pow3(s2t)*((pow2(Mst1)*(202500*Dmglst2*
1539  Dmsqst2*(55 - 34*lmMst1 + 34*lmMst2) + 60*Dmsqst2*Mgl*(97294 - 17235*
1540  lmMst2 + 45*lmMst1*(233 + 330*lmMst2) - 7425*pow2(lmMst1) - 7425*pow2(
1541  lmMst2)) + 5*Mgl*pow2(Msq)*(4627751 + 48600*B4 + 5400*D3 - 5400*DN +
1542  1320240*lmMst1 - 662400*pow2(lmMst1) - 30*lmMst2*(12148 - 76560*lmMst1
1543  + 12105*pow2(lmMst1)) + 2250*(-583 + 438*lmMst1)*pow2(lmMst2) - 49500*
1544  pow3(lmMst1) - 572850*pow3(lmMst2)) - Dmglst2*pow2(Msq)*(5430043 +
1545  524580*lmMst2 + 900*(-859 + 3690*lmMst2)*pow2(lmMst1) + 1454400*pow2(
1546  lmMst2) - 60*lmMst1*(51493 + 24630*lmMst2 + 112950*pow2(lmMst2)) +
1547  45000*pow3(lmMst1) + 3411000*pow3(lmMst2))))/(60750.*Mgl*pow2(Msq)) + (
1548  (193.90296838394383 - (61388401*lmMst1)/396900. + lmMst2*(
1549  147.3919148400101 + (302047*lmMst1)/945. - (514*pow2(lmMst1))/9.) - (
1550  152966*pow2(lmMst1))/945. - (157.75767195767196 - 122*lmMst1)*pow2(
1551  lmMst2) + (Dmsqst2*(35.54686742892336 - (905536*lmMst1)/19845. + (
1552  45.630435878054925 + (244*lmMst1)/7.)*lmMst2 + (10*Dmglst2*(419 - 57*
1553  lmMst1 + 57*lmMst2))/(27.*Mgl) - (122*pow2(lmMst1))/7. - (122*pow2(
1554  lmMst2))/7.))/pow2(Msq) - (70*pow3(lmMst1))/27. - (1682*pow3(lmMst2))/
1555  27. - (Dmglst2*(407.7379592503276 + (2171669*lmMst2)/59535. + (2*(433 +
1556  6552*lmMst2)*pow2(lmMst1))/189. + (3974*pow2(lmMst2))/189. - (lmMst1*(
1557  2740559 + 1524600*lmMst2 + 7514640*pow2(lmMst2)))/59535. - (112*pow3(
1558  lmMst1))/27. + (1648*pow3(lmMst2))/27.))/Mgl)*pow4(Mst1))/pow2(Mst2) +
1559  ((-(pow2(Mst2)*(Dmsqst2*(4320*Dmglst2*(5 + 2*lmMst1 - 2*lmMst2) + 30*
1560  Mgl*(-1177 + 336*lmMst2 + 48*lmMst1*(-7 + 3*lmMst2) - 144*pow2(lmMst2))
1561  ) + pow2(Msq)*(-(Mgl*(21005 + 1440*B4 - 144*D3 + 72*DN + 21216*lmMst1 +
1562  1908*pow2(lmMst1) - 12*lmMst2*(2950 - 2040*lmMst1 + 117*pow2(lmMst1)) +
1563  108*(-283 + 98*lmMst1)*pow2(lmMst2) + 576*pow3(lmMst1) - 9756*pow3(
1564  lmMst2))) + 2*Dmglst2*(14987 - 432*B4 + 576*D3 - 360*DN + 4752*lmMst1 -
1565  1404*pow2(lmMst1) + 144*lmMst2*(-81 - 124*lmMst1 + 8*pow2(lmMst1)) -
1566  36*(-439 + 246*lmMst1)*pow2(lmMst2) + 7704*pow3(lmMst2)))))/324. - ((
1567  360*Dmglst2*Dmsqst2 + Dmsqst2*(30 - 60*lmMst2)*Mgl + Mgl*(119 + 218*
1568  lmMst2 + 32*lmMst1*(1 + lmMst2) + 107*pow2(lmMst2))*pow2(Msq) + 2*
1569  Dmglst2*(-20 + (230 + 32*lmMst1)*lmMst2 + 155*pow2(lmMst2))*pow2(Msq))*
1570  pow4(Mst2))/(9.*pow2(Mst1)))/pow2(Msq) + (-30*Dmsqst2*Mgl*(18*(40*OepS2
1571  - 27*(59 + 30*lmMst1 - 30*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 4*(208*
1572  OepS2 - 27*(347 + 156*lmMst1 - 156*lmMst2)*S2)*pow4(Mst1) + 27*(8*OepS2
1573  - 81*(-15 + 2*lmMst1 - 2*lmMst2)*S2)*pow4(Mst2)) + pow2(Msq)*(3*Mgl*(-
1574  60*(340*OepS2 - 81*(424 + 85*lmMst1 - 85*lmMst2)*S2)*pow2(Mst1)*pow2(
1575  Mst2) - 35*(788*OepS2 - 27*(2662 + 591*lmMst1 - 591*lmMst2)*S2)*pow4(
1576  Mst1) + 27*(-184*OepS2 + 81*(307 + 46*lmMst1 - 46*lmMst2)*S2)*pow4(
1577  Mst2)) + 2*Dmglst2*(27*(632*OepS2 + 9*(16193 - 1422*lmMst1 + 1422*
1578  lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 2*(25328*OepS2 + 27*(47051 - 18996*
1579  lmMst1 + 18996*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2 - 81*(-1677 + 14*
1580  lmMst1 - 14*lmMst2)*S2)*pow4(Mst2))))/(2187.*pow2(Msq)*pow2(Mst2)) + (
1581  16*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow6(Mst2))/(9.*
1582  pow4(Mst1)))/Mgl) - (2*T1ep*(-3*Mgl*pow2(Msq)*(3*pow2(Mst1)*pow2(Mst2)*
1583  (-3470*Mst2*s2t*pow2(Mt) - 627*Mt*pow2(Mst2)*pow2(s2t) + 1760*pow3(Mt)
1584  + 1700*pow3(Mst2)*pow3(s2t)) + (-24124*Mst2*s2t*pow2(Mt) - 3198*Mt*
1585  pow2(Mst2)*pow2(s2t) + 16240*pow3(Mt) + 6895*pow3(Mst2)*pow3(s2t))*
1586  pow4(Mst1) + 27*(-106*Mst2*s2t*pow2(Mt) - 21*Mt*pow2(Mst2)*pow2(s2t) +
1587  28*pow3(Mt) + 46*pow3(Mst2)*pow3(s2t))*pow4(Mst2)) + 60*Dmsqst2*Mgl*
1588  Mst2*s2t*(2*(53*pow2(Mt) - 52*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 54*
1589  pow2(Mt)*pow4(Mst2) + 90*pow2(Mst1)*(pow2(Mst2)*pow2(Mt) - pow2(s2t)*
1590  pow4(Mst2)) - 27*pow2(s2t)*pow6(Mst2)) + Dmglst2*pow2(Msq)*(27*pow2(
1591  Mst1)*pow2(Mst2)*(-800*Mst2*s2t*pow2(Mt) - 907*Mt*pow2(Mst2)*pow2(s2t)
1592  + 1984*pow3(Mt) + 316*pow3(Mst2)*pow3(s2t)) + 2*(-66168*Mst2*s2t*pow2(
1593  Mt) - 35601*Mt*pow2(Mst2)*pow2(s2t) + 129704*pow3(Mt) + 12664*pow3(
1594  Mst2)*pow3(s2t))*pow4(Mst1) + 189*(20*pow3(Mt)*pow4(Mst2) - 15*Mt*pow2(
1595  s2t)*pow6(Mst2) + 4*pow3(s2t)*pow7(Mst2)))))/(729.*Mgl*pow2(Msq)*pow5(
1596  Mst2)))))/Tbeta + ((5*shiftst1*(Dmsqst2*(3 - 2*lmMst2) + (1 - 2*lmMst2)
1597  *pow2(Msq))*(-(pow4(Mst2)*(pow2(s2t)*(-8*pow2(Mt) + (pow2(Mst1) - pow2(
1598  Mst2))*pow2(s2t))*pow2(Sbeta)*pow4(Mst1) + pow2(Mst1)*(4*pow2(Mt)*pow2(
1599  s2t)*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) + 4*pow2(Mst2)*pow2(Sbeta)) +
1600  pow2(Sbeta)*(16*pow4(Mt) - pow4(Mst2)*pow4(s2t))) + pow2(Mst2)*(-4*
1601  pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*
1602  pow2(Sbeta)) + pow2(Sbeta)*(16*pow4(Mt) + pow4(Mst2)*pow4(s2t))))) + 2*
1603  (lmMst1 - lmMst2)*pow2(Mst1)*pow2(s2t)*(-4*pow2(Mt)*pow2(MuSUSY)*(-1 +
1604  pow2(Sbeta))*(pow4(Mst1) + pow4(Mst2)) - pow2(Mst1)*pow2(Mst2)*(4*pow2(
1605  Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2))
1606  + pow2(s2t)*pow2(Sbeta)*pow8(Mst2))))/(6.*pow2(Msq)*pow2(Sbeta)) + ((1
1607  - 2*lmMst2)*shiftst3*((8*(-1 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mt)*
1608  pow2(s2t) - 16*pow4(Mt) - (-4*pow2(Mst1)*pow2(Mst2) + (3 + 2*lmMst1 -
1609  2*lmMst2)*pow4(Mst1) + pow4(Mst2))*pow4(s2t))*pow6(Mst2) - (4*pow2(Mt)*
1610  pow2(MuSUSY)*pow2(s2t)*(2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(
1611  Mst1) + 2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (2 - 6*lmMst1 +
1612  6*lmMst2)*pow6(Mst1) + pow6(Mst2)))/pow2(Sbeta) + 4*pow2(Mt)*pow2(s2t)*
1613  (pow2(MuSUSY)*pow6(Mst2) + 2*(pow2(MuSUSY)*((1 - 2*lmMst1 + 2*lmMst2)*
1614  pow2(Mst2)*pow4(Mst1) + (1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (
1615  1 - 3*lmMst1 + 3*lmMst2)*pow6(Mst1)) + pow8(Mst2)))))/12.)/(pow2(Mst1)*
1616  pow4(Mst2))) - Al4p*xDR2DRMOD*(((2*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*
1617  twoLoopFlag*(-(pow2(Mst2)*pow2(s2t)*pow4(Mst1)*(-8*(lmMst1 - lmMst2)*
1618  Tbeta*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*Mt*(-(MuSUSY*s2t) +
1619  2*Mt*Tbeta)*pow2(Mst2)*pow2(Sbeta) + (1 - 2*lmMst1 + 2*lmMst2)*Tbeta*
1620  pow2(s2t)*pow2(Sbeta)*pow4(Mst2))) - pow2(Mst1)*pow4(Mst2)*(-4*Tbeta*
1621  pow2(Mt)*pow2(s2t)*((-1 + 2*lmMst1 - 2*lmMst2)*pow2(MuSUSY)*(-1 + pow2(
1622  Sbeta)) + 4*pow2(Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*MuSUSY*s2t*pow3(
1623  Mt) + 8*(-lmMst1 + lmMst2)*Mt*MuSUSY*pow2(Mst2)*pow3(s2t) - 16*Tbeta*
1624  pow4(Mt) + (1 + 2*lmMst1 - 2*lmMst2)*Tbeta*pow4(Mst2)*pow4(s2t))) +
1625  Tbeta*pow2(s2t)*(8*(lmMst1 - lmMst2)*pow2(Mt)*pow2(MuSUSY)*(-1 + pow2(
1626  Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2))*pow6(Mst1) + (-4*Tbeta*
1627  pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(Mst2)*
1628  pow2(Sbeta)) + pow2(Sbeta)*(16*MuSUSY*s2t*pow3(Mt) - 4*Mt*MuSUSY*pow2(
1629  Mst2)*pow3(s2t) + 16*Tbeta*pow4(Mt) + Tbeta*pow4(Mst2)*pow4(s2t)))*
1630  pow6(Mst2)))/(6.*Mgl*Tbeta*pow2(Mst1)*pow2(Sbeta)*pow4(Mst2)) + (Al4p*
1631  threeLoopFlag*xDmsqst2*pow2(Dmsqst2)*((20*pow2(Mt)*pow2(MuSUSY)*pow2(
1632  s2t)*(11 - 22*lmMst1 + 22*lmMst2 + (10*Dmglst2*(1 - 2*lmMst1 + 2*
1633  lmMst2))/Mgl + ((10*Dmglst2 + 11*Mgl)*pow2(Mst2))/(Mgl*pow2(Mst1)) + (
1634  lmMst1 - lmMst2)*((2*(4*Dmglst2 - 11*Mgl)*pow2(Mst1))/(Mgl*pow2(Mst2))
1635  - (20*pow4(Mst1))/pow4(Mst2))))/pow2(Sbeta) + (20*Mt*MuSUSY*s2t*(10*
1636  Dmglst2 + Mgl*(11 - 18*shiftst1))*(-4*pow2(Mst1)*pow2(Mt) + 4*pow2(
1637  Mst2)*pow2(Mt) + 2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t) +
1638  pow2(s2t)*(pow4(Mst1) - pow4(Mst2))))/(Mgl*Tbeta*pow2(Mst1)) + 80*(11 +
1639  (10*Dmglst2)/Mgl)*(1 + pow2(Mst2)/pow2(Mst1))*pow4(Mt) - 90*shiftst1*((
1640  4*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(1 + pow2(Mst2)/pow2(Mst1) - (2*(
1641  lmMst1 - lmMst2)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))/
1642  pow4(Mst2)))/pow2(Sbeta) - 4*pow2(Mt)*pow2(s2t)*(2*pow2(Mst1) - 4*pow2(
1643  Mst2) + (2*pow4(Mst2))/pow2(Mst1) + pow2(MuSUSY)*(1 + pow2(Mst2)/pow2(
1644  Mst1) - (2*(lmMst1 - lmMst2)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) +
1645  pow4(Mst2)))/pow4(Mst2))) + 16*(1 + pow2(Mst2)/pow2(Mst1))*pow4(Mt) + (
1646  (pow2(Mst1) - pow2(Mst2))*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) +
1647  pow4(Mst1) - pow4(Mst2))*pow4(s2t))/pow2(Mst1)) + (24*xDmglst2*pow2(
1648  Dmglst2)*((5*(1 - 2*lmMst1 + 2*lmMst2 + (20*(lmMst1 - lmMst2)*pow2(
1649  Mst1))/pow2(Mst2) + pow2(Mst2)/pow2(Mst1))*pow2(Mt)*pow2(MuSUSY)*pow2(
1650  s2t))/(2.*pow2(Sbeta)) - (5*MuSUSY*(4*s2t*(pow2(Mst1) - pow2(Mst2))*
1651  pow3(Mt) - Mt*pow3(s2t)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) +
1652  pow4(Mst1) - pow4(Mst2))))/(2.*Tbeta*pow2(Mst1)) - pow2(Mt)*pow2(s2t)*(
1653  5*pow2(Mst1) - 10*pow2(Mst2) + (5*(1 - 2*lmMst1 + 2*lmMst2 + (20*(
1654  lmMst1 - lmMst2)*pow2(Mst1))/pow2(Mst2) + pow2(Mst2)/pow2(Mst1))*pow2(
1655  MuSUSY))/2. + (5*pow4(Mst2))/pow2(Mst1)) + 10*(1 + pow2(Mst2)/pow2(
1656  Mst1))*pow4(Mt) + (5*pow4(s2t)*(3*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst2)
1657  *pow4(Mst1) - 3*(1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1)*pow4(Mst2) + 10*
1658  pow6(Mst1) + 3*pow6(Mst2)))/(24.*pow2(Mst1))))/pow2(Mgl) + (5*pow2(s2t)
1659  *((10*Dmglst2 + 11*Mgl)*(pow2(Mst1) - pow2(Mst2))*pow2(s2t)*(2*(lmMst1
1660  - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2)) - (4*pow2(
1661  Mt)*(2*Dmglst2*(2*pow2(Mst2)*(5*pow2(Mst2) + 2*(lmMst1 - lmMst2)*pow2(
1662  MuSUSY))*pow4(Mst1) - 5*pow2(Mst1)*(4*pow2(Mst2) + (-1 + 2*lmMst1 - 2*
1663  lmMst2)*pow2(MuSUSY))*pow4(Mst2) + 5*(2*pow2(Mst2) + pow2(MuSUSY))*
1664  pow6(Mst2)) + Mgl*(22*pow2(Mst2)*(pow2(Mst2) + (-lmMst1 + lmMst2)*pow2(
1665  MuSUSY))*pow4(Mst1) - 11*pow2(Mst1)*(4*pow2(Mst2) + (-1 + 2*lmMst1 - 2*
1666  lmMst2)*pow2(MuSUSY))*pow4(Mst2) - 20*(lmMst1 - lmMst2)*pow2(MuSUSY)*
1667  pow6(Mst1) + 11*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2))))/pow4(Mst2))
1668  )/(Mgl*pow2(Mst1))))/(24.*pow4(Msq)) + (xDmglst2*pow2(Dmglst2)*(-((2 -
1669  3*lmMst2)*twoLoopFlag*(4*Mt*MuSUSY*s2t*((-4*pow2(Mst1)*pow2(Mt) + 4*
1670  pow2(Mst2)*pow2(Mt) + 2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(
1671  s2t) + pow2(s2t)*(pow4(Mst1) - pow4(Mst2)))/Tbeta + (Mt*MuSUSY*s2t*((
1672  pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(
1673  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))))/(pow2(Sbeta)*pow4(
1674  Mst2))) + 16*(pow2(Mst1) + pow2(Mst2))*pow4(Mt) + (pow2(Mst1) - pow2(
1675  Mst2))*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(
1676  Mst2))*pow4(s2t) - (4*pow2(Mt)*pow2(s2t)*(2*pow4(Mst1)*((-lmMst1 +
1677  lmMst2)*pow2(Mst2)*pow2(MuSUSY) + pow4(Mst2)) + 2*(-lmMst1 + lmMst2)*
1678  pow2(MuSUSY)*pow6(Mst1) + pow2(Mst1)*((1 - 2*lmMst1 + 2*lmMst2)*pow2(
1679  MuSUSY)*pow4(Mst2) - 4*pow6(Mst2)) + (2*pow2(Mst2) + pow2(MuSUSY))*
1680  pow6(Mst2)))/pow4(Mst2)))/(6.*pow2(Mst1)) + (Al4p*threeLoopFlag*((6400*
1681  s2t*pow3(Mt)*(-3*pow4(Mst1)*(pow2(Mst2)*pow2(MuSUSY)*(-11 - 371*lmMst2
1682  + 42*pow2(lmMst2) - 6*lmMst1*(-21 - 5*lmMst2 + 24*pow2(lmMst2)) + 144*
1683  pow3(lmMst2)) + 6*(93 + 88*lmMst2 - 22*lmMt - 8*lmMst2*lmMt + lmMst1*(-
1684  34 - 8*lmMst2 + 4*lmMt) + 12*pow2(lmMst2))*pow4(Mst2)) + 9*((49 + 103*
1685  lmMst2 - 36*(1 + lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11 + 6*lmMst2 + 9*
1686  pow2(lmMst2)))*pow2(MuSUSY) + pow2(Mst2)*(28 + lmMst2*(378 - 96*lmMt) -
1687  44*lmMt + lmMst1*(-274 + 60*lmMt + 18*lmMst2*(-13 + 2*lmMt) - 36*pow2(
1688  lmMst2)) + (270 - 36*lmMt)*pow2(lmMst2) + 36*pow3(lmMst2)))*pow6(Mst1)
1689  + 36*(2 + lmMst2 - 3*pow2(lmMst2))*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(
1690  Mst2) - pow2(Mst1)*(3*pow2(MuSUSY)*(-53 - 191*lmMst2 + lmMst1*(60 + 18*
1691  lmMst2 - 72*pow2(lmMst2)) + 54*pow2(lmMst2) + 72*pow3(lmMst2))*pow4(
1692  Mst2) + (300 + 72*lmMt + lmMst2*(-341 + 78*lmMt) + 18*lmMst1*(8 - 4*
1693  lmMt + lmMst2*(5 + 2*lmMt) - 2*pow2(lmMst2)) - 12*(26 + 3*lmMt)*pow2(
1694  lmMst2) + 36*pow3(lmMst2))*pow6(Mst2))))/(pow2(Mst1)*pow5(Mst2)) + (75*
1695  pow3(s2t)*((128*Mt*(-((-71 + 6*lmMst1*(-1 + lmMst2) + lmMst2 + 30*pow2(
1696  lmMst2))*pow2(Mst2)*pow4(Mst1)) + pow2(Mst1)*(-5 - 167*lmMst2 + lmMst1*
1697  (60 + 18*lmMst2 - 72*pow2(lmMst2)) - 18*pow2(lmMst2) + 72*pow3(lmMst2))
1698  *pow4(Mst2) - 3*(1 + 13*lmMst2 - 2*lmMst1*(5 + 3*lmMst2) + 6*pow2(
1699  lmMst2))*pow6(Mst1) + 12*(-2 - lmMst2 + 3*pow2(lmMst2))*pow6(Mst2)))/
1700  Mst2 + s2t*(pow2(Mst2)*(-340 + 806*lmMst2 + 672*(-2 + 3*lmMst2)*pow2(
1701  lmMst1) - 3159*pow2(lmMst2) - 6*lmMst1*(388 - 934*lmMst2 + 399*pow2(
1702  lmMst2)) + 378*pow3(lmMst2))*pow4(Mst1) + pow2(Mst1)*(1532 - 3514*
1703  lmMst2 + 96*(-2 + 3*lmMst2)*pow2(lmMst1) - 207*pow2(lmMst2) - 6*lmMst1*
1704  (-532 + 550*lmMst2 + 369*pow2(lmMst2)) + 1926*pow3(lmMst2))*pow4(Mst2)
1705  + 6*(-36 + (70 + 32*lmMst1)*lmMst2 + 27*pow2(lmMst2))*pow6(Mst1) + 3*(-
1706  548 + 422*lmMst2 + 32*lmMst1*(-2 + 3*lmMst2) + 817*pow2(lmMst2))*pow6(
1707  Mst2) - (45*Dmsqst2*(15*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst2)*pow4(
1708  Mst1) - 15*(1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1)*pow4(Mst2) + 2*pow6(
1709  Mst1) + 15*pow6(Mst2)))/pow2(Msq))))/pow2(Mst1) + (16*pow4(Mt)*(225*(-
1710  356 - 26*lmMst2 + 32*lmMst1*(-2 + 3*lmMst2) + 177*pow2(lmMst2))*pow2(
1711  Mst1)*pow2(Mst2) - (50625*Dmsqst2*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)))
1712  /pow2(Msq) + (183748 - 240*(137 + 60*lmMst1)*lmMt + 6*lmMst2*(-587 +
1713  4800*lmMst1 + 6120*lmMt) - 25695*pow2(lmMst2))*pow4(Mst1) - 7200*(-2 +
1714  lmMst2 + 5*pow2(lmMst2))*pow4(Mst2) + (7200*(221 + lmMst2*(299 - 47*
1715  lmMt) - 62*lmMt + (87 - 6*lmMt)*pow2(lmMst2) - 2*lmMst1*(65 + lmMst2*(
1716  32 - 3*lmMt) - 12*lmMt + 3*pow2(lmMst2)) + 6*pow3(lmMst2))*pow6(Mst1))/
1717  pow2(Mst2) + (14400*(-42 + 33*lmMt + lmMst2*(-242 + 62*lmMt) + 6*(-29 +
1718  4*lmMt)*pow2(lmMst2) + 2*lmMst1*(81 + lmMst2*(74 - 12*lmMt) - 18*lmMt +
1719  12*pow2(lmMst2)) - 24*pow3(lmMst2))*pow8(Mst1))/pow4(Mst2)))/pow4(Mst1)
1720  - (100*Mt*MuSUSY*((128*pow3(Mt)*(pow2(Mst2)*(-834 + 162*lmMt + lmMst2*(
1721  -569 + 33*lmMt) + 3*(-17 + 6*lmMt)*pow2(lmMst2) + 18*lmMst1*(13 +
1722  lmMst2 - lmMst2*lmMt + pow2(lmMst2)) - 18*pow3(lmMst2))*pow4(Mst1) +
1723  pow2(Mst1)*(lmMst2*(187 - 39*lmMt) - 12*(8 + 3*lmMt) + 3*(19 + 6*lmMt)*
1724  pow2(lmMst2) + 18*lmMst1*(-3 + 2*lmMt - lmMst2*(3 + lmMt) + pow2(
1725  lmMst2)) - 18*pow3(lmMst2))*pow4(Mst2) + (290 + lmMst2*(2447 - 645*
1726  lmMt) - 375*lmMt - 3*(-509 + 60*lmMt)*pow2(lmMst2) - 18*lmMst1*(87 +
1727  lmMst2*(71 - 10*lmMt) - 22*lmMt + 10*pow2(lmMst2)) + 180*pow3(lmMst2))*
1728  pow6(Mst1) + 36*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)))/(pow2(Mst1)*
1729  pow5(Mst2)) + (288*Mt*pow2(s2t)*(6*pow2(Mst2)*(7 - 30*lmMst2 + lmMst1*(
1730  11 + 2*lmMst2 - 12*pow2(lmMst2)) - 2*pow2(lmMst2) + 12*pow3(lmMst2))*
1731  pow4(Mst1) + pow2(Mst1)*(-29 - 179*lmMst2 + lmMst1*(60 + 18*lmMst2 -
1732  72*pow2(lmMst2)) + 18*pow2(lmMst2) + 72*pow3(lmMst2))*pow4(Mst2) - 3*(
1733  17 + 51*lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*pow2(
1734  lmMst2)) - 12*pow3(lmMst2))*pow6(Mst1) + 12*(-2 - lmMst2 + 3*pow2(
1735  lmMst2))*pow6(Mst2)))/(pow2(Mst1)*pow3(Mst2)) - 3*pow3(s2t)*(pow2(Mst1)
1736  *(260 + 1538*lmMst2 + 768*(2 - 3*lmMst2)*pow2(lmMst1) + 1395*pow2(
1737  lmMst2) + 96*lmMst1*(-7 - 27*lmMst2 + 48*pow2(lmMst2)) - (675*Dmsqst2)/
1738  pow2(Msq) - 2304*pow3(lmMst2)) - 2*pow2(Mst2)*(40 - 1172*lmMst2 + 48*(-
1739  2 + 3*lmMst2)*pow2(lmMst1) + 882*pow2(lmMst2) - 3*lmMst1*(-500 + 502*
1740  lmMst2 + 369*pow2(lmMst2)) + (675*Dmsqst2*(lmMst1 - lmMst2))/pow2(Msq)
1741  + 963*pow3(lmMst2)) - (96*(16*lmMst2*pow2(lmMst1) - 2*lmMst1*(3 + 2*
1742  lmMst2 + 16*pow2(lmMst2)) + lmMst2*(7 + 4*lmMst2 + 16*pow2(lmMst2)))*
1743  pow4(Mst1))/pow2(Mst2) + (27*(53.77777777777778 + (64*lmMst1)/9. - (2*(
1744  65 + 16*lmMst1)*lmMst2)/3. - 73*pow2(lmMst2) + (25*Dmsqst2)/pow2(Msq))*
1745  pow4(Mst2))/pow2(Mst1) + (96*(-2 + lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))
1746  /pow4(Mst1)) - (12*s2t*pow2(Mt)*((675*Dmsqst2*pow2(Mst1)*(pow2(Mst1) -
1747  pow2(Mst2)))/pow2(Msq) + 3*(-324 + 134*lmMst2 + 32*lmMst1*(-2 + 3*
1748  lmMst2) + 177*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (860 - 434*lmMst2 +
1749  96*(-2 + 3*lmMst2)*pow2(lmMst1) + 96*lmMst1*(3 + lmMst2 - 6*pow2(
1750  lmMst2)) - 243*pow2(lmMst2) + 288*pow3(lmMst2))*pow4(Mst1) - 96*(-2 +
1751  lmMst2 + 5*pow2(lmMst2))*pow4(Mst2) + (96*((-2 + 3*lmMst2)*pow2(lmMst1)
1752  + lmMst1*(-8 + 2*lmMst2 - 6*pow2(lmMst2)) + 3*(6 + 5*lmMst2 + pow3(
1753  lmMst2)))*pow6(Mst1))/pow2(Mst2) + (192*(-6 - 14*lmMst2 + lmMst2*pow2(
1754  lmMst1) + lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) +
1755  pow3(lmMst2))*pow8(Mst1))/pow4(Mst2)))/pow4(Mst1)))/Tbeta - (300*pow2(
1756  Mt)*pow2(s2t)*(-675*Dmsqst2*pow2(Mst1)*pow2(Mst2)*(2*(pow2(Mst2) + (-
1757  lmMst1 + lmMst2)*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*((1 - 2*lmMst1 +
1758  2*lmMst2)*pow2(Mst2)*pow2(MuSUSY) - 4*pow4(Mst2)) + (2*pow2(Mst2) +
1759  pow2(MuSUSY))*pow4(Mst2)) + pow2(Msq)*((4*pow2(Mst2)*(916 - 418*lmMst2
1760  + 48*(-2 + 3*lmMst2)*pow2(lmMst1) - 387*pow2(lmMst2) - 48*lmMst1*(-5 +
1761  2*lmMst2 + 6*pow2(lmMst2)) + 144*pow3(lmMst2)) + pow2(MuSUSY)*(-1180 -
1762  1270*lmMst2 + 96*(-2 + 3*lmMst2)*pow2(lmMst1) + 3255*pow2(lmMst2) - 6*
1763  lmMst1*(-468 + 454*lmMst2 + 369*pow2(lmMst2)) + 1926*pow3(lmMst2)))*
1764  pow4(Mst1)*pow4(Mst2) + 2*pow2(Mst2)*((868 + 96*lmMst1*(-11 + lmMst2) +
1765  1874*lmMst2 + 243*pow2(lmMst2))*pow2(Mst2) + 3*pow2(MuSUSY)*(-240 -
1766  468*lmMst2 + 144*(-2 + 3*lmMst2)*pow2(lmMst1) + lmMst1*(580 - 22*lmMst2
1767  - 1137*pow2(lmMst2)) + 310*pow2(lmMst2) + 705*pow3(lmMst2)))*pow6(Mst1)
1768  - 3*pow2(Mst1)*(-2*(-388 + 166*lmMst2 + 32*lmMst1*(-2 + 3*lmMst2) +
1769  337*pow2(lmMst2))*pow2(Mst2) + (420 + lmMst1*(64 - 96*lmMst2) - 358*
1770  lmMst2 - 497*pow2(lmMst2))*pow2(MuSUSY))*pow6(Mst2) - 12*(32*(2 + 7*
1771  lmMst2 - lmMst1*(5 + 4*lmMst2) + 4*pow2(lmMst2))*pow2(Mst2) - pow2(
1772  MuSUSY)*(48 + 4*lmMst2*(45 + 68*pow2(lmMst1)) + 310*pow2(lmMst2) -
1773  lmMst1*(92 + 310*lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2)))*pow8(
1774  Mst1) - 96*(-2 + lmMst2 + 5*pow2(lmMst2))*(2*pow2(Mst2) + pow2(MuSUSY))
1775  *pow8(Mst2))))/(pow2(Msq)*pow4(Mst1)*pow4(Mst2)) + (300*s2t*pow2(Mt)*
1776  pow2(MuSUSY)*(675*Dmsqst2*s2t*pow2(Mst1)*(2*(lmMst1 - lmMst2)*pow2(
1777  Mst1) - pow2(Mst2))*(pow2(Mst1) + pow2(Mst2))*pow3(Mst2) + pow2(Msq)*(-
1778  ((Mst2*s2t*(1180 + 1270*lmMst2 + 96*(2 - 3*lmMst2)*pow2(lmMst1) - 3255*
1779  pow2(lmMst2) + 6*lmMst1*(-468 + 454*lmMst2 + 369*pow2(lmMst2)) - 1926*
1780  pow3(lmMst2)) + 64*Mt*(53 + 191*lmMst2 - 54*pow2(lmMst2) + 6*lmMst1*(-
1781  10 - 3*lmMst2 + 12*pow2(lmMst2)) - 72*pow3(lmMst2)))*pow4(Mst1)*pow4(
1782  Mst2)) - 2*pow2(Mst2)*(3*Mst2*s2t*(240 + 468*lmMst2 + 144*(2 - 3*
1783  lmMst2)*pow2(lmMst1) - 310*pow2(lmMst2) + lmMst1*(-580 + 22*lmMst2 +
1784  1137*pow2(lmMst2)) - 705*pow3(lmMst2)) + 32*Mt*(11 + 371*lmMst2 - 42*
1785  pow2(lmMst2) + 6*lmMst1*(-21 - 5*lmMst2 + 24*pow2(lmMst2)) - 144*pow3(
1786  lmMst2)))*pow6(Mst1) - 3*(Mst2*s2t*(420 + lmMst1*(64 - 96*lmMst2) -
1787  358*lmMst2 - 497*pow2(lmMst2)) + 256*Mt*(2 + lmMst2 - 3*pow2(lmMst2)))*
1788  pow2(Mst1)*pow6(Mst2) - 12*(16*Mt*(49 + 103*lmMst2 - 36*(1 + lmMst2)*
1789  pow2(lmMst2) + 4*lmMst1*(-11 + 6*lmMst2 + 9*pow2(lmMst2))) - Mst2*s2t*(
1790  48 + 4*lmMst2*(45 + 68*pow2(lmMst1)) + 310*pow2(lmMst2) - lmMst1*(92 +
1791  310*lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2)))*pow8(Mst1) - 96*
1792  s2t*(-2 + lmMst2 + 5*pow2(lmMst2))*pow9(Mst2))))/(pow2(Msq)*pow2(Sbeta)
1793  *pow4(Mst1)*pow5(Mst2))))/8100.))/pow2(Mgl)) - ((threeLoopFlag*pow2(
1794  Al4p)*(12*pow2(z2)*(-4*Mst2*xDmglst2*pow2(Dmglst2)*pow4(Msq)*(3*Mst2*
1795  pow2(Mst1)*(4*pow2(Mst2)*pow2(Mt)*(-1157*Tbeta*pow2(MuSUSY)*pow2(s2t)*(
1796  -1 + pow2(Sbeta)) + 2*Mt*(1980*MuSUSY*s2t + 4703*Mt*Tbeta)*pow2(Sbeta))
1797  + s2t*(84045*MuSUSY*s2t - 17228*Mt*Tbeta)*pow2(Mt)*pow2(Sbeta)*pow3(
1798  Mst2) + 4*Mst2*MuSUSY*(29549*MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta)) +
1799  4328*Mt*pow2(Sbeta))*pow3(Mt) - 2*Mt*(265*MuSUSY*s2t + 3582*Mt*Tbeta)*
1800  pow2(s2t)*pow2(Sbeta)*pow4(Mst2) + 840*Tbeta*pow2(MuSUSY)*(-1 + pow2(
1801  Sbeta))*pow4(Mt) + 4*(767*Mt - 223*Mst2*s2t)*Tbeta*pow2(Sbeta)*pow3(
1802  s2t)*pow5(Mst2)) + (9*pow4(Mst2)*(2*Mst2*pow2(Mt)*pow2(s2t)*(-1366*
1803  Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 3*Mst2*(10361*MuSUSY - 84*Mst2*
1804  Tbeta)*pow2(Sbeta)) + 4*s2t*(10361*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)
1805  ) - 14*Mst2*(-18*MuSUSY + Mst2*Tbeta)*pow2(Sbeta))*pow3(Mt) + pow2(
1806  Sbeta)*(-2*Mt*(1366*MuSUSY + 10361*Mst2*Tbeta)*pow3(Mst2)*pow3(s2t) +
1807  56*(MuSUSY + 26*Mst2*Tbeta)*pow4(Mt) + 683*Tbeta*pow4(s2t)*pow5(Mst2)))
1808  )/2. + pow4(Mst1)*(2*Mst2*pow2(Mt)*pow2(s2t)*(-21196*Tbeta*pow2(MuSUSY)
1809  *(-1 + pow2(Sbeta)) - 3*Mst2*(-35195*MuSUSY + 9228*Mst2*Tbeta)*pow2(
1810  Sbeta)) + 4*s2t*(86405*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 4*Mst2*(
1811  8271*MuSUSY + 12865*Mst2*Tbeta)*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(-(
1812  Mt*(25328*MuSUSY + 15571*Mst2*Tbeta)*pow3(Mst2)*pow3(s2t)) - 16*(16213*
1813  MuSUSY + 5582*Mst2*Tbeta)*pow4(Mt) + 4199*Tbeta*pow4(s2t)*pow5(Mst2))))
1814  + 60*xDmsqst2*pow2(Dmsqst2)*pow2(Mgl)*pow2(Mst2)*(4*MuSUSY*pow2(Sbeta)*
1815  (-3*Mt*pow2(Mst2)*pow3(s2t)*(19*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) +
1816  6*pow4(Mst2)) + 2*s2t*pow3(Mt)*(21*pow2(Mst1)*pow2(Mst2) + 53*pow4(
1817  Mst1) + 18*pow4(Mst2))) + 3*Tbeta*pow2(Sbeta)*pow4(Mst2)*(13*pow2(Mst1)
1818  *pow2(Mst2) + 6*pow4(Mst2))*pow4(s2t) + 4*Tbeta*pow2(Mt)*pow2(s2t)*((-
1819  221*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 7*pow2(Mst2)*pow2(Sbeta))*pow4(
1820  Mst1) - 3*pow2(Mst1)*(25*pow2(Mst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) +
1821  pow2(Sbeta)*pow4(Mst2)) - 18*(pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(
1822  Mst2) + pow2(Sbeta)*pow6(Mst2)))) + Mgl*pow2(Msq)*(4*Mt*MuSUSY*(Mst2*
1823  pow2(Sbeta)*(4*pow2(Msq)*pow3(Mt)*(72*(186*Dmglst2 - 55*Mgl)*pow2(Mst1)
1824  *pow2(Mst2) + 4*(16213*Dmglst2 - 3045*Mgl)*pow4(Mst1) + 189*(5*Dmglst2
1825  - 3*Mgl)*pow4(Mst2)) - 3*Mt*pow2(Msq)*pow2(Mst2)*pow2(s2t)*(9*(6091*
1826  Dmglst2 + 1519*Mgl)*pow2(Mst1)*pow2(Mst2) + 2*(35195*Dmglst2 + 6177*
1827  Mgl)*pow4(Mst1) + 27*(1763*Dmglst2 + 555*Mgl)*pow4(Mst2)) + 6*Mst2*s2t*
1828  pow2(Mt)*(15*(60*Dmsqst2*Mgl + (-240*Dmglst2 + 347*Mgl)*pow2(Msq))*
1829  pow2(Mst1)*pow2(Mst2) + 2*(530*Dmsqst2*Mgl + (-11028*Dmglst2 + 6031*
1830  Mgl)*pow2(Msq))*pow4(Mst1) + 27*Mgl*(20*Dmsqst2 + 53*pow2(Msq))*pow4(
1831  Mst2)) - pow3(Mst2)*pow3(s2t)*(36*(150*Dmsqst2*Mgl + (-237*Dmglst2 +
1832  425*Mgl)*pow2(Msq))*pow2(Mst1)*pow2(Mst2) + (6240*Dmsqst2*Mgl + (-
1833  25328*Dmglst2 + 20685*Mgl)*pow2(Msq))*pow4(Mst1) + 54*(30*Dmsqst2*Mgl -
1834  (158*Dmglst2 + 3*Mgl)*pow2(Msq))*pow4(Mst2))) - Mt*MuSUSY*Tbeta*(-(
1835  pow2(Mst2)*pow2(s2t)*(3*Mgl*pow2(Msq)*(5046*pow2(Mst1)*pow2(Mst2) +
1836  11941*pow4(Mst1) - 54*pow4(Mst2)) + 60*Dmsqst2*Mgl*(117*pow2(Mst1)*
1837  pow2(Mst2) + 221*pow4(Mst1) + 27*pow4(Mst2)) - 4*Dmglst2*pow2(Msq)*(
1838  4266*pow2(Mst1)*pow2(Mst2) + 10598*pow4(Mst1) + 2133*pow4(Mst2)))) +
1839  pow2(Msq)*(36*pow2(Mt)*(-42*(2*Dmglst2 - 3*Mgl)*pow2(Mst1)*pow2(Mst2) +
1840  545*Mgl*pow4(Mst1)) - 2*Mst2*Mt*s2t*(36*(2845*Dmglst2 + 796*Mgl)*pow2(
1841  Mst1)*pow2(Mst2) + 10*(17281*Dmglst2 + 4101*Mgl)*pow4(Mst1) + 27*(1763*
1842  Dmglst2 + 555*Mgl)*pow4(Mst2))))) + Tbeta*pow2(Sbeta)*(4*Mt*pow2(Msq)*
1843  pow3(s2t)*(18*(401*Dmglst2 - 73*Mgl)*pow2(Mst1)*pow2(Mst2) + (15571*
1844  Dmglst2 - 1317*Mgl)*pow4(Mst1) + 27*(1763*Dmglst2 + 555*Mgl)*pow4(Mst2)
1845  )*pow5(Mst2) + (18*Mgl*(210*Dmsqst2 + 859*pow2(Msq))*pow2(Mst1)*pow2(
1846  Mst2) + (840*Dmsqst2*Mgl + (-16796*Dmglst2 + 5385*Mgl)*pow2(Msq))*pow4(
1847  Mst1) + 54*(30*Dmsqst2*Mgl - (158*Dmglst2 + 3*Mgl)*pow2(Msq))*pow4(
1848  Mst2))*pow4(s2t)*pow6(Mst2) - 4*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(3*(160*
1849  Dmsqst2*Mgl + (-18456*Dmglst2 + 6857*Mgl)*pow2(Msq))*pow2(Mst2)*pow4(
1850  Mst1) + 18*(60*Dmsqst2*Mgl + (-600*Dmglst2 + 629*Mgl)*pow2(Msq))*pow2(
1851  Mst1)*pow4(Mst2) + pow2(MuSUSY)*(3*Mgl*pow2(Msq)*(5046*pow2(Mst1)*pow2(
1852  Mst2) + 11941*pow4(Mst1) - 54*pow4(Mst2)) + 60*Dmsqst2*Mgl*(117*pow2(
1853  Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 27*pow4(Mst2)) - 4*Dmglst2*pow2(
1854  Msq)*(4266*pow2(Mst1)*pow2(Mst2) + 10598*pow4(Mst1) + 2133*pow4(Mst2)))
1855  + 81*Mgl*(20*Dmsqst2 + 53*pow2(Msq))*pow6(Mst2)) + 8*pow2(Msq)*pow3(Mt)
1856  *(-(Mst2*s2t*(40*(2573*Dmglst2 - 411*Mgl)*pow2(Mst2)*pow4(Mst1) + 18*(
1857  1383*Dmglst2 - 377*Mgl)*pow2(Mst1)*pow4(Mst2) + pow2(MuSUSY)*(36*(2845*
1858  Dmglst2 + 796*Mgl)*pow2(Mst1)*pow2(Mst2) + 10*(17281*Dmglst2 + 4101*
1859  Mgl)*pow4(Mst1) + 27*(1763*Dmglst2 + 555*Mgl)*pow4(Mst2)) + 378*(5*
1860  Dmglst2 - 3*Mgl)*pow6(Mst2))) + 2*Mt*(8*(2791*Dmglst2 + 438*Mgl)*pow2(
1861  Mst2)*pow4(Mst1) + 9*pow2(MuSUSY)*(-42*(2*Dmglst2 - 3*Mgl)*pow2(Mst1)*
1862  pow2(Mst2) + 545*Mgl*pow4(Mst1)) + 9*(644*Dmglst2 + 209*Mgl)*pow2(Mst1)
1863  *pow4(Mst2) + 189*(4*Dmglst2 + 3*Mgl)*pow6(Mst2)))))) + 8*z4*(-4*Mst2*
1864  xDmglst2*pow2(Dmglst2)*pow4(Msq)*((3*Mst2*pow2(Mst1)*(4*pow2(Mst2)*
1865  pow2(Mt)*(-10819*Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + 4*
1866  Mt*(522*MuSUSY*s2t + 4703*Mt*Tbeta)*pow2(Sbeta)) - 2*Mt*s2t*(3*Mt*s2t*(
1867  8597*MuSUSY + 2388*Mst2*Tbeta) + 17228*Tbeta*pow2(Mt) + 8306*Mst2*
1868  MuSUSY*pow2(s2t))*pow2(Sbeta)*pow3(Mst2) + 32*Mst2*MuSUSY*(-1543*
1869  MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta)) + 1730*Mt*pow2(Sbeta))*pow3(Mt) +
1870  Tbeta*(-21648*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mt) + (9700*Mt -
1871  2513*Mst2*s2t)*pow2(Sbeta)*pow3(s2t)*pow5(Mst2))))/2. + 9*pow3(Mst2)*(-
1872  4*pow2(Mst2)*pow2(Mt)*(1111*Tbeta*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(
1873  Sbeta)) + 2*Mt*(423*MuSUSY*s2t - 91*Mt*Tbeta)*pow2(Sbeta)) + Mt*s2t*(-
1874  3747*Mt*MuSUSY*s2t + 1692*Mst2*Mt*s2t*Tbeta - 3484*Tbeta*pow2(Mt) -
1875  4444*Mst2*MuSUSY*pow2(s2t))*pow2(Sbeta)*pow3(Mst2) + 2*Mst2*MuSUSY*(-
1876  1249*MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta)) + 1742*Mt*pow2(Sbeta))*pow3(
1877  Mt) + Tbeta*(-1944*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mt) + (1249*Mt
1878  + 1111*Mst2*s2t)*pow2(Sbeta)*pow3(s2t)*pow5(Mst2))) + pow4(Mst1)*(2*
1879  Mst2*pow2(Mt)*pow2(s2t)*(-22654*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) -
1880  3*Mst2*(-5063*MuSUSY + 9228*Mst2*Tbeta)*pow2(Sbeta)) + 8*s2t*(-659*
1881  Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*Mst2*(6813*MuSUSY + 12865*
1882  Mst2*Tbeta)*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(-(Mt*(25328*MuSUSY +
1883  15571*Mst2*Tbeta)*pow3(Mst2)*pow3(s2t)) - 16*(14269*MuSUSY + 5582*Mst2*
1884  Tbeta)*pow4(Mt) + 4199*Tbeta*pow4(s2t)*pow5(Mst2)))) + 60*xDmsqst2*
1885  pow2(Dmsqst2)*pow2(Mgl)*pow2(Mst2)*(4*MuSUSY*pow2(Sbeta)*(-3*Mt*pow2(
1886  Mst2)*pow3(s2t)*(19*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 6*pow4(Mst2)
1887  ) + 2*s2t*pow3(Mt)*(21*pow2(Mst1)*pow2(Mst2) + 53*pow4(Mst1) + 18*pow4(
1888  Mst2))) + 3*Tbeta*pow2(Sbeta)*pow4(Mst2)*(13*pow2(Mst1)*pow2(Mst2) + 6*
1889  pow4(Mst2))*pow4(s2t) + 4*Tbeta*pow2(Mt)*pow2(s2t)*((-221*pow2(MuSUSY)*
1890  (-1 + pow2(Sbeta)) + 7*pow2(Mst2)*pow2(Sbeta))*pow4(Mst1) - 3*pow2(
1891  Mst1)*(25*pow2(Mst2)*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Sbeta)*
1892  pow4(Mst2)) - 18*(pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mst2) + pow2(
1893  Sbeta)*pow6(Mst2)))) + Mgl*pow2(Msq)*(4*Mt*MuSUSY*(Mst2*pow2(Sbeta)*(-
1894  3*Mt*pow2(Msq)*pow2(Mst2)*pow2(s2t)*(-45*(121*Dmglst2 + 301*Mgl)*pow2(
1895  Mst1)*pow2(Mst2) + 2*(5063*Dmglst2 - 7431*Mgl)*pow4(Mst1) - 27*(271*
1896  Dmglst2 + 255*Mgl)*pow4(Mst2)) + 4*pow2(Msq)*pow3(Mt)*(72*(78*Dmglst2 -
1897  163*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(14269*Dmglst2 - 4989*Mgl)*pow4(
1898  Mst1) - 27*(253*Dmglst2 + 309*Mgl)*pow4(Mst2)) - pow3(Mst2)*pow3(s2t)*(
1899  36*(150*Dmsqst2*Mgl + (-237*Dmglst2 + 479*Mgl)*pow2(Msq))*pow2(Mst1)*
1900  pow2(Mst2) + (6240*Dmsqst2*Mgl + (-25328*Dmglst2 + 20685*Mgl)*pow2(Msq)
1901  )*pow4(Mst1) + 108*(15*Dmsqst2*Mgl + 2*(-53*Dmglst2 + 15*Mgl)*pow2(Msq)
1902  )*pow4(Mst2)) + 6*Mst2*s2t*pow2(Mt)*(3*(300*Dmsqst2*Mgl + (96*Dmglst2 +
1903  1735*Mgl)*pow2(Msq))*pow2(Mst1)*pow2(Mst2) + 2*(530*Dmsqst2*Mgl + (-
1904  9084*Dmglst2 + 6031*Mgl)*pow2(Msq))*pow4(Mst1) + 27*(20*Dmsqst2*Mgl + (
1905  144*Dmglst2 + 101*Mgl)*pow2(Msq))*pow4(Mst2))) - Mt*MuSUSY*Tbeta*(2*Mt*
1906  pow2(Msq)*(18*Mt*(6*(94*Dmglst2 + 75*Mgl)*pow2(Mst1)*pow2(Mst2) + 1031*
1907  Mgl*pow4(Mst1) + 162*(2*Dmglst2 + Mgl)*pow4(Mst2)) + Mst2*s2t*(18*(709*
1908  Dmglst2 + 1135*Mgl)*pow2(Mst1)*pow2(Mst2) + 4*(659*Dmglst2 + 8823*Mgl)*
1909  pow4(Mst1) + 27*(271*Dmglst2 + 255*Mgl)*pow4(Mst2))) - pow2(Mst2)*pow2(
1910  s2t)*(60*Dmsqst2*Mgl*(117*pow2(Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 27*
1911  pow4(Mst2)) + pow2(Msq)*(3*Mgl*(6828*pow2(Mst1)*pow2(Mst2) + 13723*
1912  pow4(Mst1) + 1080*pow4(Mst2)) - 4*Dmglst2*(4995*pow2(Mst1)*pow2(Mst2) +
1913  11327*pow4(Mst1) + 2862*pow4(Mst2)))))) + Tbeta*pow2(Sbeta)*(4*Mt*pow2(
1914  Msq)*pow3(s2t)*(36*(52*Dmglst2 - 185*Mgl)*pow2(Mst1)*pow2(Mst2) + (
1915  15571*Dmglst2 - 1317*Mgl)*pow4(Mst1) - 27*(271*Dmglst2 + 255*Mgl)*pow4(
1916  Mst2))*pow5(Mst2) + (36*(105*Dmsqst2*Mgl + (81*Dmglst2 + 389*Mgl)*pow2(
1917  Msq))*pow2(Mst1)*pow2(Mst2) + (840*Dmsqst2*Mgl + (-16796*Dmglst2 +
1918  3441*Mgl)*pow2(Msq))*pow4(Mst1) + 108*(15*Dmsqst2*Mgl + 2*(-53*Dmglst2
1919  + 15*Mgl)*pow2(Msq))*pow4(Mst2))*pow4(s2t)*pow6(Mst2) - 4*pow2(Mst2)*
1920  pow2(Mt)*pow2(s2t)*(3*(160*Dmsqst2*Mgl + (-18456*Dmglst2 + 6857*Mgl)*
1921  pow2(Msq))*pow2(Mst2)*pow4(Mst1) + 18*(60*Dmsqst2*Mgl + (-600*Dmglst2 +
1922  413*Mgl)*pow2(Msq))*pow2(Mst1)*pow4(Mst2) + pow2(MuSUSY)*(60*Dmsqst2*
1923  Mgl*(117*pow2(Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 27*pow4(Mst2)) +
1924  pow2(Msq)*(3*Mgl*(6828*pow2(Mst1)*pow2(Mst2) + 13723*pow4(Mst1) + 1080*
1925  pow4(Mst2)) - 4*Dmglst2*(4995*pow2(Mst1)*pow2(Mst2) + 11327*pow4(Mst1)
1926  + 2862*pow4(Mst2)))) + 81*(20*Dmsqst2*Mgl + (144*Dmglst2 + 101*Mgl)*
1927  pow2(Msq))*pow6(Mst2)) + 8*pow2(Msq)*pow3(Mt)*(2*Mt*(8*(2791*Dmglst2 +
1928  438*Mgl)*pow2(Mst2)*pow4(Mst1) + 9*(644*Dmglst2 + 209*Mgl)*pow2(Mst1)*
1929  pow4(Mst2) + 9*pow2(MuSUSY)*(6*(94*Dmglst2 + 75*Mgl)*pow2(Mst1)*pow2(
1930  Mst2) + 1031*Mgl*pow4(Mst1) + 162*(2*Dmglst2 + Mgl)*pow4(Mst2)) + 189*(
1931  4*Dmglst2 + 3*Mgl)*pow6(Mst2)) + Mst2*s2t*(-40*(2573*Dmglst2 - 411*Mgl)
1932  *pow2(Mst2)*pow4(Mst1) - 18*(1383*Dmglst2 - 377*Mgl)*pow2(Mst1)*pow4(
1933  Mst2) + pow2(MuSUSY)*(18*(709*Dmglst2 + 1135*Mgl)*pow2(Mst1)*pow2(Mst2)
1934  + 4*(659*Dmglst2 + 8823*Mgl)*pow4(Mst1) + 27*(271*Dmglst2 + 255*Mgl)*
1935  pow4(Mst2)) + 54*(253*Dmglst2 + 309*Mgl)*pow6(Mst2)))))) - z3*(15*
1936  xDmsqst2*pow2(Dmsqst2)*pow2(Mst2)*(-5184*Mst2*xDmglst2*pow2(Dmglst2)*(
1937  s2t*pow2(Sbeta)*(-2*s2t*pow2(Mt)*(48*MuSUSY + 5*Mst2*Tbeta*(-2 + pow2(
1938  Sbeta))*pow2(Sbeta)) + 704*Tbeta*pow3(Mt) + 5*Tbeta*pow3(Mst2)*pow3(
1939  s2t))*pow4(Mst1) - 2*pow2(Mst1)*(16*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-(
1940  MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 3*Mst2*pow2(Sbeta)) + 8*s2t*Tbeta*(
1941  5*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 28*pow2(Mst2)*pow2(Sbeta))*pow3(Mt)
1942  - 2*Mt*(5*MuSUSY + 6*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 32*
1943  (10*MuSUSY + 9*Mst2*Tbeta)*pow2(Sbeta)*pow4(Mt) + Tbeta*pow2(Sbeta)*
1944  pow4(s2t)*pow5(Mst2)) - pow2(Mst2)*(12*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(
1945  -(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 2*Mst2*pow2(Sbeta)) + 16*s2t*
1946  Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 12*pow2(Mst2)*pow2(Sbeta))*
1947  pow3(Mt) - 4*Mt*(3*MuSUSY + 2*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(
1948  s2t) + 32*(6*MuSUSY + 5*Mst2*Tbeta)*pow2(Sbeta)*pow4(Mt) + 3*Tbeta*
1949  pow2(Sbeta)*pow4(s2t)*pow5(Mst2))) + Mgl*(4*Mt*MuSUSY*pow2(Sbeta)*(
1950  41472*Mst2*(4*(5*Dmglst2 - Mgl)*pow2(Mst1) + 3*(2*Dmglst2 - Mgl)*pow2(
1951  Mst2))*pow3(Mt) + 4*Mgl*s2t*pow2(Mt)*(11856*pow2(Mst1)*pow2(Mst2) +
1952  15440*pow4(Mst1) + 9819*pow4(Mst2)) + 15552*Mst2*Mt*pow2(s2t)*(2*
1953  Dmglst2*pow2(2*pow2(Mst1) + pow2(Mst2)) - Mgl*(10*pow2(Mst1)*pow2(Mst2)
1954  + 8*pow4(Mst1) + 7*pow4(Mst2))) - 3*pow2(Mst2)*pow3(s2t)*(1728*Dmglst2*
1955  pow2(Mst2)*(5*pow2(Mst1) + 3*pow2(Mst2)) - Mgl*(12007*pow2(Mst1)*pow2(
1956  Mst2) + 8416*pow4(Mst1) + 16521*pow4(Mst2)))) + Tbeta*(41472*Mst2*s2t*(
1957  7*Mgl*(2*pow2(Mst1) + pow2(Mst2)) - 2*Dmglst2*(5*pow2(Mst1) + pow2(
1958  Mst2)))*pow2(MuSUSY)*pow3(Mt) + 4*Mt*pow2(s2t)*(648*pow2(Mst2)*(10*Mgl*
1959  Mst2*s2t*(-2 + pow2(Sbeta)) + (20*Dmglst2 - 3*Mgl)*Mt*pow2(Sbeta))*
1960  pow4(Mst1)*pow4(Sbeta) + Mt*(pow2(MuSUSY)*(48*(864*Dmglst2 - 1783*Mgl)*
1961  pow2(Mst1)*pow2(Mst2) + 28336*Mgl*pow4(Mst1) + 9*(1728*Dmglst2 - 5507*
1962  Mgl)*pow4(Mst2)) - 1296*(20*Dmglst2 - 3*Mgl)*pow2(Mst2)*pow4(Mst1)*
1963  pow4(Sbeta))) + pow2(Sbeta)*(-10368*Mt*pow3(Mst2)*pow3(s2t)*(6*(2*
1964  Dmglst2 - Mgl)*pow2(Mst1)*pow2(Mst2) + 5*Mgl*pow4(Mst1) + 2*(2*Dmglst2
1965  - 7*Mgl)*pow4(Mst2)) - 41472*Mst2*s2t*pow3(Mt)*((7*Mgl*(2*pow2(Mst1) +
1966  pow2(Mst2)) - 2*Dmglst2*(5*pow2(Mst1) + pow2(Mst2)))*pow2(MuSUSY) + 8*(
1967  (7*Dmglst2 - 2*Mgl)*pow2(Mst1)*pow2(Mst2) + (11*Dmglst2 - Mgl)*pow4(
1968  Mst1)) + 12*(2*Dmglst2 - Mgl)*pow4(Mst2)) - 1296*(-576*(4*Dmglst2 -
1969  Mgl)*pow2(Mst1)*pow2(Mst2) + 384*Mgl*pow4(Mst1) + (-640*Dmglst2 + 203*
1970  Mgl)*pow4(Mst2))*pow4(Mt) - 3*pow4(Mst2)*(1728*Dmglst2*(-2*pow2(Mst1)*
1971  pow2(Mst2) + 5*pow4(Mst1) - 3*pow4(Mst2)) + Mgl*(-4514*pow2(Mst1)*pow2(
1972  Mst2) - 3591*pow4(Mst1) + 16521*pow4(Mst2)))*pow4(s2t) + 4*pow2(Mt)*
1973  pow2(s2t)*(-(pow2(MuSUSY)*(48*(864*Dmglst2 - 1783*Mgl)*pow2(Mst1)*pow2(
1974  Mst2) + 28336*Mgl*pow4(Mst1) + 9*(1728*Dmglst2 - 5507*Mgl)*pow4(Mst2)))
1975  + 2*Mgl*(784*pow2(Mst2)*pow4(Mst1) - 2037*pow2(Mst1)*pow4(Mst2) - 9819*
1976  pow6(Mst2))))))) + pow2(Msq)*(-4*Mst2*xDmglst2*pow2(Dmglst2)*(19440*
1977  Dmsqst2*pow2(Mst2)*(s2t*pow2(Sbeta)*(-2*s2t*pow2(Mt)*(48*MuSUSY + 5*
1978  Mst2*Tbeta*(-2 + pow2(Sbeta))*pow2(Sbeta)) + 704*Tbeta*pow3(Mt) + 5*
1979  Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1) - 2*pow2(Mst1)*(16*Mst2*MuSUSY*
1980  pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 3*Mst2*pow2(
1981  Sbeta)) + 8*s2t*Tbeta*(5*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 28*pow2(
1982  Mst2)*pow2(Sbeta))*pow3(Mt) - 2*Mt*(5*MuSUSY + 6*Mst2*Tbeta)*pow2(
1983  Sbeta)*pow3(Mst2)*pow3(s2t) + 32*(10*MuSUSY + 9*Mst2*Tbeta)*pow2(Sbeta)
1984  *pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) - pow2(Mst2)*(12*
1985  Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 2*
1986  Mst2*pow2(Sbeta)) + 16*s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 12*
1987  pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 4*Mt*(3*MuSUSY + 2*Mst2*Tbeta)*pow2(
1988  Sbeta)*pow3(Mst2)*pow3(s2t) + 32*(6*MuSUSY + 5*Mst2*Tbeta)*pow2(Sbeta)*
1989  pow4(Mt) + 3*Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2))) + pow2(Msq)*(6*
1990  Mst2*pow2(Mst1)*(-32*pow2(Mst2)*pow2(Mt)*(-101147*Tbeta*pow2(MuSUSY)*
1991  pow2(s2t)*(-1 + pow2(Sbeta)) + Mt*(56232*MuSUSY*s2t - 223217*Mt*Tbeta)*
1992  pow2(Sbeta)) + 2*Mt*s2t*(2*Mt*(827103*MuSUSY*s2t - 499172*Mt*Tbeta) +
1993  Mst2*s2t*(932531*MuSUSY*s2t - 82125*Mt*Tbeta))*pow2(Sbeta)*pow3(Mst2) +
1994  16*Mst2*MuSUSY*(304286*MuSUSY*s2t*Tbeta*(-1 + pow2(Sbeta)) + 221681*Mt*
1995  pow2(Sbeta))*pow3(Mt) + Tbeta*(-1309344*pow2(MuSUSY)*(-1 + pow2(Sbeta))
1996  *pow4(Mt) - 5*(-45736*Mt + 24671*Mst2*s2t)*pow2(Sbeta)*pow3(s2t)*pow5(
1997  Mst2))) - 9*pow3(Mst2)*(4*pow2(Mst2)*pow2(Mt)*(-228607*Tbeta*pow2(
1998  MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (354654*Mt*MuSUSY*s2t - 520966*
1999  Tbeta*pow2(Mt))*pow2(Sbeta)) - 4*Mt*s2t*(3*Mt*s2t*(221914*MuSUSY +
2000  59109*Mst2*Tbeta) - 258368*Tbeta*pow2(Mt) + 228607*Mst2*MuSUSY*pow2(
2001  s2t))*pow2(Sbeta)*pow3(Mst2) - 176*Mst2*MuSUSY*(10087*MuSUSY*s2t*Tbeta*
2002  (-1 + pow2(Sbeta)) + 5872*Mt*pow2(Sbeta))*pow3(Mt) + Tbeta*(382080*
2003  pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow4(Mt) + (887656*Mt + 228607*Mst2*
2004  s2t)*pow2(Sbeta)*pow3(s2t)*pow5(Mst2))) + 2*pow4(Mst1)*(16*Mst2*pow2(
2005  Mt)*pow2(s2t)*(353116*Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + (546087*
2006  Mst2*MuSUSY - 6606*Tbeta*pow2(Mst2))*pow2(Sbeta)) - 32*s2t*(-395581*
2007  Tbeta*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + (25254*Mst2*MuSUSY - 653582*
2008  Tbeta*pow2(Mst2))*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*(52*Mt*(27676*
2009  MuSUSY - 21739*Mst2*Tbeta)*pow3(Mst2)*pow3(s2t) - 64*(417241*MuSUSY +
2010  591386*Mst2*Tbeta)*pow4(Mt) + 217283*Tbeta*pow4(s2t)*pow5(Mst2))))) +
2011  Mgl*(32*Mst2*Mt*MuSUSY*pow2(Sbeta)*(4*pow3(Mt)*(36*(2160*Dmsqst2*(5*
2012  Dmglst2 - Mgl) + (10050*Dmglst2 - 8219*Mgl)*pow2(Msq))*pow2(Mst1)*pow2(
2013  Mst2) + 4*(417241*Dmglst2 - 160608*Mgl)*pow2(Msq)*pow4(Mst1) + 81*(480*
2014  Dmsqst2*(3*Dmglst2 - Mgl) + (3*Dmglst2 - 961*Mgl)*pow2(Msq))*pow4(Mst2)
2015  ) + 3*Mt*pow2(Mst2)*pow2(s2t)*(9*(8640*Dmsqst2*(Dmglst2 - Mgl) - (
2016  49501*Dmglst2 + 11377*Mgl)*pow2(Msq))*pow2(Mst1)*pow2(Mst2) + 4*(19440*
2017  Dmsqst2*(Dmglst2 - Mgl) - (182029*Dmglst2 + 8862*Mgl)*pow2(Msq))*pow4(
2018  Mst1) + 27*(720*Dmsqst2*(Dmglst2 - 3*Mgl) - (15137*Dmglst2 + 5965*Mgl)*
2019  pow2(Msq))*pow4(Mst2)) - pow3(Mst2)*pow3(s2t)*(9*(Dmglst2*(5400*Dmsqst2
2020  + 64119*pow2(Msq)) + 4*Mgl*(780*Dmsqst2 + (11924 + 27*lmMst1 - 27*
2021  lmMst2)*pow2(Msq)))*pow2(Mst1)*pow2(Mst2) + 2*(21840*Dmsqst2*Mgl + 11*(
2022  16354*Dmglst2 + 20937*Mgl)*pow2(Msq))*pow4(Mst1) - 27*(690*Dmsqst2*Mgl
2023  - 6*(1319 + 6*lmMst1 - 6*lmMst2)*Mgl*pow2(Msq) - 5*Dmglst2*(216*Dmsqst2
2024  + 3523*pow2(Msq)))*pow4(Mst2)) + 6*Mst2*s2t*pow2(Mt)*(20*Dmsqst2*Mgl*(
2025  909*pow2(Mst1)*pow2(Mst2) + 965*pow4(Mst1) + 783*pow4(Mst2)) + pow2(
2026  Msq)*(12*Dmglst2*(3540*pow2(Mst1)*pow2(Mst2) + 2806*pow4(Mst1) + 1317*
2027  pow4(Mst2)) + Mgl*(-5577*pow2(Mst1)*pow2(Mst2) + 27086*pow4(Mst1) + 81*
2028  (-77 + 8*lmMst1 - 8*lmMst2)*pow4(Mst2))))) + 8*Tbeta*(4*pow2(Mst2)*
2029  pow2(Mt)*pow2(s2t)*(pow2(Msq)*pow2(MuSUSY)*(Dmglst2*(1052676*pow2(Mst1)
2030  *pow2(Mst2) + 1412464*pow4(Mst1) + 475605*pow4(Mst2)) + 6*Mgl*(3*(35719
2031  + 108*lmMst1 - 108*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(91963 + 162*
2032  lmMst1 - 162*lmMst2)*pow4(Mst1) + 27*(1319 + 6*lmMst1 - 6*lmMst2)*pow4(
2033  Mst2))) + 30*Dmsqst2*(Mgl*pow2(MuSUSY)*(315*pow2(Mst1)*pow2(Mst2) +
2034  1771*pow4(Mst1) - 621*pow4(Mst2)) + 162*Dmglst2*pow2(Mst2)*(2*(8*pow2(
2035  Mst1) + 3*pow2(Mst2))*pow2(MuSUSY) + 5*(-2 + pow2(Sbeta))*pow4(Mst1)*
2036  pow4(Sbeta)))) + Mst2*s2t*pow2(Sbeta)*(4*Mt*pow2(s2t)*pow4(Mst2)*(-18*(
2037  1080*Dmsqst2*(3*Dmglst2 - Mgl) + (-2045*Dmglst2 + 3259*Mgl)*pow2(Msq))*
2038  pow2(Mst1)*pow2(Mst2) + (282607*Dmglst2 - 66945*Mgl)*pow2(Msq)*pow4(
2039  Mst1) - 27*(720*Dmsqst2*(Dmglst2 - 3*Mgl) - (15137*Dmglst2 + 5965*Mgl)*
2040  pow2(Msq))*pow4(Mst2)) - pow3(s2t)*(-18*(1080*Dmglst2*Dmsqst2 + 2595*
2041  Dmsqst2*Mgl + 5637*Dmglst2*pow2(Msq) + 11977*Mgl*pow2(Msq))*pow2(Mst1)*
2042  pow2(Mst2) + (Dmglst2*(48600*Dmsqst2 + 217283*pow2(Msq)) - 6*Mgl*(2600*
2043  Dmsqst2 + (5225 - 162*lmMst1 + 162*lmMst2)*pow2(Msq)))*pow4(Mst1) + 27*
2044  (690*Dmsqst2*Mgl - 6*(1319 + 6*lmMst1 - 6*lmMst2)*Mgl*pow2(Msq) - 5*
2045  Dmglst2*(216*Dmsqst2 + 3523*pow2(Msq)))*pow4(Mst2))*pow5(Mst2) - 8*
2046  pow3(Mt)*(8*(9720*Dmsqst2*(11*Dmglst2 - Mgl) + (326791*Dmglst2 - 86637*
2047  Mgl)*pow2(Msq))*pow2(Mst2)*pow4(Mst1) + 18*(4320*Dmsqst2*(7*Dmglst2 -
2048  Mgl) + 7*(5739*Dmglst2 - 3461*Mgl)*pow2(Msq))*pow2(Mst1)*pow4(Mst2) +
2049  pow2(MuSUSY)*(-72*(270*Dmsqst2*(5*Dmglst2 - 7*Mgl) - (11864*Dmglst2 +
2050  3659*Mgl)*pow2(Msq))*pow2(Mst1)*pow2(Mst2) + 4*(395581*Dmglst2 + 74724*
2051  Mgl)*pow2(Msq)*pow4(Mst1) - 27*(720*Dmsqst2*(Dmglst2 - 3*Mgl) - (15137*
2052  Dmglst2 + 5965*Mgl)*pow2(Msq))*pow4(Mst2)) + 162*(480*Dmsqst2*(3*
2053  Dmglst2 - Mgl) + (3*Dmglst2 - 961*Mgl)*pow2(Msq))*pow6(Mst2)) - 4*Mst2*
2054  s2t*pow2(Mt)*(3*(1120*Dmsqst2*Mgl + 367*(-24*Dmglst2 + 89*Mgl)*pow2(
2055  Msq))*pow2(Mst2)*pow4(Mst1) + 36*(210*Dmsqst2*Mgl + (2223*Dmglst2 + (55
2056  - 54*lmMst1 + 54*lmMst2)*Mgl)*pow2(Msq))*pow2(Mst1)*pow4(Mst2) + pow2(
2057  MuSUSY)*(30*Dmsqst2*(324*Dmglst2*pow2(Mst2)*(8*pow2(Mst1) + 3*pow2(
2058  Mst2)) + Mgl*(315*pow2(Mst1)*pow2(Mst2) + 1771*pow4(Mst1) - 621*pow4(
2059  Mst2))) + pow2(Msq)*(Dmglst2*(1052676*pow2(Mst1)*pow2(Mst2) + 1412464*
2060  pow4(Mst1) + 475605*pow4(Mst2)) + 6*Mgl*(3*(35719 + 108*lmMst1 - 108*
2061  lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(91963 + 162*lmMst1 - 162*lmMst2)*
2062  pow4(Mst1) + 27*(1319 + 6*lmMst1 - 6*lmMst2)*pow4(Mst2)))) + 27*(1740*
2063  Dmsqst2*Mgl + (1756*Dmglst2 + 9*(-77 + 8*lmMst1 - 8*lmMst2)*Mgl)*pow2(
2064  Msq))*pow6(Mst2))) + 8*pow3(Mt)*(pow2(MuSUSY)*(18*Mt*pow2(Msq)*(-6*(
2065  250*Dmglst2 - 327*Mgl)*pow2(Mst1)*pow2(Mst2) + 751*Mgl*pow4(Mst1) - 12*
2066  (83*Dmglst2 - 115*Mgl)*pow4(Mst2)) + Mst2*s2t*(-72*(270*Dmsqst2*(5*
2067  Dmglst2 - 7*Mgl) - (11864*Dmglst2 + 3659*Mgl)*pow2(Msq))*pow2(Mst1)*
2068  pow2(Mst2) + 4*(395581*Dmglst2 + 74724*Mgl)*pow2(Msq)*pow4(Mst1) - 27*(
2069  720*Dmsqst2*(Dmglst2 - 3*Mgl) - (15137*Dmglst2 + 5965*Mgl)*pow2(Msq))*
2070  pow4(Mst2))) + Mt*pow2(Sbeta)*(38880*Dmsqst2*(Dmglst2*(18*pow2(Mst1) +
2071  5*pow2(Mst2))*pow4(Mst2) - Mgl*(3*pow2(Mst2)*pow4(Mst1) + 2*pow2(Mst1)*
2072  pow4(Mst2) + pow6(Mst2))) + pow2(Msq)*(Dmglst2*pow2(Mst2)*(72*pow2(
2073  Mst1)*(14423*pow2(Mst2) + 375*pow2(MuSUSY)) + 27*pow2(Mst2)*(-9017*
2074  pow2(Mst2) + 664*pow2(MuSUSY)) + 4731088*pow4(Mst1)) - 6*Mgl*((193928*
2075  pow2(Mst2) + 2253*pow2(MuSUSY))*pow4(Mst1) + 4140*pow2(MuSUSY)*pow4(
2076  Mst2) + 3*pow2(Mst1)*(1962*pow2(Mst2)*pow2(MuSUSY) + 34525*pow4(Mst2))
2077  + 108*(514 - 3*(lmMst1 + lmMst2) + 6*lmMt)*pow6(Mst2)))))))))))/(23328.
2078  *Tbeta*pow2(Sbeta)*pow4(Msq)*pow6(Mst2)) - (Al4p*z2*(-8*xDmglst2*pow2(
2079  Dmglst2)*((-17010*twoLoopFlag*(4*pow2(Mt)*(8*(4*MuSUSY + 9*Mst2*Tbeta)*
2080  pow2(Mt)*pow2(Sbeta) + 3*Mst2*MuSUSY*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 +
2081  pow2(Sbeta))) + 10*Mst2*pow2(Sbeta)) + 2*Mt*s2t*Tbeta*(31*pow2(MuSUSY)*
2082  (-1 + pow2(Sbeta)) - 12*pow2(Mst2)*pow2(Sbeta)))*pow4(Mst1) + pow2(
2083  Mst1)*pow2(Mst2)*(12*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(MuSUSY*Tbeta + 10*
2084  Mst2*pow2(Sbeta) - MuSUSY*Tbeta*pow2(Sbeta)) + 168*s2t*Tbeta*pow2(
2085  MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + 4*Mt*Tbeta*pow2(Sbeta)*pow3(s2t)*
2086  pow4(Mst2) + 32*(MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*pow4(Mt) - 3*Tbeta*
2087  pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) + pow4(Mst2)*(12*Mst2*MuSUSY*pow2(Mt)
2088  *pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(Sbeta))) + 11*Mst2*pow2(Sbeta)) +
2089  8*s2t*Tbeta*(11*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(
2090  Sbeta))*pow3(Mt) - 4*Mt*(3*MuSUSY + 11*Mst2*Tbeta)*pow2(Sbeta)*pow3(
2091  Mst2)*pow3(s2t) + 32*MuSUSY*pow2(Sbeta)*pow4(Mt) + 3*Tbeta*pow2(Sbeta)*
2092  pow4(s2t)*pow5(Mst2))))/(Tbeta*pow2(Sbeta)*pow5(Mst2)) + Al4p*
2093  threeLoopFlag*((7*Mt*pow3(s2t)*(194400*Dmsqst2*(2*(5 - 3*lmMst1 + 3*
2094  lmMst2)*pow2(Mst1)*pow2(Mst2) + 11*pow4(Mst1) - 2*(2 + 3*lmMst1 - 3*
2095  lmMst2)*pow4(Mst2)) + pow2(Msq)*(-60*(143005 + 30024*lmMst1 - 26352*
2096  lmMst2)*pow2(Mst1)*pow2(Mst2) + (8583283 - 2329560*lmMst1 + 2329560*
2097  lmMst2)*pow4(Mst1) + 9*(897737 + 47880*lmMst1 + 238680*lmMst2)*pow4(
2098  Mst2))))/(2.*Mst2*pow2(Msq)) + (4*pow4(Mt)*(680400*Dmsqst2*pow2(Mst2)*(
2099  (23 - 5*lmMst1 + 10*lmMst2 - 5*lmMt)*pow2(Mst1)*pow2(Mst2) + (77 - 18*
2100  lmMst1 + 36*lmMst2 - 18*lmMt)*pow4(Mst1) + pow4(Mst2)) + pow2(Msq)*(-
2101  63*pow2(Mst1)*pow2(Mst2)*(5*(66191 - 9288*lmMst1 + 11952*lmMst2 -
2102  16488*lmMt)*pow2(Mst2) + 48*(617 + 2040*lmMst2)*pow2(MuSUSY)) - 3*((
2103  52628795 - 5738040*lmMst1 + 11332440*lmMst2 - 5972400*lmMt)*pow2(Mst2)
2104  + 21*(122051 + 1800*lmMst1 + 274680*lmMst2)*pow2(MuSUSY))*pow4(Mst1) +
2105  8*(19152737 - 3674160*lmMst1 + 6872040*lmMst2 - 850500*lmMt)*pow6(Mst1)
2106  - 272160*pow6(Mst2))))/(pow2(Msq)*pow2(Mst1)*pow4(Mst2)) - (s2t*pow3(
2107  Mt)*(14*(4*(9908167 - 949320*lmMst1 + 1769040*lmMst2 - 217080*lmMt)*
2108  pow2(Mst2) + (15057833 - 4014360*lmMst1 + 5563080*lmMst2)*pow2(MuSUSY))
2109  *pow4(Mst1) + 63*(897737 + 47880*lmMst1 + 238680*lmMst2)*pow2(MuSUSY)*
2110  pow4(Mst2) - 6*pow2(Mst1)*(7*(-1263161 + 156600*lmMst1 - 979560*lmMst2)
2111  *pow2(Mst2)*pow2(MuSUSY) + (47845349 - 6357960*lmMst1 + 13388760*lmMst2
2112  - 7030800*lmMt)*pow4(Mst2)) + (2721600*Dmsqst2*pow2(Mst2)*((-2 - 3*
2113  lmMst1 + 3*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + pow2(Mst1)*((51 - 14*
2114  lmMst1 + 28*lmMst2 - 14*lmMt)*pow2(Mst2) + (1 - 9*lmMst1 + 9*lmMst2)*
2115  pow2(MuSUSY)) + (87 - 22*lmMst1 + 44*lmMst2 - 22*lmMt)*pow4(Mst1) + (19
2116  - 6*lmMst1 + 12*lmMst2 - 6*lmMt)*pow4(Mst2)))/pow2(Msq) + 18*(-2661049
2117  + 335160*lmMst1 - 1408680*lmMst2 + 408240*lmMt)*pow6(Mst2)))/pow5(Mst2)
2118  - 51030*pow4(s2t)*(-((31.72798353909465 + (41*lmMst1)/6. + (15*lmMst2)/
2119  2. + (20*Dmsqst2*(-4 + lmMst1 - lmMst2))/(3.*pow2(Msq)))*pow2(Mst1)*
2120  pow2(Mst2)) + (155.89787379972566 - 8*lmMst1 + 8*lmMst2 + (5*Dmsqst2*(7
2121  + 10*lmMst1 - 10*lmMst2))/(3.*pow2(Msq)))*pow4(Mst1) + (
2122  24.781172839506173 + (92*lmMst1)/9. + (37*lmMst2)/9. - (10*Dmsqst2*(4 +
2123  3*lmMst1 - 3*lmMst2))/(3.*pow2(Msq)))*pow4(Mst2) + (2*(2 - (5*Dmsqst2)/
2124  pow2(Msq))*pow6(Mst2))/(3.*pow2(Mst1))) - (pow2(Mt)*pow2(s2t)*(680400*
2125  Dmsqst2*pow2(Mst2)*((8*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow2(
2126  MuSUSY))*pow4(Mst1) + (2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2) + pow2(
2127  Mst1)*(3*(2 + lmMst1 - lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 8*pow4(Mst2))
2128  + 8*pow6(Mst1)) - pow2(Msq)*(-30*pow2(Mst2)*(9*(5208*lmMst1 - 37*(7339
2129  + 3192*lmMst2))*pow2(Mst2) - 7*(21223 + 13230*lmMst1 + 702*lmMst2)*
2130  pow2(MuSUSY))*pow4(Mst1) + 9*pow2(Mst1)*(18*(123227 - 1820*lmMst1 +
2131  230300*lmMst2)*pow2(Mst2) + 7*(88931 + 33120*lmMst1 + 13320*lmMst2)*
2132  pow2(MuSUSY))*pow4(Mst2) + 28*(45*(78533 + 6732*lmMst1 + 180*lmMst2)*
2133  pow2(Mst2) + (2128489 - 307800*lmMst1 + 377460*lmMst2)*pow2(MuSUSY))*
2134  pow6(Mst1) + 272160*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2))))/(pow2(
2135  Msq)*pow2(Mst1)*pow4(Mst2)) + (7*pow2(Mt)*(Mt*pow2(MuSUSY)*(388800*
2136  Dmsqst2*s2t*pow2(Mst2)*((1 - 9*lmMst1 + 9*lmMst2)*pow2(Mst1) + (-2 - 3*
2137  lmMst1 + 3*lmMst2)*pow2(Mst2)) + pow2(Msq)*(6*Mst2*(6*(122051 + 1800*
2138  lmMst1 + 274680*lmMst2)*Mt + (1263161 - 156600*lmMst1 + 979560*lmMst2)*
2139  Mst2*s2t)*pow2(Mst1) + 9*(192*(617 + 2040*lmMst2)*Mt + (897737 + 47880*
2140  lmMst1 + 238680*lmMst2)*Mst2*s2t)*pow3(Mst2) + 2*(15057833 - 4014360*
2141  lmMst1 + 5563080*lmMst2)*s2t*pow4(Mst1))) - (Mst2*pow2(s2t)*(-24300*
2142  Dmsqst2*pow2(Mst2)*(4*pow2(MuSUSY)*(3*(2 + lmMst1 - lmMst2)*pow2(Mst1)*
2143  pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) + pow4(Mst2)) + (-93
2144  + 10*lmMst1 - 10*lmMst2)*(-2 + pow2(Sbeta))*pow4(Sbeta)*pow6(Mst1)) +
2145  pow2(Msq)*pow2(MuSUSY)*(30*(21223 + 13230*lmMst1 + 702*lmMst2)*pow2(
2146  Mst2)*pow4(Mst1) + 9*(88931 + 33120*lmMst1 + 13320*lmMst2)*pow2(Mst1)*
2147  pow4(Mst2) + 4*(2128489 - 307800*lmMst1 + 377460*lmMst2)*pow6(Mst1) +
2148  38880*pow6(Mst2))))/pow2(Mst1)))/(pow2(Msq)*pow2(Sbeta)*pow5(Mst2)) + (
2149  51030*Mt*MuSUSY*(-(Mt*pow2(s2t)*(Mst2*(1662.4759259259258 + (266*
2150  lmMst1)/3. + 442*lmMst2 - (80*Dmsqst2*(2 + 3*lmMst1 - 3*lmMst2))/pow2(
2151  Msq)) - ((103.0179012345679 + 282*lmMst1 - (2302*lmMst2)/3. + (240*
2152  Dmsqst2*(-1 + 2*lmMst1 - 2*lmMst2))/pow2(Msq))*pow2(Mst1))/Mst2 + ((
2153  3498.187242798354 - 996*lmMst1 + (3580*lmMst2)/3. + (40*Dmsqst2*(17 -
2154  12*lmMst1 + 12*lmMst2))/pow2(Msq))*pow4(Mst1))/pow3(Mst2))) - s2t*pow2(
2155  Mt)*(803.7269841269841 - (104*lmMst1)/9. + (13160*lmMst2)/9. - (800*
2156  Dmsqst2)/(3.*pow2(Msq)) + ((3677.1978835978834 - (200*lmMst1)/3. +
2157  2712*lmMst2 - (480*Dmsqst2)/pow2(Msq))*pow2(Mst1))/pow2(Mst2) + (32*(2
2158  - (5*Dmsqst2)/pow2(Msq))*pow2(Mst2))/(3.*pow2(Mst1)) + (4*(510139 +
2159  44280*lmMst1 + 76680*lmMst2)*pow4(Mst1))/(405.*pow4(Mst2))) + (pow3(Mt)
2160  *(48*(-3231296 + 460215*lmMst1 - 1100925*lmMst2 + 515970*lmMt)*pow2(
2161  Mst1)*pow2(Mst2) - (2721600*Dmsqst2*pow2(Mst2)*(10*(-3 + lmMst1 - 2*
2162  lmMst2 + lmMt)*pow2(Mst1) + (-8 + 3*lmMst1 - 6*lmMst2 + 3*lmMt)*pow2(
2163  Mst2)))/pow2(Msq) + 28*(13463149 - 1492020*lmMst1 + 2713500*lmMst2 -
2164  625320*lmMt)*pow4(Mst1) + 9*(-2456929 + 335160*lmMst1 - 1408680*lmMst2
2165  + 408240*lmMt)*pow4(Mst2)))/(25515.*pow5(Mst2)) + (pow3(s2t)*(pow2(Msq)
2166  *(3*(-54563 + 32940*lmMst1 - 32940*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(
2167  84611 + 33120*lmMst1 + 13320*lmMst2)*pow2(Mst1)*pow4(Mst2) + 8*(788723
2168  - 80595*lmMst1 + 80595*lmMst2)*pow6(Mst1) + 38880*pow6(Mst2)) + 48600*
2169  Dmsqst2*(2*(3 - 5*lmMst1 + 5*lmMst2)*pow2(Mst2)*pow4(Mst1) + 13*pow6(
2170  Mst1) - 2*((5 + 3*lmMst1 - 3*lmMst2)*pow2(Mst1)*pow4(Mst2) + pow6(Mst2)
2171  ))))/(7290.*pow2(Msq)*pow2(Mst1)*pow2(Mst2))))/Tbeta)) + (420*(-1296*
2172  twoLoopFlag*xMst*pow2(Mt)*(-(xDmglst2*pow2(Dmglst2)*(16*(7*MuSUSY + 15*
2173  Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) + 3*Mst2*MuSUSY*pow2(s2t)*(-(MuSUSY*
2174  Tbeta*(-1 + pow2(Sbeta))) + 10*Mst2*pow2(Sbeta)) + 2*Mt*s2t*Tbeta*(41*
2175  pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 40*pow2(Mst2)*pow2(Sbeta)))) + 2*
2176  Dmglst2*Mgl*(16*(2*MuSUSY + 3*Mst2*Tbeta)*pow2(Mt)*pow2(Sbeta) + Mst2*
2177  MuSUSY*pow2(s2t)*(MuSUSY*Tbeta*(-1 + pow2(Sbeta)) - 6*Mst2*pow2(Sbeta))
2178  + Mt*s2t*Tbeta*(-17*pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 20*pow2(Mst2)*
2179  pow2(Sbeta))) - 2*Mt*pow2(Mgl)*(8*Mt*(2*MuSUSY + Mst2*Tbeta)*pow2(
2180  Sbeta) + s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(Mst2)*
2181  pow2(Sbeta))))*pow8(Mst1) - (Al4p*threeLoopFlag*pow2(Mst2)*(108*
2182  xDR2DRMOD*pow4(Msq)*(-(xDmglst2*pow2(Dmglst2)*(Mt*MuSUSY*pow2(Sbeta)*(
2183  384*Mt*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*((-1 + 6*lmMst2)*pow2(Mst2)*(
2184  pow2(Mst1) + pow2(Mst2)) + (1 + 3*lmMst2)*pow4(Mst1)) + 512*pow2(Mst1)*
2185  pow3(Mt)*(-(lmMst2*pow2(Mst1)*pow2(Mst2)) + 2*(11 + 5*lmMst2)*pow4(
2186  Mst1) - (-2 + lmMst2)*pow4(Mst2)) + 864*s2t*(-pow2(Mst1) + pow2(Mst2))*
2187  pow2(Mt)*pow5(Mst2) + 9*pow3(s2t)*((16*(8 + 27*lmMst1 - 39*lmMst2)*
2188  pow2(Mst1)*pow2(Mst2))/9. + 24*pow4(Mst1) - 24*pow4(Mst2))*pow5(Mst2))
2189  + Tbeta*(8*s2t*pow2(Mt)*pow2(MuSUSY)*(2*(-32*(-1 + 6*lmMst2)*Mt + (-8 -
2190  27*lmMst1 + 39*lmMst2)*Mst2*s2t)*pow2(Mst2)*pow4(Mst1) + (32*(1 - 6*
2191  lmMst2)*Mt + (11 - 54*lmMst1 + 78*lmMst2)*Mst2*s2t)*pow2(Mst1)*pow4(
2192  Mst2) - 2*(48*(1 + 3*lmMst2)*Mt + (7*lmMst1 - 15*lmMst2)*Mst2*s2t)*
2193  pow6(Mst1) + 27*s2t*pow7(Mst2)) + pow2(Sbeta)*(32*Mst2*pow4(Mt)*(-48*(4
2194  + lmMst2)*pow2(Mst2)*pow4(Mst1) + 43*pow2(Mst1)*pow4(Mst2) + 192*(3 +
2195  2*lmMst2)*pow6(Mst1) + 27*pow6(Mst2)) + pow4(s2t)*pow5(Mst2)*(2*(-11 +
2196  54*lmMst1 - 78*lmMst2)*pow2(Mst2)*pow4(Mst1) - 2*(43 + 54*lmMst1 - 78*
2197  lmMst2)*pow2(Mst1)*pow4(Mst2) + 14*pow6(Mst1) + 54*pow6(Mst2)) - 256*
2198  s2t*pow2(Mst1)*pow3(Mt)*(3*(2*(5 + 3*lmMst2)*pow2(Mst2) - (1 + 3*
2199  lmMst2)*pow2(MuSUSY))*pow4(Mst1) + (1 - 6*lmMst2)*pow2(MuSUSY)*pow4(
2200  Mst2) - 2*pow2(Mst1)*((-1 + 6*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 2*pow4(
2201  Mst2)) - 2*(-2 + lmMst2)*pow6(Mst2)) + 8*Mst2*pow2(Mt)*pow2(s2t)*(pow4(
2202  Mst1)*(2*(8 + 27*lmMst1 - 39*lmMst2)*pow2(Mst2)*pow2(MuSUSY) - 54*pow4(
2203  Mst2)) + 2*(7*lmMst1 - 15*lmMst2)*pow2(MuSUSY)*pow6(Mst1) - 27*(2*pow2(
2204  Mst2) + pow2(MuSUSY))*pow6(Mst2) + pow2(Mst1)*((-11 + 54*lmMst1 - 78*
2205  lmMst2)*pow2(MuSUSY)*pow4(Mst2) + 108*pow6(Mst2))) + 128*(1 - 6*lmMst2)
2206  *Mt*pow2(Mst1)*pow3(s2t)*pow8(Mst2))))) + Mgl*(Mt*MuSUSY*pow2(Sbeta)*(-
2207  384*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*Mt*pow2(Mst1)*pow2(
2208  Mst2)*pow2(s2t)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) +
2209  512*pow2(Mst1)*pow3(Mt)*(-(Dmglst2*(7 + lmMst2)*pow2(Mst1)*pow2(Mst2))
2210  - 2*Dmglst2*(11 + 5*lmMst2)*pow4(Mst1) + Dmglst2*(-1 + lmMst2)*pow4(
2211  Mst2) + (1 + lmMst2)*Mgl*(3*pow2(Mst1)*pow2(Mst2) + 6*pow4(Mst1) +
2212  pow4(Mst2))) + 32*(7*Dmglst2 - 13*Mgl)*s2t*(pow2(Mst1) - pow2(Mst2))*
2213  pow2(Mt)*pow5(Mst2) - pow3(s2t)*(16*(Dmglst2*(7*lmMst1 - 15*lmMst2) + (
2214  -4 - 13*lmMst1 + 9*lmMst2)*Mgl)*pow2(Mst1)*pow2(Mst2) + 8*(7*Dmglst2 -
2215  13*Mgl)*pow4(Mst1) - 8*(7*Dmglst2 - 13*Mgl)*pow4(Mst2))*pow5(Mst2)) +
2216  Tbeta*(s2t*pow2(Mt)*pow2(MuSUSY)*(256*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl
2217  + lmMst2*Mgl)*Mt*pow2(Mst1)*(2*pow2(Mst1)*pow2(Mst2) + 3*pow4(Mst1) +
2218  pow4(Mst2)) - 8*Mst2*s2t*(-2*(Dmglst2*(7*lmMst1 - 15*lmMst2) + (-4 -
2219  13*lmMst1 + 9*lmMst2)*Mgl)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (
2220  Dmglst2*(7 - 14*lmMst1 + 30*lmMst2) + (-5 + 26*lmMst1 - 18*lmMst2)*Mgl)
2221  *pow2(Mst1)*pow4(Mst2) + (7*Dmglst2 - 13*Mgl)*pow6(Mst2))) + pow2(
2222  Sbeta)*(-2*(pow2(Mst1) - pow2(Mst2))*(Dmglst2*(2*(7*lmMst1 - 15*lmMst2)
2223  *pow2(Mst1)*pow2(Mst2) + 7*pow4(Mst1) - 7*pow4(Mst2)) + Mgl*(-2*(4 +
2224  13*lmMst1 - 9*lmMst2)*pow2(Mst1)*pow2(Mst2) - 13*pow4(Mst1) + 13*pow4(
2225  Mst2)))*pow4(s2t)*pow5(Mst2) + 256*s2t*pow2(Mst1)*pow3(Mt)*(6*(Dmglst2*
2226  (5 + 3*lmMst2) - (1 + lmMst2)*Mgl)*pow2(Mst2)*pow4(Mst1) + 4*(Dmglst2*(
2227  3 + lmMst2) - (1 + lmMst2)*Mgl)*pow2(Mst1)*pow4(Mst2) - (Dmglst2 + 3*
2228  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow2(MuSUSY)*(2*pow2(Mst1)*pow2(
2229  Mst2) + 3*pow4(Mst1) + pow4(Mst2)) - 2*(Dmglst2*(-1 + lmMst2) + (1 +
2230  lmMst2)*Mgl)*pow6(Mst2)) - 32*Mst2*pow4(Mt)*(Dmglst2*(96*(2 + lmMst2)*
2231  pow2(Mst2)*pow4(Mst1) + 39*pow2(Mst1)*pow4(Mst2) + 192*(3 + 2*lmMst2)*
2232  pow6(Mst1) + 7*pow6(Mst2)) - Mgl*(48*(1 + lmMst2)*(2*pow2(Mst1) + pow2(
2233  Mst2))*pow4(Mst1) + (29 + 16*lmMst2)*pow2(Mst1)*pow4(Mst2) + 13*pow6(
2234  Mst2))) + 8*Mst2*pow2(Mt)*pow2(s2t)*(2*(7*Dmglst2 - 13*Mgl)*pow2(pow2(
2235  Mst1) - pow2(Mst2))*pow4(Mst2) + pow2(MuSUSY)*(-2*(Dmglst2*(7*lmMst1 -
2236  15*lmMst2) + (-4 - 13*lmMst1 + 9*lmMst2)*Mgl)*(pow2(Mst1) + pow2(Mst2))
2237  *pow4(Mst1) + (Dmglst2*(7 - 14*lmMst1 + 30*lmMst2) + (-5 + 26*lmMst1 -
2238  18*lmMst2)*Mgl)*pow2(Mst1)*pow4(Mst2) + (7*Dmglst2 - 13*Mgl)*pow6(Mst2)
2239  )) + 128*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*Mt*pow2(Mst1)*
2240  pow3(s2t)*pow8(Mst2))))) + Mst2*xDmsqst2*pow2(Dmsqst2)*(324*Mst2*
2241  xDmglst2*pow2(Dmglst2)*(Mt*MuSUSY*pow2(Sbeta)*(320*pow2(Mst1)*(-10*(-3
2242  + lmMst1 - 2*lmMst2 + lmMt)*pow2(Mst1) + (8 - 3*lmMst1 + 6*lmMst2 - 3*
2243  lmMt)*pow2(Mst2))*pow3(Mt) + 160*Mst2*s2t*pow2(Mt)*(5*pow2(Mst1)*pow2(
2244  Mst2) + 9*pow4(Mst1) + pow4(Mst2)) - 3*Mt*pow2(Mst1)*pow2(s2t)*(240*(1
2245  - 2*lmMst1 + 2*lmMst2)*pow2(Mst1)*pow2(Mst2) + (680 - 480*lmMst1 + 480*
2246  lmMst2)*pow4(Mst1) - 80*(2 + 3*lmMst1 - 3*lmMst2)*pow4(Mst2)) + 20*
2247  Mst2*pow3(s2t)*(2*(3 - 5*lmMst1 + 5*lmMst2)*pow2(Mst2)*pow4(Mst1) + 13*
2248  pow6(Mst1) - 2*((5 + 3*lmMst1 - 3*lmMst2)*pow2(Mst1)*pow4(Mst2) + pow6(
2249  Mst2)))) + Tbeta*(160*pow3(Mt)*(s2t*pow2(Mst1)*((1 - 9*lmMst1 + 9*
2250  lmMst2)*pow2(Mst1) + (-2 - 3*lmMst1 + 3*lmMst2)*pow2(Mst2))*pow2(
2251  MuSUSY) + Mst2*Mt*pow2(Sbeta)*((23 - 5*lmMst1 + 10*lmMst2 - 5*lmMt)*
2252  pow2(Mst1)*pow2(Mst2) + (77 - 18*lmMst1 + 36*lmMst2 - 18*lmMt)*pow4(
2253  Mst1) + pow4(Mst2))) + Mst2*pow2(Mt)*pow2(s2t)*(40*pow2(MuSUSY)*(3*(2 +
2254  lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*
2255  pow4(Mst1) + pow4(Mst2)) + 10*(-93 + 10*lmMst1 - 10*lmMst2)*(-2 + pow2(
2256  Sbeta))*pow4(Sbeta)*pow6(Mst1)) + s2t*pow2(Sbeta)*(Mt*pow2(Mst1)*pow2(
2257  Mst2)*pow2(s2t)*(80*(5 - 3*lmMst1 + 3*lmMst2)*pow2(Mst1)*pow2(Mst2) +
2258  440*pow4(Mst1) - 80*(2 + 3*lmMst1 - 3*lmMst2)*pow4(Mst2)) - 160*pow2(
2259  Mst1)*pow3(Mt)*((-2 - 3*lmMst1 + 3*lmMst2)*pow2(Mst2)*pow2(MuSUSY) +
2260  pow2(Mst1)*((51 - 14*lmMst1 + 28*lmMst2 - 14*lmMt)*pow2(Mst2) + (1 - 9*
2261  lmMst1 + 9*lmMst2)*pow2(MuSUSY)) + (87 - 22*lmMst1 + 44*lmMst2 - 22*
2262  lmMt)*pow4(Mst1) + (19 - 6*lmMst1 + 12*lmMst2 - 6*lmMt)*pow4(Mst2)) -
2263  40*Mst2*s2t*pow2(Mt)*(8*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1)
2264  + pow4(Mst2)) + pow2(MuSUSY)*(3*(2 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(
2265  Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) + pow4(Mst2)) + 2*pow6(
2266  Mst2)) - 5*pow3(Mst2)*pow3(s2t)*(4*(4 - lmMst1 + lmMst2)*pow2(Mst2)*
2267  pow4(Mst1) + (7 + 10*lmMst1 - 10*lmMst2)*pow6(Mst1) - 2*((4 + 3*lmMst1
2268  - 3*lmMst2)*pow2(Mst1)*pow4(Mst2) + pow6(Mst2)))))) - 1620*shiftst1*
2269  Tbeta*pow2(Mgl)*(4*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(pow2(Mst1)*pow4(
2270  Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(
2271  Mst1) + pow4(Mst2)) + pow6(Mst2)) + pow2(Sbeta)*(16*(pow2(Mst1) + pow2(
2272  Mst2))*pow4(Mst2)*pow4(Mt) + (pow2(Mst1) - pow2(Mst2))*(2*(lmMst1 -
2273  lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2))*pow4(Mst2)*
2274  pow4(s2t) - 4*pow2(Mt)*pow2(s2t)*(2*pow4(Mst1)*pow4(Mst2) - 4*pow2(
2275  Mst1)*pow6(Mst2) + pow2(MuSUSY)*(pow2(Mst1)*pow4(Mst2) - 2*(lmMst1 -
2276  lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) +
2277  pow6(Mst2)) + 2*pow8(Mst2)))) + Mgl*(4*MuSUSY*pow2(Sbeta)*(81*Mgl*
2278  shiftst1*(80*s2t*(pow2(Mst1) - pow2(Mst2))*pow3(Mt) - 20*Mt*pow3(s2t)*(
2279  2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2)))*
2280  pow4(Mst2) - 9720*Mst2*pow2(Mst1)*pow2(Mt)*pow2(s2t)*(2*(Dmglst2*(3 -
2281  6*lmMst1 + 6*lmMst2) + (4 + 3*lmMst1 - 3*lmMst2)*Mgl)*pow2(Mst1)*pow2(
2282  Mst2) + (Dmglst2*(17 - 12*lmMst1 + 12*lmMst2) + (5 + 4*lmMst1 - 4*
2283  lmMst2)*Mgl)*pow4(Mst1) - (Dmglst2*(4 + 6*lmMst1 - 6*lmMst2) + (-7 - 3*
2284  lmMst1 + 3*lmMst2)*Mgl)*pow4(Mst2)) + 12960*Mst2*pow2(Mst1)*(4*(-5*
2285  Dmglst2*(-3 + lmMst1 - 2*lmMst2 + lmMt) + (-1 + lmMst1 - 2*lmMst2 +
2286  lmMt)*Mgl)*pow2(Mst1) + (2*Dmglst2*(8 - 3*lmMst1 + 6*lmMst2 - 3*lmMt) +
2287  (-2 + 3*lmMst1 - 6*lmMst2 + 3*lmMt)*Mgl)*pow2(Mst2))*pow4(Mt) + 10*s2t*
2288  pow3(Mt)*(1296*Dmglst2*pow2(Mst2)*(5*pow2(Mst1)*pow2(Mst2) + 9*pow4(
2289  Mst1) + pow4(Mst2)) + Mgl*(-795*pow2(Mst2)*pow4(Mst1) - 450*pow2(Mst1)*
2290  pow4(Mst2) + 4057*pow6(Mst1) - 972*pow6(Mst2))) + 15*Mt*pow2(Mst2)*
2291  pow3(s2t)*((216*Dmglst2*(3 - 5*lmMst1 + 5*lmMst2) + 7*(-251 + 54*lmMst1
2292  - 54*lmMst2)*Mgl)*pow2(Mst2)*pow4(Mst1) - 6*(36*Dmglst2*(5 + 3*lmMst1 -
2293  3*lmMst2) + (2 - 9*lmMst1 + 9*lmMst2)*Mgl)*pow2(Mst1)*pow4(Mst2) + 4*(
2294  351*Dmglst2 - 554*Mgl)*pow6(Mst1) - 54*(4*Dmglst2 - 3*Mgl)*pow6(Mst2)))
2295  + Tbeta*(324*Mst2*s2t*pow2(Mst1)*(160*(Dmglst2*(1 - 9*lmMst1 + 9*
2296  lmMst2) + (5 + 3*lmMst1 - 3*lmMst2)*Mgl)*pow2(Mst1) - 80*(Dmglst2*(4 +
2297  6*lmMst1 - 6*lmMst2) + (-7 - 3*lmMst1 + 3*lmMst2)*Mgl)*pow2(Mst2))*
2298  pow2(MuSUSY)*pow3(Mt) + 6*Mt*pow2(s2t)*(-135*pow2(Mst2)*(-2*(11 + 10*
2299  lmMst1 - 10*lmMst2)*Mgl*Mst2*s2t*(-2 + pow2(Sbeta)) + (Dmglst2*(372 -
2300  40*lmMst1 + 40*lmMst2) + 3*(-17 + 2*lmMst1 - 2*lmMst2)*Mgl)*Mt*pow2(
2301  Sbeta))*pow4(Sbeta)*pow6(Mst1) + 2*Mt*(135*(Dmglst2*(372 - 40*lmMst1 +
2302  40*lmMst2) + 3*(-17 + 2*lmMst1 - 2*lmMst2)*Mgl)*pow2(Mst2)*pow4(Sbeta)*
2303  pow6(Mst1) + (5*pow2(MuSUSY)*(648*Dmglst2*pow2(Mst2)*(3*(2 + lmMst1 -
2304  lmMst2)*pow2(Mst1)*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) +
2305  pow4(Mst2)) + Mgl*(3*(1607 - 432*lmMst1 + 432*lmMst2)*pow2(Mst2)*pow4(
2306  Mst1) - 18*(25 + 9*lmMst1 - 9*lmMst2)*pow2(Mst1)*pow4(Mst2) + (20701 -
2307  648*lmMst1 + 648*lmMst2)*pow6(Mst1) - 486*pow6(Mst2))))/3.)) + pow2(
2308  Sbeta)*(3240*Mt*pow2(Mst1)*pow3(Mst2)*pow3(s2t)*(4*(Dmglst2*(10 - 6*
2309  lmMst1 + 6*lmMst2) + (1 + 3*lmMst1 - 3*lmMst2)*Mgl)*pow2(Mst1)*pow2(
2310  Mst2) + (44*Dmglst2 + (-21 - 10*lmMst1 + 10*lmMst2)*Mgl)*pow4(Mst1) -
2311  4*(Dmglst2*(4 + 6*lmMst1 - 6*lmMst2) + (-7 - 3*lmMst1 + 3*lmMst2)*Mgl)*
2312  pow4(Mst2)) - 324*Mst2*s2t*pow2(Mst1)*pow3(Mt)*((160*(Dmglst2*(1 - 9*
2313  lmMst1 + 9*lmMst2) + (5 + 3*lmMst1 - 3*lmMst2)*Mgl)*pow2(Mst1) - 80*(
2314  Dmglst2*(4 + 6*lmMst1 - 6*lmMst2) + (-7 - 3*lmMst1 + 3*lmMst2)*Mgl)*
2315  pow2(Mst2))*pow2(MuSUSY) + 160*((Dmglst2*(51 - 14*lmMst1 + 28*lmMst2 -
2316  14*lmMt) + 4*(-3 + lmMst1 - 2*lmMst2 + lmMt)*Mgl)*pow2(Mst1)*pow2(Mst2)
2317  + (Dmglst2*(87 - 22*lmMst1 + 44*lmMst2 - 22*lmMt) + (-5 + 2*lmMst1 - 4*
2318  lmMst2 + 2*lmMt)*Mgl)*pow4(Mst1)) + 80*(2*Dmglst2*(19 - 6*lmMst1 + 12*
2319  lmMst2 - 6*lmMt) + (-7 + 6*lmMst1 - 12*lmMst2 + 6*lmMt)*Mgl)*pow4(Mst2)
2320  ) + 12960*pow4(Mt)*(4*Dmglst2*pow2(Mst2)*((23 - 5*lmMst1 + 10*lmMst2 -
2321  5*lmMt)*pow2(Mst1)*pow2(Mst2) + (77 - 18*lmMst1 + 36*lmMst2 - 18*lmMt)*
2322  pow4(Mst1) + pow4(Mst2)) + Mgl*(3*(-23 + 6*lmMst1 - 12*lmMst2 + 6*lmMt)
2323  *pow2(Mst2)*pow4(Mst1) + (-25 + 7*lmMst1 - 14*lmMst2 + 7*lmMt)*pow2(
2324  Mst1)*pow4(Mst2) + 4*(-7 + 3*lmMst1 - 6*lmMst2 + 3*lmMt)*pow6(Mst1) -
2325  3*pow6(Mst2))) - 15*pow4(Mst2)*pow4(s2t)*((432*Dmglst2*(4 - lmMst1 +
2326  lmMst2) + (-1745 + 324*lmMst1 - 324*lmMst2)*Mgl)*pow2(Mst2)*pow4(Mst1)
2327  - 6*(36*Dmglst2*(4 + 3*lmMst1 - 3*lmMst2) + (29 - 9*lmMst1 + 9*lmMst2)*
2328  Mgl)*pow2(Mst1)*pow4(Mst2) + 27*(4*Dmglst2*(7 + 10*lmMst1 - 10*lmMst2)
2329  + (-17 - 14*lmMst1 + 14*lmMst2)*Mgl)*pow6(Mst1) - 54*(4*Dmglst2 - 3*
2330  Mgl)*pow6(Mst2)) - 20*pow2(Mt)*pow2(s2t)*(3*(1728*Dmglst2 - 115*Mgl)*
2331  pow4(Mst1)*pow4(Mst2) + (5184*Dmglst2 - 1355*Mgl)*pow2(Mst2)*pow6(Mst1)
2332  + pow2(MuSUSY)*(648*Dmglst2*pow2(Mst2)*(3*(2 + lmMst1 - lmMst2)*pow2(
2333  Mst1)*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) + pow4(Mst2)) +
2334  Mgl*(3*(1607 - 432*lmMst1 + 432*lmMst2)*pow2(Mst2)*pow4(Mst1) - 18*(25
2335  + 9*lmMst1 - 9*lmMst2)*pow2(Mst1)*pow4(Mst2) + (20701 - 648*lmMst1 +
2336  648*lmMst2)*pow6(Mst1) - 486*pow6(Mst2))) + 18*(288*Dmglst2 + 29*Mgl)*
2337  pow2(Mst1)*pow6(Mst2) + 324*(4*Dmglst2 - 3*Mgl)*pow8(Mst2))))))))/pow4(
2338  Msq)))/(Tbeta*pow2(Mst1)*pow2(Sbeta)*pow7(Mst2)) + (Mgl*(68040*Mst2*
2339  twoLoopFlag*(4*Dmglst2*(4*pow2(Mt)*(-12*(MuSUSY + 2*Mst2*Tbeta)*pow2(
2340  Mt)*pow2(Sbeta) + Mst2*MuSUSY*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 + pow2(
2341  Sbeta))) + 6*Mst2*pow2(Sbeta)) + Mt*s2t*Tbeta*(13*pow2(MuSUSY)*(-1 +
2342  pow2(Sbeta)) + 12*pow2(Mst2)*pow2(Sbeta)))*pow4(Mst1) + pow2(Mst1)*
2343  pow2(Mst2)*(8*s2t*(3*MuSUSY*s2t + 2*Mt*Tbeta)*pow2(Mst2)*pow2(Mt)*pow2(
2344  Sbeta) + Tbeta*(-4*Mst2*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(
2345  Sbeta)) + 36*s2t*pow2(MuSUSY)*(-1 + pow2(Sbeta))*pow3(Mt) + (2*Mt -
2346  Mst2*s2t)*pow2(Sbeta)*pow3(s2t)*pow4(Mst2) - 32*Mst2*pow2(Sbeta)*pow4(
2347  Mt))) + pow4(Mst2)*(2*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-2*MuSUSY*Tbeta*(
2348  -1 + pow2(Sbeta)) + 15*Mst2*pow2(Sbeta)) + 4*s2t*Tbeta*(5*pow2(MuSUSY)*
2349  (-1 + pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 2*Mt*(2*
2350  MuSUSY + 5*Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 16*MuSUSY*
2351  pow2(Sbeta)*pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2))) + Mgl*(
2352  pow4(Mst2)*(4*Mst2*MuSUSY*pow2(Mt)*pow2(s2t)*(-(MuSUSY*Tbeta*(-1 +
2353  pow2(Sbeta))) + 6*Mst2*pow2(Sbeta)) + 16*s2t*Tbeta*(pow2(MuSUSY)*(-1 +
2354  pow2(Sbeta)) - 4*pow2(Mst2)*pow2(Sbeta))*pow3(Mt) - 4*Mt*(MuSUSY + 2*
2355  Mst2*Tbeta)*pow2(Sbeta)*pow3(Mst2)*pow3(s2t) + 32*(2*MuSUSY + Mst2*
2356  Tbeta)*pow2(Sbeta)*pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) +
2357  pow4(Mst1)*(16*s2t*Tbeta*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) - 4*pow2(
2358  Mst2)*pow2(Sbeta))*pow3(Mt) + 96*(2*MuSUSY + Mst2*Tbeta)*pow2(Sbeta)*
2359  pow4(Mt) + Tbeta*pow2(Sbeta)*pow4(s2t)*pow5(Mst2)) - 2*pow2(Mst1)*pow2(
2360  Mst2)*(pow2(Sbeta)*(-2*Mt*(MuSUSY + 2*Mst2*Tbeta)*pow3(Mst2)*pow3(s2t)
2361  - 32*(2*MuSUSY + Mst2*Tbeta)*pow4(Mt)) + Tbeta*(8*s2t*(pow2(MuSUSY) + (
2362  4*pow2(Mst2) - pow2(MuSUSY))*pow2(Sbeta))*pow3(Mt) + pow2(Sbeta)*pow4(
2363  s2t)*pow5(Mst2))))) + (Al4p*threeLoopFlag*(28*Mst2*Mt*MuSUSY*pow2(
2364  Sbeta)*(9*Mt*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*(pow2(Msq)*(3*Dmglst2*(
2365  935323 - 279000*lmMst1 + 385560*lmMst2)*pow2(Mst1)*pow2(Mst2) + 15*(
2366  11075 + 17928*lmMst1 - 17352*lmMst2)*Mgl*pow2(Mst1)*pow2(Mst2) + (10*
2367  Dmglst2*(1700119 - 484056*lmMst1 + 579960*lmMst2)*pow4(Mst1))/3. + (
2368  61286 + 434160*lmMst1 - 425520*lmMst2)*Mgl*pow4(Mst1) + 9*Dmglst2*(
2369  173947 - 25080*lmMst1 + 68760*lmMst2)*pow4(Mst2) + 135*(2269 + 664*
2370  lmMst1 - 56*lmMst2)*Mgl*pow4(Mst2)) + 64800*Dmsqst2*(Dmglst2*(6*(1 - 2*
2371  lmMst1 + 2*lmMst2)*pow2(Mst1)*pow2(Mst2) + (17 - 12*lmMst1 + 12*lmMst2)
2372  *pow4(Mst1) - 2*(2 + 3*lmMst1 - 3*lmMst2)*pow4(Mst2)) + Mgl*(2*(3 + 2*
2373  lmMst1 - 2*lmMst2)*pow2(Mst1)*pow2(Mst2) + (5 + 4*lmMst1 - 4*lmMst2)*
2374  pow4(Mst1) + 2*(2 + lmMst1 - lmMst2)*pow4(Mst2)))) + 4*pow2(Mst1)*pow3(
2375  Mt)*(388800*Dmsqst2*pow2(Mst2)*(10*Dmglst2*(-3 + lmMst1 - 2*lmMst2 +
2376  lmMt)*pow2(Mst1) - 2*(-1 + lmMst1 - 2*lmMst2 + lmMt)*Mgl*pow2(Mst1) +
2377  Dmglst2*(-8 + 3*lmMst1 - 6*lmMst2 + 3*lmMt)*pow2(Mst2) - (lmMst1 - 2*
2378  lmMst2 + lmMt)*Mgl*pow2(Mst2)) + pow2(Msq)*(Dmglst2*(216*(-67843 +
2379  10050*lmMst1 - 17490*lmMst2 + 7560*lmMt)*pow2(Mst1)*pow2(Mst2) + 4*(-
2380  13463149 + 1492020*lmMst1 - 2713500*lmMst2 + 625320*lmMt)*pow4(Mst1) +
2381  405*(-3245 + 1672*lmMst1 - 1448*lmMst2 + 1888*lmMt)*pow4(Mst2)) - 3*
2382  Mgl*(48*(-41936 + 7245*lmMst1 - 19665*lmMst2 + 720*lmMt)*pow2(Mst1)*
2383  pow2(Mst2) + 4*(-1077991 + 184140*lmMst1 - 400140*lmMst2 + 8640*lmMt)*
2384  pow4(Mst1) + 9*(-66773 + 9960*lmMst1 - 45480*lmMst2 + 3840*lmMt)*pow4(
2385  Mst2)))) + 9720*Mgl*s2t*(shiftst3*pow2(Msq)*pow2(Mst2)*(4*pow2(Mt) + ((
2386  1 + lmMst1 - lmMst2)*pow2(Mst1) - pow2(Mst2))*pow2(s2t)) + 10*shiftst1*
2387  (Dmsqst2 + pow2(Msq))*(-4*pow2(Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) +
2388  2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(
2389  Mst1) - pow4(Mst2))))*pow5(Mst2) - 6*Mst2*s2t*pow2(Mt)*(pow2(Msq)*(Mgl*
2390  (3*(623599 + 65160*lmMst1 - 134280*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(
2391  1367 + 13560*lmMst1 - 36600*lmMst2)*pow2(Mst1)*pow4(Mst2) + (5161826 +
2392  406080*lmMst1 - 613440*lmMst2)*pow6(Mst1) - 41040*pow6(Mst2)) - 24*
2393  Dmglst2*(6*(19579 + 1770*lmMst1 + 12630*lmMst2)*pow2(Mst2)*pow4(Mst1) +
2394  6*(4429 - 270*lmMst1 + 8910*lmMst2)*pow2(Mst1)*pow4(Mst2) + (510139 +
2395  44280*lmMst1 + 76680*lmMst2)*pow6(Mst1) - 2520*pow6(Mst2))) + 100*
2396  Dmsqst2*(1296*Dmglst2*pow2(Mst2)*(5*pow2(Mst1)*pow2(Mst2) + 9*pow4(
2397  Mst1) + pow4(Mst2)) + Mgl*(3249*pow2(Mst2)*pow4(Mst1) + 1431*pow2(Mst1)
2398  *pow4(Mst2) + 4057*pow6(Mst1) - 648*pow6(Mst2)))) + 3*pow3(Mst2)*pow3(
2399  s2t)*(-12*(150*Dmsqst2*(36*Dmglst2*(3 - 5*lmMst1 + 5*lmMst2) + (-469 +
2400  36*lmMst1 - 36*lmMst2)*Mgl) + (3*Dmglst2*(32663 - 7620*lmMst1 + 7620*
2401  lmMst2) + (-224837 + 4680*lmMst1 - 8370*lmMst2)*Mgl)*pow2(Msq))*pow2(
2402  Mst2)*pow4(Mst1) + 90*(Dmsqst2*(720*Dmglst2*(5 + 3*lmMst1 - 3*lmMst2) +
2403  1950*Mgl) + (2*Dmglst2*(648*lmMst1 - 7*(257 + 240*lmMst2)) + (5825 +
2404  564*lmMst1 - 1104*lmMst2)*Mgl)*pow2(Msq))*pow2(Mst1)*pow4(Mst2) + ((3*
2405  Mgl*(1082800*Dmsqst2 + (3447379 - 76140*lmMst1 + 76140*lmMst2)*pow2(
2406  Msq)) - 16*Dmglst2*(78975*Dmsqst2 + (788723 - 80595*lmMst1 + 80595*
2407  lmMst2)*pow2(Msq)))*pow6(Mst1))/3. + 1080*(60*Dmglst2*Dmsqst2 - 30*
2408  Dmsqst2*Mgl + 28*Dmglst2*pow2(Msq) - 19*Mgl*pow2(Msq))*pow6(Mst2))) +
2409  Tbeta*(-56*pow2(Mst1)*pow2(MuSUSY)*pow3(Mt)*(388800*Dmsqst2*s2t*(
2410  Dmglst2*(1 - 9*lmMst1 + 9*lmMst2)*pow2(Mst1) + (5 + 3*lmMst1 - 3*
2411  lmMst2)*Mgl*pow2(Mst1) - Dmglst2*(2 + 3*lmMst1 - 3*lmMst2)*pow2(Mst2) +
2412  (2 + lmMst1 - lmMst2)*Mgl*pow2(Mst2))*pow3(Mst2) + pow2(Msq)*(Dmglst2*
2413  Mst2*(36*Mst2*(30*(3643 - 120*lmMst1 + 3192*lmMst2)*Mt + (364291 -
2414  88560*lmMst1 + 147960*lmMst2)*Mst2*s2t)*pow2(Mst1) + 27*(7680*(5 + 6*
2415  lmMst2)*Mt + (173947 - 25080*lmMst1 + 68760*lmMst2)*Mst2*s2t)*pow3(
2416  Mst2) + 2*(15057833 - 4014360*lmMst1 + 5563080*lmMst2)*s2t*pow4(Mst1))
2417  - 3*Mgl*(-60*(3*(-353 + 72*lmMst1 + 696*lmMst2)*Mt + 2*(3937 + 2988*
2418  lmMst1 - 2232*lmMst2)*Mst2*s2t)*pow2(Mst1)*pow2(Mst2) + 2*(15*(38401 +
2419  1080*lmMst1 - 7992*lmMst2)*Mt + (-266863 - 396360*lmMst1 + 346680*
2420  lmMst2)*Mst2*s2t)*pow4(Mst1) - 45*(64*(53 + 24*lmMst2)*Mt + 3*(2269 +
2421  664*lmMst1 - 56*lmMst2)*Mst2*s2t)*pow4(Mst2)))) + pow2(Sbeta)*(7*pow4(
2422  s2t)*pow6(Mst2)*(pow2(Msq)*(3*Mgl*(6*(-362299 + 17820*lmMst1 - 33300*
2423  lmMst2)*pow2(Mst2)*pow4(Mst1) - 90*(6053 + 564*lmMst1 - 1104*lmMst2)*
2424  pow2(Mst1)*pow4(Mst2) + 5*(-149867 + 3996*lmMst1 + 4860*lmMst2)*pow6(
2425  Mst1) + 20520*pow6(Mst2)) - 4*Dmglst2*(108*(-5917 + 1095*lmMst1 + 195*
2426  lmMst2)*pow2(Mst2)*pow4(Mst1) + 135*(-1967 + 648*lmMst1 - 1680*lmMst2)*
2427  pow2(Mst1)*pow4(Mst2) + (-2272991 + 116640*lmMst1 - 116640*lmMst2)*
2428  pow6(Mst1) + 22680*pow6(Mst2))) + Dmsqst2*(-300*Mgl*(9*(743 - 72*lmMst1
2429  + 72*lmMst2)*pow2(Mst2)*pow4(Mst1) + 2079*pow2(Mst1)*pow4(Mst2) + (2386
2430  + 648*lmMst1 - 648*lmMst2)*pow6(Mst1) - 324*pow6(Mst2)) + 97200*
2431  Dmglst2*(4*(4 - lmMst1 + lmMst2)*pow2(Mst2)*pow4(Mst1) + (7 + 10*lmMst1
2432  - 10*lmMst2)*pow6(Mst1) - 2*((4 + 3*lmMst1 - 3*lmMst2)*pow2(Mst1)*pow4(
2433  Mst2) + pow6(Mst2))))) + 56*Mst2*s2t*pow2(Mst1)*pow3(Mt)*(388800*
2434  Dmsqst2*pow2(Mst2)*(Dmglst2*((-2 - 3*lmMst1 + 3*lmMst2)*pow2(Mst2)*
2435  pow2(MuSUSY) + pow2(Mst1)*((51 - 14*lmMst1 + 28*lmMst2 - 14*lmMt)*pow2(
2436  Mst2) + (1 - 9*lmMst1 + 9*lmMst2)*pow2(MuSUSY)) + (87 - 22*lmMst1 + 44*
2437  lmMst2 - 22*lmMt)*pow4(Mst1) + (19 - 6*lmMst1 + 12*lmMst2 - 6*lmMt)*
2438  pow4(Mst2)) + Mgl*((2 + lmMst1 - lmMst2)*pow2(Mst2)*pow2(MuSUSY) +
2439  pow2(Mst1)*((-5 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*pow2(Mst2) + (5 + 3*
2440  lmMst1 - 3*lmMst2)*pow2(MuSUSY)) + (-5 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*
2441  pow4(Mst1) + (-1 + 2*lmMst1 - 4*lmMst2 + 2*lmMt)*pow4(Mst2))) + pow2(
2442  Msq)*(Dmglst2*(2*(4*(9908167 - 949320*lmMst1 + 1769040*lmMst2 - 217080*
2443  lmMt)*pow2(Mst2) + (15057833 - 4014360*lmMst1 + 5563080*lmMst2)*pow2(
2444  MuSUSY))*pow4(Mst1) + 18*pow2(Mst1)*(2*(364291 - 88560*lmMst1 + 147960*
2445  lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 3*(510149 - 55320*lmMst1 + 118200*
2446  lmMst2 - 32160*lmMt)*pow4(Mst2)) + 27*((173947 - 25080*lmMst1 + 68760*
2447  lmMst2)*pow2(MuSUSY)*pow4(Mst2) + 30*(-1672*lmMst1 + 1448*lmMst2 + 59*(
2448  71 - 32*lmMt))*pow6(Mst2))) - 3*Mgl*(2*((2299036 - 388800*lmMst1 +
2449  656640*lmMst2)*pow2(Mst2) + (-266863 - 396360*lmMst1 + 346680*lmMst2)*
2450  pow2(MuSUSY))*pow4(Mst1) + 6*pow2(Mst1)*(-20*(3937 + 2988*lmMst1 -
2451  2232*lmMst2)*pow2(Mst2)*pow2(MuSUSY) + (470657 - 86040*lmMst1 + 178200*
2452  lmMst2)*pow4(Mst2)) + 9*(-15*(2269 + 664*lmMst1 - 56*lmMst2)*pow2(
2453  MuSUSY)*pow4(Mst2) + 2*(68693 - 9960*lmMst1 + 45480*lmMst2 - 3840*lmMt)
2454  *pow6(Mst2))))) + 28*Mt*pow2(Mst2)*pow2(s2t)*(s2t*pow2(Mst1)*pow3(Mst2)
2455  *(3*Mgl*pow2(Msq)*(30*(4673 - 5976*lmMst1 + 8424*lmMst2)*pow2(Mst1)*
2456  pow2(Mst2) + 17*(6167 - 9720*lmMst1 + 9720*lmMst2)*pow4(Mst1) - 135*(
2457  2269 + 664*lmMst1 - 56*lmMst2)*pow4(Mst2)) - Dmglst2*pow2(Msq)*(18*(
2458  206741 - 101880*lmMst1 + 89640*lmMst2)*pow2(Mst1)*pow2(Mst2) + (8583283
2459  - 2329560*lmMst1 + 2329560*lmMst2)*pow4(Mst1) + 27*(173947 - 25080*
2460  lmMst1 + 68760*lmMst2)*pow4(Mst2)) + 194400*Dmsqst2*(Dmglst2*(2*(-5 +
2461  3*lmMst1 - 3*lmMst2)*pow2(Mst1)*pow2(Mst2) - 11*pow4(Mst1) + 2*(2 + 3*
2462  lmMst1 - 3*lmMst2)*pow4(Mst2)) + Mgl*(-2*(1 + lmMst1 - lmMst2)*pow2(
2463  Mst1)*pow2(Mst2) + pow4(Mst1) - 2*(2 + lmMst1 - lmMst2)*pow4(Mst2)))) +
2464  Mt*(pow2(Msq)*(-4*Dmglst2*(162*pow2(Mst2)*(20*(505 + 68*lmMst1 + 124*
2465  lmMst2)*pow2(Mst2) + (6803 - 1810*lmMst1 + 2670*lmMst2)*pow2(MuSUSY))*
2466  pow4(Mst1) - 27*pow2(Mst1)*(4*(-4849 + 270*lmMst1 - 8910*lmMst2)*pow2(
2467  Mst2) + 5*(-1631 + 648*lmMst1 - 1680*lmMst2)*pow2(MuSUSY))*pow4(Mst2) +
2468  2*(45*(78533 + 6732*lmMst1 + 180*lmMst2)*pow2(Mst2) + (2128489 -
2469  307800*lmMst1 + 377460*lmMst2)*pow2(MuSUSY))*pow6(Mst1) - 22680*(2*
2470  pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2)) + 3*Mgl*(6*pow2(Mst2)*((309749 +
2471  12240*lmMst1 - 12240*lmMst2)*pow2(Mst2) + (533629 - 900*lmMst1 + 180*
2472  lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 9*pow2(Mst1)*((5927 + 13560*lmMst1 -
2473  36600*lmMst2)*pow2(Mst2) + 10*(5597 + 564*lmMst1 - 1104*lmMst2)*pow2(
2474  MuSUSY))*pow4(Mst2) + ((3291029 + 210600*lmMst1 - 210600*lmMst2)*pow2(
2475  Mst2) + (6649153 - 81540*lmMst1 + 77220*lmMst2)*pow2(MuSUSY))*pow6(
2476  Mst1) - 20520*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2))) + 300*Dmsqst2*
2477  (648*Dmglst2*pow2(Mst2)*(pow2(Mst1)*pow2(Mst2)*(8*pow2(Mst2) + 3*(2 +
2478  lmMst1 - lmMst2)*pow2(MuSUSY)) + (8*pow2(Mst2) + (3 + 8*lmMst1 - 8*
2479  lmMst2)*pow2(MuSUSY))*pow4(Mst1) + (2*pow2(Mst2) + pow2(MuSUSY))*pow4(
2480  Mst2) + 8*pow6(Mst1)) + Mgl*(9*pow2(Mst2)*(202*pow2(Mst2) + (1097 - 72*
2481  lmMst1 + 72*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + (808*pow2(Mst2) + (20701
2482  - 648*lmMst1 + 648*lmMst2)*pow2(MuSUSY))*pow6(Mst1) - 324*(2*pow2(Mst2)
2483  + pow2(MuSUSY))*pow6(Mst2) + 27*pow2(Mst1)*(53*pow2(MuSUSY)*pow4(Mst2)
2484  + 77*pow6(Mst2)))))) - 16*pow4(Mt)*(680400*Dmsqst2*(2*Dmglst2*pow4(
2485  Mst2)*((23 - 5*lmMst1 + 10*lmMst2 - 5*lmMt)*pow2(Mst1)*pow2(Mst2) + (77
2486  - 18*lmMst1 + 36*lmMst2 - 18*lmMt)*pow4(Mst1) + pow4(Mst2)) - Mgl*(-2*(
2487  -3 + lmMst1 - 2*lmMst2 + lmMt)*pow2(Mst1)*(2*pow2(Mst1) + pow2(Mst2))*
2488  pow4(Mst2) + 2*(7 - 3*lmMst1 + 6*lmMst2 - 3*lmMt)*pow2(Mst2)*pow6(Mst1)
2489  + pow8(Mst2))) - pow2(Msq)*(-4*Dmglst2*pow2(Mst2)*(27*pow2(Mst1)*pow2(
2490  Mst2)*((209341 - 26880*lmMst1 + 82320*lmMst2 - 1680*lmMt)*pow2(Mst2) -
2491  6720*(5 + 6*lmMst2)*pow2(MuSUSY)) + 9*((3184397 - 476280*lmMst1 +
2492  1156680*lmMst2 - 161280*lmMt)*pow2(Mst2) + 105*(-3643 + 120*lmMst1 -
2493  3192*lmMst2)*pow2(MuSUSY))*pow4(Mst1) + 4*(19152737 - 3674160*lmMst1 +
2494  6872040*lmMst2 - 850500*lmMt)*pow6(Mst1) + 158760*pow6(Mst2)) + 21*Mgl*
2495  (3*pow2(Mst2)*((310039 - 91080*lmMst1 + 145080*lmMst2 - 43920*lmMt)*
2496  pow2(Mst2) + 30*(-353 + 72*lmMst1 + 696*lmMst2)*pow2(MuSUSY))*pow4(
2497  Mst1) + 9*pow2(Mst1)*((48983 - 12480*lmMst1 + 26820*lmMst2 - 12180*
2498  lmMt)*pow2(Mst2) + 160*(53 + 24*lmMst2)*pow2(MuSUSY))*pow4(Mst2) + (2*(
2499  626869 - 300240*lmMst1 + 395280*lmMst2 - 78840*lmMt)*pow2(Mst2) - 15*(
2500  38401 + 1080*lmMst1 - 7992*lmMst2)*pow2(MuSUSY))*pow6(Mst1) + 20520*
2501  pow8(Mst2))))) + pow2(Mst2)*(-28*pow2(Mt)*pow2(s2t)*(pow2(Msq)*pow2(
2502  MuSUSY)*(-4*Dmglst2*(162*(6803 - 1810*lmMst1 + 2670*lmMst2)*pow2(Mst2)*
2503  pow4(Mst1) + 135*(1631 - 648*lmMst1 + 1680*lmMst2)*pow2(Mst1)*pow4(
2504  Mst2) + (4256978 - 615600*lmMst1 + 754920*lmMst2)*pow6(Mst1) - 22680*
2505  pow6(Mst2)) + 3*Mgl*(6*(533629 - 900*lmMst1 + 180*lmMst2)*pow2(Mst2)*
2506  pow4(Mst1) + 90*(5597 + 564*lmMst1 - 1104*lmMst2)*pow2(Mst1)*pow4(Mst2)
2507  + (6649153 - 81540*lmMst1 + 77220*lmMst2)*pow6(Mst1) - 20520*pow6(Mst2)
2508  )) + 300*Dmsqst2*(162*Dmglst2*pow2(Mst2)*(4*pow2(MuSUSY)*(3*(2 + lmMst1
2509  - lmMst2)*pow2(Mst1)*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1)
2510  + pow4(Mst2)) + (-93 + 10*lmMst1 - 10*lmMst2)*(-2 + pow2(Sbeta))*pow4(
2511  Sbeta)*pow6(Mst1)) + Mgl*pow2(MuSUSY)*(9*(1097 - 72*lmMst1 + 72*lmMst2)
2512  *pow2(Mst2)*pow4(Mst1) + 1431*pow2(Mst1)*pow4(Mst2) + (20701 - 648*
2513  lmMst1 + 648*lmMst2)*pow6(Mst1) - 324*pow6(Mst2)))) + 68040*Mgl*(
2514  shiftst3*pow2(Msq)*(-4*pow2(Mst1)*pow2(s2t)*pow4(Mst2)*(2*(-1 + lmMst1
2515  - lmMst2)*pow2(Mt)*(-(pow2(MuSUSY)*(-1 + pow2(Sbeta))) + pow2(Mst2)*
2516  pow2(Sbeta)) + pow2(s2t)*pow2(Sbeta)*pow4(Mst2)) + 8*(-1 + 3*lmMst1 -
2517  3*lmMst2)*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta))*pow6(Mst1)
2518  + (-4*pow2(Mt)*pow2(s2t)*(pow2(MuSUSY)*(-1 + pow2(Sbeta)) + 2*pow2(
2519  Mst2)*pow2(Sbeta)) + pow2(Sbeta)*(16*pow4(Mt) + pow4(Mst2)*pow4(s2t)))*
2520  pow6(Mst2) + pow4(Mst1)*(8*(-1 + 2*lmMst1 - 2*lmMst2)*pow2(Mst2)*pow2(
2521  Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) + (3 + 2*lmMst1 - 2*
2522  lmMst2)*pow2(Sbeta)*pow4(s2t)*pow6(Mst2))) + 10*shiftst1*(Dmsqst2 +
2523  pow2(Msq))*(4*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(pow2(Mst1)*pow4(Mst2) -
2524  2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) +
2525  pow4(Mst2)) + pow6(Mst2)) + pow2(Sbeta)*(16*(pow2(Mst1) + pow2(Mst2))*
2526  pow4(Mst2)*pow4(Mt) + (pow2(Mst1) - pow2(Mst2))*(2*(lmMst1 - lmMst2)*
2527  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2))*pow4(Mst2)*pow4(s2t) -
2528  4*pow2(Mt)*pow2(s2t)*(2*pow4(Mst1)*pow4(Mst2) - 4*pow2(Mst1)*pow6(Mst2)
2529  + pow2(MuSUSY)*(pow2(Mst1)*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*
2530  (pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) + pow6(Mst2)) + 2*
2531  pow8(Mst2)))))))))/(pow2(Msq)*pow2(Mst1))))/(Tbeta*pow2(Sbeta)*pow6(
2532  Mst2))))/408240. + (-(xMst*(Mgl*(27*(lmMst1 - lmMst2)*Mgl*Mst2*
2533  oneLoopFlag*Tbeta*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 + pow2(Sbeta)) +
2534  2*Al4p*Mt*MuSUSY*twoLoopFlag*pow2(Sbeta)*(8*Dmglst2*(36*(-1 + 3*lmMst1
2535  - 3*lmMst2)*Mst2*s2t*pow2(Mt) - 3*Mt*(50 + lmMst1*(51 - 18*lmMst2) -
2536  51*lmMst2 + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(7 - 381*lmMst2 +
2537  lmMst1*(327 + 72*lmMst2 - 81*lmMt) + 54*lmMt + 81*lmMst2*lmMt - 72*
2538  pow2(lmMst2))*pow3(Mt) + 2*(1 + 3*lmMst1 - 3*lmMst2)*pow3(Mst2)*pow3(
2539  s2t)) - Mgl*(-144*Mst2*s2t*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(
2540  lmMst1) + pow2(lmMst2))*pow2(Mt) + 24*Mt*(1 + 33*lmMst2 - 3*lmMst1*(11
2541  + 6*lmMst2) + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 32*(83 - 96*
2542  lmMst2 + 3*lmMst1*(29 + 12*lmMst2 - 9*lmMt) + 9*lmMt + 27*lmMst2*lmMt -
2543  36*pow2(lmMst2))*pow3(Mt) + (5 + lmMst1*(6 - 288*lmMst2) - 6*lmMst2 +
2544  144*pow2(lmMst1) + 144*pow2(lmMst2))*pow3(Mst2)*pow3(s2t))) + Al4p*s2t*
2545  Tbeta*twoLoopFlag*(8*pow2(Mt)*((Dmglst2*Mst2*s2t*(-49 + 84*lmMst2 - 12*
2546  lmMst1*(7 + 3*lmMst2) + 36*pow2(lmMst2)) + Mgl*Mst2*s2t*(-1 + 111*
2547  lmMst2 - 3*lmMst1*(37 + 72*lmMst2) + 81*pow2(lmMst1) + 135*pow2(lmMst2)
2548  ) + Dmglst2*Mt*(785 - 438*lmMst2 - 6*lmMst1*(-85 + 42*lmMst2) + 252*
2549  pow2(lmMst2)) + Mgl*Mt*(193 + 474*lmMst2 - 6*lmMst1*(67 + 42*lmMst2) +
2550  252*pow2(lmMst2)))*pow2(MuSUSY) - Mt*((4*Dmglst2*(95 - 447*lmMst2 +
2551  lmMst1*(411 + 90*lmMst2 - 90*lmMt) + 36*lmMt + 90*lmMst2*lmMt - 90*
2552  pow2(lmMst2)) - 4*Mgl*(49 - 75*lmMst2 + 3*lmMst1*(25 + 6*lmMst2 - 6*
2553  lmMt) + 18*lmMst2*lmMt - 18*pow2(lmMst2)))*pow2(Mst2) + (Dmglst2*(785 +
2554  6*lmMst1*(85 - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) + Mgl*(193 +
2555  474*lmMst2 - 6*lmMst1*(67 + 42*lmMst2) + 252*pow2(lmMst2)))*pow2(
2556  MuSUSY))*pow2(Sbeta)) + Mst2*s2t*pow2(Sbeta)*(8*pow2(Mt)*(Mgl*(1 - 111*
2557  lmMst2 + 3*lmMst1*(37 + 72*lmMst2) - 81*pow2(lmMst1) - 135*pow2(lmMst2)
2558  )*pow2(MuSUSY) - Dmglst2*(36*(lmMst1 - lmMst2)*pow2(Mst2) + (-49 + 84*
2559  lmMst2 - 12*lmMst1*(7 + 3*lmMst2) + 36*pow2(lmMst2))*pow2(MuSUSY))) +
2560  4*(Dmglst2*(11 + 42*lmMst1 - 42*lmMst2) + (-5 - 6*lmMst1 + 6*lmMst2)*
2561  Mgl)*Mt*s2t*pow3(Mst2) + (2*Dmglst2*(5 + 6*lmMst1 - 6*lmMst2) + (-11 -
2562  6*lmMst1 + 6*lmMst2)*Mgl)*pow2(s2t)*pow4(Mst2))) + 32*Al4p*Mst2*Tbeta*
2563  twoLoopFlag*(-(Mgl*(65 - 159*lmMst2 + 6*lmMst1*(25 + 6*lmMst2 - 6*lmMt)
2564  + 9*lmMt + 36*lmMst2*lmMt - 36*pow2(lmMst2))) + 18*Dmglst2*(4 - 61*
2565  lmMst2 + 6*lmMst1*(9 + 2*lmMst2 - 2*lmMt) + 7*lmMt + 12*lmMst2*lmMt -
2566  12*pow2(lmMst2)))*pow2(Sbeta)*pow4(Mt))*power10(Mst1) + Al4p*
2567  twoLoopFlag*(-144*(lmMst1 - lmMst2)*Mgl*(2*Dmglst2*lmMst2 + Mgl +
2568  lmMst2*Mgl)*Mst2*Tbeta*xDR2DRMOD*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(-1 +
2569  pow2(Sbeta)) + xDmglst2*pow2(Dmglst2)*(8*s2t*(Tbeta*(2501 + 42*lmMst1*(
2570  7 - 6*lmMst2) - 222*lmMst2 + 252*pow2(lmMst2))*pow2(MuSUSY)*(1 - pow2(
2571  Sbeta)) + Mst2*pow2(Sbeta)*(-4*Mst2*Tbeta*(257 + 6*lmMst2*(179 - 30*
2572  lmMt) - 12*lmMst1*(76 + 15*lmMst2 - 15*lmMt) - 162*lmMt + 180*pow2(
2573  lmMst2)) + 3*MuSUSY*(132 - 215*pow2(Sbeta) + 60*(lmMst1 - lmMst2)*(-3 +
2574  5*pow2(Sbeta)))))*pow3(Mt) - 6*Mst2*pow2(Mt)*pow2(s2t)*(4*Mst2*MuSUSY*(
2575  355 + 6*lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2))*pow2(Sbeta)
2576  + Tbeta*(-2*(85 + 60*lmMst2 + 12*lmMst1*(-5 + 3*lmMst2) - 36*pow2(
2577  lmMst2))*pow2(MuSUSY)*(-1 + pow2(Sbeta)) + pow2(Mst2)*pow2(Sbeta)*(96 -
2578  430*pow2(Sbeta) + 215*pow4(Sbeta) - 12*(lmMst1 - lmMst2)*(18 - 50*pow2(
2579  Sbeta) + 25*pow4(Sbeta))))) + pow2(Sbeta)*(4*Mt*(12*(1 - 6*lmMst1 + 6*
2580  lmMst2)*MuSUSY + (35 - 102*lmMst1 + 102*lmMst2)*Mst2*Tbeta)*pow3(Mst2)*
2581  pow3(s2t) + 32*(9*Mst2*Tbeta*(102 + lmMst2*(353 - 60*lmMt) - 6*lmMst1*(
2582  49 + 10*lmMst2 - 10*lmMt) - 59*lmMt + 60*pow2(lmMst2)) + MuSUSY*(412 -
2583  6*lmMst1*(176 + 42*lmMst2 - 39*lmMt) + 9*lmMst2*(147 - 26*lmMt) - 267*
2584  lmMt + 252*pow2(lmMst2)))*pow4(Mt) + 3*(5 + 6*lmMst1 - 6*lmMst2)*Tbeta*
2585  pow4(s2t)*pow5(Mst2))))*power10(Mst1) + 48*Al4p*Mst2*Tbeta*xDmglst2*
2586  pow2(Dmglst2)*pow2(s2t)*(2*Al4p*threeLoopFlag*pow14(Mst2)*(2 + lmMst2 -
2587  3*pow2(lmMst2))*pow2(s2t)*pow2(Sbeta) - 2*Al4p*threeLoopFlag*xDR2DRMOD*
2588  pow14(Mst2)*(2 + lmMst2 - 3*pow2(lmMst2))*pow2(s2t)*pow2(Sbeta) + 3*(-
2589  lmMst1 + lmMst2)*(-2 + 3*lmMst2)*twoLoopFlag*xDR2DRMOD*pow2(Mt)*pow2(
2590  MuSUSY)*(-1 + pow2(Sbeta))*power10(Mst1))))/(108.*pow7(Mst2)) - (
2591  threeLoopFlag*pow2(Al4p)*(Mst2*xDmsqst2*pow2(Dmsqst2)*pow2(Mst1)*(
2592  2058000*Tbeta*pow2(Mgl)*(2*pow2(s2t)*(-(T1ep*pow2(Mst1)*(3*pow2(s2t)*
2593  pow2(Sbeta)*pow4(Mst2)*(13*pow2(Mst1)*pow2(Mst2) + 6*pow4(Mst2)) + 4*
2594  pow2(Mt)*pow2(MuSUSY)*(75*pow2(Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 18*
2595  pow4(Mst2)))) - 2*pow2(Mt)*(-2*T1ep*pow2(Mst1)*pow2(Sbeta)*((-7*pow2(
2596  Mst2) + 221*pow2(MuSUSY))*pow4(Mst1) + 18*(pow2(Mst2) + pow2(MuSUSY))*
2597  pow4(Mst2) + 3*pow2(Mst1)*(25*pow2(Mst2)*pow2(MuSUSY) + pow4(Mst2))) +
2598  81*shiftst1*pow2(MuSUSY)*(2*lmMst1*(-2 + lmMst2)*pow2(Mst1)*pow2(Mst2)*
2599  (pow2(Mst1) + pow2(Mst2)) + 2*(pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*
2600  pow2(lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(
2601  Mst2)) + lmMst1*(-3 + 2*lmMst2)*pow6(Mst1) + lmMst2*(4*pow2(Mst2)*pow4(
2602  Mst1) + 3*pow2(Mst1)*pow4(Mst2) + 3*pow6(Mst1) - pow6(Mst2))))) + 81*
2603  shiftst1*pow2(Sbeta)*(pow2(s2t)*((2 - lmMst2)*pow2(Mst2)*pow4(Mst1)*(8*
2604  pow2(Mt)*(pow2(Mst2) + (-lmMst1 + lmMst2)*pow2(MuSUSY)) + (1 - 2*lmMst1
2605  + 2*lmMst2)*pow2(s2t)*pow4(Mst2)) + (4*(lmMst1 - lmMst2)*(-3 + 2*
2606  lmMst2)*pow2(Mt)*pow2(MuSUSY) + (-2 + lmMst2)*pow2(s2t)*pow4(Mst2))*
2607  pow6(Mst1)) - (2 - lmMst2)*(pow2(Mst1)*pow4(Mst2)*(4*pow2(Mt)*(4*pow2(
2608  Mst2) + (-1 + 2*lmMst1 - 2*lmMst2)*pow2(MuSUSY))*pow2(s2t) + 16*pow4(
2609  Mt) + (-1 - 2*lmMst1 + 2*lmMst2)*pow4(Mst2)*pow4(s2t)) + (-4*pow2(Mt)*(
2610  2*pow2(Mst2) + pow2(MuSUSY))*pow2(s2t) + 16*pow4(Mt) + pow4(Mst2)*pow4(
2611  s2t))*pow6(Mst2)))) + Mgl*(4*Mt*MuSUSY*pow2(Sbeta)*(37044000*Mst2*pow2(
2612  Mst1)*(4*Dmglst2*((497 - 306*lmMst1 + 609*lmMst2 - 303*lmMt)*pow2(Mst1)
2613  + (101 - 90*lmMst1 + 177*lmMst2 - 87*lmMt)*pow2(Mst2)) + 9*Mgl*(4*(1 +
2614  6*lmMst1 - 13*lmMst2 + 7*lmMt)*pow2(Mst1) + (16 + 16*lmMst1 - 35*lmMst2
2615  + 19*lmMt)*pow2(Mst2)))*pow3(Mt) - 500094000*Mst2*Mt*pow2(Mst1)*pow2(
2616  s2t)*(40*Dmglst2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow2(Mst2) + Dmglst2*
2617  (80 - 43*lmMst1 + 43*lmMst2)*pow4(Mst1) + (-4 + 9*lmMst1 - 9*lmMst2)*
2618  Mgl*pow4(Mst1) - 4*Dmglst2*(2 + 5*lmMst1 - 5*lmMst2)*pow4(Mst2) + 2*
2619  Mgl*((1 + 8*lmMst1 - 8*lmMst2)*pow2(Mst1)*pow2(Mst2) + (5 + 4*lmMst1 -
2620  4*lmMst2)*pow4(Mst2))) + 3*pow2(Mst2)*pow3(s2t)*(3087000*Dmglst2*(9*(55
2621  - 34*lmMst1 + 34*lmMst2)*pow2(Mst2)*pow4(Mst1) - 36*(5 + 2*lmMst1 - 2*
2622  lmMst2)*pow2(Mst1)*pow4(Mst2) + (419 - 57*lmMst1 + 57*lmMst2)*pow6(
2623  Mst1) - 108*pow6(Mst2)) + Mgl*(1715*(192439 - 30400*OepS2 - 837000*S2 -
2624  180*lmMst2*(857 + 3420*S2) + 180*lmMst1*(677 + 180*lmMst2 + 3420*S2) -
2625  16200*(pow2(lmMst1) + pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 128625*(
2626  8555 - 128*OepS2 - 57024*S2 - 72*lmMst2*(29 + 36*S2) + 72*lmMst1*(29 -
2627  12*lmMst2 + 36*S2) + 864*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) - 2*(
2628  55313478 + 26068000*OepS2 + 563377500*S2 + 315*lmMst2*(-423553 +
2629  1675800*S2) - 315*lmMst1*(-423553 + 166320*lmMst2 + 1675800*S2) +
2630  26195400*(pow2(lmMst1) + pow2(lmMst2)))*pow6(Mst1) + 27783000*(1 + 2*
2631  lmMst2)*pow6(Mst2))) + 4*s2t*pow2(Mt)*(27783000*Dmglst2*pow2(Mst2)*(82*
2632  pow2(Mst1)*pow2(Mst2) + (195 - 6*lmMst1 + 6*lmMst2)*pow4(Mst1) + 36*
2633  pow4(Mst2)) - Mgl*(5145*(279089 - 5600*OepS2 + 1260*lmMst2*(29 - 90*S2)
2634  + 812700*S2 + 180*lmMst1*(-203 + 90*lmMst2 + 630*S2) - 8100*(pow2(
2635  lmMst1) + pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 385875*(3655 - 64*
2636  OepS2 + 8424*S2 + 144*lmMst1*(1 + 9*S2) - 144*lmMst2*(4 + 9*S2))*pow2(
2637  Mst1)*pow4(Mst2) + (1094369501 - 72716000*OepS2 + 2520*lmMst2*(235453 -
2638  584325*S2) + 5940931500*S2 + 2520*lmMst1*(-235453 + 114345*lmMst2 +
2639  584325*S2) - 144074700*(pow2(lmMst1) + pow2(lmMst2)))*pow6(Mst1) +
2640  83349000*(1 + 2*lmMst2)*pow6(Mst2))) + 2058000*Mgl*s2t*(-81*(2 -
2641  lmMst2)*shiftst1*(-4*pow2(Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) + 2*(
2642  lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(
2643  Mst1) - pow4(Mst2)))*pow4(Mst2) - 2*T1ep*pow2(Mst1)*((106*pow2(Mt) -
2644  57*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 36*pow2(Mt)*pow4(Mst2) + pow2(
2645  Mst1)*(42*pow2(Mst2)*pow2(Mt) - 57*pow2(s2t)*pow4(Mst2)) - 18*pow2(s2t)
2646  *pow6(Mst2)))) + Tbeta*(2667168000*Mst2*s2t*pow2(Mst1)*(2*Dmglst2*(8 -
2647  15*lmMst1 + 15*lmMst2)*pow2(Mst1) + (2 + 6*lmMst1 - 6*lmMst2)*Mgl*pow2(
2648  Mst1) - 2*Dmglst2*(2 + 5*lmMst1 - 5*lmMst2)*pow2(Mst2) + (5 + 4*lmMst1
2649  - 4*lmMst2)*Mgl*pow2(Mst2))*pow2(MuSUSY)*pow3(Mt) + 20*Mt*pow2(s2t)*(
2650  1389150*(Dmglst2*(4324 - 660*lmMst1 + 660*lmMst2) + 3*(-167 + 5*lmMst1
2651  - 5*lmMst2)*Mgl)*Mt*pow2(Mst2)*pow4(Sbeta)*pow6(Mst1) - 694575*pow2(
2652  Mst2)*(-6*(11 + 39*lmMst1 - 39*lmMst2)*Mgl*Mst2*s2t*(-2 + pow2(Sbeta))
2653  + (Dmglst2*(4324 - 660*lmMst1 + 660*lmMst2) + 3*(-167 + 5*lmMst1 - 5*
2654  lmMst2)*Mgl)*Mt*pow2(Sbeta))*pow4(Sbeta)*pow6(Mst1) - Mt*pow2(MuSUSY)*(
2655  16669800*Dmglst2*pow2(Mst2)*(-8*(4 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(
2656  Mst2) + (23 - 42*lmMst1 + 42*lmMst2)*pow4(Mst1) - 12*pow4(Mst2)) + Mgl*
2657  (-4116*(45*lmMst1*(-1547 + 180*lmMst2 - 4500*S2) + 45*lmMst2*(1547 +
2658  4500*S2) + 2*(-106283 + 5000*OepS2 + 639225*S2) + 4050*pow2(lmMst1) -
2659  12150*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 77175*(8771 - 128*OepS2 -
2660  57024*S2 - 72*lmMst2*(23 + 36*S2) + 72*lmMst1*(29 - 12*lmMst2 + 36*S2)
2661  + 864*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + 2*(593331163 - 60642400*
2662  OepS2 + 1260*lmMst2*(8263 - 974610*S2) + 1143733500*S2 + 1260*lmMst1*(-
2663  8263 + 71820*lmMst2 + 974610*S2) - 61916400*pow2(lmMst1) - 28576800*
2664  pow2(lmMst2))*pow6(Mst1) + 16669800*(1 + 2*lmMst2)*pow6(Mst2)))) +
2665  pow2(Sbeta)*(166698000*Mt*pow2(Mst1)*pow3(Mst2)*pow3(s2t)*(4*Dmglst2*(
2666  4*(12 - 5*lmMst1 + 5*lmMst2)*pow2(Mst1)*pow2(Mst2) + (40 - 3*lmMst1 +
2667  3*lmMst2)*pow4(Mst1) - 4*(2 + 5*lmMst1 - 5*lmMst2)*pow4(Mst2)) - Mgl*(
2668  32*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow2(Mst2) + (45 + 37*lmMst1 - 37*
2669  lmMst2)*pow4(Mst1) - 8*(5 + 4*lmMst1 - 4*lmMst2)*pow4(Mst2))) -
2670  74088000*Mst2*s2t*pow2(Mst1)*pow3(Mt)*(9*Mgl*(4*(5 + 4*lmMst1 - 4*
2671  lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 4*pow2(Mst1)*((-23 + 14*lmMst1 - 28*
2672  lmMst2 + 14*lmMt)*pow2(Mst2) + 2*(1 + 3*lmMst1 - 3*lmMst2)*pow2(MuSUSY)
2673  ) + 2*(-35 - 50*lmMst2 + 4*lmMst1*(8 + lmMst2 - lmMt) + 18*lmMt + 4*
2674  lmMst2*lmMt - 4*pow2(lmMst2))*pow4(Mst1) + (13 + 32*lmMst1 - 70*lmMst2
2675  + 38*lmMt)*pow4(Mst2)) - 2*Dmglst2*(36*(2 + 5*lmMst1 - 5*lmMst2)*pow2(
2676  Mst2)*pow2(MuSUSY) + 36*pow2(Mst1)*(8*(-7 + 3*lmMst1 - 6*lmMst2 + 3*
2677  lmMt)*pow2(Mst2) + (-8 + 15*lmMst1 - 15*lmMst2)*pow2(MuSUSY)) + 9*(-465
2678  - 374*lmMst2 + 4*lmMst1*(52 + 3*lmMst2 - 3*lmMt) + 166*lmMt + 12*
2679  lmMst2*lmMt - 12*pow2(lmMst2))*pow4(Mst1) + (-578 + 360*lmMst1 - 708*
2680  lmMst2 + 348*lmMt)*pow4(Mst2))) + 3*pow4(Mst2)*pow4(s2t)*(3087000*
2681  Dmglst2*(9*(-75 + 26*lmMst1 - 26*lmMst2)*pow2(Mst2)*pow4(Mst1) + 72*(1
2682  + lmMst1 - lmMst2)*pow2(Mst1)*pow4(Mst2) + (76 - 249*lmMst1 + 249*
2683  lmMst2)*pow6(Mst1) + 108*pow6(Mst2)) + Mgl*(3430*(224593 + 10400*OepS2
2684  - 1719900*S2 + 1170*lmMst2*(-1 + 180*S2) - 90*lmMst1*(-193 + 540*lmMst2
2685  + 2340*S2) + 8100*pow2(lmMst1) + 40500*pow2(lmMst2))*pow2(Mst2)*pow4(
2686  Mst1) - 128625*(8339 - 128*OepS2 - 57024*S2 - 72*lmMst2*(35 + 36*S2) +
2687  72*lmMst1*(29 - 12*lmMst2 + 36*S2) + 864*pow2(lmMst2))*pow2(Mst1)*pow4(
2688  Mst2) + (440659841 + 1890*lmMst1*(251761 - 26040*lmMst2) - 531394290*
2689  lmMst2 - 308700000*S2 + 24607800*pow2(lmMst1) + 24607800*pow2(lmMst2))*
2690  pow6(Mst1) - 27783000*(1 + 2*lmMst2)*pow6(Mst2))) + 144*pow4(Mt)*(
2691  343000*Dmglst2*pow2(Mst2)*((2954 - 864*lmMst1 + 1713*lmMst2 - 849*lmMt)
2692  *pow2(Mst1)*pow2(Mst2) + 27*(401 + 274*lmMst2 - 2*lmMst1*(71 + 2*lmMst2
2693  - 2*lmMt) - 4*(33 + lmMst2)*lmMt + 4*pow2(lmMst2))*pow4(Mst1) + 324*
2694  pow4(Mst2)) - Mgl*(30870*(23941 + 30*lmMst2*(667 - 10*lmMt) - 30*
2695  lmMst1*(347 + 10*lmMst2 - 10*lmMt) - 9600*lmMt + 300*pow2(lmMst2))*
2696  pow2(Mst2)*pow4(Mst1) + 42875*(5567 - 2232*lmMst1 - 2838*lmMt + 6*
2697  lmMst2*(917 + 36*lmMt) - 108*pow2(lmMst2) - 108*pow2(lmMt))*pow2(Mst1)*
2698  pow4(Mst2) + 24*(26331136 - 105*lmMst1*(236317 + 35070*lmMst2 - 36750*
2699  lmMt) + 210*lmMst2*(175121 - 18375*lmMt) - 11962125*lmMt - 88200*pow2(
2700  lmMst1) + 3770550*pow2(lmMst2))*pow6(Mst1) + 9261000*(1 + 2*lmMst2)*
2701  pow6(Mst2))) - 4*pow2(Mt)*pow2(s2t)*(9261000*Dmglst2*pow2(Mst2)*(((678
2702  - 36*lmMst1 + 36*lmMst2)*pow2(Mst2) + 9*(-23 + 42*lmMst1 - 42*lmMst2)*
2703  pow2(MuSUSY))*pow4(Mst1) + 108*(2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2)
2704  + 12*pow2(Mst1)*(6*(4 + lmMst1 - lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 23*
2705  pow4(Mst2)) + (656 - 192*lmMst1 + 192*lmMst2)*pow6(Mst1)) - Mgl*(20580*
2706  pow2(Mst2)*((2482 - 400*OepS2 + 90*lmMst2*(443 - 90*S2) + 90450*S2 -
2707  90*lmMst1*(263 - 90*(lmMst2 + S2)) - 4050*(pow2(lmMst1) + pow2(lmMst2))
2708  )*pow2(Mst2) - (45*lmMst1*(-1547 + 180*lmMst2 - 4500*S2) + 45*lmMst2*(
2709  1547 + 4500*S2) + 2*(-106283 + 5000*OepS2 + 639225*S2) + 4050*pow2(
2710  lmMst1) - 12150*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) + 385875*pow2(
2711  Mst1)*(2*(3439 - 64*OepS2 + 8424*S2 + 144*lmMst1*(1 + 9*S2) - 144*
2712  lmMst2*(7 + 9*S2))*pow2(Mst2) + (8771 - 128*OepS2 - 57024*S2 - 72*
2713  lmMst2*(23 + 36*S2) + 72*lmMst1*(29 - 12*lmMst2 + 36*S2) + 864*pow2(
2714  lmMst2))*pow2(MuSUSY))*pow4(Mst2) + 2*((194011877 + 9604000*OepS2 -
2715  319504500*S2 + 1260*lmMst2*(60437 + 154350*S2) - 1260*lmMst1*(60437 +
2716  15120*lmMst2 + 154350*S2) + 9525600*(pow2(lmMst1) + pow2(lmMst2)))*
2717  pow2(Mst2) + 5*(593331163 - 60642400*OepS2 + 1260*lmMst2*(8263 -
2718  974610*S2) + 1143733500*S2 + 1260*lmMst1*(-8263 + 71820*lmMst2 +
2719  974610*S2) - 61916400*pow2(lmMst1) - 28576800*pow2(lmMst2))*pow2(
2720  MuSUSY))*pow6(Mst1) + 83349000*(1 + 2*lmMst2)*(2*pow2(Mst2) + pow2(
2721  MuSUSY))*pow6(Mst2)))))) - 3087000*Mst2*xDmglst2*pow2(Dmglst2)*(Tbeta*(
2722  -1728*s2t*pow2(Mst1)*((8 - 15*lmMst1 + 15*lmMst2)*pow2(Mst1) + (-2 - 5*
2723  lmMst1 + 5*lmMst2)*pow2(Mst2))*pow2(MuSUSY)*pow3(Mt) + 18*Mst2*pow2(Mt)
2724  *pow2(s2t)*(pow2(MuSUSY)*(-48*(4 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(
2725  Mst2) + 6*(23 - 42*lmMst1 + 42*lmMst2)*pow4(Mst1) - 72*pow4(Mst2)) - (-
2726  1081 + 165*lmMst1 - 165*lmMst2)*(-2 + pow2(Sbeta))*pow4(Sbeta)*pow6(
2727  Mst1)) + pow2(Sbeta)*(-216*Mt*pow2(Mst1)*pow2(Mst2)*pow3(s2t)*(4*(12 -
2728  5*lmMst1 + 5*lmMst2)*pow2(Mst1)*pow2(Mst2) + (40 - 3*lmMst1 + 3*lmMst2)
2729  *pow4(Mst1) - 4*(2 + 5*lmMst1 - 5*lmMst2)*pow4(Mst2)) + 48*s2t*pow2(
2730  Mst1)*pow3(Mt)*(-36*(2 + 5*lmMst1 - 5*lmMst2)*pow2(Mst2)*pow2(MuSUSY) +
2731  36*pow2(Mst1)*(8*(7 - 3*lmMst1 + 6*lmMst2 - 3*lmMt)*pow2(Mst2) + (8 -
2732  15*lmMst1 + 15*lmMst2)*pow2(MuSUSY)) + 9*(465 + 374*lmMst2 - 4*lmMst1*(
2733  52 + 3*lmMst2 - 3*lmMt) - 2*(83 + 6*lmMst2)*lmMt + 12*pow2(lmMst2))*
2734  pow4(Mst1) + (578 - 360*lmMst1 + 708*lmMst2 - 348*lmMt)*pow4(Mst2)) -
2735  16*Mst2*((2954 - 864*lmMst1 + 1713*lmMst2 - 849*lmMt)*pow2(Mst1)*pow2(
2736  Mst2) + 27*(401 + 274*lmMst2 - 2*lmMst1*(71 + 2*lmMst2 - 2*lmMt) - 4*(
2737  33 + lmMst2)*lmMt + 4*pow2(lmMst2))*pow4(Mst1) + 324*pow4(Mst2))*pow4(
2738  Mt) + 12*Mst2*pow2(Mt)*pow2(s2t)*(3*(2*(113 - 6*lmMst1 + 6*lmMst2)*
2739  pow2(Mst2) + 3*(-23 + 42*lmMst1 - 42*lmMst2)*pow2(MuSUSY))*pow4(Mst1) +
2740  108*(2*pow2(Mst2) + pow2(MuSUSY))*pow4(Mst2) + 12*pow2(Mst1)*(6*(4 +
2741  lmMst1 - lmMst2)*pow2(Mst2)*pow2(MuSUSY) + 23*pow4(Mst2)) + 16*(41 -
2742  12*lmMst1 + 12*lmMst2)*pow6(Mst1)) - 3*pow3(Mst2)*pow4(s2t)*(9*(-75 +
2743  26*lmMst1 - 26*lmMst2)*pow2(Mst2)*pow4(Mst1) + 72*(1 + lmMst1 - lmMst2)
2744  *pow2(Mst1)*pow4(Mst2) + (76 - 249*lmMst1 + 249*lmMst2)*pow6(Mst1) +
2745  108*pow6(Mst2)))) + 12*Mt*MuSUSY*pow2(Sbeta)*(-4*pow2(Mst1)*pow2(Mst2)*
2746  (246*Mst2*s2t*pow2(Mt) + 54*(2 + 5*lmMst1 - 5*lmMst2)*Mt*pow2(Mst2)*
2747  pow2(s2t) + 4*(101 - 90*lmMst1 + 177*lmMst2 - 87*lmMt)*pow3(Mt) - 9*(5
2748  + 2*lmMst1 - 2*lmMst2)*pow3(Mst2)*pow3(s2t)) - (36*(65 - 2*lmMst1 + 2*
2749  lmMst2)*Mst2*s2t*pow2(Mt) + 2160*(-1 + lmMst1 - lmMst2)*Mt*pow2(Mst2)*
2750  pow2(s2t) + 16*(497 - 306*lmMst1 + 609*lmMst2 - 303*lmMt)*pow3(Mt) + 9*
2751  (55 - 34*lmMst1 + 34*lmMst2)*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + (54*(80
2752  - 43*lmMst1 + 43*lmMst2)*Mt + (-419 + 57*lmMst1 - 57*lmMst2)*Mst2*s2t)*
2753  pow2(s2t)*pow6(Mst1) + 108*(-4*s2t*pow2(Mt)*pow5(Mst2) + pow3(s2t)*
2754  pow7(Mst2))))) + 308700*Mgl*xDR2DRMOD*pow2(Msq)*(4*MuSUSY*pow2(Sbeta)*(
2755  -1215*Mgl*shiftst1*(Dmsqst2 + pow2(Msq))*pow2(Mst1)*(4*s2t*(pow2(Mst1)
2756  - pow2(Mst2))*pow3(Mt) - Mt*pow3(s2t)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*
2757  pow2(Mst2) + pow4(Mst1) - pow4(Mst2)))*pow5(Mst2) + 128*pow2(Msq)*pow2(
2758  Mst1)*pow4(Mt)*(9*(1 + lmMst2)*Mgl*((3 - 21*lmMst2 + 2*lmMst1*(8 + 3*
2759  lmMst2 - 3*lmMt) + 5*lmMt + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2)*
2760  pow4(Mst1) + (-1 - 7*lmMst2 + 2*lmMst1*(2 + lmMst2 - lmMt) + 3*lmMt +
2761  2*lmMst2*lmMt - 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (12 - 45*lmMst2
2762  + 2*lmMst1*(19 + 6*lmMst2 - 6*lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*
2763  pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*pow6(Mst2)) + Dmglst2*(pow2(
2764  Mst2)*(263 + lmMst2*(962 - 213*lmMt) - 177*lmMt + (393 - 18*lmMt)*pow2(
2765  lmMst2) - 18*lmMst1*(26 - lmMst2*(-17 + lmMt) - 7*lmMt + pow2(lmMst2))
2766  + 18*pow3(lmMst2))*pow4(Mst1) - pow2(Mst1)*(17*(-7 + 3*lmMt) + lmMst2*(
2767  -224 + 15*lmMt) - 3*(5 + 6*lmMt)*pow2(lmMst2) - 18*lmMst1*(-4 + lmMt -
2768  lmMst2*(1 + lmMt) + pow2(lmMst2)) + 18*pow3(lmMst2))*pow4(Mst2) + (290
2769  + lmMst2*(2447 - 645*lmMt) - 375*lmMt - 3*(-509 + 60*lmMt)*pow2(lmMst2)
2770  - 18*lmMst1*(87 + lmMst2*(71 - 10*lmMt) - 22*lmMt + 10*pow2(lmMst2)) +
2771  180*pow3(lmMst2))*pow6(Mst1) - 18*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*
2772  pow6(Mst2))) - 864*pow2(Msq)*pow2(Mst1)*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(
2773  (1 + lmMst2)*Mgl*(2*(2 - 5*lmMst2 + lmMst1*(5 + 2*lmMst2) - 2*pow2(
2774  lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-2*lmMst2*(2 + lmMst2) + lmMst1*(3
2775  + 2*lmMst2))*pow2(Mst1)*pow4(Mst2) + (5 - 12*lmMst2 + 4*lmMst1*(3 +
2776  lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*pow6(Mst2)) +
2777  Dmglst2*(2*pow2(Mst2)*(8 + 19*lmMst2 - 5*pow2(lmMst2) + lmMst1*(-7 + 5*
2778  lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst1) + 2*pow2(Mst1)*(7
2779  + 9*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) -
2780  6*pow3(lmMst2))*pow4(Mst2) + (17 + 51*lmMst2 - 4*pow2(lmMst2) + 4*
2781  lmMst1*(-6 + lmMst2 + 3*pow2(lmMst2)) - 12*pow3(lmMst2))*pow6(Mst1) -
2782  2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(Mst2))) - 9*Mt*pow3(Mst2)*pow3(
2783  s2t)*(-2*Dmglst2*(pow2(Mst1)*pow2(Mst2)*(4*pow2(Msq)*(20*pow2(Mst1)*
2784  pow2(Mst2) + 9*pow4(Mst1) - 5*pow4(Mst2)) + 15*Dmsqst2*(pow4(Mst1) -
2785  pow4(Mst2))) - 30*Dmsqst2*lmMst2*pow4(Mst1)*pow4(Mst2) + pow4(Mst1)*(
2786  30*Dmsqst2*lmMst1*pow4(Mst2) + pow2(Msq)*(32*lmMst2*pow2(lmMst1)*(8*
2787  pow2(Mst1)*pow2(Mst2) + 8*pow4(Mst1) + pow4(Mst2)) + 2*pow3(lmMst2)*(
2788  128*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)) + 107*pow4(Mst2)))) + pow2(
2789  Msq)*(-2*lmMst1*((-4 + 246*lmMst2 + 123*pow2(lmMst2))*pow4(Mst1)*pow4(
2790  Mst2) + 16*(3 + 3*lmMst2 + 16*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1) - 16*
2791  lmMst2*pow2(Mst1)*pow6(Mst2) + 16*(3 + 2*lmMst2 + 16*pow2(lmMst2))*
2792  pow8(Mst1)) + pow2(lmMst2)*(396*pow4(Mst1)*pow4(Mst2) + 37*pow2(Mst2)*
2793  pow6(Mst1) + 155*pow2(Mst1)*pow6(Mst2) + 64*pow8(Mst1) - 32*pow8(Mst2))
2794  ) + 2*lmMst2*pow2(Msq)*(4*pow4(Mst1)*pow4(Mst2) + 21*pow2(Mst2)*pow6(
2795  Mst1) + 115*pow2(Mst1)*pow6(Mst2) + 56*pow8(Mst1) - 16*pow8(Mst2))) +
2796  Mgl*(75*Dmsqst2*pow2(Mst1)*pow2(Mst2)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*
2797  pow2(Mst2) + pow4(Mst1) - pow4(Mst2)) - pow2(Msq)*(2*(-8 + 237*lmMst2 +
2798  16*(1 + lmMst2)*pow2(lmMst1) + 308*pow2(lmMst2) - lmMst1*(269 + 348*
2799  lmMst2 + 123*pow2(lmMst2)) + 107*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) +
2800  pow2(Mst2)*(-125 - 156*lmMst2 - 512*lmMst1*lmMst2*(1 + lmMst2) + 256*(1
2801  + lmMst2)*pow2(lmMst1) + 181*pow2(lmMst2) + 256*pow3(lmMst2))*pow6(
2802  Mst1) + (221 + 284*lmMst2 + 32*lmMst1*(1 + lmMst2) + 107*pow2(lmMst2))*
2803  pow2(Mst1)*pow6(Mst2) + 16*(1 + lmMst2)*(1 + lmMst1*(2 - 32*lmMst2) -
2804  2*lmMst2 + 16*pow2(lmMst1) + 16*pow2(lmMst2))*pow8(Mst1) - 16*pow2(1 +
2805  lmMst2)*pow8(Mst2)))) - 12*Mst2*s2t*pow3(Mt)*(45*Dmsqst2*(2*Dmglst2 -
2806  5*Mgl)*pow2(Mst1)*(pow2(Mst1) - pow2(Mst2))*pow4(Mst2) + pow2(Msq)*(-2*
2807  Dmglst2*((52 + 370*lmMst2 - 96*lmMst2*pow2(lmMst1) + 81*pow2(lmMst2) +
2808  96*lmMst1*(-1 + lmMst2 + 2*pow2(lmMst2)) - 96*pow3(lmMst2))*pow4(Mst1)*
2809  pow4(Mst2) - 96*(lmMst2*pow2(lmMst1) + lmMst1*(4 + 2*lmMst2 - 2*pow2(
2810  lmMst2)) + (-4 + lmMst2)*pow2(1 + lmMst2))*pow2(Mst2)*pow6(Mst1) - 3*(-
2811  52 + 2*(51 + 16*lmMst1)*lmMst2 + 59*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2)
2812  - 96*(-6 - 14*lmMst2 + lmMst2*pow2(lmMst1) + lmMst1*(9 + 6*lmMst2 - 2*
2813  pow2(lmMst2)) - 6*pow2(lmMst2) + pow3(lmMst2))*pow8(Mst1) + 96*lmMst2*(
2814  1 + lmMst2)*pow8(Mst2)) + 3*Mgl*(-((109 + 76*lmMst2 - 21*pow2(lmMst2) +
2815  64*lmMst1*pow2(1 + lmMst2) - 32*((1 + lmMst2)*pow2(lmMst1) + pow3(
2816  lmMst2)))*pow4(Mst1)*pow4(Mst2)) + (173 + 188*lmMst2 + 32*lmMst1*(1 +
2817  lmMst2) + 59*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 32*(1 + lmMst2)*(
2818  pow2(1 - lmMst1 + lmMst2)*pow2(Mst2)*pow6(Mst1) + (1 + 3*lmMst2 -
2819  lmMst1*(3 + 2*lmMst2) + pow2(lmMst1) + pow2(lmMst2))*pow8(Mst1)) - 16*
2820  pow2(1 + lmMst2)*pow8(Mst2))))) + Tbeta*(1215*Mgl*Mst2*shiftst1*(
2821  Dmsqst2 + pow2(Msq))*pow2(Mst1)*(4*pow2(Mt)*pow2(MuSUSY)*pow2(s2t)*(
2822  pow2(Mst1)*pow4(Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*
2823  pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) + pow6(Mst2)) + pow2(Sbeta)*(16*(
2824  pow2(Mst1) + pow2(Mst2))*pow4(Mst2)*pow4(Mt) + (pow2(Mst1) - pow2(Mst2)
2825  )*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2))
2826  *pow4(Mst2)*pow4(s2t) - 4*pow2(Mt)*pow2(s2t)*(2*pow4(Mst1)*pow4(Mst2) -
2827  4*pow2(Mst1)*pow6(Mst2) + pow2(MuSUSY)*(pow2(Mst1)*pow4(Mst2) - 2*(
2828  lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(
2829  Mst2)) + pow6(Mst2)) + 2*pow8(Mst2)))) - 36*s2t*pow2(Mt)*pow2(MuSUSY)*(
2830  Dmsqst2*s2t*pow2(Mst1)*(-30*Dmglst2*(pow2(Mst1) + pow2(Mst2))*(-2*
2831  lmMst1*pow2(Mst1) + 2*lmMst2*pow2(Mst1) + pow2(Mst2))*pow3(Mst2) + 75*
2832  Mgl*Mst2*((pow2(Mst1) + pow2(Mst2))*pow4(Mst2) - 2*(lmMst1 - lmMst2)*
2833  pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)))) + pow2(
2834  Msq)*(-2*Dmglst2*((64*Mt*(8 + 7*lmMst2 - 11*pow2(lmMst2) + lmMst1*(-3 +
2835  5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)) - Mst2*s2t*(60 + 206*
2836  lmMst2 + 32*lmMst2*pow2(lmMst1) + lmMst1*(8 - 460*lmMst2 - 246*pow2(
2837  lmMst2)) + 519*pow2(lmMst2) + 214*pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2)
2838  + (-64*Mt*(-1 + 2*lmMst2 + 3*pow2(lmMst2)) - Mst2*s2t*(-20 + 2*(99 +
2839  16*lmMst1)*lmMst2 + 123*pow2(lmMst2)))*pow2(Mst1)*pow6(Mst2) + 2*(pow2(
2840  Mst2)*(64*Mt*(8 + 13*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-5 + 5*lmMst2 +
2841  6*pow2(lmMst2)) - 6*pow3(lmMst2)) - Mst2*s2t*(48 + 4*lmMst2*(31 + 36*
2842  pow2(lmMst1)) + 278*pow2(lmMst2) - lmMst1*(44 + 278*lmMst2 + 379*pow2(
2843  lmMst2)) + 235*pow3(lmMst2)))*pow6(Mst1) + (16*Mt*(49 + 103*lmMst2 -
2844  36*(1 + lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11 + 6*lmMst2 + 9*pow2(
2845  lmMst2))) - Mst2*s2t*(48 + 4*lmMst2*(45 + 68*pow2(lmMst1)) + 310*pow2(
2846  lmMst2) - lmMst1*(92 + 310*lmMst2 + 635*pow2(lmMst2)) + 363*pow3(
2847  lmMst2)))*pow8(Mst1)) + 32*lmMst2*(1 + lmMst2)*s2t*pow9(Mst2)) + Mgl*((
2848  128*(1 + lmMst2)*Mt*(1 + 5*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(
2849  lmMst2)) + Mst2*s2t*(189 + 726*lmMst2 + 32*(1 + lmMst2)*pow2(lmMst1) +
2850  707*pow2(lmMst2) - 2*lmMst1*(253 + 332*lmMst2 + 123*pow2(lmMst2)) +
2851  214*pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2) + (Mst2*s2t*(205 + 252*lmMst2
2852  + 32*lmMst1*(1 + lmMst2) + 91*pow2(lmMst2)) + 128*Mt*pow2(1 + lmMst2))*
2853  pow2(Mst1)*pow6(Mst2) - 2*(pow2(Mst2)*(64*(1 + lmMst2)*Mt*(1 - 10*
2854  lmMst2 + 4*lmMst1*(2 + lmMst2) - 4*pow2(lmMst2)) - Mst2*s2t*(32 + 285*
2855  lmMst2 + 144*(1 + lmMst2)*pow2(lmMst1) + 444*pow2(lmMst2) - lmMst1*(253
2856  + 588*lmMst2 + 379*pow2(lmMst2)) + 235*pow3(lmMst2)))*pow6(Mst1) + (32*
2857  (1 + lmMst2)*Mt*(7 - 32*lmMst2 + 4*lmMst1*(7 + 3*lmMst2) - 12*pow2(
2858  lmMst2)) - Mst2*s2t*(40 + 277*lmMst2 + 272*(1 + lmMst2)*pow2(lmMst1) +
2859  556*pow2(lmMst2) - lmMst1*(237 + 828*lmMst2 + 635*pow2(lmMst2)) + 363*
2860  pow3(lmMst2)))*pow8(Mst1)) - 16*s2t*pow2(1 + lmMst2)*pow9(Mst2)))) +
2861  pow2(Sbeta)*(256*s2t*pow2(Msq)*pow2(Mst1)*pow3(Mt)*(9*(1 + lmMst2)*Mgl*
2862  (-2*pow2(Mst2)*((3 + 2*lmMst1*(7 + 2*lmMst2 - 2*lmMt) + 4*lmMst2*(-4 +
2863  lmMt) + 2*lmMt - 4*pow2(lmMst2))*pow2(Mst2) + (1 - 10*lmMst2 + 4*
2864  lmMst1*(2 + lmMst2) - 4*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst1) + pow2(
2865  Mst1)*((1 - 2*lmMst1*(5 + 2*lmMst2 - 2*lmMt) - 4*lmMst2*(-3 + lmMt) -
2866  6*lmMt + 4*pow2(lmMst2))*pow2(Mst2) + 2*(1 + 5*lmMst2 - lmMst1*(3 + 2*
2867  lmMst2) + 2*pow2(lmMst2))*pow2(MuSUSY))*pow4(Mst2) - (2*(8 - 27*lmMst2
2868  + lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 2*lmMt + 6*lmMst2*lmMt - 6*pow2(
2869  lmMst2))*pow2(Mst2) + (7 - 32*lmMst2 + 4*lmMst1*(7 + 3*lmMst2) - 12*
2870  pow2(lmMst2))*pow2(MuSUSY))*pow6(Mst1) + 2*(1 + lmMst2)*(2*pow2(Mst2) +
2871  pow2(MuSUSY))*pow6(Mst2)) - Dmglst2*(pow2(Mst1)*(pow2(Mst2)*(253 + 5*
2872  lmMst2*(107 - 6*lmMt) - 102*lmMt - 18*lmMst1*(9 + lmMst2 - 2*lmMt + 2*
2873  lmMst2*lmMt - 2*pow2(lmMst2)) + 12*(10 + 3*lmMt)*pow2(lmMst2) - 36*
2874  pow3(lmMst2)) + 18*pow2(MuSUSY)*(8 + 7*lmMst2 - 11*pow2(lmMst2) +
2875  lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)))*pow4(Mst2) +
2876  9*((49 + 103*lmMst2 - 36*(1 + lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11 + 6*
2877  lmMst2 + 9*pow2(lmMst2)))*pow2(MuSUSY) + pow2(Mst2)*(28 + lmMst2*(378 -
2878  96*lmMt) - 44*lmMt + lmMst1*(-274 + 60*lmMt + 18*lmMst2*(-13 + 2*lmMt)
2879  - 36*pow2(lmMst2)) + (270 - 36*lmMt)*pow2(lmMst2) + 36*pow3(lmMst2)))*
2880  pow6(Mst1) + 18*(pow2(Mst2)*(2*pow2(MuSUSY)*(8 + 13*lmMst2 - 8*pow2(
2881  lmMst2) + lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2)) +
2882  pow2(Mst2)*(23 + lmMst2*(93 - 22*lmMt) - 14*lmMt - 4*(-11 + lmMt)*pow2(
2883  lmMst2) - 2*lmMst1*(25 + lmMst2*(17 - 2*lmMt) - 6*lmMt + 2*pow2(lmMst2)
2884  ) + 4*pow3(lmMst2)))*pow4(Mst1) + (1 - 2*lmMst2 - 3*pow2(lmMst2))*(2*
2885  pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2)))) + 9*pow2(Mst1)*pow3(s2t)*pow4(
2886  Mst2)*(128*Mt*pow2(Msq)*((1 + lmMst2)*Mgl*(2*(2 + 2*lmMst1 - lmMst2)*
2887  pow2(Mst2)*pow4(Mst1) + 2*(1 - 3*lmMst2 + lmMst1*(3 + 2*lmMst2) - 2*
2888  pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(
2889  Mst1) - 2*(1 + lmMst2)*pow6(Mst2)) + Dmglst2*(2*(1 - 4*lmMst1 + 10*
2890  lmMst2 + 3*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*pow2(Mst1)*(6 + 11*
2891  lmMst2 - 5*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*
2892  pow3(lmMst2))*pow4(Mst2) + (1 + 13*lmMst2 - 2*lmMst1*(5 + 3*lmMst2) +
2893  6*pow2(lmMst2))*pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(
2894  Mst2))) + Mst2*s2t*(Dmsqst2*(30*Dmglst2 - 75*Mgl)*(pow2(Mst1) - pow2(
2895  Mst2))*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(
2896  Mst2)) + pow2(Msq)*(-(Mgl*(pow2(Mst2)*(-109 - 630*lmMst2 + 224*(1 +
2897  lmMst2)*pow2(lmMst1) + lmMst1*(538 + 184*lmMst2 - 266*pow2(lmMst2)) -
2898  435*pow2(lmMst2) + 42*pow3(lmMst2))*pow4(Mst1) + pow2(Mst1)*(-237 +
2899  190*lmMst2 + 32*(1 + lmMst2)*pow2(lmMst1) + 509*pow2(lmMst2) - 2*
2900  lmMst1*(285 + 364*lmMst2 + 123*pow2(lmMst2)) + 214*pow3(lmMst2))*pow4(
2901  Mst2) + (141 + 140*lmMst2 + 32*lmMst1*(1 + lmMst2) + 43*pow2(lmMst2))*
2902  pow6(Mst1) + (237 + 316*lmMst2 + 32*lmMst1*(1 + lmMst2) + 123*pow2(
2903  lmMst2))*pow6(Mst2))) - 2*Dmglst2*(pow2(Mst2)*(-44 + 34*lmMst2 + 224*
2904  lmMst2*pow2(lmMst1) - 359*pow2(lmMst2) - 2*lmMst1*(52 - 198*lmMst2 +
2905  133*pow2(lmMst2)) + 42*pow3(lmMst2))*pow4(Mst1) + pow2(Mst1)*(100 -
2906  222*lmMst2 + 32*lmMst2*pow2(lmMst1) + lmMst1*(8 - 524*lmMst2 - 246*
2907  pow2(lmMst2)) + 241*pow2(lmMst2) + 214*pow3(lmMst2))*pow4(Mst2) + (-36
2908  + (70 + 32*lmMst1)*lmMst2 + 27*pow2(lmMst2))*pow6(Mst1) + (-20 + (262 +
2909  32*lmMst1)*lmMst2 + 187*pow2(lmMst2))*pow6(Mst2))))) + 16*Mst2*pow4(Mt)
2910  *(135*Dmsqst2*(2*Dmglst2 - 5*Mgl)*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2))*
2911  pow4(Mst2) + pow2(Msq)*(2*Dmglst2*((4220 + lmMst2*(6114 - 1296*lmMt) -
2912  576*lmMst1*(4 + 2*lmMst2 - lmMt) - 1392*lmMt + 1341*pow2(lmMst2))*pow4(
2913  Mst1)*pow4(Mst2) - 9*(-84 + (70 + 32*lmMst1)*lmMst2 + 59*pow2(lmMst2))*
2914  pow2(Mst1)*pow6(Mst2) + 288*(pow2(Mst2)*(31 + lmMst2*(95 - 23*lmMt) -
2915  16*lmMt + (51 - 6*lmMt)*pow2(lmMst2) - 2*lmMst1*(25 + lmMst2*(20 - 3*
2916  lmMt) - 6*lmMt + 3*pow2(lmMst2)) + 6*pow3(lmMst2))*pow6(Mst1) + (42 +
2917  lmMst2*(242 - 62*lmMt) - 33*lmMt + 6*(29 - 4*lmMt)*pow2(lmMst2) - 2*
2918  lmMst1*(81 + lmMst2*(74 - 12*lmMt) - 18*lmMt + 12*pow2(lmMst2)) + 24*
2919  pow3(lmMst2))*pow8(Mst1)) + 288*lmMst2*(1 + lmMst2)*pow8(Mst2)) + Mgl*(
2920  -((2117 + lmMst2*(4796 - 1248*lmMt) - 576*lmMst1*(1 + lmMst2)*(3 +
2921  lmMst2 - lmMt) - 672*lmMt + (3651 - 576*lmMt)*pow2(lmMst2) + 576*pow3(
2922  lmMst2))*pow4(Mst1)*pow4(Mst2)) + 288*(1 + lmMst2)*((5 - 57*lmMst2 + 2*
2923  lmMst1*(25 + 6*lmMst2 - 6*lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(
2924  lmMst2))*pow2(Mst1) + (-2 - 27*lmMst2 + lmMst1*(22 + 6*lmMst2 - 6*lmMt)
2925  + 5*lmMt + 6*lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2))*pow6(Mst1) - 9*(
2926  173 + 188*lmMst2 + 32*lmMst1*(1 + lmMst2) + 59*pow2(lmMst2))*pow2(Mst1)
2927  *pow6(Mst2) + 144*pow2(1 + lmMst2)*pow8(Mst2)))) - 12*Mst2*pow2(Mt)*
2928  pow2(s2t)*(2*Dmglst2*(45*Dmsqst2*pow2(Mst1)*pow2(Mst2)*(2*(pow2(Mst2) +
2929  (-lmMst1 + lmMst2)*pow2(MuSUSY))*pow4(Mst1) + pow2(Mst1)*((1 - 2*lmMst1
2930  + 2*lmMst2)*pow2(Mst2)*pow2(MuSUSY) - 4*pow4(Mst2)) + (2*pow2(Mst2) +
2931  pow2(MuSUSY))*pow4(Mst2)) + pow2(Msq)*(2*(-3*pow2(Mst2)*pow2(MuSUSY)*(
2932  48 + 4*lmMst2*(31 + 36*pow2(lmMst1)) + 278*pow2(lmMst2) - lmMst1*(44 +
2933  278*lmMst2 + 379*pow2(lmMst2)) + 235*pow3(lmMst2)) + (332 + 302*lmMst2
2934  - 288*lmMst1*(1 + lmMst2) + 111*pow2(lmMst2))*pow4(Mst2))*pow6(Mst1) -
2935  pow4(Mst1)*(3*pow2(MuSUSY)*(60 + 206*lmMst2 + 32*lmMst2*pow2(lmMst1) +
2936  lmMst1*(8 - 460*lmMst2 - 246*pow2(lmMst2)) + 519*pow2(lmMst2) + 214*
2937  pow3(lmMst2))*pow4(Mst2) + 4*(52 + lmMst2*(-338 + 48*pow2(lmMst1)) -
2938  129*pow2(lmMst2) + 48*(lmMst1 - 2*lmMst1*lmMst2*(1 + lmMst2) + pow3(
2939  lmMst2)))*pow6(Mst2)) + 6*(32*(2 + 7*lmMst2 - lmMst1*(5 + 4*lmMst2) +
2940  4*pow2(lmMst2))*pow2(Mst2) - pow2(MuSUSY)*(48 + 4*lmMst2*(45 + 68*pow2(
2941  lmMst1)) + 310*pow2(lmMst2) - lmMst1*(92 + 310*lmMst2 + 635*pow2(
2942  lmMst2)) + 363*pow3(lmMst2)))*pow8(Mst1) + 96*lmMst2*(1 + lmMst2)*(2*
2943  pow2(Mst2) + pow2(MuSUSY))*pow8(Mst2) + 3*pow2(Mst1)*(-((-20 + 2*(99 +
2944  16*lmMst1)*lmMst2 + 123*pow2(lmMst2))*pow2(MuSUSY)*pow6(Mst2)) - 2*(-52
2945  + 2*(67 + 16*lmMst1)*lmMst2 + 91*pow2(lmMst2))*pow8(Mst2)))) - 3*Mgl*(
2946  6*(25*Dmsqst2 + 47*pow2(Msq))*pow4(Mst2)*pow6(Mst1) - 12*(25*Dmsqst2 +
2947  47*pow2(Msq))*pow4(Mst1)*pow6(Mst2) + pow2(MuSUSY)*(3*(25*Dmsqst2 + 63*
2948  pow2(Msq))*pow4(Mst1)*pow4(Mst2) + 5*(15*Dmsqst2 + 41*pow2(Msq))*pow2(
2949  Mst1)*pow6(Mst2)) - 2*lmMst1*(75*Dmsqst2*pow2(MuSUSY)*pow4(Mst1)*(pow2(
2950  Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) + pow2(Msq)*((32*(3 + 5*
2951  lmMst2 + 2*pow2(lmMst2))*pow2(Mst2) + (253 + 332*lmMst2 + 123*pow2(
2952  lmMst2))*pow2(MuSUSY))*pow4(Mst1)*pow4(Mst2) + (253 + 588*lmMst2 + 379*
2953  pow2(lmMst2))*pow2(Mst2)*pow2(MuSUSY)*pow6(Mst1) - 16*(1 + lmMst2)*
2954  pow2(Mst1)*(2*pow2(Mst2) + pow2(MuSUSY))*pow6(Mst2) + (32*(1 + lmMst2)*
2955  pow2(Mst2) + (237 + 828*lmMst2 + 635*pow2(lmMst2))*pow2(MuSUSY))*pow8(
2956  Mst1))) + 6*(25*Dmsqst2 + 63*pow2(Msq))*pow2(Mst1)*pow8(Mst2) + 2*
2957  lmMst2*(75*Dmsqst2*pow2(MuSUSY)*pow4(Mst1)*(pow2(Mst1)*pow2(Mst2) +
2958  pow4(Mst1) + pow4(Mst2)) + pow2(Msq)*((285*pow2(Mst2)*pow2(MuSUSY) +
2959  172*pow4(Mst2))*pow6(Mst1) - 33*pow4(Mst1)*(-11*pow2(MuSUSY)*pow4(Mst2)
2960  + 8*pow6(Mst2)) + (32*pow2(Mst2) + 277*pow2(MuSUSY))*pow8(Mst1) - 16*(
2961  2*pow2(Mst2) + pow2(MuSUSY))*pow8(Mst2) + 2*pow2(Mst1)*(63*pow2(MuSUSY)
2962  *pow6(Mst2) + 110*pow8(Mst2)))) + pow2(Msq)*(pow4(Mst1)*(32*(1 +
2963  lmMst2)*pow2(lmMst1)*(pow2(MuSUSY)*(9*pow2(Mst1)*pow2(Mst2) + 17*pow4(
2964  Mst1) + pow4(Mst2)) + 2*pow6(Mst2)) + 2*pow3(lmMst2)*(pow2(MuSUSY)*(
2965  235*pow2(Mst1)*pow2(Mst2) + 363*pow4(Mst1) + 107*pow4(Mst2)) + 32*pow6(
2966  Mst2))) - 16*pow2(MuSUSY)*pow8(Mst2) - pow2(lmMst2)*(-6*(148*pow2(Mst2)
2967  *pow2(MuSUSY) + 25*pow4(Mst2))*pow6(Mst1) + pow4(Mst1)*(-707*pow2(
2968  MuSUSY)*pow4(Mst2) + 76*pow6(Mst2)) - 8*(8*pow2(Mst2) + 139*pow2(
2969  MuSUSY))*pow8(Mst1) + 16*(2*pow2(Mst2) + pow2(MuSUSY))*pow8(Mst2) -
2970  pow2(Mst1)*(91*pow2(MuSUSY)*pow6(Mst2) + 150*pow8(Mst2)))) + pow2(Msq)*
2971  (16*pow2(MuSUSY)*(4*pow2(Mst2)*pow6(Mst1) + 5*pow8(Mst1)) - 32*power10(
2972  Mst2)))))))))/(1.000188e8*pow4(Msq)*pow5(Mst2)))/(Tbeta*pow2(Sbeta)*
2973  pow4(Mst1)))/pow2(Mgl);
2974 }
2975 
2976 /**
2977  * @return The off-diagonal (1, 2) = (2, 1) matrix element of the Higgs mass matrix as a double for the hierarchy 'H6bq2g2'
2978  */
2979 double H6bq2g2::getS12() const {
2980  return Mt*((xMst*(27*(lmMst1 - lmMst2)*Mst2*Mt*oneLoopFlag*pow2(Mgl)*pow2(
2981  MuSUSY)*pow2(s2t) - Al4p*twoLoopFlag*(8*Mt*s2t*(18*(lmMst1 - lmMst2)*(-
2982  2 + 3*lmMst2)*Mst2*s2t*xDmglst2*xDR2DRMOD*pow2(Dmglst2) + Dmglst2*Mgl*(
2983  Mt*(785 + 6*lmMst1*(85 - 42*lmMst2) - 438*lmMst2 + 252*pow2(lmMst2)) -
2984  Mst2*s2t*(49 - 84*lmMst2 + lmMst1*(84 - 36*lmMst2*(-1 + xDR2DRMOD)) +
2985  36*(-1 + xDR2DRMOD)*pow2(lmMst2))) + (Mt*(193 + 474*lmMst2 - 6*lmMst1*(
2986  67 + 42*lmMst2) + 252*pow2(lmMst2)) - Mst2*s2t*(1 + 3*lmMst2*(-37 + 6*
2987  xDR2DRMOD) - 3*lmMst1*(-37 + 6*lmMst2*(-12 + xDR2DRMOD) + 6*xDR2DRMOD)
2988  - 81*pow2(lmMst1) + 9*(-15 + 2*xDR2DRMOD)*pow2(lmMst2)))*pow2(Mgl))*
2989  pow2(MuSUSY) + Mgl*MuSUSY*Tbeta*(8*Dmglst2*(36*(-1 + 3*lmMst1 - 3*
2990  lmMst2)*Mst2*s2t*pow2(Mt) - 3*Mt*(50 + lmMst1*(51 - 18*lmMst2) - 51*
2991  lmMst2 + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 4*(7 - 381*lmMst2 +
2992  lmMst1*(327 + 72*lmMst2 - 81*lmMt) + 54*lmMt + 81*lmMst2*lmMt - 72*
2993  pow2(lmMst2))*pow3(Mt) + 2*(1 + 3*lmMst1 - 3*lmMst2)*pow3(Mst2)*pow3(
2994  s2t)) - Mgl*(-144*Mst2*s2t*(-lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(
2995  lmMst1) + pow2(lmMst2))*pow2(Mt) + 24*Mt*(1 + 33*lmMst2 - 3*lmMst1*(11
2996  + 6*lmMst2) + 18*pow2(lmMst2))*pow2(Mst2)*pow2(s2t) + 32*(83 + 3*
2997  lmMst1*(29 + 12*lmMst2 - 9*lmMt) + 9*lmMt + 3*lmMst2*(-32 + 9*lmMt) -
2998  36*pow2(lmMst2))*pow3(Mt) + (5 + lmMst1*(6 - 288*lmMst2) - 6*lmMst2 +
2999  144*(pow2(lmMst1) + pow2(lmMst2)))*pow3(Mst2)*pow3(s2t))) + 2*xDmglst2*
3000  pow2(Dmglst2)*(-3*Mst2*Mt*pow2(s2t)*(2*Mst2*MuSUSY*Tbeta*(355 + 6*
3001  lmMst2 - 6*lmMst1*(1 + 6*lmMst2) + 36*pow2(lmMst2)) + 2*(85 + 60*lmMst2
3002  + 12*lmMst1*(-5 + 3*lmMst2) - 36*pow2(lmMst2))*pow2(MuSUSY) + 5*(-43 +
3003  60*lmMst1 - 60*lmMst2)*pow2(Mst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)) +
3004  MuSUSY*(2*s2t*pow2(Mt)*(MuSUSY*(5002 + 84*lmMst1*(7 - 6*lmMst2) - 444*
3005  lmMst2 + 504*pow2(lmMst2)) + 3*Mst2*Tbeta*(347 - 430*pow2(Sbeta) + 120*
3006  (lmMst1 - lmMst2)*(-4 + 5*pow2(Sbeta)))) + Tbeta*(8*(412 - 6*lmMst1*(
3007  176 + 42*lmMst2 - 39*lmMt) + 9*lmMst2*(147 - 26*lmMt) - 267*lmMt + 252*
3008  pow2(lmMst2))*pow3(Mt) + 12*(1 - 6*lmMst1 + 6*lmMst2)*pow3(Mst2)*pow3(
3009  s2t))))))*pow6(Mst1))/(108.*Tbeta*pow2(Mgl)*pow7(Mst2)) + (MuSUSY*(3*
3010  oneLoopFlag*s2t*(4*(lmMst1 - lmMst2)*pow2(Mt) - ((2 + lmMst1 - lmMst2)*
3011  pow2(Mst1) + (-2 + lmMst1 - lmMst2)*pow2(Mst2))*pow2(s2t) - (2*Mt*
3012  MuSUSY*s2t*(2 - lmMst1 + lmMst2 - (2*(lmMst1 - lmMst2)*pow2(Mst1)*(
3013  pow2(Mst1) + pow2(Mst2)))/pow4(Mst2)))/Tbeta) + 4*Al4p*twoLoopFlag*(12*
3014  Mt*pow2(s2t)*(2*Mst2*(4 + 3*lmMst2 - lmMst1*(1 + lmMst2) + pow2(lmMst2)
3015  + (Dmglst2*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))/Mgl) +
3016  ((2 - 6*lmMst1 + (6 - 4*lmMst1)*lmMst2 + 4*pow2(lmMst2) + (Dmglst2*(10
3017  + lmMst1*(6 - 4*lmMst2) - 6*lmMst2 + 4*pow2(lmMst2)))/Mgl)*pow2(Mst1))/
3018  Mst2 + ((0.5 - 7*lmMst1 + (7 - 4*lmMst1)*lmMst2 + 4*pow2(lmMst2) + (
3019  Dmglst2*(10.5 + lmMst1*(9 - 4*lmMst2) - 9*lmMst2 + 4*pow2(lmMst2)))/
3020  Mgl)*pow4(Mst1))/pow3(Mst2)) + 8*s2t*pow2(Mt)*(6*lmMst1 + 2*(-2 +
3021  lmMst1)*lmMst2 + pow2(lmMst1) - 3*pow2(lmMst2) + (2*(Dmglst2 + 2*
3022  Dmglst2*lmMst2 + ((1 - lmMst1 + lmMst2)*(2*Dmglst2 + (lmMst1 - lmMst2)*
3023  Mgl)*pow2(Mst1))/pow2(Mst2) - ((2*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*
3024  pow2(Mst2))/pow2(Mst1) - ((Dmglst2*(-2 + 4*lmMst1 - 4*lmMst2) + Mgl*(-
3025  lmMst1 + lmMst2 - 2*lmMst1*lmMst2 + pow2(lmMst1) + pow2(lmMst2)))*pow4(
3026  Mst1))/pow4(Mst2)))/Mgl) + (16*Tbeta*pow2(Mst1)*pow3(Mt)*(Mgl*(13 + 2*
3027  lmMst1*(6 + 3*lmMst2 - 2*lmMt) + 2*lmMt + 2*lmMst2*(-7 + 2*lmMt) - 6*
3028  pow2(lmMst2))*pow4(Mst1) + Dmglst2*(11 - 6*lmMst1*lmMst2 - 8*lmMst2*(-5
3029  + lmMt) + 8*lmMst1*(-4 + lmMt) - 8*lmMt + 6*pow2(lmMst2))*pow4(Mst1) +
3030  2*Dmglst2*((7 + 7*lmMst2 + lmMst1*(-5 + lmMt) - 2*lmMt - lmMst2*lmMt)*
3031  pow2(Mst1)*pow2(Mst2) + (5 + lmMst1*(-1 + lmMst2) + lmMst2 - pow2(
3032  lmMst2))*pow4(Mst2)) + 2*Mgl*((4 + lmMst1*(3 + 2*lmMst2 - lmMt) +
3033  lmMst2*(-4 + lmMt) + lmMt - 2*pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (2
3034  + lmMst1 + (-2 + lmMst1)*lmMst2 + lmMt - pow2(lmMst2))*pow4(Mst2))) +
3035  Tbeta*pow3(Mst2)*pow3(s2t)*(-4*Dmglst2*(2*(1 + 2*lmMst1 - lmMst2)*pow2(
3036  Mst2)*pow4(Mst1) + 2*(1 + lmMst1 - lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(
3037  lmMst2))*pow2(Mst1)*pow4(Mst2) + (1 + 2*lmMst1 - 2*lmMst2)*pow6(Mst1) -
3038  2*lmMst2*pow6(Mst2)) + Mgl*(2*(-16 + 6*lmMst2 - 2*lmMst1*(8 + 5*lmMst2)
3039  + 3*pow2(lmMst1) + 7*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(-12 - 18*
3040  lmMst2 + 2*lmMst1*(5 + 3*lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))*pow2(
3041  Mst1)*pow4(Mst2) + (3 + lmMst1*(2 - 32*lmMst2) - 2*lmMst2 + 16*(pow2(
3042  lmMst1) + pow2(lmMst2)))*pow6(Mst1) + 4*(1 + lmMst2)*pow6(Mst2))) - 2*
3043  Mt*MuSUSY*s2t*(2*Mgl*(-(Mst2*s2t*(-14 - 20*lmMst2 + 2*lmMst1*(5 + 3*
3044  lmMst2) + pow2(lmMst1) - 7*pow2(lmMst2))) + 8*Mt*(4 + 3*lmMst2 -
3045  lmMst1*(1 + lmMst2) + pow2(lmMst2)))*pow2(Mst1)*pow4(Mst2) + 4*Dmglst2*
3046  (Mst2*s2t*(-5 + 8*lmMst2 - 4*lmMst1*(2 + lmMst2) + 4*pow2(lmMst2)) +
3047  Mt*(65 + lmMst1*(34 - 20*lmMst2) - 26*lmMst2 + 20*pow2(lmMst2)))*pow6(
3048  Mst1) + Mgl*(Mst2*s2t*(-1 + 50*lmMst2 - 2*lmMst1*(25 + 32*lmMst2) + 20*
3049  pow2(lmMst1) + 44*pow2(lmMst2)) + Mt*(84 + 152*lmMst2 - 40*lmMst1*(3 +
3050  2*lmMst2) + 80*pow2(lmMst2)))*pow6(Mst1) + 8*Dmglst2*((Mst2*s2t*(-2 +
3051  3*lmMst2 - lmMst1*(3 + 2*lmMst2) + 2*pow2(lmMst2)) + Mt*(22 + lmMst1*(8
3052  - 6*lmMst2) - 4*lmMst2 + 6*pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + (-(
3053  Mst2*s2t*(1 + lmMst1 - 2*lmMst2 + 2*lmMst1*lmMst2 - 2*pow2(lmMst2))) +
3054  2*Mt*(6 + lmMst1 + lmMst2 - lmMst1*lmMst2 + pow2(lmMst2)))*pow2(Mst1)*
3055  pow4(Mst2) + lmMst2*s2t*pow7(Mst2)) + 4*Mgl*((4*Mt*(5 + 6*lmMst2 -
3056  lmMst1*(4 + 3*lmMst2) + 3*pow2(lmMst2)) + Mst2*s2t*(-1 + 13*lmMst2 -
3057  lmMst1*(13 + 8*lmMst2) + pow2(lmMst1) + 7*pow2(lmMst2)))*pow2(Mst2)*
3058  pow4(Mst1) + (1 + lmMst2)*s2t*pow7(Mst2))))/(Mgl*Tbeta*pow2(Mst1)*pow5(
3059  Mst2)))))/48. + (Al4p*z2*(9720*xDmglst2*pow2(Dmglst2)*((-2*MuSUSY*
3060  twoLoopFlag*(2*Mt*pow2(Mst1)*pow2(Mst2)*(-42*Mt*MuSUSY*s2t + 4*Tbeta*
3061  pow2(Mt) + 3*Mst2*(MuSUSY + 5*Mst2*Tbeta)*pow2(s2t)) + 2*Mt*(-62*Mt*
3062  MuSUSY*s2t + 16*Tbeta*pow2(Mt) + 3*Mst2*(MuSUSY + 5*Mst2*Tbeta)*pow2(
3063  s2t))*pow4(Mst1) + (-44*MuSUSY*s2t*pow2(Mt) + 3*Mst2*Mt*(2*MuSUSY + 11*
3064  Mst2*Tbeta)*pow2(s2t) + 8*Tbeta*pow3(Mt) - 3*Tbeta*pow3(Mst2)*pow3(s2t)
3065  )*pow4(Mst2)))/(Tbeta*pow5(Mst2)) + 3*Al4p*threeLoopFlag*((Mt*((Mt*
3066  pow2(MuSUSY)*((2*(122051 + 1800*lmMst1 + 274680*lmMst2)*Mst2*Mt*pow2(
3067  Mst1))/405. + (32*(617 + 2040*lmMst2)*Mt*pow3(Mst2))/135. + (
3068  4131.092729766804 - (3304*lmMst1)/3. + (13736*lmMst2)/9.)*s2t*pow4(
3069  Mst1) + s2t*pow4(Mst2)*(1108.3172839506174 + (532*lmMst1)/9. + (884*
3070  lmMst2)/3. - (160*Dmsqst2*(2 + 3*lmMst1 - 3*lmMst2)*(pow3(Dmsqst2) +
3071  pow6(Msq)))/(3.*pow8(Msq))) + s2t*pow2(Mst1)*pow2(Mst2)*(
3072  1039.638683127572 - (1160*lmMst1)/9. + (7256*lmMst2)/9. + (160*Dmsqst2*
3073  (1 - 9*lmMst1 + 9*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq))))
3074  )/pow5(Mst2) - pow2(s2t)*(pow2(MuSUSY)*(109.79135802469136 + (368*
3075  lmMst1)/9. + (148*lmMst2)/9. + ((1167.8951989026064 - (1520*lmMst1)/9.
3076  + (1864*lmMst2)/
3077  9.)*pow4(Mst1))/pow4(Mst2) + (pow2(Mst1)*(87.33744855967078 + (490*
3078  lmMst1)/9. + (26*lmMst2)/9. - (40*Dmsqst2*(3 + 8*lmMst1 - 8*lmMst2)*(
3079  pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq))))/pow2(Mst2) + (-40*Dmsqst2*
3080  (2 + lmMst1 - lmMst2)*(pow3(Dmsqst2) + pow6(Msq)) - (8*pow2(Mst2)*(5*
3081  pow4(Dmsqst2) + 5*Dmsqst2*pow6(Msq) - 2*pow8(Msq)))/(3.*pow2(Mst1)))/
3082  pow8(Msq)) + (10*Dmsqst2*(-93 + 10*lmMst1 - 10*lmMst2)*(-1 + pow2(
3083  Sbeta))*pow2(Sbeta)*pow4(Mst1)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*pow2(
3084  Mst2)*pow8(Msq)))))/Tbeta + MuSUSY*(-(pow3(s2t)*((-4*pow4(Mst2)*(2 - (
3085  5*Dmsqst2*(pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/(3.*pow2(Mst1)) - (
3086  pow4(Mst1)*(432.76982167352537 - (398*lmMst1)/9. + (398*lmMst2)/9. + (
3087  130*Dmsqst2*(pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq))))/pow2(Mst2) +
3088  pow2(Mst1)*(11.226954732510288 - (61*lmMst1)/9. + (61*lmMst2)/9. + (20*
3089  Dmsqst2*(-3 + 5*lmMst1 - 5*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*
3090  pow8(Msq))) - pow2(Mst2)*(52.22901234567901 + (184*lmMst1)/9. + (74*
3091  lmMst2)/9. - (20*Dmsqst2*(5 + 3*lmMst1 - 3*lmMst2)*(pow3(Dmsqst2) +
3092  pow6(Msq)))/(3.*pow8(Msq))))) - Mt*pow2(s2t)*(Mst2*(831.2379629629629 +
3093  (133*lmMst1)/3. + 221*lmMst2 - (40*Dmsqst2*(2 + 3*lmMst1 - 3*lmMst2)*(
3094  pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)) - (pow2(Mst1)*(51.50895061728395
3095  + 141*lmMst1 - (1151*lmMst2)/3. + (120*Dmsqst2*(-1 + 2*lmMst1 - 2*
3096  lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/Mst2 + (pow4(Mst1)*(
3097  1749.093621399177 - 498*lmMst1 + (1790*lmMst2)/3. + (20*Dmsqst2*(17 -
3098  12*lmMst1 + 12*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/pow3(
3099  Mst2)) + (pow3(Mt)*((7387.187379972565 - (2456*lmMst1)/3. + (13400*
3100  lmMst2)/9. - (3088*lmMt)/9.)*pow4(Mst1) - pow2(Mst1)*pow2(Mst2)*(
3101  3039.4318636096414 - (3896*lmMst1)/9. + (9320*lmMst2)/9. - (1456*lmMt)/
3102  3. + (1600*Dmsqst2*(-3 + lmMst1 - 2*lmMst2 + lmMt)*(pow3(Dmsqst2) +
3103  pow6(Msq)))/(3.*pow8(Msq))) - pow4(Mst2)*(433.32081128747797 - (532*
3104  lmMst1)/9. + (2236*lmMst2)/9. - 72*lmMt + (160*Dmsqst2*(-8 + 3*lmMst1 -
3105  6*lmMst2 + 3*lmMt)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq)))))/pow5(
3106  Mst2) - s2t*pow2(Mt)*(401.86349206349206 - (52*lmMst1)/9. + (6580*
3107  lmMst2)/9. + (2*(510139 + 44280*lmMst1 + 76680*lmMst2)*pow4(Mst1))/(
3108  405.*pow4(Mst2)) + (pow2(Mst1)*(1838.5989417989417 - (100*lmMst1)/3. +
3109  1356*lmMst2 - (240*Dmsqst2*(pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/
3110  pow2(Mst2) - (400*Dmsqst2*(pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq)) +
3111  (16*pow2(Mst2)*(-5*pow4(Dmsqst2) - 5*Dmsqst2*pow6(Msq) + 2*pow8(Msq)))/
3112  (3.*pow2(Mst1)*pow8(Msq)))))) + (9720*MuSUSY*twoLoopFlag*(4*Mt*
3113  xDmglst2*xMst*pow2(Dmglst2)*(82*Mt*MuSUSY*s2t - 56*Tbeta*pow2(Mt) - 3*
3114  Mst2*(MuSUSY + 5*Mst2*Tbeta)*pow2(s2t))*pow6(Mst1) + pow2(Mgl)*(-(pow2(
3115  Mst1)*(-8*MuSUSY*s2t*pow2(Mt) + 32*Tbeta*pow3(Mt) + Tbeta*pow3(Mst2)*
3116  pow3(s2t))*pow4(Mst2)) + 8*pow2(Mt)*((MuSUSY*s2t - 6*Mt*Tbeta)*pow2(
3117  Mst2)*pow4(Mst1) + (MuSUSY*s2t - 8*Mt*Tbeta)*xMst*pow6(Mst1)) + (8*
3118  MuSUSY*s2t*pow2(Mt) - 2*Mst2*Mt*(MuSUSY + 3*Mst2*Tbeta)*pow2(s2t) - 16*
3119  Tbeta*pow3(Mt) + Tbeta*pow3(Mst2)*pow3(s2t))*pow6(Mst2)) + 2*Dmglst2*
3120  Mgl*(4*Mt*(pow2(Mst2)*(13*Mt*MuSUSY*s2t + 6*Tbeta*pow2(Mt) - Mst2*(
3121  MuSUSY + 3*Mst2*Tbeta)*pow2(s2t))*pow4(Mst1) + s2t*(9*Mt*MuSUSY - Mst2*
3122  s2t*(MuSUSY + 3*Mst2*Tbeta))*pow2(Mst1)*pow4(Mst2) + xMst*(17*Mt*
3123  MuSUSY*s2t + 16*Tbeta*pow2(Mt) - Mst2*(MuSUSY + 3*Mst2*Tbeta)*pow2(s2t)
3124  )*pow6(Mst1)) + (20*MuSUSY*s2t*pow2(Mt) - Mst2*Mt*(4*MuSUSY + 15*Mst2*
3125  Tbeta)*pow2(s2t) - 8*Tbeta*pow3(Mt) + 2*Tbeta*pow3(Mst2)*pow3(s2t))*
3126  pow6(Mst2))) + (Al4p*Mst2*threeLoopFlag*(300*xDmsqst2*pow2(Dmsqst2)*
3127  pow2(Mst2)*pow4(Msq)*(-324*Mst2*xDmglst2*pow2(Dmglst2)*(-2*MuSUSY*(
3128  pow2(Mst1)*pow2(Mst2)*(-4*s2t*((4 + 6*lmMst1 - 6*lmMst2)*MuSUSY - 5*
3129  Mst2*Tbeta)*pow2(Mt) + 6*Mst2*Mt*((2 + lmMst1 - lmMst2)*MuSUSY + (2 +
3130  3*lmMst1 - 3*lmMst2)*Mst2*Tbeta)*pow2(s2t) + Tbeta*(8*(8 + 6*lmMst2 -
3131  3*(lmMst1 + lmMt))*pow3(Mt) - (5 + 3*lmMst1 - 3*lmMst2)*pow3(Mst2)*
3132  pow3(s2t))) + (4*s2t*((2 - 18*lmMst1 + 18*lmMst2)*MuSUSY + 9*Mst2*
3133  Tbeta)*pow2(Mt) + 2*Mst2*Mt*((3 + 8*lmMst1 - 8*lmMst2)*MuSUSY + 9*(-1 +
3134  2*lmMst1 - 2*lmMst2)*Mst2*Tbeta)*pow2(s2t) - 80*(-3 + lmMst1 - 2*lmMst2
3135  + lmMt)*Tbeta*pow3(Mt) + (3 - 5*lmMst1 + 5*lmMst2)*Tbeta*pow3(Mst2)*
3136  pow3(s2t))*pow4(Mst1) + s2t*(2*Mt*MuSUSY*s2t + 4*Tbeta*pow2(Mt) -
3137  Tbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst2)) + pow2(s2t)*(6*(17 - 12*lmMst1
3138  + 12*lmMst2)*Mt*MuSUSY*Tbeta - 13*Mst2*MuSUSY*s2t*Tbeta + (-93 + 10*
3139  lmMst1 - 10*lmMst2)*Mst2*Mt*(-1 + pow2(Sbeta))*pow2(Sbeta))*pow6(Mst1))
3140  + Mgl*(s2t*(s2t*(81*pow2(Mst2)*pow2(Sbeta)*(-2*(11 + 10*lmMst1 - 10*
3141  lmMst2)*Mgl*Mst2*s2t*(-1 + pow2(Sbeta)) + (Dmglst2*(372 - 40*lmMst1 +
3142  40*lmMst2) + 3*(-17 + 2*lmMst1 - 2*lmMst2)*Mgl)*Mt*pow2(Sbeta))*pow6(
3143  Mst1) + Mt*(81*(4*Dmglst2*(-93 + 10*lmMst1 - 10*lmMst2) + 3*(17 - 2*
3144  lmMst1 + 2*lmMst2)*Mgl)*pow2(Mst2)*pow2(Sbeta)*pow6(Mst1) + 2*pow2(
3145  MuSUSY)*(648*Dmglst2*pow2(Mst2)*(3*(2 + lmMst1 - lmMst2)*pow2(Mst1)*
3146  pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) + pow4(Mst2)) + Mgl*(
3147  3*(1607 - 432*lmMst1 + 432*lmMst2)*pow2(Mst2)*pow4(Mst1) - 18*(25 + 9*
3148  lmMst1 - 9*lmMst2)*pow2(Mst1)*pow4(Mst2) + (20701 - 648*lmMst1 + 648*
3149  lmMst2)*pow6(Mst1) - 486*pow6(Mst2))))) + 648*Mt*pow2(MuSUSY)*(8*
3150  Dmglst2*Mst2*Mt*pow2(Mst1)*((1 - 9*lmMst1 + 9*lmMst2)*pow2(Mst1) + (-2
3151  - 3*lmMst1 + 3*lmMst2)*pow2(Mst2)) + Mgl*((4*(7 + 3*lmMst1 - 3*lmMst2)*
3152  Mt + (-1 + 2*lmMst1 - 2*lmMst2)*Mst2*s2t*shiftst1)*pow2(Mst1)*pow3(
3153  Mst2) + 2*Mst2*(4*(5 + 3*lmMst1 - 3*lmMst2)*Mt + (lmMst1 - lmMst2)*
3154  Mst2*s2t*shiftst1)*pow4(Mst1) + 2*(lmMst1 - lmMst2)*s2t*shiftst1*pow6(
3155  Mst1) - s2t*shiftst1*pow6(Mst2)))) + MuSUSY*Tbeta*(Mgl*(-18*pow2(Mst1)*
3156  pow3(Mst2)*(2*Mst2*s2t*(25 - 36*shiftst1)*pow2(Mt) + 108*(7 + 3*lmMst1
3157  - 3*lmMst2)*Mt*pow2(Mst2)*pow2(s2t) + 144*(2 + 6*lmMst2 - 3*(lmMst1 +
3158  lmMt))*pow3(Mt) + (2 + lmMst2*(9 - 36*shiftst1) + 9*lmMst1*(-1 + 4*
3159  shiftst1))*pow3(Mst2)*pow3(s2t)) - 3*Mst2*(530*Mst2*s2t*pow2(Mt) +
3160  1296*(4 + 3*lmMst1 - 3*lmMst2)*Mt*pow2(Mst2)*pow2(s2t) - 3456*(-1 +
3161  lmMst1 - 2*lmMst2 + lmMt)*pow3(Mt) + (1757 - 378*lmMst1 + 378*lmMst2 +
3162  108*shiftst1)*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + s2t*((-1944*(5 + 4*
3163  lmMst1 - 4*lmMst2)*Mst2*Mt*s2t + 8114*pow2(Mt) - 6648*pow2(Mst2)*pow2(
3164  s2t))*pow6(Mst1) + 162*(3 + 2*shiftst1)*(-4*pow2(Mt) + pow2(Mst2)*pow2(
3165  s2t))*pow6(Mst2))) + 324*Dmglst2*Mst2*(2*(pow2(Mst1)*pow2(Mst2)*(20*
3166  Mst2*s2t*pow2(Mt) + 6*(2 + 3*lmMst1 - 3*lmMst2)*Mt*pow2(Mst2)*pow2(s2t)
3167  + 8*(8 + 6*lmMst2 - 3*(lmMst1 + lmMt))*pow3(Mt) - (5 + 3*lmMst1 - 3*
3168  lmMst2)*pow3(Mst2)*pow3(s2t)) + (36*Mst2*s2t*pow2(Mt) + 18*(-1 + 2*
3169  lmMst1 - 2*lmMst2)*Mt*pow2(Mst2)*pow2(s2t) - 80*(-3 + lmMst1 - 2*lmMst2
3170  + lmMt)*pow3(Mt) + (3 - 5*lmMst1 + 5*lmMst2)*pow3(Mst2)*pow3(s2t))*
3171  pow4(Mst1)) + 8*s2t*pow2(Mt)*pow5(Mst2) + (6*(-17 + 12*lmMst1 - 12*
3172  lmMst2)*Mt + 13*Mst2*s2t)*pow2(s2t)*pow6(Mst1) - 2*pow3(s2t)*pow7(Mst2)
3173  )))) + 3240*Mst2*MuSUSY*xDR2DRMOD*(Mgl*(Tbeta*(64*Mt*pow2(Mst1)*(-3*(
3174  Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow2(Mst2)*pow2(s2t)*(
3175  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2)) + 4*pow2(Mt)*(-(
3176  Dmglst2*(7 + lmMst2)*pow2(Mst1)*pow2(Mst2)) - 2*Dmglst2*(11 + 5*lmMst2)
3177  *pow4(Mst1) + Dmglst2*(-1 + lmMst2)*pow4(Mst2) + (1 + lmMst2)*Mgl*(3*
3178  pow2(Mst1)*pow2(Mst2) + 6*pow4(Mst1) + pow4(Mst2)))) + (16*(7*Dmglst2 -
3179  13*Mgl)*s2t*(pow2(Mst1) - pow2(Mst2))*pow2(Mt) - pow3(s2t)*(8*(Dmglst2*
3180  (7*lmMst1 - 15*lmMst2) + (-4 - 13*lmMst1 + 9*lmMst2)*Mgl)*pow2(Mst1)*
3181  pow2(Mst2) + 4*(7*Dmglst2 - 13*Mgl)*(pow4(Mst1) - pow4(Mst2))))*pow5(
3182  Mst2)) + Mt*MuSUSY*s2t*(256*(Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*
3183  Mgl)*Mt*pow2(Mst1)*(2*pow2(Mst1)*pow2(Mst2) + 3*pow4(Mst1) + pow4(Mst2)
3184  ) - 8*Mst2*s2t*(-2*(Dmglst2*(7*lmMst1 - 15*lmMst2) + (-4 - 13*lmMst1 +
3185  9*lmMst2)*Mgl)*(pow2(Mst1) + pow2(Mst2))*pow4(Mst1) + (Dmglst2*(7 - 14*
3186  lmMst1 + 30*lmMst2) + (-5 + 26*lmMst1 - 18*lmMst2)*Mgl)*pow2(Mst1)*
3187  pow4(Mst2) + (7*Dmglst2 - 13*Mgl)*pow6(Mst2)))) - xDmglst2*pow2(
3188  Dmglst2)*(Tbeta*(64*Mt*pow2(Mst1)*(3*pow2(Mst2)*pow2(s2t)*((-1 + 6*
3189  lmMst2)*pow2(Mst2)*(pow2(Mst1) + pow2(Mst2)) + (1 + 3*lmMst2)*pow4(
3190  Mst1)) + 4*pow2(Mt)*(-(lmMst2*pow2(Mst1)*pow2(Mst2)) + 2*(11 + 5*
3191  lmMst2)*pow4(Mst1) - (-2 + lmMst2)*pow4(Mst2))) + (-432*s2t*(pow2(Mst1)
3192  - pow2(Mst2))*pow2(Mt) + 9*pow3(s2t)*((8*(8 + 27*lmMst1 - 39*lmMst2)*
3193  pow2(Mst1)*pow2(Mst2))/9. + 12*pow4(Mst1) - 12*pow4(Mst2)))*pow5(Mst2))
3194  + 8*Mt*MuSUSY*s2t*(2*(-32*(-1 + 6*lmMst2)*Mt + (-8 - 27*lmMst1 + 39*
3195  lmMst2)*Mst2*s2t)*pow2(Mst2)*pow4(Mst1) + (32*(1 - 6*lmMst2)*Mt + (11 -
3196  54*lmMst1 + 78*lmMst2)*Mst2*s2t)*pow2(Mst1)*pow4(Mst2) - 2*(48*(1 + 3*
3197  lmMst2)*Mt + (7*lmMst1 - 15*lmMst2)*Mst2*s2t)*pow6(Mst1) + 27*s2t*pow7(
3198  Mst2))))*pow8(Msq) + Mgl*(Mst2*MuSUSY*Tbeta*(pow3(Mst2)*pow3(s2t)*(-
3199  300*Dmsqst2*Mgl*pow6(Msq)*(18*(469 - 36*lmMst1 + 36*lmMst2)*pow2(Mst2)*
3200  pow4(Mst1) + 1755*pow2(Mst1)*pow4(Mst2) + 10828*pow6(Mst1) - 324*pow6(
3201  Mst2)) + 300*Mgl*pow4(Dmsqst2)*(9*(119 + 234*lmMst1 - 234*lmMst2)*pow2(
3202  Mst2)*pow4(Mst1) + 486*(7 + lmMst1 - lmMst2)*pow2(Mst1)*pow4(Mst2) +
3203  1712*pow6(Mst1) + 810*pow6(Mst2)) + 97200*Dmglst2*Dmsqst2*(pow3(
3204  Dmsqst2) + pow6(Msq))*(2*(3 - 5*lmMst1 + 5*lmMst2)*pow2(Mst2)*pow4(
3205  Mst1) + 13*pow6(Mst1) - 2*((5 + 3*lmMst1 - 3*lmMst2)*pow2(Mst1)*pow4(
3206  Mst2) + pow6(Mst2))) + 4*Dmglst2*(27*(32663 - 7620*lmMst1 + 7620*
3207  lmMst2)*pow2(Mst2)*pow4(Mst1) + 135*(1799 - 648*lmMst1 + 1680*lmMst2)*
3208  pow2(Mst1)*pow4(Mst2) + 4*(788723 - 80595*lmMst1 + 80595*lmMst2)*pow6(
3209  Mst1) - 22680*pow6(Mst2))*pow8(Msq) - 3*Mgl*(12*(224837 - 4680*lmMst1 +
3210  8370*lmMst2)*pow2(Mst2)*pow4(Mst1) + 90*(5825 + 564*lmMst1 - 1104*
3211  lmMst2)*pow2(Mst1)*pow4(Mst2) + (3447379 - 76140*lmMst1 + 76140*lmMst2)
3212  *pow6(Mst1) - 20520*pow6(Mst2))*pow8(Msq)) + s2t*(6*Mst2*pow2(Mt)*(100*
3213  (pow4(Dmsqst2)*(1296*Dmglst2*pow2(Mst2)*(5*pow2(Mst1)*pow2(Mst2) + 9*
3214  pow4(Mst1) + pow4(Mst2)) + Mgl*(-8883*pow2(Mst2)*pow4(Mst1) - 4212*
3215  pow2(Mst1)*pow4(Mst2) + 4057*pow6(Mst1) - 1620*pow6(Mst2))) + Dmsqst2*
3216  pow6(Msq)*(1296*Dmglst2*pow2(Mst2)*(5*pow2(Mst1)*pow2(Mst2) + 9*pow4(
3217  Mst1) + pow4(Mst2)) + Mgl*(3249*pow2(Mst2)*pow4(Mst1) + 1431*pow2(Mst1)
3218  *pow4(Mst2) + 4057*pow6(Mst1) - 648*pow6(Mst2)))) + (Mgl*(3*(623599 +
3219  65160*lmMst1 - 134280*lmMst2)*pow2(Mst2)*pow4(Mst1) + 9*(1367 + 13560*
3220  lmMst1 - 36600*lmMst2)*pow2(Mst1)*pow4(Mst2) + (5161826 + 406080*lmMst1
3221  - 613440*lmMst2)*pow6(Mst1) - 41040*pow6(Mst2)) - 24*Dmglst2*(6*(19579
3222  + 1770*lmMst1 + 12630*lmMst2)*pow2(Mst2)*pow4(Mst1) + 6*(4429 - 270*
3223  lmMst1 + 8910*lmMst2)*pow2(Mst1)*pow4(Mst2) + (510139 + 44280*lmMst1 +
3224  76680*lmMst2)*pow6(Mst1) - 2520*pow6(Mst2)))*pow8(Msq)) + 9720*Mgl*
3225  pow5(Mst2)*(-(shiftst3*pow2(Mst2)*(4*pow2(Mt) + ((1 + lmMst1 - lmMst2)*
3226  pow2(Mst1) - pow2(Mst2))*pow2(s2t))*pow8(Msq)) - 10*shiftst1*(-4*pow2(
3227  Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) + 2*(lmMst1 - lmMst2)*pow2(Mst1)
3228  *pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(Mst1) - pow4(Mst2)))*(pow4(
3229  Dmsqst2) + Dmsqst2*pow6(Msq) + pow8(Msq)))) + pow2(Mst1)*(-9*Mt*pow2(
3230  Mst2)*pow2(s2t)*(2*pow4(Mst1)*(32400*Dmsqst2*(Dmglst2*(17 - 12*lmMst1 +
3231  12*lmMst2) + (5 + 4*lmMst1 - 4*lmMst2)*Mgl)*(pow3(Dmsqst2) + pow6(Msq))
3232  + (Dmglst2*(2.8335316666666665e6 - 806760*lmMst1 + 966600*lmMst2) + (
3233  30643 + 217080*lmMst1 - 212760*lmMst2)*Mgl)*pow8(Msq)) + 15*pow2(Mst1)*
3234  pow2(Mst2)*(8640*((6 + 5*lmMst1 - 5*lmMst2)*Mgl*pow4(Dmsqst2) +
3235  Dmsqst2*(3 + 2*lmMst1 - 2*lmMst2)*Mgl*pow6(Msq) - 3*Dmglst2*Dmsqst2*(-1
3236  + 2*lmMst1 - 2*lmMst2)*(pow3(Dmsqst2) + pow6(Msq))) + (Dmglst2*(
3237  187064.6 - 55800*lmMst1 + 77112*lmMst2) + (11075 + 17928*lmMst1 -
3238  17352*lmMst2)*Mgl)*pow8(Msq)) - 135*pow4(Mst2)*(480*(Dmglst2*(4 + 6*
3239  lmMst1 - 6*lmMst2) + (-13 - 5*lmMst1 + 5*lmMst2)*Mgl)*pow4(Dmsqst2) +
3240  960*Dmsqst2*(Dmglst2*(2 + 3*lmMst1 - 3*lmMst2) + (-2 - lmMst1 + lmMst2)
3241  *Mgl)*pow6(Msq) + (Dmglst2*(-11596.466666666667 + 1672*lmMst1 - 4584*
3242  lmMst2) + (-2269 - 664*lmMst1 + 56*lmMst2)*Mgl)*pow8(Msq))) + 12*pow3(
3243  Mt)*((4*(Dmglst2*(13463149 - 1492020*lmMst1 + 2713500*lmMst2 - 625320*
3244  lmMt) + 3*(-1077991 + 184140*lmMst1 - 400140*lmMst2 + 8640*lmMt)*Mgl)*
3245  pow4(Mst1)*pow8(Msq))/3. + 24*pow2(Mst1)*pow2(Mst2)*(10800*Dmsqst2*(-5*
3246  Dmglst2*(-3 + lmMst1 - 2*lmMst2 + lmMt) + (-1 + lmMst1 - 2*lmMst2 +
3247  lmMt)*Mgl)*(pow3(Dmsqst2) + pow6(Msq)) + (3*Dmglst2*(67843 - 10050*
3248  lmMst1 + 17490*lmMst2 - 7560*lmMt) + 2*(-41936 + 7245*lmMst1 - 19665*
3249  lmMst2 + 720*lmMt)*Mgl)*pow8(Msq)) - 9*pow4(Mst2)*(-15*Dmglst2*(960*
3250  Dmsqst2*(8 + 6*lmMst2 - 3*(lmMst1 + lmMt))*(pow3(Dmsqst2) + pow6(Msq))
3251  + (-1672*lmMst1 + 1448*lmMst2 + 59*(55 - 32*lmMt))*pow8(Msq)) + Mgl*(
3252  7200*(6 + 10*lmMst2 - 5*(lmMst1 + lmMt))*pow4(Dmsqst2) - 14400*Dmsqst2*
3253  (lmMst1 - 2*lmMst2 + lmMt)*pow6(Msq) + (66773 - 9960*lmMst1 + 45480*
3254  lmMst2 - 3840*lmMt)*pow8(Msq)))))) + 2*(pow2(s2t)*(12150*Dmsqst2*pow2(
3255  Sbeta)*pow4(Mst2)*((-6*(11 + 10*lmMst1 - 10*lmMst2)*Mgl*Mst2*s2t*(-1 +
3256  pow2(Sbeta)) + (Dmglst2*(372 - 40*lmMst1 + 40*lmMst2) + 9*(-17 + 2*
3257  lmMst1 - 2*lmMst2)*Mgl)*Mt*pow2(Sbeta))*pow3(Dmsqst2) + 4*Dmglst2*(93 -
3258  10*lmMst1 + 10*lmMst2)*Mt*pow2(Sbeta)*pow6(Msq))*pow6(Mst1) + Mt*pow2(
3259  Mst2)*(12150*pow2(Mst2)*pow2(Sbeta)*(9*(17 - 2*lmMst1 + 2*lmMst2)*Mgl*
3260  pow4(Dmsqst2) + 4*Dmglst2*Dmsqst2*(-93 + 10*lmMst1 - 10*lmMst2)*(pow3(
3261  Dmsqst2) + pow6(Msq)))*pow6(Mst1) + pow2(MuSUSY)*(300*(Dmsqst2*pow6(
3262  Msq)*(648*Dmglst2*pow2(Mst2)*(3*(2 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(
3263  Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) + pow4(Mst2)) + Mgl*(9*(
3264  1097 - 72*lmMst1 + 72*lmMst2)*pow2(Mst2)*pow4(Mst1) + 1431*pow2(Mst1)*
3265  pow4(Mst2) + (20701 - 648*lmMst1 + 648*lmMst2)*pow6(Mst1) - 324*pow6(
3266  Mst2))) + pow4(Dmsqst2)*(648*Dmglst2*pow2(Mst2)*(3*(2 + lmMst1 -
3267  lmMst2)*pow2(Mst1)*pow2(Mst2) + (3 + 8*lmMst1 - 8*lmMst2)*pow4(Mst1) +
3268  pow4(Mst2)) - Mgl*(9*(587 + 288*lmMst1 - 288*lmMst2)*pow2(Mst2)*pow4(
3269  Mst1) + 162*(26 + 3*lmMst1 - 3*lmMst2)*pow2(Mst1)*pow4(Mst2) + (-20701
3270  + 648*lmMst1 - 648*lmMst2)*pow6(Mst1) + 810*pow6(Mst2)))) + (-4*
3271  Dmglst2*(162*(6803 - 1810*lmMst1 + 2670*lmMst2)*pow2(Mst2)*pow4(Mst1) +
3272  135*(1631 - 648*lmMst1 + 1680*lmMst2)*pow2(Mst1)*pow4(Mst2) + (4256978
3273  - 615600*lmMst1 + 754920*lmMst2)*pow6(Mst1) - 22680*pow6(Mst2)) + 3*
3274  Mgl*(6*(533629 - 900*lmMst1 + 180*lmMst2)*pow2(Mst2)*pow4(Mst1) + 90*(
3275  5597 + 564*lmMst1 - 1104*lmMst2)*pow2(Mst1)*pow4(Mst2) + (6649153 -
3276  81540*lmMst1 + 77220*lmMst2)*pow6(Mst1) - 20520*pow6(Mst2)))*pow8(Msq))
3277  )) + 6*Mt*pow2(MuSUSY)*(-1620*Mgl*pow2(Mst2)*pow2(s2t)*(shiftst3*(2*(1
3278  - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) + 2*(1 - lmMst1 + lmMst2)*
3279  pow2(Mst1)*pow4(Mst2) + (2 - 6*lmMst1 + 6*lmMst2)*pow6(Mst1) + pow6(
3280  Mst2))*pow8(Msq) + 10*shiftst1*(pow2(Mst1)*(pow4(Mst2) - 2*(lmMst1 -
3281  lmMst2)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) + pow4(Mst2))) + pow6(Mst2)
3282  )*(pow4(Dmsqst2) + Dmsqst2*pow6(Msq) + pow8(Msq))) + Mt*pow2(Mst1)*(30*
3283  Mt*(12*Dmglst2*pow2(Mst2)*((3643 - 120*lmMst1 + 3192*lmMst2)*pow2(Mst1)
3284  + 192*(5 + 6*lmMst2)*pow2(Mst2)) + Mgl*(6*(-353 + 72*lmMst1 + 696*
3285  lmMst2)*pow2(Mst1)*pow2(Mst2) + (-38401 - 1080*lmMst1 + 7992*lmMst2)*
3286  pow4(Mst1) + 96*(53 + 24*lmMst2)*pow4(Mst2)))*pow8(Msq) + Mst2*s2t*((2*
3287  (Dmglst2*(15057833 - 4014360*lmMst1 + 5563080*lmMst2) + 3*(266863 +
3288  396360*lmMst1 - 346680*lmMst2)*Mgl)*pow4(Mst1)*pow8(Msq))/3. + 9*pow4(
3289  Mst2)*(7200*(13 + 5*lmMst1 - 5*lmMst2)*Mgl*pow4(Dmsqst2) + 14400*
3290  Dmsqst2*(2 + lmMst1 - lmMst2)*Mgl*pow6(Msq) - 14400*Dmglst2*Dmsqst2*(2
3291  + 3*lmMst1 - 3*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)) + Dmglst2*(173947 -
3292  25080*lmMst1 + 68760*lmMst2)*pow8(Msq) + 15*(2269 + 664*lmMst1 - 56*
3293  lmMst2)*Mgl*pow8(Msq)) + 30*pow2(Mst1)*pow2(Mst2)*(4320*Dmsqst2*(
3294  Dmglst2*(1 - 9*lmMst1 + 9*lmMst2) + (5 + 3*lmMst1 - 3*lmMst2)*Mgl)*(
3295  pow3(Dmsqst2) + pow6(Msq)) + (Dmglst2*(145716.4 - 35424*lmMst1 + 59184*
3296  lmMst2) + 4*(3937 + 2988*lmMst1 - 2232*lmMst2)*Mgl)*pow8(Msq)))))))))/(
3297  pow2(Mst1)*pow8(Msq)))/(Tbeta*pow7(Mst2))))/(29160.*pow2(Mgl))) +
3298  threeLoopFlag*pow2(Al4p)*(-(xDmsqst2*pow2(Dmsqst2)*((-9261000*Mst2*Mt*
3299  xDmglst2*pow2(Dmglst2)*(MuSUSY*(-4*pow2(Mst1)*pow2(Mst2)*(-6*s2t*(12*(2
3300  + 5*lmMst1 - 5*lmMst2)*MuSUSY - 41*Mst2*Tbeta)*pow2(Mt) + 18*Mst2*Mt*(
3301  2*(4 + lmMst1 - lmMst2)*MuSUSY + 3*(2 + 5*lmMst1 - 5*lmMst2)*Mst2*
3302  Tbeta)*pow2(s2t) - 4*(-101 + 90*lmMst1 - 177*lmMst2 + 87*lmMt)*Tbeta*
3303  pow3(Mt) - 9*(5 + 2*lmMst1 - 2*lmMst2)*Tbeta*pow3(Mst2)*pow3(s2t)) - (
3304  36*s2t*(8*(8 - 15*lmMst1 + 15*lmMst2)*MuSUSY + (65 - 2*lmMst1 + 2*
3305  lmMst2)*Mst2*Tbeta)*pow2(Mt) - 18*Mst2*Mt*((23 - 42*lmMst1 + 42*lmMst2)
3306  *MuSUSY + 120*(1 - lmMst1 + lmMst2)*Mst2*Tbeta)*pow2(s2t) + Tbeta*(16*(
3307  497 - 306*lmMst1 + 609*lmMst2 - 303*lmMt)*pow3(Mt) + 9*(55 - 34*lmMst1
3308  + 34*lmMst2)*pow3(Mst2)*pow3(s2t)))*pow4(Mst1) + 108*s2t*(-2*Mt*MuSUSY*
3309  s2t - 4*Tbeta*pow2(Mt) + Tbeta*pow2(Mst2)*pow2(s2t))*pow5(Mst2)) +
3310  pow2(s2t)*(54*(80 - 43*lmMst1 + 43*lmMst2)*Mt*MuSUSY*Tbeta + (-419 +
3311  57*lmMst1 - 57*lmMst2)*Mst2*MuSUSY*s2t*Tbeta + 3*(-1081 + 165*lmMst1 -
3312  165*lmMst2)*Mst2*Mt*(-1 + pow2(Sbeta))*pow2(Sbeta))*pow6(Mst1)))/Tbeta
3313  + Mgl*(Mt*MuSUSY*(-166698000*(2 - lmMst2)*Mgl*s2t*shiftst1*(-4*pow2(
3314  Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) + 2*(lmMst1 - lmMst2)*pow2(Mst1)
3315  *pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(Mst1) - pow4(Mst2)))*pow4(Mst2)
3316  + 2058000*pow2(Mst1)*(18*Mst2*(4*Dmglst2*((497 - 306*lmMst1 + 609*
3317  lmMst2 - 303*lmMt)*pow2(Mst1) + (101 - 90*lmMst1 + 177*lmMst2 - 87*
3318  lmMt)*pow2(Mst2)) + 9*Mgl*(4*(1 + 6*lmMst1 - 13*lmMst2 + 7*lmMt)*pow2(
3319  Mst1) + (16 + 16*lmMst1 - 35*lmMst2 + 19*lmMt)*pow2(Mst2)))*pow3(Mt) +
3320  6*Mgl*T1ep*pow2(Mst2)*pow3(s2t)*(19*pow2(Mst1)*(pow2(Mst1) + pow2(Mst2)
3321  ) + 6*pow4(Mst2)) - 4*Mgl*s2t*T1ep*pow2(Mt)*(21*pow2(Mst1)*pow2(Mst2) +
3322  53*pow4(Mst1) + 18*pow4(Mst2)) - 243*Mst2*Mt*pow2(s2t)*(40*Dmglst2*(1 -
3323  lmMst1 + lmMst2)*pow2(Mst1)*pow2(Mst2) + Dmglst2*(80 - 43*lmMst1 + 43*
3324  lmMst2)*pow4(Mst1) + (-4 + 9*lmMst1 - 9*lmMst2)*Mgl*pow4(Mst1) - 4*
3325  Dmglst2*(2 + 5*lmMst1 - 5*lmMst2)*pow4(Mst2) + 2*Mgl*((1 + 8*lmMst1 -
3326  8*lmMst2)*pow2(Mst1)*pow2(Mst2) + (5 + 4*lmMst1 - 4*lmMst2)*pow4(Mst2))
3327  )) + 3*pow2(Mst2)*pow3(s2t)*(3087000*Dmglst2*(9*(55 - 34*lmMst1 + 34*
3328  lmMst2)*pow2(Mst2)*pow4(Mst1) - 36*(5 + 2*lmMst1 - 2*lmMst2)*pow2(Mst1)
3329  *pow4(Mst2) + (419 - 57*lmMst1 + 57*lmMst2)*pow6(Mst1) - 108*pow6(Mst2)
3330  ) + Mgl*(1715*(192439 - 30400*OepS2 - 837000*S2 - 180*lmMst2*(857 +
3331  3420*S2) + 180*lmMst1*(677 + 180*lmMst2 + 3420*S2) - 16200*(pow2(
3332  lmMst1) + pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 128625*(8555 - 128*
3333  OepS2 - 57024*S2 - 72*lmMst2*(29 + 36*S2) + 72*lmMst1*(29 - 12*lmMst2 +
3334  36*S2) + 864*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) - 2*(55313478 +
3335  26068000*OepS2 + 563377500*S2 + 315*lmMst2*(-423553 + 1675800*S2) -
3336  315*lmMst1*(-423553 + 166320*lmMst2 + 1675800*S2) + 26195400*(pow2(
3337  lmMst1) + pow2(lmMst2)))*pow6(Mst1) + 27783000*(1 + 2*lmMst2)*pow6(
3338  Mst2))) + 4*s2t*pow2(Mt)*(27783000*Dmglst2*pow2(Mst2)*(82*pow2(Mst1)*
3339  pow2(Mst2) + (195 - 6*lmMst1 + 6*lmMst2)*pow4(Mst1) + 36*pow4(Mst2)) -
3340  Mgl*(5145*(279089 - 5600*OepS2 + 1260*lmMst2*(29 - 90*S2) + 812700*S2 +
3341  180*lmMst1*(-203 + 90*lmMst2 + 630*S2) - 8100*(pow2(lmMst1) + pow2(
3342  lmMst2)))*pow2(Mst2)*pow4(Mst1) + 385875*(3655 - 64*OepS2 + 8424*S2 +
3343  144*lmMst1*(1 + 9*S2) - 144*lmMst2*(4 + 9*S2))*pow2(Mst1)*pow4(Mst2) +
3344  (1094369501 - 72716000*OepS2 + 2520*lmMst2*(235453 - 584325*S2) +
3345  5940931500*S2 + 2520*lmMst1*(-235453 + 114345*lmMst2 + 584325*S2) -
3346  144074700*(pow2(lmMst1) + pow2(lmMst2)))*pow6(Mst1) + 83349000*(1 + 2*
3347  lmMst2)*pow6(Mst2)))) - (10*Mt*s2t*(-411600*Mt*pow2(MuSUSY)*(648*
3348  Dmglst2*Mst2*Mt*pow2(Mst1)*((8 - 15*lmMst1 + 15*lmMst2)*pow2(Mst1) + (-
3349  2 - 5*lmMst1 + 5*lmMst2)*pow2(Mst2)) + Mgl*(9*(36*(5 + 4*lmMst1 - 4*
3350  lmMst2)*Mt - Mst2*s2t*(9*(-1 + 2*lmMst1 - 2*lmMst2)*(-2 + lmMst2)*
3351  shiftst1 + 4*T1ep))*pow2(Mst1)*pow3(Mst2) + 6*Mst2*(108*(1 + 3*lmMst1 -
3352  3*lmMst2)*Mt + Mst2*s2t*(-54*lmMst2*shiftst1 - 25*T1ep + 27*shiftst1*(-
3353  (lmMst1*(-2 + lmMst2)) + pow2(lmMst2))))*pow4(Mst1) - s2t*(81*(lmMst1 -
3354  lmMst2)*(-3 + 2*lmMst2)*shiftst1 + 442*T1ep)*pow6(Mst1) + 81*(-2 +
3355  lmMst2)*s2t*shiftst1*pow6(Mst2))) + s2t*(-694575*pow2(Mst2)*pow2(Sbeta)
3356  *(-6*(11 + 39*lmMst1 - 39*lmMst2)*Mgl*Mst2*s2t*(-1 + pow2(Sbeta)) + (
3357  Dmglst2*(4324 - 660*lmMst1 + 660*lmMst2) + 3*(-167 + 5*lmMst1 - 5*
3358  lmMst2)*Mgl)*Mt*pow2(Sbeta))*pow6(Mst1) + Mt*(694575*(Dmglst2*(4324 -
3359  660*lmMst1 + 660*lmMst2) + 3*(-167 + 5*lmMst1 - 5*lmMst2)*Mgl)*pow2(
3360  Mst2)*pow2(Sbeta)*pow6(Mst1) + pow2(MuSUSY)*(16669800*Dmglst2*pow2(
3361  Mst2)*(-8*(4 + lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + (23 - 42*lmMst1
3362  + 42*lmMst2)*pow4(Mst1) - 12*pow4(Mst2)) + Mgl*(-4116*(45*lmMst1*(-1547
3363  + 180*lmMst2 - 4500*S2) + 45*lmMst2*(1547 + 4500*S2) + 2*(-106283 +
3364  5000*OepS2 + 639225*S2) + 4050*pow2(lmMst1) - 12150*pow2(lmMst2))*pow2(
3365  Mst2)*pow4(Mst1) + 77175*(8771 - 128*OepS2 - 57024*S2 - 72*lmMst2*(23 +
3366  36*S2) + 72*lmMst1*(29 - 12*lmMst2 + 36*S2) + 864*pow2(lmMst2))*pow2(
3367  Mst1)*pow4(Mst2) + 2*(593331163 - 60642400*OepS2 + 1260*lmMst2*(8263 -
3368  974610*S2) + 1143733500*S2 + 1260*lmMst1*(-8263 + 71820*lmMst2 +
3369  974610*S2) - 61916400*pow2(lmMst1) - 28576800*pow2(lmMst2))*pow6(Mst1)
3370  + 16669800*(1 + 2*lmMst2)*pow6(Mst2)))))))/Tbeta)))/(5.00094e7*pow2(
3371  Mgl)*pow2(Mst1)*pow4(Msq)*pow4(Mst2)) + ((Mt*((15*(8*MuSUSY*z4*(
3372  Dmglst2*Mst2*(Mgl*((-16*s2t*(659*MuSUSY + 6813*Mst2*Tbeta)*pow2(Mt) -
3373  2*Mst2*Mt*(45308*MuSUSY + 15189*Mst2*Tbeta)*pow2(s2t) + 228304*Tbeta*
3374  pow3(Mt) + 25328*Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 27*pow3(Mst2)
3375  *(-4*(Mst2*s2t*(271*MuSUSY - 216*Mst2*Tbeta) + Mt*(216*MuSUSY + 253*
3376  Mst2*Tbeta))*pow2(Mt) + Mt*(-848*MuSUSY + 813*Mst2*Tbeta)*pow2(Mst2)*
3377  pow2(s2t) + 424*Tbeta*pow3(s2t)*pow4(Mst2)) + 9*Mst2*pow2(Mst1)*(8*
3378  Mst2*s2t*(-709*MuSUSY + 24*Mst2*Tbeta)*pow2(Mt) + 15*Mt*(-296*MuSUSY +
3379  121*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) - 96*(47*MuSUSY - 26*Mst2*Tbeta)*
3380  pow3(Mt) + 948*Tbeta*pow3(s2t)*pow4(Mst2))) + Dmglst2*xDmglst2*((-16*
3381  s2t*(659*MuSUSY + 6813*Mst2*Tbeta)*pow2(Mt) - 2*Mst2*Mt*(45308*MuSUSY +
3382  15189*Mst2*Tbeta)*pow2(s2t) + 228304*Tbeta*pow3(Mt) + 25328*Tbeta*pow3(
3383  Mst2)*pow3(s2t))*pow4(Mst1) + 9*pow3(Mst2)*(-4*(Mst2*s2t*(1249*MuSUSY -
3384  846*Mst2*Tbeta) + Mt*(972*MuSUSY + 871*Mst2*Tbeta))*pow2(Mt) + Mt*(-
3385  8888*MuSUSY + 3747*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 4444*Tbeta*pow3(
3386  s2t)*pow4(Mst2)) + 3*Mst2*pow2(Mst1)*(-16*(Mst2*s2t*(3086*MuSUSY + 261*
3387  Mst2*Tbeta) + Mt*(1353*MuSUSY + 1730*Mst2*Tbeta))*pow2(Mt) + Mt*(-
3388  43276*MuSUSY + 25791*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 8306*Tbeta*
3389  pow3(s2t)*pow4(Mst2))))*pow8(Msq) + 3*pow2(Mgl)*(20*Dmsqst2*s2t*pow2(
3390  Mst2)*(pow2(Mst1)*(9*pow2(Mst2)*(-2*Mt*MuSUSY*s2t - 6*Tbeta*pow2(Mt) +
3391  Tbeta*pow2(Mst2)*pow2(s2t)) + pow2(Mst1)*(442*Mt*MuSUSY*s2t + 106*
3392  Tbeta*pow2(Mt) + 37*Tbeta*pow2(Mst2)*pow2(s2t)))*pow3(Dmsqst2) + pow6(
3393  Msq)*(18*pow2(Mst1)*pow2(Mst2)*(13*Mt*MuSUSY*s2t + 5*Tbeta*pow2(Mt) -
3394  5*Tbeta*pow2(Mst2)*pow2(s2t)) + 2*(221*Mt*MuSUSY*s2t + 53*Tbeta*pow2(
3395  Mt) - 52*Tbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 54*Mt*(MuSUSY*s2t +
3396  Mt*Tbeta)*pow4(Mst2) - 27*Tbeta*pow2(s2t)*pow6(Mst2)) + Dmsqst2*
3397  xDmsqst2*pow4(Msq)*(3*pow2(Mst1)*pow2(Mst2)*(50*Mt*MuSUSY*s2t + 14*
3398  Tbeta*pow2(Mt) - 19*Tbeta*pow2(Mst2)*pow2(s2t)) + (442*Mt*MuSUSY*s2t +
3399  106*Tbeta*pow2(Mt) - 57*Tbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 36*Mt*
3400  (MuSUSY*s2t + Mt*Tbeta)*pow4(Mst2) - 18*Tbeta*pow2(s2t)*pow6(Mst2))) -
3401  (27*pow4(Mst2)*(2*Mst2*s2t*(170*MuSUSY - 101*Mst2*Tbeta)*pow2(Mt) - 5*
3402  Mt*(16*MuSUSY + 51*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 4*(36*MuSUSY +
3403  103*Mst2*Tbeta)*pow3(Mt) + 40*Tbeta*pow3(s2t)*pow4(Mst2)) + 3*pow2(
3404  Mst1)*pow2(Mst2)*(10*Mst2*s2t*(908*MuSUSY - 347*Mst2*Tbeta)*pow2(Mt) -
3405  Mt*(4552*MuSUSY + 4515*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 16*(225*
3406  MuSUSY + 326*Mst2*Tbeta)*pow3(Mt) + 1916*Tbeta*pow3(s2t)*pow4(Mst2)) +
3407  pow4(Mst1)*(4*Mst2*s2t*(11764*MuSUSY - 6031*Mst2*Tbeta)*pow2(Mt) - 2*
3408  Mt*(13723*MuSUSY + 7431*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 8*(3093*
3409  MuSUSY + 3326*Mst2*Tbeta)*pow3(Mt) + 6895*Tbeta*pow3(s2t)*pow4(Mst2)))*
3410  pow8(Msq))) - z3*(3*pow2(Mgl)*(5*xDmsqst2*pow2(Dmsqst2)*pow2(Mst2)*
3411  pow4(Msq)*(9*MuSUSY*pow3(Mst2)*(4*s2t*(4032*MuSUSY + 1091*Mst2*Tbeta)*
3412  pow2(Mt) - 2*Mst2*Mt*(5507*MuSUSY + 6048*Mst2*Tbeta)*pow2(s2t) - 13824*
3413  Tbeta*pow3(Mt) + 5507*Tbeta*pow3(Mst2)*pow3(s2t)) + 3*Mst2*MuSUSY*pow2(
3414  Mst1)*(64*s2t*(1512*MuSUSY + 247*Mst2*Tbeta)*pow2(Mt) - 32*Mst2*Mt*(
3415  1783*MuSUSY + 1620*Mst2*Tbeta)*pow2(s2t) - 55296*Tbeta*pow3(Mt) +
3416  12007*Tbeta*pow3(Mst2)*pow3(s2t)) + 16*s2t*(3860*MuSUSY*Tbeta*pow2(Mt)
3417  + 6*pow2(Mst2)*pow2(s2t)*(263*MuSUSY*Tbeta - 135*Mst2*(-1 + pow2(Sbeta)
3418  )*pow2(Sbeta)) + Mt*s2t*(-7776*Mst2*MuSUSY*Tbeta + 3542*pow2(MuSUSY) +
3419  243*pow2(Mst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)))*pow4(Mst1)) + 5*pow2(
3420  Mst2)*pow4(Dmsqst2)*(27*MuSUSY*pow3(Mst2)*((6912*MuSUSY*s2t + 652*Mst2*
3421  s2t*Tbeta)*pow2(Mt) - 2*Mst2*Mt*(4771*MuSUSY + 2592*Mst2*Tbeta)*pow2(
3422  s2t) - 7680*Tbeta*pow3(Mt) + 4771*Tbeta*pow3(Mst2)*pow3(s2t)) + 9*Mst2*
3423  MuSUSY*pow2(Mst1)*(576*s2t*(56*MuSUSY + 5*Mst2*Tbeta)*pow2(Mt) - 32*
3424  Mst2*Mt*(1853*MuSUSY + 756*Mst2*Tbeta)*pow2(s2t) - 18432*Tbeta*pow3(Mt)
3425  + 15335*Tbeta*pow3(Mst2)*pow3(s2t)) + 16*s2t*(3860*MuSUSY*Tbeta*pow2(
3426  Mt) + 2*pow2(Mst2)*pow2(s2t)*(3823*MuSUSY*Tbeta - 1215*Mst2*(-1 + pow2(
3427  Sbeta))*pow2(Sbeta)) + Mt*s2t*(-7776*Mst2*MuSUSY*Tbeta + 3542*pow2(
3428  MuSUSY) + 729*pow2(Mst2)*(-1 + pow2(Sbeta))*pow2(Sbeta)))*pow4(Mst1)) -
3429  80*Dmsqst2*MuSUSY*pow2(Mst2)*(-27*pow3(Mst2)*(4*s2t*(72*MuSUSY + 29*
3430  Mst2*Tbeta)*pow2(Mt) - 2*Mst2*Mt*(23*MuSUSY + 108*Mst2*Tbeta)*pow2(s2t)
3431  - 192*Tbeta*pow3(Mt) + 23*Tbeta*pow3(Mst2)*pow3(s2t)) + 18*Mst2*pow2(
3432  Mst1)*(-2*s2t*(504*MuSUSY + 101*Mst2*Tbeta)*pow2(Mt) + Mst2*Mt*(-35*
3433  MuSUSY + 432*Mst2*Tbeta)*pow2(s2t) + 576*Tbeta*pow3(Mt) + 52*Tbeta*
3434  pow3(Mst2)*pow3(s2t)) + 2*s2t*(-1771*Mt*MuSUSY*s2t + 3888*Mst2*Mt*s2t*
3435  Tbeta - 1930*Tbeta*pow2(Mt) + 728*Tbeta*pow2(Mst2)*pow2(s2t))*pow4(
3436  Mst1))*pow6(Msq) + 8*MuSUSY*(2*pow4(Mst1)*(2*Mst2*s2t*(99632*MuSUSY +
3437  13543*Mst2*Tbeta)*pow2(Mt) - 4*Mt*((-91963 - 162*lmMst1 + 162*lmMst2)*
3438  MuSUSY + 4431*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + (9012*MuSUSY - 428288*
3439  Mst2*Tbeta)*pow3(Mt) - 76769*Tbeta*pow3(s2t)*pow4(Mst2)) - 3*pow2(Mst1)
3440  *pow2(Mst2)*(2*Mst2*s2t*(-58544*MuSUSY + 1859*Mst2*Tbeta)*pow2(Mt) +
3441  Mt*(-4*(35719 + 108*lmMst1 - 108*lmMst2)*MuSUSY + 34131*Mst2*Tbeta)*
3442  pow2(Mst2)*pow2(s2t) - 16*(981*MuSUSY - 8219*Mst2*Tbeta)*pow3(Mt) + 4*(
3443  11924 + 27*lmMst1 - 27*lmMst2)*Tbeta*pow3(s2t)*pow4(Mst2)) - 9*pow4(
3444  Mst2)*(-2*Mst2*s2t*(11930*MuSUSY + 9*(-77 + 8*lmMst1 - 8*lmMst2)*Mst2*
3445  Tbeta)*pow2(Mt) + 3*Mt*(-4*(1319 + 6*lmMst1 - 6*lmMst2)*MuSUSY + 5965*
3446  Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) - 4*(920*MuSUSY - 2883*Mst2*Tbeta)*
3447  pow3(Mt) + 6*(1319 + 6*lmMst1 - 6*lmMst2)*Tbeta*pow3(s2t)*pow4(Mst2)))*
3448  pow8(Msq)) + 4*Dmglst2*Mst2*(2*Mgl*(9720*Dmsqst2*pow2(Mst2)*(MuSUSY*
3449  pow2(Mst1)*(-40*MuSUSY*s2t*pow2(Mt) + 8*Mst2*Mt*(2*MuSUSY + 3*Mst2*
3450  Tbeta)*pow2(s2t) + 160*Tbeta*pow3(Mt) - 5*Tbeta*pow3(Mst2)*pow3(s2t)) +
3451  MuSUSY*pow2(Mst2)*(-8*MuSUSY*s2t*pow2(Mt) + 6*Mst2*Mt*(MuSUSY + Mst2*
3452  Tbeta)*pow2(s2t) + 48*Tbeta*pow3(Mt) - 3*Tbeta*pow3(Mst2)*pow3(s2t)) +
3453  Mt*pow2(s2t)*(24*MuSUSY*Tbeta - 5*Mst2*(-1 + pow2(Sbeta))*pow2(Sbeta))*
3454  pow4(Mst1))*(pow3(Dmsqst2) + Dmsqst2*xDmsqst2*pow4(Msq) + pow6(Msq)) +
3455  MuSUSY*(4*(4*s2t*(395581*MuSUSY + 12627*Mst2*Tbeta)*pow2(Mt) + Mst2*Mt*
3456  (706232*MuSUSY - 546087*Mst2*Tbeta)*pow2(s2t) + 1668964*Tbeta*pow3(Mt)
3457  - 89947*Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1) - 27*pow3(Mst2)*(-4*
3458  Mst2*s2t*(15137*MuSUSY + 878*Mst2*Tbeta)*pow2(Mt) + Mt*(-35230*MuSUSY +
3459  45411*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 4*(664*MuSUSY - 9*Mst2*Tbeta)*
3460  pow3(Mt) + 17615*Tbeta*pow3(s2t)*pow4(Mst2)) - 9*Mst2*pow2(Mst1)*(-32*
3461  Mst2*s2t*(11864*MuSUSY + 885*Mst2*Tbeta)*pow2(Mt) + 3*Mt*(-77976*MuSUSY
3462  + 49501*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 2400*(5*MuSUSY - 67*Mst2*
3463  Tbeta)*pow3(Mt) + 64119*Tbeta*pow3(s2t)*pow4(Mst2)))*pow8(Msq)) +
3464  Dmglst2*xDmglst2*(19440*Dmsqst2*pow2(Mst2)*(MuSUSY*pow2(Mst1)*(-40*
3465  MuSUSY*s2t*pow2(Mt) + 8*Mst2*Mt*(2*MuSUSY + 3*Mst2*Tbeta)*pow2(s2t) +
3466  160*Tbeta*pow3(Mt) - 5*Tbeta*pow3(Mst2)*pow3(s2t)) + MuSUSY*pow2(Mst2)*
3467  (-8*MuSUSY*s2t*pow2(Mt) + 6*Mst2*Mt*(MuSUSY + Mst2*Tbeta)*pow2(s2t) +
3468  48*Tbeta*pow3(Mt) - 3*Tbeta*pow3(Mst2)*pow3(s2t)) + Mt*pow2(s2t)*(24*
3469  MuSUSY*Tbeta - 5*Mst2*(-1 + pow2(Sbeta))*pow2(Sbeta))*pow4(Mst1))*(
3470  pow3(Dmsqst2) + Dmsqst2*xDmsqst2*pow4(Msq) + pow6(Msq)) + MuSUSY*(8*(4*
3471  s2t*(395581*MuSUSY + 12627*Mst2*Tbeta)*pow2(Mt) + Mst2*Mt*(706232*
3472  MuSUSY - 546087*Mst2*Tbeta)*pow2(s2t) + 1668964*Tbeta*pow3(Mt) - 89947*
3473  Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1) - 9*pow3(Mst2)*(-2*Mst2*Mt*s2t*(
3474  Mst2*s2t*(228607*MuSUSY - 332871*Mst2*Tbeta) + Mt*(443828*MuSUSY +
3475  177327*Mst2*Tbeta)) + 64*(2985*MuSUSY + 4037*Mst2*Tbeta)*pow3(Mt) +
3476  228607*Tbeta*pow3(s2t)*pow4(Mst2)) - 3*Mst2*pow2(Mst1)*(-32*Mst2*s2t*(
3477  152143*MuSUSY + 28116*Mst2*Tbeta)*pow2(Mt) + 2*Mt*(-1618352*MuSUSY +
3478  827103*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 8*(163668*MuSUSY + 221681*
3479  Mst2*Tbeta)*pow3(Mt) + 932531*Tbeta*pow3(s2t)*pow4(Mst2)))*pow8(Msq))))
3480  ))/(pow2(Mgl)*pow8(Msq)) - 4*Mt*pow2(MuSUSY)*((90*pow2(Mt)*(12*Dmglst2*
3481  pow2(Mst2)*(pow2(Mst1)*(28405 - 288*B4 + 288*D3 - 144*DN + 5472*lmMst1
3482  - 288*(-89 + 2*lmMst1)*lmMst2 + 576*(-2 + lmMst1 - lmMst2)*lmMt + 224*
3483  OepS2 - 324*(65 + 14*lmMst1 - 14*lmMst2)*S2 - 576*(-9 + 8*lmMst1)*pow2(
3484  lmMst2) + 4608*pow3(lmMst2)) + 72*pow2(Mst2)*(180 - 2*B4 + 2*D3 - DN +
3485  144*lmMst2 - 216*S2 - 16*(-2 + lmMst1)*pow2(lmMst2) + 16*(lmMst1 +
3486  pow3(lmMst2)))) + Mgl*(18*pow2(Mst1)*pow2(Mst2)*(10667 - 96*B4 + 96*D3
3487  - 48*DN - 3072*lmMst1 - 384*(-25 + 9*lmMst1)*lmMst2 - 384*lmMst1*lmMt +
3488  384*(1 + lmMst2)*lmMt - 224*OepS2 + 324*(-43 + 14*lmMst1 - 14*lmMst2)*
3489  S2 - 384*(-13 + 4*lmMst1)*pow2(lmMst2) + 1536*pow3(lmMst2)) + (383185 -
3490  2592*B4 + 2592*D3 - 1296*DN - 187704*lmMst1 - 17440*OepS2 + 648*(-57 +
3491  545*lmMst1 - 545*lmMst2)*S2 - 7992*pow2(lmMst1) - 216*lmMst2*(-1733 +
3492  630*lmMst1 + 26*pow2(lmMst1)) - 216*(-859 + 246*lmMst1)*pow2(lmMst2) +
3493  3456*lmMt*(3 + 6*lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(
3494  lmMst2)) + 720*pow3(lmMst1) + 58032*pow3(lmMst2))*pow4(Mst1) + 144*(436
3495  - 6*B4 + 6*D3 - 3*DN - 48*lmMst1 + (408 - 96*lmMst1)*lmMst2 + 24*lmMt -
3496  972*S2 - 48*(-4 + lmMst1)*pow2(lmMst2) + 48*pow3(lmMst2))*pow4(Mst2))))
3497  /Mgl - 120*T1ep*((2*Dmglst2*Mst2*(36*Mst2*pow2(Mst1)*(253*Mst2*Mt*s2t +
3498  42*pow2(Mt) - 129*pow2(Mst2)*pow2(s2t)) + 2*s2t*(16421*Mt - 8654*Mst2*
3499  s2t)*pow4(Mst1) + 189*s2t*(5*Mt - 2*Mst2*s2t)*pow4(Mst2)))/Mgl - 3*(6*
3500  pow2(Mst1)*pow2(Mst2)*(272*Mst2*Mt*s2t + 252*pow2(Mt) - 1057*pow2(Mst2)
3501  *pow2(s2t)) + (3764*Mst2*Mt*s2t + 6540*pow2(Mt) - 13237*pow2(Mst2)*
3502  pow2(s2t))*pow4(Mst1) + 54*s2t*(7*Mt - 23*Mst2*s2t)*pow5(Mst2)) + (60*
3503  pow2(Mst2)*pow2(s2t)*(pow4(Dmsqst2)*(-9*pow2(Mst1)*pow2(Mst2) + 221*
3504  pow4(Mst1)) + Dmsqst2*(117*pow2(Mst1)*pow2(Mst2) + 221*pow4(Mst1) + 27*
3505  pow4(Mst2))*pow6(Msq)))/pow8(Msq)) - (14580*pow2(Mst2)*pow2(s2t)*((1 -
3506  2*lmMst2)*shiftst3*(2*(1 - 2*lmMst1 + 2*lmMst2)*pow2(Mst2)*pow4(Mst1) +
3507  2*(1 - lmMst1 + lmMst2)*pow2(Mst1)*pow4(Mst2) + (2 - 6*lmMst1 + 6*
3508  lmMst2)*pow6(Mst1) + pow6(Mst2)) + (10*shiftst1*(pow4(Dmsqst2)*(4*
3509  lmMst1*(-3 + lmMst2)*pow2(Mst2)*pow4(Mst1) + 3*(pow2(Mst1) + pow2(Mst2)
3510  )*pow4(Mst2) + 2*lmMst1*(-3 + 2*lmMst2)*pow2(Mst1)*(pow4(Mst1) + pow4(
3511  Mst2)) - 4*pow2(lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1)
3512  + pow4(Mst2)) + 2*lmMst2*(6*pow2(Mst2)*pow4(Mst1) + 2*pow2(Mst1)*pow4(
3513  Mst2) + 3*pow6(Mst1) - pow6(Mst2))) + ((pow2(Mst1) + pow2(Mst2))*pow4(
3514  Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(
3515  Mst1) + pow4(Mst2)))*(Dmsqst2*(3 - 2*lmMst2)*pow6(Msq) + (1 - 2*lmMst2)
3516  *pow8(Msq))))/pow8(Msq)))/pow2(Mst1) + Mst2*Mt*s2t*(30*(1702429 +
3517  257904*B4 - 648*DN - 748656*lmMst1 + 216*lmMst2*(5971 - 6106*lmMst1 +
3518  576*pow2(lmMst1)) + 41904*(pow2(lmMst1) + (34 - 15*lmMst1)*pow2(lmMst2)
3519  ) - 3456*pow3(lmMst1) - (1458*Dmglst2*(634.115454961134 - (3416*B4)/9.
3520  + (52*DN)/
3521  9. + (111356*lmMst1)/243. + (8*pow2(lmMst1))/9. - (8*lmMst2*(36802 -
3522  11421*lmMst1 + 1728*pow2(lmMst1)))/243. + (344*(-14 + 15*lmMst1)*pow2(
3523  lmMst2))/9. - (64*pow3(lmMst1))/9. - (1528*pow3(lmMst2))/3.))/Mgl +
3524  507600*pow3(lmMst2))*pow4(Mst1) + 43740*pow2(Mst1)*pow2(Mst2)*(
3525  621.9670781893004 + (1016*B4)/9. - (4*DN)/9. - (2476*lmMst1)/9. - (176*
3526  pow2(lmMst1))/9. + (4*lmMst2*(1427 - 1012*lmMst1 + 16*pow2(lmMst1)))/9.
3527  + (8*(642 - 203*lmMst1)*pow2(lmMst2))/9. + (520*pow3(lmMst2))/3. + (
3528  Dmglst2*(248*B4 - 4*DN + (66761 + 898740*lmMst2 + 2160*(11 + 4*lmMst2)*
3529  pow2(lmMst1) + 520560*pow2(lmMst2) - 180*lmMst1*(1141 + 1956*lmMst2 +
3530  1986*pow2(lmMst2)) + 348840*pow3(lmMst2))/1215.) + (160*Dmsqst2*(
3531  Dmglst2*(8 - 15*lmMst1 + 15*lmMst2) + (1 + 3*lmMst1 - 3*lmMst2)*Mgl)*(
3532  pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq)))/Mgl) + (-160*OepS2*(3*Mgl*(
3533  816*pow2(Mst1)*pow2(Mst2) + 1882*pow4(Mst1) + 189*pow4(Mst2)) -
3534  Dmglst2*(9108*pow2(Mst1)*pow2(Mst2) + 32842*pow4(Mst1) + 945*pow4(Mst2)
3535  )) - 108*S2*(Dmglst2*(72*(2489 + 3795*lmMst1 - 3795*lmMst2)*pow2(Mst1)*
3536  pow2(Mst2) + 10*(123113 + 98526*lmMst1 - 98526*lmMst2)*pow4(Mst1) + 81*
3537  (-453 + 350*lmMst1 - 350*lmMst2)*pow4(Mst2)) - 15*Mgl*(36*(169 + 136*
3538  lmMst1 - 136*lmMst2)*pow2(Mst1)*pow2(Mst2) + 2*(9185 + 5646*lmMst1 -
3539  5646*lmMst2)*pow4(Mst1) + 81*(-1 + 14*lmMst1 - 14*lmMst2)*pow4(Mst2)))
3540  + (622080*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)
3541  *pow6(Mst2))/pow2(Mst1) - (27*pow4(Mst2)*(-45*Mgl*(960*(11 + 8*lmMst1 -
3542  8*lmMst2)*pow4(Dmsqst2) + 1920*Dmsqst2*(1 + lmMst1 - lmMst2)*pow6(Msq)
3543  + (9561 + 1760*B4 - 16*DN - 1984*lmMst1 - 256*pow2(lmMst1) - 64*lmMst2*
3544  (-214 + 73*lmMst1 + 4*pow2(lmMst1)) - 32*(-268 + 57*lmMst1)*pow2(
3545  lmMst2) + 2080*pow3(lmMst2))*pow8(Msq)) + Dmglst2*(86400*Dmsqst2*(2 +
3546  5*lmMst1 - 5*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)) - (23917 + 188640*B4 -
3547  3600*DN - 37440*lmMst1 + 11520*pow2(lmMst1) - 2880*lmMst2*(-237 + 55*
3548  lmMst1 + 4*pow2(lmMst1)) - 1440*(-280 + 121*lmMst1)*pow2(lmMst2) +
3549  185760*pow3(lmMst2))*pow8(Msq))))/pow8(Msq))/Mgl))))/(174960.*pow6(
3550  Mst2)) + pow2(s2t)*((-5*Dmsqst2*Mt*pow2(Sbeta)*pow4(Mst1)*((4*Dmglst2*(
3551  1081 - 165*lmMst1 + 165*lmMst2)*Mt*pow2(Sbeta) - 9*Mgl*(2*(11 + 39*
3552  lmMst1 - 39*lmMst2)*Mst2*s2t*(-1 + pow2(Sbeta)) + (167 - 5*lmMst1 + 5*
3553  lmMst2)*Mt*pow2(Sbeta)))*pow3(Dmsqst2) + 4*Dmglst2*(1081 - 165*lmMst1 +
3554  165*lmMst2)*Mt*pow2(Sbeta)*pow6(Msq)))/(36.*Mgl*pow2(Mst2)*pow8(Msq)) +
3555  pow2(Mt)*((-5*pow2(Sbeta)*pow4(Mst1)*(9*(167 - 5*lmMst1 + 5*lmMst2)*
3556  Mgl*pow4(Dmsqst2) + 4*Dmglst2*Dmsqst2*(-1081 + 165*lmMst1 - 165*lmMst2)
3557  *(pow3(Dmsqst2) + pow6(Msq))))/(36.*Mgl*pow2(Mst2)*pow8(Msq)) + pow2(
3558  MuSUSY)*(53.385802469135804 + (40*B4)/9. - (4*D3)/9. + (2*DN)/9. + (
3559  1672*lmMst1)/27. + (53*pow2(lmMst1))/9. - lmMst2*(129.92592592592592 -
3560  72*lmMst1 + (13*pow2(lmMst1))/3.) + (2*(-470 + 147*lmMst1)*pow2(lmMst2)
3561  )/9. + (16*pow3(lmMst1))/9. - (271*pow3(lmMst2))/9. + S2*(921 + 138*
3562  lmMst1 - 138*lmMst2 + (Dmglst2*(3354 - 28*lmMst1 + 28*lmMst2))/Mgl + (
3563  30*Dmsqst2*(-15 + 2*lmMst1 - 2*lmMst2))/pow2(Msq) + (pow4(Mst1)*(583071
3564  + 119133*lmMst1 - 119133*lmMst2 + (8*Dmglst2*(93919 - 12981*lmMst1 +
3565  12981*lmMst2))/Mgl + (390*Dmsqst2*(95 + 102*lmMst1 - 102*lmMst2)*(pow3(
3566  Dmsqst2) + pow6(Msq)))/pow8(Msq)))/(81.*pow4(Mst2)) + (pow2(Mst1)*(
3567  11243 + 2114*lmMst1 - 2114*lmMst2 + (3*Dmglst2*(6952.444444444444 -
3568  344*lmMst1 + 344*lmMst2))/Mgl - (10*((913 + 6*lmMst1 - 6*lmMst2)*pow4(
3569  Dmsqst2) + Dmsqst2*(17 - 78*lmMst1 + 78*lmMst2)*pow6(Msq)))/pow8(Msq)))
3570  /(3.*pow2(Mst2)) - (1740*pow4(Dmsqst2))/pow8(Msq)) + (pow2(Mst1)*(
3571  434.270658436214 + (76*B4)/9. - (2*DN)/9. + (69088*lmMst1)/405. - (
3572  1313*pow2(lmMst1))/27. - (4*lmMst2*(16192 - 26430*lmMst1 + 3465*pow2(
3573  lmMst1)))/405. + ((-5735 + 3072*lmMst1)*pow2(lmMst2))/27. + (Dmsqst2*(
3574  201.74098765432097 + (622*lmMst1)/15. + (2*(-311 + 10*lmMst1)*lmMst2)/
3575  15. + (Dmglst2*(76.66666666666667 - 140*lmMst1 + 140*lmMst2))/Mgl - (
3576  22*pow2(lmMst1))/3. + 6*pow2(lmMst2)))/pow2(Msq) - (62*pow3(lmMst1))/
3577  27. - (2086*pow3(lmMst2))/27. - (2*Dmglst2*(2695042 - 40500*B4 + 54000*
3578  D3 - 33750*DN - 326895*lmMst1 - 324900*pow2(lmMst1) + 15*lmMst2*(-19607
3579  - 129030*lmMst1 + 62550*pow2(lmMst1)) - 450*(-5023 + 5610*lmMst1)*pow2(
3580  lmMst2) + 11250*pow3(lmMst1) + 1575000*pow3(lmMst2)))/(30375.*Mgl) + ((
3581  121.37234567901234 + (4003*lmMst1)/45. - ((4003 + 1020*lmMst1)*lmMst2)/
3582  45. + (Dmglst2*(76.66666666666667 - 140*lmMst1 + 140*lmMst2))/Mgl + (
3583  14*pow2(lmMst1))/3. + 18*pow2(lmMst2))*pow4(Dmsqst2))/pow8(Msq)))/pow2(
3584  Mst2) + (pow4(Mst1)*(628.1736268201578 + (76*B4)/9. - (2*DN)/9. + (
3585  6317839*lmMst1)/396900. - (66307*pow2(lmMst1))/315. - lmMst2*(
3586  12.52907281431091 - (182909*lmMst1)/315. + (274*pow2(lmMst1))/3.) + (2*
3587  (-58301 + 37135*lmMst1)*pow2(lmMst2))/315. - (44*pow3(lmMst1))/9. - (
3588  1256*pow3(lmMst2))/9. - (Dmglst2*(585.1892843532082 - (8*B4)/3. + (32*
3589  D3)/9. - (20*DN)/9. - (20109937*lmMst1)/297675. - (15886*pow2(lmMst1))/
3590  945. + lmMst2*(17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(
3591  lmMst1))/9.) + (2*(80257 - 138180*lmMst1)*pow2(lmMst2))/945. - (92*
3592  pow3(lmMst1))/27. + (4448*pow3(lmMst2))/27.))/Mgl + (Dmsqst2*(
3593  237.28785508324435 + (16526*lmMst2)/3969. + (2*lmMst1*(-8263 + 71820*
3594  lmMst2))/3969. - (520*pow2(lmMst1))/21. - (80*pow2(lmMst2))/7.)*(pow3(
3595  Dmsqst2) + pow6(Msq)))/pow8(Msq)))/pow4(Mst2) + ((-5*Dmsqst2*(288*
3596  Dmglst2*(4 + lmMst1 - lmMst2) + Mgl*(-1141 + 264*lmMst2 + 48*lmMst1*(-7
3597  + 3*lmMst2) - 144*pow2(lmMst2))))/(54.*pow2(Msq)) + (Dmglst2*(-14267 +
3598  432*B4 - 576*D3 + 360*DN - 4752*lmMst1 + 4536*lmMst2 + 16704*lmMst1*
3599  lmMst2 + 1404*pow2(lmMst1) - 1152*lmMst2*pow2(lmMst1) - 20232*pow2(
3600  lmMst2) + 8856*lmMst1*pow2(lmMst2) - 7704*pow3(lmMst2)))/162. + (16*(1
3601  + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(
3602  Mst1)) - ((5*(576*Dmglst2*(4 + lmMst1 - lmMst2) + Mgl*(-4207 + 600*
3603  lmMst2 + 24*lmMst1*(-31 + 12*lmMst2) - 288*pow2(lmMst2)))*pow4(Dmsqst2)
3604  )/108. + (4*OepS2*(60*Mgl*pow2(Mst1)*(221*pow2(Mst1) - 9*pow2(Mst2))*
3605  pow4(Dmsqst2) + 60*Dmsqst2*Mgl*(117*pow2(Mst1)*pow2(Mst2) + 221*pow4(
3606  Mst1) + 27*pow4(Mst2))*pow6(Msq) + (-4*Dmglst2*(2322*pow2(Mst1)*pow2(
3607  Mst2) + 8654*pow4(Mst1) + 189*pow4(Mst2)) + 3*Mgl*(6342*pow2(Mst1)*
3608  pow2(Mst2) + 13237*pow4(Mst1) + 1242*pow4(Mst2)))*pow8(Msq)))/(2187.*
3609  pow4(Mst2)) + (pow2(Mst2)*(Mgl*(-30*(5 + 2*lmMst2)*pow4(Dmsqst2) + 30*
3610  Dmsqst2*(1 - 2*lmMst2)*pow6(Msq) + (103 + 186*lmMst2 + 32*lmMst1*(1 +
3611  lmMst2) + 91*pow2(lmMst2))*pow8(Msq)) + Dmglst2*(360*pow4(Dmsqst2) +
3612  360*Dmsqst2*pow6(Msq) + 2*(-20 + 198*lmMst2 + 32*lmMst1*lmMst2 + 123*
3613  pow2(lmMst2))*pow8(Msq))))/(9.*pow2(Mst1)))/pow8(Msq))/Mgl))))/Tbeta +
3614  MuSUSY*(pow2(Mt)*pow2(s2t)*(((32*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*
3615  lmMst2 + Mgl + lmMst2*Mgl)*pow3(Mst2))/(3.*pow2(Mst1)) + (Dmglst2*(9*(
3616  36280*OepS2 - 27*(23989 + 27210*lmMst1 - 27210*lmMst2)*S2)*pow2(Mst1)*
3617  pow2(Mst2) + 2*(474680*OepS2 - 27*(525961 + 356010*lmMst1 - 356010*
3618  lmMst2)*S2)*pow4(Mst1) + 27*(1400*OepS2 - 81*(-453 + 350*lmMst1 - 350*
3619  lmMst2)*S2)*pow4(Mst2)) - 15*Mgl*(3*(1672*OepS2 - 81*(685 + 418*lmMst1
3620  - 418*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 2*(4264*OepS2 - 27*(6143 +
3621  3198*lmMst1 - 3198*lmMst2)*S2)*pow4(Mst1) + 27*(56*OepS2 + 81*(1 - 14*
3622  lmMst1 + 14*lmMst2)*S2)*pow4(Mst2)))/(14580.*pow3(Mst2)))/Mgl + Mst2*(
3623  188.52083333333334 + (110*B4)/3. - DN/3. - (124*lmMst1)/3. - (16*pow2(
3624  lmMst1))/3. - (4*lmMst2*(-198 + 73*lmMst1 + 4*pow2(lmMst1)))/3. + (168
3625  - 38*lmMst1)*pow2(lmMst2) + (130*pow3(lmMst2))/3. + ((-40*Dmsqst2*(
3626  Dmglst2*(2 + 5*lmMst1 - 5*lmMst2) + (-1 - lmMst1 + lmMst2)*Mgl))/pow2(
3627  Msq) + Dmglst2*(21.73935185185185 + (262*B4)/3. - (5*DN)/3. - (52*
3628  lmMst1)/3. + (16*pow2(lmMst1))/3. - (4*lmMst2*(-221 + 55*lmMst1 + 4*
3629  pow2(lmMst1)))/3. + (2*(232 - 121*lmMst1)*pow2(lmMst2))/3. + 86*pow3(
3630  lmMst2)) - (20*(2*Dmglst2*(2 + 5*lmMst1 - 5*lmMst2) + (-11 - 8*lmMst1 +
3631  8*lmMst2)*Mgl)*pow4(Dmsqst2))/pow8(Msq))/Mgl) + (pow4(Mst1)*(
3632  409.2597736625514 + 48*B4 - (1609*lmMst1)/9. + (326*pow2(lmMst1))/9. +
3633  (2*lmMst2*(845 - 1535*lmMst1 + 264*pow2(lmMst1)))/9. + (
3634  304.8888888888889 - 188*lmMst1)*pow2(lmMst2) - (16*pow3(lmMst1))/9. + (
3635  1180*pow3(lmMst2))/9. + (-(Dmglst2*(516.797085048011 - (296*B4)/3. + (
3636  4*DN)/3. + (17570*lmMst1)/81. + (46*pow2(lmMst1))/3. - (lmMst2*(28667 -
3637  5238*lmMst1 + 3024*pow2(lmMst1)))/81. + (4*(-60 + 157*lmMst1)*pow2(
3638  lmMst2))/3. - (16*pow3(lmMst1))/3. - (500*pow3(lmMst2))/3.)) + (10*
3639  Dmsqst2*(Dmglst2*(80 - 43*lmMst1 + 43*lmMst2) + (-4 + 9*lmMst1 - 9*
3640  lmMst2)*Mgl)*(pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq))/Mgl))/pow3(Mst2) +
3641  (pow2(Mst1)*(267.2878086419753 + 48*B4 - 165*lmMst1 - (28*pow2(lmMst1))
3642  /3. + (lmMst2*(571 - 720*lmMst1 + 32*pow2(lmMst1)))/3. + (4*(187 - 73*
3643  lmMst1)*pow2(lmMst2))/3. + (80*Dmsqst2*(Dmglst2*(5 - 5*lmMst1 + 5*
3644  lmMst2) + (lmMst1 - lmMst2)*Mgl))/(Mgl*pow2(Msq)) + (260*pow3(lmMst2))/
3645  3. + (Dmglst2*(30.137808641975308 + (296*B4)/3. - (4*DN)/3. - (985*
3646  lmMst1)/9. + (28*pow2(lmMst1))/3. + (lmMst2*(2149 - 1296*lmMst1 + 96*
3647  pow2(lmMst1)))/9. + (134.66666666666666 - 140*lmMst1)*pow2(lmMst2) + (
3648  388*pow3(lmMst2))/3.))/Mgl + (20*(3 + 16*lmMst1 - 16*lmMst2 + (20*
3649  Dmglst2*(1 - lmMst1 + lmMst2))/Mgl)*pow4(Dmsqst2))/pow8(Msq)))/Mst2) -
3650  ((2*(-1 + 2*lmMst2)*s2t*shiftst3*pow2(Mst2)*pow3(Mt))/3. + (5*Mt*
3651  shiftst1*pow3(s2t)*pow4(Mst2)*(1 - 2*lmMst2 + (Dmsqst2*(3 - 2*lmMst2)*(
3652  pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/3.)/pow2(Mst1) + (Mt*pow2(z2)*(
3653  Mst2*xDmglst2*pow2(Dmglst2)*(2*(4*s2t*(86405*MuSUSY - 16542*Mst2*Tbeta)
3654  *pow2(Mt) - Mst2*Mt*(42392*MuSUSY + 105585*Mst2*Tbeta)*pow2(s2t) +
3655  129704*Tbeta*pow3(Mt) + 12664*Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1) +
3656  9*((41444*MuSUSY*s2t - 504*Mst2*s2t*Tbeta)*pow2(Mt) - Mst2*Mt*(2732*
3657  MuSUSY + 31083*Mst2*Tbeta)*pow2(s2t) - 28*Tbeta*pow3(Mt) + 1366*Tbeta*
3658  pow3(Mst2)*pow3(s2t))*pow4(Mst2) + 3*Mst2*pow2(Mst1)*(-8*Mst2*s2t*(-
3659  29549*MuSUSY + 1980*Mst2*Tbeta)*pow2(Mt) - 13*Mt*(712*MuSUSY + 6465*
3660  Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 16*(105*MuSUSY - 1082*Mst2*Tbeta)*
3661  pow3(Mt) + 530*Tbeta*pow3(s2t)*pow4(Mst2)))*pow8(Msq) + Dmglst2*Mgl*
3662  Mst2*(2*(4*s2t*(86405*MuSUSY - 16542*Mst2*Tbeta)*pow2(Mt) - Mst2*Mt*(
3663  42392*MuSUSY + 105585*Mst2*Tbeta)*pow2(s2t) + 129704*Tbeta*pow3(Mt) +
3664  12664*Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 27*(7052*MuSUSY*s2t*
3665  pow2(Mt) - Mst2*Mt*(632*MuSUSY + 5289*Mst2*Tbeta)*pow2(s2t) + 140*
3666  Tbeta*pow3(Mt) + 316*Tbeta*pow3(Mst2)*pow3(s2t))*pow4(Mst2) + 9*Mst2*
3667  pow2(Mst1)*(-80*Mst2*s2t*(-569*MuSUSY + 30*Mst2*Tbeta)*pow2(Mt) - 3*Mt*
3668  (1264*MuSUSY + 6091*Mst2*Tbeta)*pow2(Mst2)*pow2(s2t) + 96*(7*MuSUSY +
3669  62*Mst2*Tbeta)*pow3(Mt) + 948*Tbeta*pow3(s2t)*pow4(Mst2)))*pow8(Msq) -
3670  3*pow2(Mgl)*(-20*s2t*pow2(Mst1)*pow2(Mst2)*(9*pow2(Mst2)*(-2*Mt*MuSUSY*
3671  s2t - 6*Tbeta*pow2(Mt) + Tbeta*pow2(Mst2)*pow2(s2t)) + pow2(Mst1)*(442*
3672  Mt*MuSUSY*s2t + 106*Tbeta*pow2(Mt) + 37*Tbeta*pow2(Mst2)*pow2(s2t)))*
3673  pow4(Dmsqst2) + 20*s2t*xDmsqst2*pow2(Dmsqst2)*pow2(Mst2)*pow4(Msq)*(3*
3674  pow2(Mst1)*pow2(Mst2)*(-50*Mt*MuSUSY*s2t - 14*Tbeta*pow2(Mt) + 19*
3675  Tbeta*pow2(Mst2)*pow2(s2t)) + (-442*Mt*MuSUSY*s2t - 106*Tbeta*pow2(Mt)
3676  + 57*Tbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 18*(-2*Mt*MuSUSY*s2t - 2*
3677  Tbeta*pow2(Mt) + Tbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst2)) + 20*Dmsqst2*
3678  s2t*pow2(Mst2)*(18*pow2(Mst1)*pow2(Mst2)*(-13*Mt*MuSUSY*s2t - 5*Tbeta*
3679  pow2(Mt) + 5*Tbeta*pow2(Mst2)*pow2(s2t)) - 2*(221*Mt*MuSUSY*s2t + 53*
3680  Tbeta*pow2(Mt) - 52*Tbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst1) + 27*(-2*Mt*
3681  MuSUSY*s2t - 2*Tbeta*pow2(Mt) + Tbeta*pow2(Mst2)*pow2(s2t))*pow4(Mst2))
3682  *pow6(Msq) + (3*pow2(Mst1)*pow2(Mst2)*(-2*Mst2*s2t*(6368*MuSUSY + 1735*
3683  Mst2*Tbeta)*pow2(Mt) + Mt*(-3364*MuSUSY + 4557*Mst2*Tbeta)*pow2(Mst2)*
3684  pow2(s2t) + 16*(63*MuSUSY + 110*Mst2*Tbeta)*pow3(Mt) + 1700*Tbeta*pow3(
3685  s2t)*pow4(Mst2)) + pow4(Mst1)*(-4*Mst2*s2t*(13670*MuSUSY + 6031*Mst2*
3686  Tbeta)*pow2(Mt) + 2*Mt*(-11941*MuSUSY + 6177*Mst2*Tbeta)*pow2(Mst2)*
3687  pow2(s2t) + 40*(327*MuSUSY + 406*Mst2*Tbeta)*pow3(Mt) + 6895*Tbeta*
3688  pow3(s2t)*pow4(Mst2)) - 27*(2*s2t*(370*MuSUSY + 53*Mst2*Tbeta)*pow2(Mt)
3689  - Mst2*Mt*(4*MuSUSY + 555*Mst2*Tbeta)*pow2(s2t) - 28*Tbeta*pow3(Mt) +
3690  2*Tbeta*pow3(Mst2)*pow3(s2t))*pow5(Mst2))*pow8(Msq))))/(972.*Tbeta*
3691  pow2(Mgl)*pow6(Mst2)*pow8(Msq)) + (Mt*(60*T1ep*(-3*Mgl*(3*pow2(Mst1)*
3692  pow2(Mst2)*(-3470*Mst2*s2t*pow2(Mt) - 627*Mt*pow2(Mst2)*pow2(s2t) +
3693  1760*pow3(Mt) + 1700*pow3(Mst2)*pow3(s2t)) + (-24124*Mst2*s2t*pow2(Mt)
3694  - 3198*Mt*pow2(Mst2)*pow2(s2t) + 16240*pow3(Mt) + 6895*pow3(Mst2)*pow3(
3695  s2t))*pow4(Mst1) + 27*(-106*Mst2*s2t*pow2(Mt) - 21*Mt*pow2(Mst2)*pow2(
3696  s2t) + 28*pow3(Mt) + 46*pow3(Mst2)*pow3(s2t))*pow4(Mst2)) - (60*
3697  Dmsqst2*Mgl*Mst2*s2t*(-2*(53*pow2(Mt) - 52*pow2(Mst2)*pow2(s2t))*pow4(
3698  Mst1) + 27*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow4(Mst2) + 90*pow2(
3699  Mst1)*(-(pow2(Mst2)*pow2(Mt)) + pow2(s2t)*pow4(Mst2))))/pow2(Msq) +
3700  Dmglst2*(27*pow2(Mst1)*pow2(Mst2)*(-800*Mst2*s2t*pow2(Mt) - 907*Mt*
3701  pow2(Mst2)*pow2(s2t) + 1984*pow3(Mt) + 316*pow3(Mst2)*pow3(s2t)) + 2*(-
3702  66168*Mst2*s2t*pow2(Mt) - 35601*Mt*pow2(Mst2)*pow2(s2t) + 129704*pow3(
3703  Mt) + 12664*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 189*(20*pow3(Mt)*pow4(
3704  Mst2) - 15*Mt*pow2(s2t)*pow6(Mst2) + 4*pow3(s2t)*pow7(Mst2))) + (60*
3705  Mgl*Mst2*s2t*pow2(Mst1)*(9*pow2(Mst2)*(-6*pow2(Mt) + pow2(Mst2)*pow2(
3706  s2t)) + pow2(Mst1)*(106*pow2(Mt) + 37*pow2(Mst2)*pow2(s2t)))*pow4(
3707  Dmsqst2))/pow8(Msq)) + pow3(Mt)*(20*(Dmglst2*(5659217 + 1592460*lmMt -
3708  972*(569 + 180*lmMst2 - 126*lmMt)*pow2(lmMst1) + 324*(5353 + 126*lmMt)*
3709  pow2(lmMst2) + 36*lmMst2*(39031 + 3204*lmMt - 5184*pow2(lmMt)) - 72*
3710  lmMst1*(27653 + 3015*lmMt + 18*lmMst2*(689 + 126*lmMt) - 2160*pow2(
3711  lmMst2) - 2592*pow2(lmMt)) - 186624*pow2(lmMt) + 1944*pow3(lmMst1) +
3712  17496*pow3(lmMst2)) - 3*Mgl*(678923 + 19440*lmMt + 540*(661 - 30*lmMt)*
3713  pow2(lmMst2) - 15552*pow2(lmMt) - 108*((457 - 12*lmMst2 - 126*lmMt)*
3714  pow2(lmMst1) + lmMst1*(1841 + lmMst2*(2626 - 24*lmMt) - 420*lmMt + 840*
3715  pow2(lmMst2) - 288*pow2(lmMt)) + lmMst2*(619 + 498*lmMt + 288*pow2(
3716  lmMt))) + 216*pow3(lmMst1) + 89208*pow3(lmMst2)))*pow4(Mst1) + 160*
3717  OepS2*(3*Mgl*(1320*pow2(Mst1)*pow2(Mst2) + 4060*pow4(Mst1) + 189*pow4(
3718  Mst2)) - Dmglst2*(13392*pow2(Mst1)*pow2(Mst2) + 64852*pow4(Mst1) + 945*
3719  pow4(Mst2))) - 108*S2*(3*Mgl*(72*(457 + 550*lmMst1 - 550*lmMst2)*pow2(
3720  Mst1)*pow2(Mst2) + 40*(4082 + 3045*lmMst1 - 3045*lmMst2)*pow4(Mst1) +
3721  81*(-79 + 70*lmMst1 - 70*lmMst2)*pow4(Mst2)) - Dmglst2*(144*(601 +
3722  2790*lmMst1 - 2790*lmMst2)*pow2(Mst1)*pow2(Mst2) + 40*(46187 + 48639*
3723  lmMst1 - 48639*lmMst2)*pow4(Mst1) + 2025*(-27 + 14*lmMst1 - 14*lmMst2)*
3724  pow4(Mst2))) - (622080*(1 + lmMst2)*(-Dmglst2 + 3*Dmglst2*lmMst2 + Mgl
3725  + lmMst2*Mgl)*pow6(Mst2))/pow2(Mst1) + (-72*pow2(Mst1)*pow2(Mst2)*(
3726  1800*Dmglst2*Dmsqst2*(497 - 306*lmMst1 + 609*lmMst2 - 303*lmMt)*(pow3(
3727  Dmsqst2) + pow6(Msq)) + 16200*Dmsqst2*(1 + 6*lmMst1 - 13*lmMst2 + 7*
3728  lmMt)*Mgl*(pow3(Dmsqst2) + pow6(Msq)) - 3*Dmglst2*(97837 + 71580*lmMt -
3729  360*(23 + 8*lmMst2 - 4*lmMt)*pow2(lmMst1) + 720*(97 + 2*lmMt)*pow2(
3730  lmMst2) - 8640*pow2(lmMt) - 30*lmMst2*(-2911 + 396*lmMt + 144*pow2(
3731  lmMt)) + 10*lmMst1*(-6157 + 642*lmMt - 6*lmMst2*(791 + 48*lmMt) + 882*
3732  pow2(lmMst2) + 432*pow2(lmMt)) - 5940*pow3(lmMst2))*pow8(Msq) + 2*Mgl*(
3733  110219 - 1080*lmMt + 540*(-15 + 4*lmMt)*pow2(lmMst1) + 810*(121 - 8*
3734  lmMt)*pow2(lmMst2) - 135*lmMst1*(337 + lmMst2*(588 - 32*lmMt) - 132*
3735  lmMt + 194*pow2(lmMst2) - 48*pow2(lmMt)) - 6480*pow2(lmMt) - 405*
3736  lmMst2*(31 + 54*lmMt + 16*pow2(lmMt)) + 26190*pow3(lmMst2))*pow8(Msq))
3737  - 27*pow4(Mst2)*(5*Dmglst2*(960*Dmsqst2*(101 - 90*lmMst1 + 177*lmMst2 -
3738  87*lmMt)*(pow3(Dmsqst2) + pow6(Msq)) - (57495 + lmMst2*(55616 - 4704*
3739  lmMt) + 45408*lmMt + 2304*(-1 + lmMst2)*pow2(lmMst1) + 96*(79 + 48*
3740  lmMt)*pow2(lmMst2) + 288*lmMst1*(-22 + 16*lmMt - 2*lmMst2*(9 + 8*lmMt)
3741  + 41*pow2(lmMst2)) - 14112*pow3(lmMst2))*pow8(Msq)) + 9*Mgl*(1200*(8 +
3742  32*lmMst1 - 65*lmMst2 + 33*lmMt)*pow4(Dmsqst2) + 4800*Dmsqst2*(5 + 2*
3743  lmMst1 - 5*lmMst2 + 3*lmMt)*pow6(Msq) + (18813 + 480*lmMst2*(3 - 11*
3744  lmMt) - 8000*lmMt - 1280*(1 + lmMst2)*pow2(lmMst1) + 160*(163 - 16*
3745  lmMt)*pow2(lmMst2) - 160*lmMst1*(46 + 2*lmMst2*(57 - 8*lmMt) - 16*lmMt
3746  + 41*pow2(lmMst2)) - 3840*pow2(lmMt) + 7840*pow3(lmMst2))*pow8(Msq))))/
3747  pow8(Msq))))/(43740.*Mgl*pow5(Mst2)) + s2t*pow3(Mt)*(302.29104938271604
3748  + (8*D3)/9. - (8*DN)/9. + (614*lmMst1)/27. + (32*lmMt)/3. + (124*pow2(
3749  lmMst1))/9. - (2*lmMst2*(-1901 + 6*lmMst1 + 117*pow2(lmMst1)))/27. + (
3750  46 + (32*lmMst1)/9.)*pow2(lmMst2) + (32*pow3(lmMst1))/9. + (14*pow3(
3751  lmMst2))/9. - S2*(42.3 - 159*lmMst1 + 159*lmMst2 + (2532*Dmglst2)/(5.*
3752  Mgl) - (30*Dmsqst2*(9 + 2*lmMst1 - 2*lmMst2))/pow2(Msq) - (pow2(Mst1)*(
3753  570.4333333333333 + (1735*lmMst1)/3. - (1735*lmMst2)/3. - (4*Dmglst2*(
3754  139 + 100*lmMst1 - 100*lmMst2))/Mgl + (10*Dmsqst2*(127 + 30*lmMst1 -
3755  30*lmMst2))/(3.*pow2(Msq)) + ((156.66666666666666 - 60*lmMst1 + 60*
3756  lmMst2)*pow4(Dmsqst2))/pow8(Msq)))/pow2(Mst2) - (2*pow4(Mst1)*(138286 +
3757  90465*lmMst1 - 90465*lmMst2 - (12*Dmglst2*(17269 + 13785*lmMst1 -
3758  13785*lmMst2))/Mgl + (25*Dmsqst2*(1283 + 318*lmMst1 - 318*lmMst2)*(
3759  pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/(135.*pow4(Mst2)) - (240*pow4(
3760  Dmsqst2))/pow8(Msq)) + ((-75*Dmsqst2*(656*Dmglst2 + (-367 - 32*lmMst1 +
3761  80*lmMst2)*Mgl))/pow2(Msq) + 8*Dmglst2*(12454 - 120*B4 + 120*D3 - 60*DN
3762  + 690*lmMst1 + 345*pow2(lmMst1) - 5*lmMst2*(-3121 + 42*lmMst1 + 96*
3763  pow2(lmMst1)) + (3630 - 480*lmMst1)*pow2(lmMst2) + 960*pow3(lmMst2)) -
3764  (25*(1968*Dmglst2 + (-1453 + 48*lmMst1 + 96*lmMst2)*Mgl)*pow4(Dmsqst2))
3765  /pow8(Msq))/(270.*Mgl) + (pow4(Mst1)*(599.6859861506036 - (99165049*
3766  lmMst1)/198450. + lmMst2*(713.9201259763164 - (57994*lmMst1)/945. - (
3767  350*pow2(lmMst1))/9.) - (90913*pow2(lmMst1))/945. + (200.24021164021164
3768  - (286*lmMst1)/9.)*pow2(lmMst2) + (32*lmMt*(1 + 4*lmMst2 - 2*lmMst1*(2
3769  + lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. + (26*pow3(lmMst1))/27. +
3770  (1882*pow3(lmMst2))/27. + (Dmglst2*(311.41128771790903 - (32*B4)/9. + (
3771  32*D3)/9. - (16*DN)/9. + (14926634*lmMst1)/19845. + (19352*pow2(lmMst1)
3772  )/189. + (2*lmMst2*(2917823 - 3813600*lmMst1 + 97020*pow2(lmMst1)))/
3773  19845. + (8*(8677 - 5439*lmMst1)*pow2(lmMst2))/189. - (64*lmMt*(4 + 6*
3774  lmMst2 - 2*lmMst1*(3 + lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. - (8*
3775  pow3(lmMst1))/9. + (664*pow3(lmMst2))/3.))/Mgl + (Dmsqst2*(
3776  87.53310385647498 - (941812*lmMst1)/19845. + (47.45840262030738 + (484*
3777  lmMst1)/21.)*lmMst2 - (242*(pow2(lmMst1) + pow2(lmMst2)))/21.)*(pow3(
3778  Dmsqst2) + pow6(Msq)))/pow8(Msq)))/pow4(Mst2) + ((32*(1 + lmMst2)*(4*
3779  Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(Mst2))/(9.*pow4(Mst1)) - (4*
3780  OepS2*(20*Mgl*pow2(Mst1)*(53*pow2(Mst1) - 27*pow2(Mst2))*pow4(Dmsqst2)
3781  + 20*Dmsqst2*Mgl*(45*pow2(Mst1)*pow2(Mst2) + 53*pow4(Mst1) + 27*pow4(
3782  Mst2))*pow6(Msq) + (-24*Dmglst2*(150*pow2(Mst1)*pow2(Mst2) + 919*pow4(
3783  Mst1)) + Mgl*(5205*pow2(Mst1)*pow2(Mst2) + 12062*pow4(Mst1) + 1431*
3784  pow4(Mst2)))*pow8(Msq)))/(729.*pow4(Mst2)*pow8(Msq)) + ((-2*pow2(Mst2)*
3785  (2*Dmglst2*(180*pow4(Dmsqst2) + 180*Dmsqst2*pow6(Msq) + (-52 + 102*
3786  lmMst2 + 32*lmMst1*lmMst2 + 59*pow2(lmMst2))*pow8(Msq)) + Mgl*(-30*(5 +
3787  2*lmMst2)*pow4(Dmsqst2) + 30*Dmsqst2*(1 - 2*lmMst2)*pow6(Msq) + (71 +
3788  122*lmMst2 + 32*lmMst1*(1 + lmMst2) + 59*pow2(lmMst2))*pow8(Msq))))/(9.
3789  *pow2(Mst1)) - (pow2(Mst1)*(32*Dmglst2*(50625*Dmsqst2*(65 - 2*lmMst1 +
3790  2*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)) - 2*(1928479 - 13500*B4 + 13500*
3791  D3 - 6750*DN + 635385*lmMst1 + 81000*(-2 + lmMst1 - lmMst2)*lmMt + 450*
3792  pow2(lmMst1) - 15*lmMst2*(-153166 + 17835*lmMst1 + 3375*pow2(lmMst1)) -
3793  225*(-2627 + 1695*lmMst1)*pow2(lmMst2) - 1125*pow3(lmMst1) + 433125*
3794  pow3(lmMst2))*pow8(Msq)) - 5*Mgl*(108*(79499 + 20*lmMst1*(53 - 270*
3795  lmMst2) - 1060*lmMst2 + 2700*pow2(lmMst1) + 2700*pow2(lmMst2))*pow4(
3796  Dmsqst2) + 12*Dmsqst2*(339977 + 96120*lmMst2 + 1080*lmMst1*(-89 + 60*
3797  lmMst2) - 32400*pow2(lmMst1) - 32400*pow2(lmMst2))*pow6(Msq) + (
3798  19425643 + 518400*lmMt + 240*lmMst2*(82997 + 4320*lmMt) - 3600*(683 +
3799  96*lmMst2)*pow2(lmMst1) + 5684400*pow2(lmMst2) - 240*lmMst1*(42047 +
3800  4800*lmMst2 + 4320*lmMt + 6390*pow2(lmMst2)) - 295200*pow3(lmMst1) +
3801  2174400*pow3(lmMst2))*pow8(Msq))))/(243000.*pow2(Mst2)))/pow8(Msq))/
3802  Mgl) + Mt*((5*s2t*shiftst1*(4*pow2(Mst2)*pow2(Mt) - 2*pow2(Mst1)*(2*
3803  pow2(Mt) + (-lmMst1 + lmMst2)*pow2(Mst2)*pow2(s2t)) + pow2(s2t)*pow4(
3804  Mst1))*(Dmsqst2*(3 - 2*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)) + (1 - 2*
3805  lmMst2)*pow8(Msq)))/(3.*pow2(Mst1)*pow8(Msq)) + pow3(s2t)*(((-1 + 2*
3806  lmMst2)*shiftst3*pow2(Mst2)*((-1 - lmMst1 + lmMst2)*pow2(Mst1) + pow2(
3807  Mst2)))/(6.*pow2(Mst1)) - (pow4(Mst1)*(96.95148419197191 - (61388401*
3808  lmMst1)/793800. + lmMst2*(73.69595742000504 + (302047*lmMst1)/1890. - (
3809  257*pow2(lmMst1))/9.) - (76483*pow2(lmMst1))/945. - (78.87883597883598
3810  - 61*lmMst1)*pow2(lmMst2) + (Dmsqst2*(
3811  17.77343371446168 - (452768*lmMst1)/19845. + (22.815217939027463 + (
3812  122*lmMst1)/7.)*lmMst2 + (5*Dmglst2*(419 - 57*lmMst1 + 57*lmMst2))/(27.
3813  *Mgl) - (61*(pow2(lmMst1) + pow2(lmMst2)))/7.))/pow2(Msq) - (35*pow3(
3814  lmMst1))/27. - (841*pow3(lmMst2))/27. - (Dmglst2*(203.8689796251638 + (
3815  2171669*lmMst2)/119070. + ((433 + 6552*lmMst2)*pow2(lmMst1))/189. + (
3816  1987*pow2(lmMst2))/189. - (lmMst1*(2740559 + 1524600*lmMst2 + 7514640*
3817  pow2(lmMst2)))/119070. - (56*pow3(lmMst1))/27. + (824*pow3(lmMst2))/27.
3818  ))/Mgl - ((55.45597659639988 + (27119*lmMst1)/11340. + (-
3819  2.3914462081128747 + 16*lmMst1)*lmMst2 + (5*Dmglst2*(-419 + 57*lmMst1 -
3820  57*lmMst2))/(27.*Mgl) - 8*(pow2(lmMst1) + pow2(lmMst2)))*pow4(Dmsqst2))
3821  /pow8(Msq)))/pow2(Mst2) + (pow2(Mst1)*(15*Mgl*(594509 + 495540*lmMst2 +
3822  180*lmMst1*(-2453 + 420*lmMst2) - 37800*pow2(lmMst1) - 37800*pow2(
3823  lmMst2))*pow4(Dmsqst2) - 120*Dmsqst2*Mgl*(97294 - 17235*lmMst2 + 45*
3824  lmMst1*(233 + 330*lmMst2) - 7425*pow2(lmMst1) - 7425*pow2(lmMst2))*
3825  pow6(Msq) + 405000*Dmglst2*Dmsqst2*(-55 + 34*lmMst1 - 34*lmMst2)*(pow3(
3826  Dmsqst2) + pow6(Msq)) - 10*Mgl*(4627751 + 48600*B4 + 5400*D3 - 5400*DN
3827  + 1320240*lmMst1 - 662400*pow2(lmMst1) - 30*lmMst2*(12148 - 76560*
3828  lmMst1 + 12105*pow2(lmMst1)) + 2250*(-583 + 438*lmMst1)*pow2(lmMst2) -
3829  49500*pow3(lmMst1) - 572850*pow3(lmMst2))*pow8(Msq) + 2*Dmglst2*(
3830  5430043 + 524580*lmMst2 + 900*(-859 + 3690*lmMst2)*pow2(lmMst1) +
3831  1454400*pow2(lmMst2) - 60*lmMst1*(51493 + 24630*lmMst2 + 112950*pow2(
3832  lmMst2)) + 45000*pow3(lmMst1) + 3411000*pow3(lmMst2))*pow8(Msq)))/(
3833  243000.*Mgl*pow8(Msq)) + ((-8*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl +
3834  lmMst2*Mgl)*pow6(Mst2))/(9.*pow4(Mst1)) - (30*Mgl*pow4(Dmsqst2)*(9*(8*
3835  OepS2 - 27*(391 + 6*lmMst1 - 6*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + (
3836  296*OepS2 - 27*(3871 + 222*lmMst1 - 222*lmMst2)*S2)*pow4(Mst1) -
3837  126846*S2*pow4(Mst2)) - 30*Dmsqst2*Mgl*(18*(40*OepS2 - 27*(59 + 30*
3838  lmMst1 - 30*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) + 4*(208*OepS2 - 27*(347
3839  + 156*lmMst1 - 156*lmMst2)*S2)*pow4(Mst1) + 27*(8*OepS2 - 81*(-15 + 2*
3840  lmMst1 - 2*lmMst2)*S2)*pow4(Mst2))*pow6(Msq) + (3*Mgl*(-60*(340*OepS2 -
3841  81*(424 + 85*lmMst1 - 85*lmMst2)*S2)*pow2(Mst1)*pow2(Mst2) - 35*(788*
3842  OepS2 - 27*(2662 + 591*lmMst1 - 591*lmMst2)*S2)*pow4(Mst1) + 27*(-184*
3843  OepS2 + 81*(307 + 46*lmMst1 - 46*lmMst2)*S2)*pow4(Mst2)) + 2*Dmglst2*(
3844  27*(632*OepS2 + 9*(16193 - 1422*lmMst1 + 1422*lmMst2)*S2)*pow2(Mst1)*
3845  pow2(Mst2) + 2*(25328*OepS2 + 27*(47051 - 18996*lmMst1 + 18996*lmMst2)*
3846  S2)*pow4(Mst1) + 27*(56*OepS2 - 81*(-1677 + 14*lmMst1 - 14*lmMst2)*S2)*
3847  pow4(Mst2)))*pow8(Msq))/(4374.*pow2(Mst2)*pow8(Msq)) + (pow2(Mst2)*(-(
3848  Mgl*(15*(3847 + lmMst1*(744 - 288*lmMst2) - 744*lmMst2 + 288*pow2(
3849  lmMst2))*pow4(Dmsqst2) + 30*Dmsqst2*(1177 + 48*lmMst1*(7 - 3*lmMst2) -
3850  336*lmMst2 + 144*pow2(lmMst2))*pow6(Msq) + (21005 + 1440*B4 - 144*D3 +
3851  72*DN + 21216*lmMst1 + 1908*pow2(lmMst1) - 12*lmMst2*(2950 - 2040*
3852  lmMst1 + 117*pow2(lmMst1)) + 108*(-283 + 98*lmMst1)*pow2(lmMst2) + 576*
3853  pow3(lmMst1) - 9756*pow3(lmMst2))*pow8(Msq))) + 2*Dmglst2*(2160*
3854  Dmsqst2*(5 + 2*lmMst1 - 2*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)) + (14987
3855  - 432*B4 + 576*D3 - 360*DN + 4752*lmMst1 - 1404*pow2(lmMst1) + 144*
3856  lmMst2*(-81 - 124*lmMst1 + 8*pow2(lmMst1)) - 36*(-439 + 246*lmMst1)*
3857  pow2(lmMst2) + 7704*pow3(lmMst2))*pow8(Msq)) + (36*pow2(Mst2)*(Mgl*(-
3858  30*(5 + 2*lmMst2)*pow4(Dmsqst2) + 30*Dmsqst2*(1 - 2*lmMst2)*pow6(Msq) +
3859  (119 + 218*lmMst2 + 32*lmMst1*(1 + lmMst2) + 107*pow2(lmMst2))*pow8(
3860  Msq)) + Dmglst2*(360*pow4(Dmsqst2) + 360*Dmsqst2*pow6(Msq) + 2*(-20 +
3861  230*lmMst2 + 32*lmMst1*lmMst2 + 155*pow2(lmMst2))*pow8(Msq))))/pow2(
3862  Mst1)))/(648.*pow8(Msq)))/Mgl)) - xDR2DRMOD*((-15*shiftst1*(4*s2t*(
3863  pow2(Mst1) - pow2(Mst2))*pow3(Mt) - Mt*pow3(s2t)*(2*(lmMst1 - lmMst2)*
3864  pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2)))*(1 + Dmsqst2/pow2(
3865  Msq) + pow4(Dmsqst2)/pow8(Msq)))/(2.*pow2(Mst1)) + (MuSUSY*s2t*pow2(Mt)
3866  *((64*Mt*((1 + lmMst2)*Mgl*(2*(1 - 10*lmMst2 + 4*lmMst1*(2 + lmMst2) -
3867  4*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) - 2*(1 + 5*lmMst2 - lmMst1*(3 +
3868  2*lmMst2) + 2*pow2(lmMst2))*pow2(Mst1)*pow4(Mst2) + (7 - 32*lmMst2 + 4*
3869  lmMst1*(7 + 3*lmMst2) - 12*pow2(lmMst2))*pow6(Mst1) - 2*(1 + lmMst2)*
3870  pow6(Mst2)) + Dmglst2*(4*pow2(Mst2)*(8 + 13*lmMst2 - 8*pow2(lmMst2) +
3871  lmMst1*(-5 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst1) +
3872  (49 + 103*lmMst2 - 36*(1 + lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11 + 6*
3873  lmMst2 + 9*pow2(lmMst2)))*pow6(Mst1) + 2*(pow2(Mst1)*(8 + 7*lmMst2 -
3874  11*pow2(lmMst2) + lmMst1*(-3 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(
3875  lmMst2))*pow4(Mst2) + (1 - 2*lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)))))/(
3876  9.*Mgl*pow2(Mst1)*pow5(Mst2)) - (s2t*(756 - 2024*lmMst1 + 128*pow2(
3877  lmMst1) + 8*lmMst2*(363 - 332*lmMst1 + 16*pow2(lmMst1)) + 4*(707 - 246*
3878  lmMst1)*pow2(lmMst2) + 856*pow3(lmMst2) - 540*shiftst1*(1 + pow2(Mst2)/
3879  pow2(Mst1) - (2*(lmMst1 - lmMst2)*(pow2(Mst1)*pow2(Mst2) + pow4(Mst1) +
3880  pow4(Mst2)))/pow4(Mst2))*(1 + Dmsqst2/pow2(Msq) + pow4(Dmsqst2)/pow8(
3881  Msq)) + (8*Dmglst2*(60 + 206*lmMst2 + 32*lmMst2*pow2(lmMst1) + lmMst1*(
3882  8 - 460*lmMst2 - 246*pow2(lmMst2)) + 519*pow2(lmMst2) + 214*pow3(
3883  lmMst2)) - (64*(1 + lmMst2)*(4*Dmglst2*lmMst2 + Mgl + lmMst2*Mgl)*pow4(
3884  Mst2))/pow4(Mst1) + (30*Dmsqst2*(1 - 2*lmMst1 + 2*lmMst2)*((38*Dmglst2
3885  - 5*Mgl)*pow3(Dmsqst2) - 2*(2*Dmglst2 - 5*Mgl)*pow6(Msq)))/pow8(Msq) +
3886  (4*pow2(Mst2)*pow4(Mst1)*(60*Dmglst2*Dmsqst2*(lmMst1 - lmMst2)*(pow3(
3887  Dmsqst2) + pow6(Msq)) - 15*(lmMst1 - lmMst2)*Mgl*(13*pow4(Dmsqst2) +
3888  10*Dmsqst2*pow6(Msq)) + 4*Dmglst2*(48 + 4*lmMst2*(31 + 36*pow2(lmMst1))
3889  + 278*pow2(lmMst2) - lmMst1*(44 + 278*lmMst2 + 379*pow2(lmMst2)) + 235*
3890  pow3(lmMst2))*pow8(Msq) + 2*Mgl*(32 + 285*lmMst2 + 144*(1 + lmMst2)*
3891  pow2(lmMst1) + 444*pow2(lmMst2) - lmMst1*(253 + 588*lmMst2 + 379*pow2(
3892  lmMst2)) + 235*pow3(lmMst2))*pow8(Msq)) + 8*pow6(Mst1)*(-75*Dmsqst2*(
3893  lmMst1 - lmMst2)*Mgl*(pow3(Dmsqst2) + pow6(Msq)) + (2*Dmglst2*(48 + 4*
3894  lmMst2*(45 + 68*pow2(lmMst1)) + 310*pow2(lmMst2) - lmMst1*(92 + 310*
3895  lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2)) + Mgl*(40 + 277*lmMst2 +
3896  272*(1 + lmMst2)*pow2(lmMst1) + 556*pow2(lmMst2) - lmMst1*(237 + 828*
3897  lmMst2 + 635*pow2(lmMst2)) + 363*pow3(lmMst2)))*pow8(Msq)) + pow6(Mst2)
3898  *(Mgl*(-105*pow4(Dmsqst2) + 300*Dmsqst2*pow6(Msq) + 4*(205 + 252*lmMst2
3899  + 32*lmMst1*(1 + lmMst2) + 91*pow2(lmMst2))*pow8(Msq)) + 4*Dmglst2*(15*
3900  pow4(Dmsqst2) - 30*Dmsqst2*pow6(Msq) + 2*(-20 + 198*lmMst2 + 32*lmMst1*
3901  lmMst2 + 123*pow2(lmMst2))*pow8(Msq))))/(pow2(Mst1)*pow4(Mst2)*pow8(
3902  Msq)))/Mgl))/36.))/Tbeta + (Mt*(512*pow2(Mst1)*pow3(Mt)*(9*(1 + lmMst2)
3903  *Mgl*((3 - 21*lmMst2 + 2*lmMst1*(8 + 3*lmMst2 - 3*lmMt) + 5*lmMt + 6*
3904  lmMst2*lmMt - 6*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + (-1 - 7*lmMst2 +
3905  2*lmMst1*(2 + lmMst2 - lmMt) + 3*lmMt + 2*lmMst2*lmMt - 2*pow2(lmMst2))
3906  *pow2(Mst1)*pow4(Mst2) + (12 - 45*lmMst2 + 2*lmMst1*(19 + 6*lmMst2 - 6*
3907  lmMt) + 7*lmMt + 12*lmMst2*lmMt - 12*pow2(lmMst2))*pow6(Mst1) - 2*(1 +
3908  lmMst2)*pow6(Mst2)) + Dmglst2*(pow2(Mst2)*(263 + lmMst2*(962 - 213*
3909  lmMt) - 177*lmMt + (393 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(26 -
3910  lmMst2*(-17 + lmMt) - 7*lmMt + pow2(lmMst2)) + 18*pow3(lmMst2))*pow4(
3911  Mst1) - pow2(Mst1)*(17*(-7 + 3*lmMt) + lmMst2*(-224 + 15*lmMt) - 3*(5 +
3912  6*lmMt)*pow2(lmMst2) - 18*lmMst1*(-4 + lmMt - lmMst2*(1 + lmMt) + pow2(
3913  lmMst2)) + 18*pow3(lmMst2))*pow4(Mst2) + (290 + lmMst2*(2447 - 645*
3914  lmMt) - 375*lmMt - 3*(-509 + 60*lmMt)*pow2(lmMst2) - 18*lmMst1*(87 +
3915  lmMst2*(71 - 10*lmMt) - 22*lmMt + 10*pow2(lmMst2)) + 180*pow3(lmMst2))*
3916  pow6(Mst1) - 18*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(Mst2))) - 3456*
3917  Mt*pow2(Mst1)*pow2(Mst2)*pow2(s2t)*((1 + lmMst2)*Mgl*(2*(2 - 5*lmMst2 +
3918  lmMst1*(5 + 2*lmMst2) - 2*pow2(lmMst2))*pow2(Mst2)*pow4(Mst1) + 2*(-2*
3919  lmMst2*(2 + lmMst2) + lmMst1*(3 + 2*lmMst2))*pow2(Mst1)*pow4(Mst2) + (5
3920  - 12*lmMst2 + 4*lmMst1*(3 + lmMst2) - 4*pow2(lmMst2))*pow6(Mst1) - 2*(1
3921  + lmMst2)*pow6(Mst2)) + Dmglst2*(2*pow2(Mst2)*(8 + 19*lmMst2 - 5*pow2(
3922  lmMst2) + lmMst1*(-7 + 5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*
3923  pow4(Mst1) + 2*pow2(Mst1)*(7 + 9*lmMst2 - 8*pow2(lmMst2) + lmMst1*(-3 +
3924  5*lmMst2 + 6*pow2(lmMst2)) - 6*pow3(lmMst2))*pow4(Mst2) + (17 + 51*
3925  lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*pow2(lmMst2)) - 12*
3926  pow3(lmMst2))*pow6(Mst1) - 2*(-1 + 2*lmMst2 + 3*pow2(lmMst2))*pow6(
3927  Mst2))) - (12*Mst2*s2t*pow2(Mt)*(3*Mgl*pow2(Mst1)*pow4(Mst2)*(15*(10*
3928  pow2(Mst1) - 7*pow2(Mst2))*pow4(Dmsqst2) - 300*Dmsqst2*(pow2(Mst1) -
3929  pow2(Mst2))*pow6(Msq)) + 4*Dmglst2*pow2(Mst1)*pow4(Mst2)*(45*(-19*pow2(
3930  Mst1) + pow2(Mst2))*pow4(Dmsqst2) + 90*Dmsqst2*(pow2(Mst1) - pow2(Mst2)
3931  )*pow6(Msq)) - 8*Dmglst2*pow8(Msq)*((52 + 370*lmMst2 - 96*lmMst2*pow2(
3932  lmMst1) + 81*pow2(lmMst2) + 96*lmMst1*(-1 + lmMst2 + 2*pow2(lmMst2)) -
3933  96*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2) - 96*(lmMst2*pow2(lmMst1) +
3934  lmMst1*(4 + 2*lmMst2 - 2*pow2(lmMst2)) + (-4 + lmMst2)*pow2(1 + lmMst2)
3935  )*pow2(Mst2)*pow6(Mst1) - 3*(-52 + 2*(51 + 16*lmMst1)*lmMst2 + 59*pow2(
3936  lmMst2))*pow2(Mst1)*pow6(Mst2) - 96*(-6 - 14*lmMst2 + lmMst2*pow2(
3937  lmMst1) + lmMst1*(9 + 6*lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) +
3938  pow3(lmMst2))*pow8(Mst1) + 96*lmMst2*(1 + lmMst2)*pow8(Mst2)) + 12*Mgl*
3939  pow8(Msq)*(-((109 + 76*lmMst2 - 21*pow2(lmMst2) + 64*lmMst1*pow2(1 +
3940  lmMst2) - 32*((1 + lmMst2)*pow2(lmMst1) + pow3(lmMst2)))*pow4(Mst1)*
3941  pow4(Mst2)) + (173 + 188*lmMst2 + 32*lmMst1*(1 + lmMst2) + 59*pow2(
3942  lmMst2))*pow2(Mst1)*pow6(Mst2) + 32*(1 + lmMst2)*(pow2(1 - lmMst1 +
3943  lmMst2)*pow2(Mst2)*pow6(Mst1) + (1 + 3*lmMst2 - lmMst1*(3 + 2*lmMst2) +
3944  pow2(lmMst1) + pow2(lmMst2))*pow8(Mst1)) - 16*pow2(1 + lmMst2)*pow8(
3945  Mst2))))/pow8(Msq) + (9*pow3(Mst2)*pow3(s2t)*(2*Dmglst2*(60*lmMst2*
3946  pow4(Mst1)*pow4(Mst2)*(pow4(Dmsqst2) - 2*Dmsqst2*pow6(Msq)) + pow2(
3947  Mst1)*pow2(Mst2)*(pow4(Dmsqst2)*(-570*pow4(Mst1) + 75*pow4(Mst2)) + 60*
3948  Dmsqst2*(pow4(Mst1) - pow4(Mst2))*pow6(Msq) + 16*(20*pow2(Mst1)*pow2(
3949  Mst2) + 9*pow4(Mst1) - 5*pow4(Mst2))*pow8(Msq)) - 4*lmMst1*(15*pow4(
3950  Mst1)*pow4(Mst2)*(pow4(Dmsqst2) - 2*Dmsqst2*pow6(Msq)) + pow8(Msq)*(2*(
3951  -4 + 246*lmMst2 + 123*pow2(lmMst2))*pow4(Mst1)*pow4(Mst2) + 32*(3 + 3*
3952  lmMst2 + 16*pow2(lmMst2))*pow2(Mst2)*pow6(Mst1) - 32*lmMst2*pow2(Mst1)*
3953  pow6(Mst2) + 32*(3 + 2*lmMst2 + 16*pow2(lmMst2))*pow8(Mst1))) + 4*
3954  lmMst2*pow8(Msq)*(32*pow2(lmMst1)*pow4(Mst1)*(8*pow2(Mst1)*pow2(Mst2) +
3955  8*pow4(Mst1) + pow4(Mst2)) + lmMst2*(2*(198 + 107*lmMst2)*pow4(Mst1)*
3956  pow4(Mst2) + (37 + 256*lmMst2)*pow2(Mst2)*pow6(Mst1) + 155*pow2(Mst1)*
3957  pow6(Mst2) + 64*(1 + 4*lmMst2)*pow8(Mst1) - 32*pow8(Mst2))) + 8*lmMst2*
3958  pow8(Msq)*(4*pow4(Mst1)*pow4(Mst2) + 21*pow2(Mst2)*pow6(Mst1) + 115*
3959  pow2(Mst1)*pow6(Mst2) + 56*pow8(Mst1) - 16*pow8(Mst2))) + Mgl*(pow2(
3960  Mst1)*pow2(Mst2)*(15*pow4(Dmsqst2)*(14*(lmMst1 - lmMst2)*pow2(Mst1)*
3961  pow2(Mst2) + 10*pow4(Mst1) - 7*pow4(Mst2)) - 300*Dmsqst2*(2*(lmMst1 -
3962  lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(Mst1) - pow4(Mst2))*pow6(Msq)) +
3963  4*pow8(Msq)*(2*(-8 + 237*lmMst2 + 16*(1 + lmMst2)*pow2(lmMst1) + 308*
3964  pow2(lmMst2) - lmMst1*(269 + 348*lmMst2 + 123*pow2(lmMst2)) + 107*pow3(
3965  lmMst2))*pow4(Mst1)*pow4(Mst2) + pow2(Mst2)*(-125 - 156*lmMst2 - 512*
3966  lmMst1*lmMst2*(1 + lmMst2) + 256*(1 + lmMst2)*pow2(lmMst1) + 181*pow2(
3967  lmMst2) + 256*pow3(lmMst2))*pow6(Mst1) + (221 + 284*lmMst2 + 32*lmMst1*
3968  (1 + lmMst2) + 107*pow2(lmMst2))*pow2(Mst1)*pow6(Mst2) + 16*(1 +
3969  lmMst2)*(1 + lmMst1*(2 - 32*lmMst2) - 2*lmMst2 + 16*pow2(lmMst1) + 16*
3970  pow2(lmMst2))*pow8(Mst1) - 16*pow2(1 + lmMst2)*pow8(Mst2)))))/pow8(Msq)
3971  ))/(648.*Mgl*pow4(Mst1)*pow5(Mst2))))) + (Al4p*(xDmglst2*pow2(Dmglst2)*
3972  (-(Mt*MuSUSY*twoLoopFlag*(-(Mt*pow2(s2t)*(Mst2*(28 + 4*lmMst1 - 2*
3973  lmMst1*lmMst2 + 2*pow2(lmMst2)) + ((34 + 8*lmMst1 - 4*(2 + lmMst1)*
3974  lmMst2 + 4*pow2(lmMst2))*pow2(Mst1))/Mst2 + ((37.5 + lmMst1*(5 - 4*
3975  lmMst2) - 5*lmMst2 + 4*pow2(lmMst2))*pow4(Mst1))/pow3(Mst2))) + (2*s2t*
3976  pow2(Mt)*(11 - 18*lmMst2 + (6*(3 - lmMst1 + lmMst2)*pow2(Mst1))/pow2(
3977  Mst2) + (6*(-2 + 3*lmMst2)*pow2(Mst2))/pow2(Mst1) + (6*(7 - 6*lmMst1 +
3978  6*lmMst2)*pow4(Mst1))/pow4(Mst2)))/9. + pow3(s2t)*(((2 + 3*lmMst2)*
3979  pow2(Mst1))/3. + (2.6666666666666665 + lmMst2 + lmMst1*(-1 + 2*lmMst2)
3980  - 2*pow2(lmMst2))*pow2(Mst2) + ((0.5 - lmMst1 + lmMst2)*pow4(Mst1))/
3981  pow2(Mst2) + ((0.6666666666666666 - lmMst2)*pow4(Mst2))/pow2(Mst1)) + (
3982  4*pow3(Mt)*((29 - 18*lmMst1*(-1 + lmMst2) - 3*lmMst2 - 15*lmMt + 18*
3983  pow2(lmMst2))*pow2(Mst1)*pow2(Mst2) + (236 + 339*lmMst2 - 18*lmMst1*(13
3984  + 4*lmMst2 - 3*lmMt) - 105*lmMt - 54*lmMst2*lmMt + 72*pow2(lmMst2))*
3985  pow4(Mst1) + (-79 - 18*lmMst1*(-2 + lmMst2) - 39*lmMst2 + 3*lmMt + 18*
3986  pow2(lmMst2))*pow4(Mst2)))/(27.*pow5(Mst2)))) + (s2t*twoLoopFlag*pow2(
3987  Mt)*pow2(MuSUSY)*(2*(4*Mt*(-31 + 3*lmMst1*(-2 + lmMst2) + 4*lmMst2 - 3*
3988  pow2(lmMst2)) + 3*Mst2*s2t*(4 + lmMst2 + lmMst1*(-1 + 2*lmMst2) - 2*
3989  pow2(lmMst2)))*pow2(Mst2)*pow4(Mst1) + 2*(Mst2*s2t*(10 + lmMst1*(-3 +
3990  6*lmMst2) - 6*pow2(lmMst2)) + 4*Mt*(-14 + lmMst1*(-2 + lmMst2) - pow2(
3991  lmMst2)))*pow2(Mst1)*pow4(Mst2) + (Mt*(-398 + 52*lmMst2 + lmMst1*(-68 +
3992  40*lmMst2) - 40*pow2(lmMst2)) + 3*Mst2*s2t*(9 + 4*lmMst1*(-1 + lmMst2)
3993  + 4*lmMst2 - 4*pow2(lmMst2)))*pow6(Mst1) + 2*(2 - 3*lmMst2)*s2t*pow7(
3994  Mst2)))/(3.*Tbeta*pow2(Mst1)*pow5(Mst2)) + Al4p*Mt*MuSUSY*
3995  threeLoopFlag*((T1ep*(3*pow2(Mst1)*pow2(Mst2)*(-15840*Mst2*s2t*pow2(Mt)
3996  + 9267*Mt*pow2(Mst2)*pow2(s2t) - 17312*pow3(Mt) + 530*pow3(Mst2)*pow3(
3997  s2t)) + 2*(-66168*Mst2*s2t*pow2(Mt) - 35601*Mt*pow2(Mst2)*pow2(s2t) +
3998  129704*pow3(Mt) + 12664*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 63*(-72*
3999  Mst2*s2t*pow2(Mt) + 3*Mt*pow2(Mst2)*pow2(s2t) - 4*pow3(Mt) + 10*pow3(
4000  Mst2)*pow3(s2t))*pow4(Mst2)))/(729.*pow5(Mst2)) + pow3(s2t)*((-16*(-2 +
4001  lmMst2 + 5*pow2(lmMst2))*pow6(Mst2))/(9.*pow4(Mst1)) + ((-4*OepS2*(795*
4002  pow2(Mst1)*pow2(Mst2) + 12664*pow4(Mst1) + 315*pow4(Mst2)))/2187. - (
4003  S2*(159*(21401 - 150*lmMst1 + 150*lmMst2)*pow2(Mst1)*pow2(Mst2) + 20*(
4004  47051 - 18996*lmMst1 + 18996*lmMst2)*pow4(Mst1) + 27*(116129 - 350*
4005  lmMst1 + 350*lmMst2)*pow4(Mst2)))/810. + pow4(Mst1)*(203.8689796251638
4006  - (2740559*lmMst1)/
4007  119070. + (433*pow2(lmMst1))/189. + lmMst2*(18.238590744939952 - (2420*
4008  lmMst1)/189. + (104*pow2(lmMst1))/3.) + (10.513227513227513 - (568*
4009  lmMst1)/9.)*pow2(lmMst2) - (56*pow3(lmMst1))/27. + (824*pow3(lmMst2))/
4010  27. + (5*Dmsqst2*(-419 + 57*lmMst1 - 57*lmMst2)*(pow3(Dmsqst2) + pow6(
4011  Msq)))/(27.*pow8(Msq))))/pow2(Mst2) - (pow4(Mst2)*(916 + 64*lmMst1 - 6*
4012  (65 + 16*lmMst1)*lmMst2 - 657*pow2(lmMst2) - (360*Dmsqst2*(pow3(
4013  Dmsqst2) + pow6(Msq)))/pow8(Msq)))/(18.*pow2(Mst1)) + pow2(Mst1)*(
4014  32.30218244170096 - (32*B4)/9. + (32*D3)/9. - (16*DN)/9. - (80549*
4015  lmMst1)/1350. - (6011*pow2(lmMst1))/270. + (lmMst2*(41949 + 45410*
4016  lmMst1 + 58350*pow2(lmMst1)))/1350. - ((2383 + 11595*lmMst1)*pow2(
4017  lmMst2))/135. - (5*pow3(lmMst1))/27. + (1157*pow3(lmMst2))/27. + (5*
4018  Dmsqst2*(-55 + 34*lmMst1 - 34*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*
4019  pow8(Msq))) + pow2(Mst2)*(92.72211934156378 - (50*B4)/9. + (56*D3)/9. -
4020  (31*DN)/9. + (142*lmMst1)/3. - lmMst2*(91.29629629629629 + 56*lmMst1 -
4021  (16*pow2(lmMst1))/3.) - (103*pow2(lmMst1))/18. + (35.05555555555556 -
4022  41*lmMst1)*pow2(lmMst2) + (107*pow3(lmMst2))/3. + (20*Dmsqst2*(5 + 2*
4023  lmMst1 - 2*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq)))) - Mt*
4024  pow2(s2t)*((64*(2 + lmMst2 - 3*pow2(lmMst2))*pow3(Mst2))/(3.*pow2(Mst1)
4025  ) + ((-2*OepS2*(-9267*pow2(Mst1)*pow2(Mst2) + 23734*pow4(Mst1) - 63*
4026  pow4(Mst2)))/729. + (S2*(3*(29123 - 92670*lmMst1 + 92670*lmMst2)*pow2(
4027  Mst1)*pow2(Mst2) + 2*(525961 + 356010*lmMst1 - 356010*lmMst2)*pow4(
4028  Mst1) + 27*(1387 - 70*lmMst1 + 70*lmMst2)*pow4(Mst2)))/540. + pow4(
4029  Mst1)*(516.797085048011 - (296*B4)/3. + (4*DN)/3. + (17570*lmMst1)/81.
4030  + (46*pow2(lmMst1))/
4031  3. - (lmMst2*(28667 - 5238*lmMst1 + 3024*pow2(lmMst1)))/81. + (4*(-60 +
4032  157*lmMst1)*pow2(lmMst2))/3. - (16*pow3(lmMst1))/3. - (500*pow3(lmMst2)
4033  )/3. + (10*Dmsqst2*(-80 + 43*lmMst1 - 43*lmMst2)*(pow3(Dmsqst2) + pow6(
4034  Msq)))/pow8(Msq)))/pow3(Mst2) + Mst2*(358.7766975308642 - (490*B4)/3. +
4035  (11*DN)/3. - (824*lmMst1)/3. - (32*pow2(lmMst1))/3. + (2*lmMst2*(-695 -
4036  108*lmMst1 + 24*pow2(lmMst1)))/9. + (14*(-18 + 31*lmMst1)*pow2(lmMst2))
4037  /3. - 150*pow3(lmMst2) + (40*Dmsqst2*(2 + 5*lmMst1 - 5*lmMst2)*(pow3(
4038  Dmsqst2) + pow6(Msq)))/pow8(Msq)) + (pow2(Mst1)*(69.80036008230452 - (
4039  524*B4)/3. + (10*DN)/3. - (3469*lmMst1)/27. + (64*pow2(lmMst1))/3. - (
4040  lmMst2*(7619 + 720*lmMst1 + 288*pow2(lmMst1)))/27. + (4*(4 + 153*
4041  lmMst1)*pow2(lmMst2))/3. - (580*pow3(lmMst2))/3. + (400*Dmsqst2*(-1 +
4042  lmMst1 - lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/pow8(Msq)))/Mst2) + pow3(
4043  Mt)*((256*Mst2*(2 + lmMst2 - 3*pow2(lmMst2)))/(9.*pow2(Mst1)) + (24*(
4044  151480*OepS2 + 27*(105619 - 113610*lmMst1 + 113610*lmMst2)*S2)*pow2(
4045  Mst1)*pow2(Mst2) + 35*(5659217 + 1592460*lmMt - 518816*OepS2 + 9976392*
4046  S2 - 972*(569 + 180*lmMst2 - 126*lmMt)*pow2(lmMst1) + 324*(5353 + 126*
4047  lmMt)*pow2(lmMst2) - 186624*pow2(lmMt) + 72*lmMst1*(-27653 - 3015*lmMt
4048  - 18*lmMst2*(689 + 126*lmMt) + 145917*S2 + 2160*pow2(lmMst2) + 2592*
4049  pow2(lmMt)) - 36*lmMst2*(-39031 - 3204*lmMt + 291834*S2 + 5184*pow2(
4050  lmMt)) + 1944*pow3(lmMst1) + 17496*pow3(lmMst2))*pow4(Mst1) + 9*(1960*
4051  OepS2 - 81*(-9361 + 490*lmMst1 - 490*lmMst2)*S2)*pow4(Mst2))/(76545.*
4052  pow5(Mst2)) - (210.23283362727807 + (2272*lmMst1)/9. + (128*pow2(
4053  lmMst1))/9. - (16*lmMst2*(1099 - 126*lmMst1 + 12*pow2(lmMst1)))/27. + (
4054  8*lmMt*(458 + 48*lmMst1*(-2 + lmMst2) + 105*lmMst2 - 48*pow2(lmMst2)))/
4055  27. - (8*(107 + 41*lmMst1)*pow2(lmMst2))/9. + (32*pow2(lmMt))/9. + (
4056  392*pow3(lmMst2))/9. + (80*Dmsqst2*(101 - 90*lmMst1 + 177*lmMst2 - 87*
4057  lmMt)*(pow3(Dmsqst2) + pow6(Msq)))/(27.*pow8(Msq)))/Mst2 + (pow2(Mst1)*
4058  (223.31232608269644 - (13840*lmMst1)/27. + (4*lmMst2*(8232 + 347*lmMst2
4059  + lmMst1*(-689 + 438*lmMst2) - 48*pow2(lmMst1)))/27. + (64*pow2(lmMst1)
4060  )/3. - (4*lmMt*(5564 + 203*lmMst2 + lmMst1*(-281 + 96*lmMst2) - 96*
4061  pow2(lmMst2)))/27. + (160*pow2(lmMt))/9. - (520*pow3(lmMst2))/9. + (80*
4062  Dmsqst2*(-497 + 306*lmMst1 - 609*lmMst2 + 303*lmMt)*(pow3(Dmsqst2) +
4063  pow6(Msq)))/(27.*pow8(Msq))))/pow3(Mst2)) + s2t*pow2(Mt)*(
4064  1657.490476190476 - (16*B4)/3. + (16*D3)/3. - (8*DN)/3. + (736*lmMst1)/
4065  9. - (32*lmMt)/9. + lmMst2*(958.2962962962963 + 68*lmMst1 - (64*pow2(
4066  lmMst1))/3.) + (58*pow2(lmMst1))/3. + (16*(37 - 12*lmMst1)*pow2(lmMst2)
4067  )/9. + (128*pow3(lmMst2))/3. - S2*(596.0571428571428 + 84*lmMst1 - 84*
4068  lmMst2 + ((1403.352380952381 + 880*lmMst1 - 880*lmMst2)*pow2(Mst1))/
4069  pow2(Mst2) + (8*(17269 + 13785*lmMst1 - 13785*lmMst2)*pow4(Mst1))/(45.*
4070  pow4(Mst2))) + (64*(-2 + lmMst2 + 5*pow2(lmMst2))*pow4(Mst2))/(9.*pow4(
4071  Mst1)) + ((311.41128771790903 - (32*B4)/9. + (32*D3)/9. - (16*DN)/9. +
4072  (14926634*lmMst1)/19845. + (19352*pow2(lmMst1))/189. + (2*lmMst2*(
4073  2917823 - 3813600*lmMst1 + 97020*pow2(lmMst1)))/19845. + (8*(8677 -
4074  5439*lmMst1)*pow2(lmMst2))/189. - (64*lmMt*(4 + 6*lmMst2 - 2*lmMst1*(3
4075  + lmMst2) + pow2(lmMst1) + pow2(lmMst2)))/3. - (8*pow3(lmMst1))/9. + (
4076  664*pow3(lmMst2))/3.)*pow4(Mst1) + (16*OepS2*(660*pow2(Mst1)*pow2(Mst2)
4077  + 1838*pow4(Mst1) + 63*pow4(Mst2)))/243.)/pow4(Mst2) + (pow2(Mst1)*(
4078  2311.8293850676073 - (16*B4)/3. + (16*D3)/3. - (8*DN)/3. + (1014244*
4079  lmMst1)/2025. + (32*(5 + lmMst1 - lmMst2)*lmMt)/9. + (4*lmMst2*(715964
4080  + 124935*lmMst1 - 11025*pow2(lmMst1)))/2025. + (2032*pow2(lmMst1))/135.
4081  - (4*(4517 + 5025*lmMst1)*pow2(lmMst2))/135. + (4*pow3(lmMst1))/27. +
4082  (4604*pow3(lmMst2))/27. + (20*Dmsqst2*(-65 + 2*lmMst1 - 2*lmMst2)*(
4083  pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq))))/pow2(Mst2) + (2*(-820*
4084  Dmsqst2*(pow3(Dmsqst2) + pow6(Msq)) - (pow2(Mst2)*(360*pow4(Dmsqst2) +
4085  360*Dmsqst2*pow6(Msq) + (-756 + 134*lmMst2 + 32*lmMst1*(-2 + 3*lmMst2)
4086  + 177*pow2(lmMst2))*pow8(Msq)))/pow2(Mst1)))/(9.*pow8(Msq)))) + (Al4p*
4087  threeLoopFlag*((5*Dmsqst2*(-1081 + 165*lmMst1 - 165*lmMst2)*pow2(Mt)*
4088  pow2(s2t)*(-1 + pow2(Sbeta))*pow2(Sbeta)*pow4(Mst1)*(pow3(Dmsqst2) +
4089  pow6(Msq)))/(9.*pow2(Mst2)*pow8(Msq)) - pow2(MuSUSY)*(((pow2(Mst1)*(
4090  3051661 - 12960*B4 + 12960*D3 - 6480*DN + 304320*lmMst1 + 960*(2227 +
4091  285*lmMst1)*lmMst2 + 2880*(4 + lmMst1 - lmMst2)*lmMt + 5600*OepS2 -
4092  324*(5361 + 350*lmMst1 - 350*lmMst2)*S2 - 2880*(23 + 72*lmMst1)*pow2(
4093  lmMst2) + 207360*pow3(lmMst2)) + 24*pow2(Mst2)*(50134 - 270*B4 + 270*D3
4094  - 135*DN + 120*(271 + 24*lmMst1)*lmMst2 - 120*lmMt - 29646*S2 - 720*(-2
4095  + 3*lmMst1)*pow2(lmMst2) + 2160*(lmMst1 + pow3(lmMst2))))*pow4(Mt))/(
4096  1215.*pow4(Mst2)) - s2t*pow3(Mt)*((256*Mst2*(2 + lmMst2 - 3*pow2(
4097  lmMst2)))/(9.*pow2(Mst1)) + ((634.115454961134 - (3416*B4)/9. + (52*DN)
4098  /9. + (111356*lmMst1)/243. + (8*pow2(lmMst1))/9. - (8*lmMst2*(36802 -
4099  11421*lmMst1 + 1728*pow2(lmMst1)))/243. + (344*(-14 + 15*lmMst1)*pow2(
4100  lmMst2))/9. - (64*pow3(lmMst1))/9. - (1528*pow3(lmMst2))/3.)*pow4(Mst1)
4101  - (8*OepS2*(-9330*pow2(Mst1)*pow2(Mst2) + 32842*pow4(Mst1) - 63*pow4(
4102  Mst2)))/2187. + (S2*(6*(20803 - 46650*lmMst1 + 46650*lmMst2)*pow2(Mst1)
4103  *pow2(Mst2) + 10*(123113 + 98526*lmMst1 - 98526*lmMst2)*pow4(Mst1) +
4104  27*(1387 - 70*lmMst1 + 70*lmMst2)*pow4(Mst2)))/405.)/pow5(Mst2) + (
4105  pow2(Mst1)*(628.3249657064472 - (1352*B4)/3. + (28*DN)/3. - (43540*
4106  lmMst1)/81. + (128*pow2(lmMst1))/9. - (4*lmMst2*(11213 + 1368*lmMst1 +
4107  144*pow2(lmMst1)))/81. + (8*(-214 + 523*lmMst1)*pow2(lmMst2))/9. - (
4108  4120*pow3(lmMst2))/9. + (160*Dmsqst2*(-8 + 15*lmMst1 - 15*lmMst2)*(
4109  pow3(Dmsqst2) + pow6(Msq)))/(3.*pow8(Msq))))/pow3(Mst2) + (
4110  535.2578189300411 - (1960*B4)/9. + (44*DN)/9. - (3296*lmMst1)/9. - (
4111  128*pow2(lmMst1))/9. + (8*lmMst2*(-599 - 108*lmMst1 + 24*pow2(lmMst1)))
4112  /27. + (8*(-222 + 217*lmMst1)*pow2(lmMst2))/9. - 200*pow3(lmMst2) + (
4113  160*Dmsqst2*(2 + 5*lmMst1 - 5*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*
4114  pow8(Msq)))/Mst2) + pow2(Mt)*((4*T1ep*(30*Mst2*pow2(Mst1)*(311*Mst2*Mt*
4115  s2t - 42*pow2(Mt) + 37*pow2(Mst2)*pow2(s2t)) + 2*s2t*(-16421*Mt + 8654*
4116  Mst2*s2t)*pow4(Mst1) + 63*s2t*(Mt + 5*Mst2*s2t)*pow4(Mst2)))/(729.*
4117  pow5(Mst2)) + pow2(s2t)*(90.77757201646091 - (100*B4)/9. + (112*D3)/9.
4118  - (62*DN)/
4119  9. + (788*lmMst1)/9. - (103*pow2(lmMst1))/9. + (16*lmMst2*(-241 - 171*
4120  lmMst1 + 18*pow2(lmMst1)))/27. + (125.33333333333333 - 82*lmMst1)*pow2(
4121  lmMst2) + (214*pow3(lmMst2))/3. - (32*(-2 + lmMst2 + 5*pow2(lmMst2))*
4122  pow4(Mst2))/(9.*pow4(Mst1)) + ((585.1892843532082 - (8*B4)/3. + (32*D3)
4123  /9. - (20*DN)/9. - (20109937*lmMst1)/297675. - (15886*pow2(lmMst1))/
4124  945. + lmMst2*(17.112243218274966 - (144628*lmMst1)/945. + (1180*pow2(
4125  lmMst1))/9.) + (2*(80257 - 138180*lmMst1)*pow2(lmMst2))/945. - (92*
4126  pow3(lmMst1))/27. + (4448*pow3(lmMst2))/27.)*pow4(Mst1) - (8*OepS2*(
4127  1110*pow2(Mst1)*pow2(Mst2) + 17308*pow4(Mst1) + 315*pow4(Mst2)))/2187.
4128  - (S2*(6*(1089707 - 5550*lmMst1 + 5550*lmMst2)*pow2(Mst1)*pow2(Mst2) +
4129  40*(93919 - 12981*lmMst1 + 12981*lmMst2)*pow4(Mst1) + 27*(116129 - 350*
4130  lmMst1 + 350*lmMst2)*pow4(Mst2)))/405.)/pow4(Mst2) + (pow2(Mst1)*(
4131  155.38193689986284 - (164*B4)/9. + (176*D3)/9. - (94*DN)/9. - (21449*
4132  lmMst1)/675. - (7556*pow2(lmMst1))/135. + (lmMst2*(-54451 - 22990*
4133  lmMst1 + 65550*pow2(lmMst1)))/675. + (2*(6077 - 17130*lmMst1)*pow2(
4134  lmMst2))/135. - (10*pow3(lmMst1))/27. + (4240*pow3(lmMst2))/27. + (10*
4135  Dmsqst2*(-23 + 42*lmMst1 - 42*lmMst2)*(pow3(Dmsqst2) + pow6(Msq)))/(3.*
4136  pow8(Msq))))/pow2(Mst2) + ((80*Dmsqst2*(4 + lmMst1 - lmMst2)*(pow3(
4137  Dmsqst2) + pow6(Msq)))/3. + (pow2(Mst2)*(360*pow4(Dmsqst2) + 360*
4138  Dmsqst2*pow6(Msq) + (-852 + 358*lmMst2 + 32*lmMst1*(-2 + 3*lmMst2) +
4139  497*pow2(lmMst2))*pow8(Msq)))/(9.*pow2(Mst1)))/pow8(Msq))))))/Tbeta) -
4140  (Mt*MuSUSY*xDR2DRMOD*(54*Mst2*s2t*pow2(Mst1)*pow4(Msq)*(-5*Al4p*
4141  threeLoopFlag*xDmsqst2*pow2(Dmsqst2)*(3*xDmglst2*pow2(Dmglst2)*pow2(
4142  Mst2)*(4*Tbeta*pow2(Mst2)*(-pow2(Mst1) + pow2(Mst2))*pow2(Mt) + Tbeta*
4143  pow2(Mst2)*pow2(s2t)*(2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2) + pow4(
4144  Mst1) - pow4(Mst2)) + 2*Mt*MuSUSY*s2t*(pow2(Mst1)*pow2(Mst2) - 2*
4145  lmMst1*pow2(Mst1)*pow2(Mst2) + 2*lmMst2*pow2(Mst1)*pow2(Mst2) + 20*(
4146  lmMst1 - lmMst2)*pow4(Mst1) + pow4(Mst2))) + Mgl*((10*Dmglst2 + Mgl*(11
4147  - 18*shiftst1))*Tbeta*(-4*pow2(Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) +
4148  2*(lmMst1 - lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(
4149  Mst1) - pow4(Mst2)))*pow4(Mst2) + 2*Mt*MuSUSY*s2t*((10*Dmglst2 + Mgl*(
4150  11 - 18*shiftst1))*(pow2(Mst1) + pow2(Mst2))*pow4(Mst2) + 2*(lmMst1 -
4151  lmMst2)*pow2(Mst1)*(2*Dmglst2*(2*pow2(Mst1) - 5*pow2(Mst2))*pow2(Mst2)
4152  + Mgl*((-11 + 18*shiftst1)*pow2(Mst1)*pow2(Mst2) + 2*(-5 + 9*shiftst1)*
4153  pow4(Mst1) + (-11 + 18*shiftst1)*pow4(Mst2)))))) + 4*Mgl*(2*Dmglst2*
4154  lmMst2 + Mgl + lmMst2*Mgl)*twoLoopFlag*pow4(Msq)*(-((2*Mt*(MuSUSY*s2t -
4155  2*Mt*Tbeta)*pow2(Mst1) + pow2(Mst2)*(2*Mt*MuSUSY*s2t + 4*Tbeta*pow2(Mt)
4156  - Tbeta*pow2(Mst2)*pow2(s2t)) + Tbeta*pow2(s2t)*pow4(Mst1))*pow4(Mst2))
4157  + 2*(lmMst1 - lmMst2)*s2t*pow2(Mst1)*(2*Mt*MuSUSY*(pow2(Mst1)*pow2(
4158  Mst2) + pow4(Mst1) + pow4(Mst2)) - s2t*Tbeta*pow6(Mst2)))) - xDmglst2*
4159  pow2(Dmglst2)*(-216*(2 - 3*lmMst2)*Mst2*s2t*twoLoopFlag*pow2(Mst1)*(
4160  Tbeta*(-4*pow2(Mst1)*pow2(Mt) + 4*pow2(Mst2)*pow2(Mt) + 2*(lmMst1 -
4161  lmMst2)*pow2(Mst1)*pow2(Mst2)*pow2(s2t) + pow2(s2t)*(pow4(Mst1) - pow4(
4162  Mst2)))*pow4(Mst2) + 2*Mt*MuSUSY*s2t*((pow2(Mst1) + pow2(Mst2))*pow4(
4163  Mst2) - 2*(lmMst1 - lmMst2)*pow2(Mst1)*(pow2(Mst1)*pow2(Mst2) + pow4(
4164  Mst1) + pow4(Mst2))))*pow8(Msq) + Al4p*threeLoopFlag*(-128*Tbeta*pow2(
4165  Mst1)*(-9*Mt*pow2(Mst2)*pow2(s2t)*(6*pow2(Mst2)*(-7 + 30*lmMst2 + 2*
4166  pow2(lmMst2) + lmMst1*(-11 - 2*lmMst2 + 12*pow2(lmMst2)) - 12*pow3(
4167  lmMst2))*pow4(Mst1) + pow2(Mst1)*(29 + 179*lmMst2 - 18*pow2(lmMst2) +
4168  6*lmMst1*(-10 - 3*lmMst2 + 12*pow2(lmMst2)) - 72*pow3(lmMst2))*pow4(
4169  Mst2) + 3*(17 + 51*lmMst2 - 4*pow2(lmMst2) + 4*lmMst1*(-6 + lmMst2 + 3*
4170  pow2(lmMst2)) - 12*pow3(lmMst2))*pow6(Mst1) + 12*(2 + lmMst2 - 3*pow2(
4171  lmMst2))*pow6(Mst2)) + 4*pow3(Mt)*(-(pow2(Mst2)*(834 + lmMst2*(569 -
4172  33*lmMt) - 162*lmMt + (51 - 18*lmMt)*pow2(lmMst2) - 18*lmMst1*(13 +
4173  lmMst2 - lmMst2*lmMt + pow2(lmMst2)) + 18*pow3(lmMst2))*pow4(Mst1)) -
4174  pow2(Mst1)*(96 + 36*lmMt + lmMst2*(-187 + 39*lmMt) - 3*(19 + 6*lmMt)*
4175  pow2(lmMst2) - 18*lmMst1*(-3 + 2*lmMt - lmMst2*(3 + lmMt) + pow2(
4176  lmMst2)) + 18*pow3(lmMst2))*pow4(Mst2) + (290 + lmMst2*(2447 - 645*
4177  lmMt) - 375*lmMt - 3*(-509 + 60*lmMt)*pow2(lmMst2) - 18*lmMst1*(87 +
4178  lmMst2*(71 - 10*lmMt) - 22*lmMt + 10*pow2(lmMst2)) + 180*pow3(lmMst2))*
4179  pow6(Mst1) + 36*(2 + lmMst2 - 3*pow2(lmMst2))*pow6(Mst2)))*pow8(Msq) +
4180  3*Tbeta*pow3(Mst2)*pow3(s2t)*(-3*pow2(Mst1)*pow6(Mst2)*(585*pow4(
4181  Dmsqst2) - 900*Dmsqst2*pow6(Msq) + 4*(-484 + 390*lmMst2 + 32*lmMst1*(-2
4182  + 3*lmMst2) + 657*pow2(lmMst2))*pow8(Msq)) + 2*pow2(Mst2)*pow6(Mst1)*(
4183  3105*pow4(Dmsqst2) - 1350*Dmsqst2*pow6(Msq) + 2*(260 + 1538*lmMst2 +
4184  768*(2 - 3*lmMst2)*pow2(lmMst1) + 1395*pow2(lmMst2) + 96*lmMst1*(-7 -
4185  27*lmMst2 + 48*pow2(lmMst2)) - 2304*pow3(lmMst2))*pow8(Msq)) - 4*pow4(
4186  Mst1)*pow4(Mst2)*(-675*(lmMst1 - lmMst2)*(pow4(Dmsqst2) - 2*Dmsqst2*
4187  pow6(Msq)) + 2*(40 - 1172*lmMst2 + 48*(-2 + 3*lmMst2)*pow2(lmMst1) +
4188  882*pow2(lmMst2) - 3*lmMst1*(-500 + 502*lmMst2 + 369*pow2(lmMst2)) +
4189  963*pow3(lmMst2))*pow8(Msq)) + 384*pow8(Msq)*((2*lmMst1*(3 + 2*lmMst2 +
4190  16*pow2(lmMst2)) - lmMst2*(7 + 4*lmMst2 + 16*(pow2(lmMst1) + pow2(
4191  lmMst2))))*pow8(Mst1) + (-2 + lmMst2 + 5*pow2(lmMst2))*pow8(Mst2))) +
4192  12*Mt*s2t*(-2*Mst2*Mt*Tbeta*(-2*(860 - 434*lmMst2 + 96*(-2 + 3*lmMst2)*
4193  pow2(lmMst1) + 96*lmMst1*(3 + lmMst2 - 6*pow2(lmMst2)) - 243*pow2(
4194  lmMst2) + 288*pow3(lmMst2))*pow4(Mst1)*pow4(Mst2)*pow8(Msq) + 192*pow2(
4195  Mst2)*((2 - 3*lmMst2)*pow2(lmMst1) + lmMst1*(8 - 2*lmMst2 + 6*pow2(
4196  lmMst2)) - 3*(6 + 5*lmMst2 + pow3(lmMst2)))*pow6(Mst1)*pow8(Msq) + 3*
4197  pow2(Mst1)*pow4(Mst2)*(45*(23*pow2(Mst1) - 5*pow2(Mst2))*pow4(Dmsqst2)
4198  - 450*Dmsqst2*(pow2(Mst1) - pow2(Mst2))*pow6(Msq) - 2*(-324 + 134*
4199  lmMst2 + 32*lmMst1*(-2 + 3*lmMst2) + 177*pow2(lmMst2))*pow2(Mst2)*pow8(
4200  Msq)) - 384*(-6 - 14*lmMst2 + lmMst2*pow2(lmMst1) + lmMst1*(9 + 6*
4201  lmMst2 - 2*pow2(lmMst2)) - 6*pow2(lmMst2) + pow3(lmMst2))*pow8(Msq)*
4202  pow8(Mst1) + 192*(-2 + lmMst2 + 5*pow2(lmMst2))*pow8(Msq)*pow8(Mst2)) +
4203  MuSUSY*(135*Dmsqst2*s2t*pow2(Mst1)*pow3(Mst2)*(pow3(Dmsqst2)*((23 - 46*
4204  lmMst1 + 46*lmMst2)*pow2(Mst1)*pow2(Mst2) + 20*(lmMst1 - lmMst2)*pow4(
4205  Mst1) + 5*pow4(Mst2)) + 10*(2*(lmMst1 - lmMst2)*pow2(Mst1) - pow2(Mst2)
4206  )*(pow2(Mst1) + pow2(Mst2))*pow6(Msq)) + 2*pow8(Msq)*(-((Mst2*s2t*(1180
4207  + 1270*lmMst2 + 96*(2 - 3*lmMst2)*pow2(lmMst1) - 3255*pow2(lmMst2) + 6*
4208  lmMst1*(-468 + 454*lmMst2 + 369*pow2(lmMst2)) - 1926*pow3(lmMst2)) +
4209  64*Mt*(53 + 191*lmMst2 - 54*pow2(lmMst2) + 6*lmMst1*(-10 - 3*lmMst2 +
4210  12*pow2(lmMst2)) - 72*pow3(lmMst2)))*pow4(Mst1)*pow4(Mst2)) - 2*pow2(
4211  Mst2)*(3*Mst2*s2t*(240 + 468*lmMst2 + 144*(2 - 3*lmMst2)*pow2(lmMst1) -
4212  310*pow2(lmMst2) + lmMst1*(-580 + 22*lmMst2 + 1137*pow2(lmMst2)) - 705*
4213  pow3(lmMst2)) + 32*Mt*(11 + 371*lmMst2 - 42*pow2(lmMst2) + 6*lmMst1*(-
4214  21 - 5*lmMst2 + 24*pow2(lmMst2)) - 144*pow3(lmMst2)))*pow6(Mst1) - 3*(
4215  Mst2*s2t*(420 + lmMst1*(64 - 96*lmMst2) - 358*lmMst2 - 497*pow2(lmMst2)
4216  ) + 256*Mt*(2 + lmMst2 - 3*pow2(lmMst2)))*pow2(Mst1)*pow6(Mst2) - 12*(
4217  16*Mt*(49 + 103*lmMst2 - 36*(1 + lmMst2)*pow2(lmMst2) + 4*lmMst1*(-11 +
4218  6*lmMst2 + 9*pow2(lmMst2))) - Mst2*s2t*(48 + 4*lmMst2*(45 + 68*pow2(
4219  lmMst1)) + 310*pow2(lmMst2) - lmMst1*(92 + 310*lmMst2 + 635*pow2(
4220  lmMst2)) + 363*pow3(lmMst2)))*pow8(Mst1) - 96*s2t*(-2 + lmMst2 + 5*
4221  pow2(lmMst2))*pow9(Mst2))))))))/(648.*Tbeta*pow4(Mst1)*pow5(Mst2)*pow8(
4222  Msq))))/pow2(Mgl);
4223 }
4224 
4225 /**
4226  * @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)
4227  */
4229 
4230  const double result =
4231  (-55566000*pow3(log(pow2(Mst1)/pow2(Mst2)))*pow4(Msq)*pow4(Mst1)*(4*
4232  Dmglst2*Mgl*(pow4(Mst1)*(-2896*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 2016*
4233  Mst2*s2t*pow3(Mt) - 672*Mt*pow3(Mst2)*pow3(s2t) + 7424*pow4(Mt) - 33*
4234  pow4(Mst2)*pow4(s2t)) - 2*pow2(Mst1)*pow2(Mst2)*(1156*pow2(Mst2)*pow2(
4235  Mt)*pow2(s2t) + 384*Mst2*s2t*pow3(Mt) + 390*Mt*pow3(Mst2)*pow3(s2t) -
4236  2632*pow4(Mt) + 29*pow4(Mst2)*pow4(s2t)) - 3*pow4(Mst2)*(256*pow2(Mst2)
4237  *pow2(Mt)*pow2(s2t) - 784*Mst2*s2t*pow3(Mt) + 516*Mt*pow3(Mst2)*pow3(
4238  s2t) - 512*pow4(Mt) + 107*pow4(Mst2)*pow4(s2t))) + pow2(Mgl)*(pow4(
4239  Mst1)*(-2696*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 7808*Mst2*s2t*pow3(Mt) -
4240  3200*Mt*pow3(Mst2)*pow3(s2t) + 6400*pow4(Mt) - 409*pow4(Mst2)*pow4(s2t)
4241  ) - 4*pow2(Mst1)*pow2(Mst2)*(1166*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 2304*
4242  Mst2*s2t*pow3(Mt) + 780*Mt*pow3(Mst2)*pow3(s2t) - 440*pow4(Mt) + 115*
4243  pow4(Mst2)*pow4(s2t)) - 3*pow4(Mst2)*(56*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4244  - 3136*Mst2*s2t*pow3(Mt) + 1040*Mt*pow3(Mst2)*pow3(s2t) + 32*pow4(Mt) +
4245  271*pow4(Mst2)*pow4(s2t))) + 2*pow2(Dmglst2)*(2*pow4(Mst1)*(-2896*pow2(
4246  Mst2)*pow2(Mt)*pow2(s2t) - 2016*Mst2*s2t*pow3(Mt) - 672*Mt*pow3(Mst2)*
4247  pow3(s2t) + 7424*pow4(Mt) - 33*pow4(Mst2)*pow4(s2t)) - 2*pow2(Mst1)*
4248  pow2(Mst2)*(3452*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 768*Mst2*s2t*pow3(Mt)
4249  + 780*Mt*pow3(Mst2)*pow3(s2t) - 440*pow4(Mt) + 97*pow4(Mst2)*pow4(s2t))
4250  - 3*pow4(Mst2)*(768*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1568*Mst2*s2t*pow3(
4251  Mt) + 1800*Mt*pow3(Mst2)*pow3(s2t) - 1536*pow4(Mt) + 321*pow4(Mst2)*
4252  pow4(s2t)))) + 120*Dmsqst2*pow2(Msq)*pow2(Mst1)*(-1543500*Dmglst2*Mgl*
4253  Mst2*(4*pow2(Mst1)*pow3(Mst2)*(36*(23 - 24*z2)*pow2(Mst2)*pow2(Mt)*
4254  pow2(s2t) + 24*Mst2*s2t*(289 - 342*z2 + 216*z3)*pow3(Mt) - 216*Mt*(-2 +
4255  2*z2 - z3)*pow3(Mst2)*pow3(s2t) + 8*(-1477 + 1242*z2 - 540*z3)*pow4(Mt)
4256  + 27*(-2 + 4*z2 - 3*z3)*pow4(Mst2)*pow4(s2t)) - 9*Mst2*pow4(Mst1)*(8*(-
4257  113 + 48*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 192*Mst2*s2t*(51*z2 - 28*(
4258  2 + z3))*pow3(Mt) - 96*Mt*(5*z2 + 3*(-4 + z3))*pow3(Mst2)*pow3(s2t) -
4259  48*(-401 + 308*z2 - 144*z3)*pow4(Mt) + 3*(-75 + 32*z2 + 8*z3)*pow4(
4260  Mst2)*pow4(s2t)) + 108*(-3 + z2)*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(
4261  s2t))*pow5(Mst2) - 6*s2t*(Mst2*s2t*(1931 - 1098*z2 - 180*z3)*pow2(Mt) -
4262  72*Mt*(-20 + 11*z2)*pow2(Mst2)*pow2(s2t) + 72*(-465 + 348*z2 - 176*z3)*
4263  pow3(Mt) + (38 + 63*z2 - 90*z3)*pow3(Mst2)*pow3(s2t))*pow6(Mst1)) -
4264  1543500*Mst2*pow2(Dmglst2)*(4*pow2(Mst1)*pow3(Mst2)*(36*(23 - 24*z2)*
4265  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 24*Mst2*s2t*(289 - 342*z2 + 216*z3)*
4266  pow3(Mt) - 216*Mt*(-2 + 2*z2 - z3)*pow3(Mst2)*pow3(s2t) + 8*(-1477 +
4267  1242*z2 - 540*z3)*pow4(Mt) + 27*(-2 + 4*z2 - 3*z3)*pow4(Mst2)*pow4(s2t)
4268  ) - 9*Mst2*pow4(Mst1)*(8*(-113 + 48*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4269  192*Mst2*s2t*(51*z2 - 28*(2 + z3))*pow3(Mt) - 96*Mt*(5*z2 + 3*(-4 + z3)
4270  )*pow3(Mst2)*pow3(s2t) - 48*(-401 + 308*z2 - 144*z3)*pow4(Mt) + 3*(-75
4271  + 32*z2 + 8*z3)*pow4(Mst2)*pow4(s2t)) + 108*(-3 + z2)*pow2(-4*pow2(Mt)
4272  + pow2(Mst2)*pow2(s2t))*pow5(Mst2) - 6*s2t*(Mst2*s2t*(1931 - 1098*z2 -
4273  180*z3)*pow2(Mt) - 72*Mt*(-20 + 11*z2)*pow2(Mst2)*pow2(s2t) + 72*(-465
4274  + 348*z2 - 176*z3)*pow3(Mt) + (38 + 63*z2 - 90*z3)*pow3(Mst2)*pow3(s2t)
4275  )*pow6(Mst1)) + pow2(Mgl)*(3087*pow2(Mst2)*pow4(Mst1)*(-8*pow2(Mst2)*
4276  pow2(Mt)*pow2(s2t)*(36449 + 4000*OepS2 - 310500*S2 - 6000*T1ep - 75750*
4277  z2 + 21000*z3 - 3000*z4 - 4500*pow2(z2)) - 864000*Mst2*s2t*(-6 + 5*z2 -
4278  4*z3)*pow3(Mt) - 432000*Mt*(1 + z2 - z3)*pow3(Mst2)*pow3(s2t) + 96*(-
4279  91321 + 54000*z2 - 36000*z3)*pow4(Mt) + (52199 + 28000*OepS2 - 3415500*
4280  S2 - 42000*T1ep - 557250*z2 + 259500*z3 - 21000*z4 - 31500*pow2(z2))*
4281  pow4(Mst2)*pow4(s2t)) + 1157625*pow2(Mst1)*pow4(Mst2)*(-4*pow2(Mst2)*
4282  pow2(Mt)*pow2(s2t)*(32*OepS2 - 3*(391 + 972*S2 + 16*T1ep + 154*z2 -
4283  232*z3 + 8*z4 + 12*pow2(z2))) - 1152*Mst2*s2t*(7 + 2*z2 - 8*z3)*pow3(
4284  Mt) - 1152*Mt*(-1 + 2*z2 - 3*z3)*pow3(Mst2)*pow3(s2t) + 64*(-103 + 108*
4285  z2 - 72*z3)*pow4(Mt) + (-1213 + 32*OepS2 + 4860*S2 - 48*T1ep - 462*z2 -
4286  276*z3 - 24*z4 - 36*pow2(z2))*pow4(Mst2)*pow4(s2t)) + 2*(-4*pow2(Mst2)*
4287  pow2(Mt)*pow2(s2t)*(-22430251 + 5488000*OepS2 - 324135000*S2 - 8232000*
4288  T1ep - 103929000*z2 + 28812000*z3 - 4116000*z4 - 6174000*pow2(z2)) -
4289  333396000*Mst2*s2t*(-35 + 20*z2 - 16*z3)*pow3(Mt) + 333396000*Mt*(-2 +
4290  z2)*pow3(Mst2)*pow3(s2t) + 3456*(-6582784 + 2701125*z2 - 2315250*z3)*
4291  pow4(Mt) + (378483467 + 9604000*OepS2 - 754771500*S2 - 14406000*T1ep -
4292  306899250*z2 + 133770000*z3 - 7203000*z4 - 10804500*pow2(z2))*pow4(
4293  Mst2)*pow4(s2t))*pow6(Mst1) + 41674500*(1 + 2*z2)*pow2(-4*pow2(Mt) +
4294  pow2(Mst2)*pow2(s2t))*pow6(Mst2))) + 30*pow2(Dmsqst2)*pow2(Mst1)*(-
4295  6174000*Dmglst2*Mgl*Mst2*(4*pow2(Mst1)*pow3(Mst2)*(36*(23 - 24*z2)*
4296  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 24*Mst2*s2t*(289 - 342*z2 + 216*z3)*
4297  pow3(Mt) - 216*Mt*(-2 + 2*z2 - z3)*pow3(Mst2)*pow3(s2t) + 8*(-1477 +
4298  1242*z2 - 540*z3)*pow4(Mt) + 27*(-2 + 4*z2 - 3*z3)*pow4(Mst2)*pow4(s2t)
4299  ) - 9*Mst2*pow4(Mst1)*(8*(-113 + 48*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4300  192*Mst2*s2t*(51*z2 - 28*(2 + z3))*pow3(Mt) - 96*Mt*(5*z2 + 3*(-4 + z3)
4301  )*pow3(Mst2)*pow3(s2t) - 48*(-401 + 308*z2 - 144*z3)*pow4(Mt) + 3*(-75
4302  + 32*z2 + 8*z3)*pow4(Mst2)*pow4(s2t)) + 108*(-3 + z2)*pow2(-4*pow2(Mt)
4303  + pow2(Mst2)*pow2(s2t))*pow5(Mst2) - 6*s2t*(Mst2*s2t*(1931 - 1098*z2 -
4304  180*z3)*pow2(Mt) - 72*Mt*(-20 + 11*z2)*pow2(Mst2)*pow2(s2t) + 72*(-465
4305  + 348*z2 - 176*z3)*pow3(Mt) + (38 + 63*z2 - 90*z3)*pow3(Mst2)*pow3(s2t)
4306  )*pow6(Mst1)) - 6174000*Mst2*pow2(Dmglst2)*(4*pow2(Mst1)*pow3(Mst2)*(
4307  36*(23 - 24*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 24*Mst2*s2t*(289 - 342*
4308  z2 + 216*z3)*pow3(Mt) - 216*Mt*(-2 + 2*z2 - z3)*pow3(Mst2)*pow3(s2t) +
4309  8*(-1477 + 1242*z2 - 540*z3)*pow4(Mt) + 27*(-2 + 4*z2 - 3*z3)*pow4(
4310  Mst2)*pow4(s2t)) - 9*Mst2*pow4(Mst1)*(8*(-113 + 48*z2)*pow2(Mst2)*pow2(
4311  Mt)*pow2(s2t) + 192*Mst2*s2t*(51*z2 - 28*(2 + z3))*pow3(Mt) - 96*Mt*(5*
4312  z2 + 3*(-4 + z3))*pow3(Mst2)*pow3(s2t) - 48*(-401 + 308*z2 - 144*z3)*
4313  pow4(Mt) + 3*(-75 + 32*z2 + 8*z3)*pow4(Mst2)*pow4(s2t)) + 108*(-3 + z2)
4314  *pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow5(Mst2) - 6*s2t*(Mst2*s2t*
4315  (1931 - 1098*z2 - 180*z3)*pow2(Mt) - 72*Mt*(-20 + 11*z2)*pow2(Mst2)*
4316  pow2(s2t) + 72*(-465 + 348*z2 - 176*z3)*pow3(Mt) + (38 + 63*z2 - 90*z3)
4317  *pow3(Mst2)*pow3(s2t))*pow6(Mst1)) + pow2(Mgl)*(10290*pow2(Mst2)*pow4(
4318  Mst1)*(-4*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-9928 + 1600*OepS2 - 361800*S2
4319  - 2400*T1ep + 34500*z2 + 50925*z3 - 1200*z4 - 1800*pow2(z2)) - 518400*
4320  Mst2*s2t*(-23 + 24*z2 - 16*z3)*pow3(Mt) - 259200*Mt*(4 + z2 - 3*z3)*
4321  pow3(Mst2)*pow3(s2t) + 864*(-23941 + 20700*z2 - 10800*z3)*pow4(Mt) + (
4322  449186 + 20800*OepS2 - 3439800*S2 - 31200*T1ep - 523500*z2 + 169275*z3
4323  - 15600*z4 - 23400*pow2(z2))*pow4(Mst2)*pow4(s2t)) + 385875*pow2(Mst1)*
4324  pow4(Mst2)*(-8*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-6878 + 128*OepS2 -
4325  16848*S2 - 192*T1ep - 696*z2 + 3273*z3 - 96*z4 - 144*pow2(z2)) - 3456*
4326  Mst2*s2t*(13 + 28*z2 - 48*z3)*pow3(Mt) - 6912*Mt*(-5 + 7*z2 - 7*z3)*
4327  pow3(Mst2)*pow3(s2t) + 16*(-11134 + 10800*z2 - 5481*z3)*pow4(Mt) + (-
4328  16678 + 256*OepS2 + 114048*S2 - 384*T1ep - 1392*z2 - 16521*z3 - 192*z4
4329  - 288*pow2(z2))*pow4(Mst2)*pow4(s2t)) + (8*pow2(Mst2)*pow2(Mt)*pow2(
4330  s2t)*(-1351886621 + 19208000*OepS2 - 639009000*S2 - 28812000*T1ep +
4331  365552250*z2 + 225865500*z3 - 14406000*z4 - 21609000*pow2(z2)) -
4332  2667168000*Mst2*s2t*(-35 + 20*z2 - 16*z3)*pow3(Mt) + 166698000*Mt*(-101
4333  + 106*z2 - 60*z3)*pow3(Mst2)*pow3(s2t) + 27648*(-6582784 + 2701125*z2 -
4334  2315250*z3)*pow4(Mt) - 3*(-881319682 + 617400000*S2 + 472311000*z2 -
4335  461892375*z3)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 166698000*(-1 + 3*z2)*
4336  pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow6(Mst2))) + pow4(Msq)*(4*
4337  Dmglst2*Mgl*pow2(Mst1)*(-1764*pow2(Mst2)*pow4(Mst1)*(-112*pow2(Mst2)*
4338  pow2(Mt)*pow2(s2t)*(1216808 + 150000*OepS2 - 376650*S2 - 225000*T1ep -
4339  3408750*z2 - 833625*z3 - 112500*z4 - 168750*pow2(z2)) + 1050*Mst2*s2t*(
4340  -322421 + 73760*OepS2 - 564876*S2 - 110640*T1ep - 3060894*z2 + 1606920*
4341  z3 - 55320*z4 - 82980*pow2(z2))*pow3(Mt) - 175*Mt*(27211 + 36720*B4 +
4342  1080*DN + 64160*OepS2 - 1515564*S2 - 96240*T1ep - 1240446*z2 + 245400*
4343  z3 - 12480*z4 - 72180*pow2(z2))*pow3(Mst2)*pow3(s2t) - 8*(98884301 +
4344  4508000*OepS2 - 17853750*S2 - 6762000*T1ep - 477659550*z2 + 302883000*
4345  z3 - 3381000*z4 - 5071500*pow2(z2))*pow4(Mt) - 7*(-95041 + 81000*B4 -
4346  108000*D3 + 67500*DN - 432000*OepS2 - 7425000*S2 + 648000*T1ep +
4347  5325300*z2 + 4227750*z3 - 121500*z4)*pow4(Mst2)*pow4(s2t)) - 66150*
4348  pow2(Mst1)*pow4(Mst2)*(672*(-11674 + 120*B4 - 120*D3 + 60*DN + 17091*S2
4349  + 4849*z2 + 2195*z3 - 540*z4)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 140*Mst2*
4350  s2t*(1120*OepS2 + 3*(-10061 + 14580*S2 - 560*T1ep - 25134*z2 + 72*z3 +
4351  2024*z4 - 420*pow2(z2)))*pow3(Mt) - 7*Mt*(69997 + 188640*B4 - 3600*DN +
4352  5600*OepS2 + 146772*S2 - 8400*T1ep - 1043682*z2 + 1816440*z3 + 32520*z4
4353  - 317340*pow2(z2))*pow3(Mst2)*pow3(s2t) - 16*(1547066 + 7840*OepS2 +
4354  258066*S2 - 11760*T1ep - 1256046*z2 - 946785*z3 - 5880*z4 - 8820*pow2(
4355  z2))*pow4(Mt) + 35*(-15707 + 432*B4 - 576*D3 + 360*DN + 224*OepS2 +
4356  543348*S2 - 336*T1ep - 11802*z2 - 105690*z3 - 2544*z4 - 2844*pow2(z2))*
4357  pow4(Mst2)*pow4(s2t)) + (72*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-3650009897
4358  + 2110136000*OepS2 - 52385772600*S2 - 3165204000*T1ep - 40405228500*z2
4359  + 755286000*z3 - 1582602000*z4 - 2373903000*pow2(z2)) - 274400*Mst2*
4360  s2t*(-20964397 + 2058400*OepS2 - 47545272*S2 - 3087600*T1ep - 59449002*
4361  z2 + 39214920*z3 - 1543800*z4 - 2315700*pow2(z2))*pow3(Mt) + 17150*Mt*(
4362  -31897243 + 2491360*OepS2 - 90290268*S2 - 3737040*T1ep - 51499698*z2 +
4363  33912840*z3 - 1868520*z4 - 2802780*pow2(z2))*pow3(Mst2)*pow3(s2t) + 80*
4364  (-54946675289 + 3063401600*OepS2 - 52952863320*S2 - 4595102400*T1ep -
4365  225236187120*z2 + 243414477600*z3 - 2297551200*z4 - 3446326800*pow2(z2)
4366  )*pow4(Mt) + (119405394763 - 11522056000*OepS2 + 478191735000*S2 +
4367  17283084000*T1ep + 233890773900*z2 - 111792103500*z3 + 8641542000*z4 +
4368  12962313000*pow2(z2))*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 333396000*(2*
4369  Mt + Mst2*s2t)*(14*Mt*(3 + z2) + Mst2*s2t*(5 + 7*z2))*pow2(-2*Mt +
4370  Mst2*s2t)*pow6(Mst2)) + 3*pow2(Mgl)*(308700*pow4(Mst1)*pow4(Mst2)*(2*
4371  pow2(Mst2)*pow2(Mt)*pow2(s2t)*(1013263 + 2880*D3 - 2880*DN - 25440*
4372  OepS2 - 137052*S2 + 38160*T1ep + 35562*z2 + 83160*z3 + 36360*z4 +
4373  28620*pow2(z2)) + 24*Mst2*s2t*(-60759 + 1120*OepS2 + 25596*S2 - 1680*
4374  T1ep - 137386*z2 + 115320*z3 - 12360*z4 - 1260*pow2(z2))*pow3(Mt) + 30*
4375  Mt*(25611 + 5280*B4 - 48*DN - 224*OepS2 - 324*S2 + 336*T1ep - 13614*z2
4376  + 47720*z3 + 2040*z4 - 6660*pow2(z2))*pow3(Mst2)*pow3(s2t) + 8*(389597
4377  + 3360*OepS2 - 105948*S2 - 5040*T1ep + 293898*z2 - 740160*z3 - 2520*z4
4378  - 3780*pow2(z2))*pow4(Mt) - 5*(25289 + 1440*B4 - 144*D3 + 72*DN - 2208*
4379  OepS2 + 298404*S2 + 3312*T1ep + 36318*z2 - 94968*z3 + 1440*z4 - 108*
4380  pow2(z2))*pow4(Mst2)*pow4(s2t)) + 20580*pow2(Mst2)*(4*pow2(Mst2)*pow2(
4381  Mt)*pow2(s2t)*(2367149 - 21600*D3 + 21600*DN - 503200*OepS2 + 14889420*
4382  S2 + 754800*T1ep + 9292470*z2 - 66000*z3 + 247800*z4 + 566100*pow2(z2))
4383  + 40*Mst2*s2t*(-1156193 + 60320*OepS2 - 1414908*S2 - 90480*T1ep -
4384  2823942*z2 + 2907240*z3 - 45240*z4 - 67860*pow2(z2))*pow3(Mt) + 100*Mt*
4385  (51041 + 7344*B4 + 216*DN - 2336*OepS2 + 112428*S2 + 3504*T1ep + 28038*
4386  z2 - 78216*z3 + 8880*z4 + 2628*pow2(z2))*pow3(Mst2)*pow3(s2t) + 8*(
4387  7319011 + 167200*OepS2 - 6744060*S2 - 250800*T1ep + 9301170*z2 -
4388  20715000*z3 - 125400*z4 - 188100*pow2(z2))*pow4(Mt) + (-7680127 +
4389  10800*B4 - 21600*D3 + 16200*DN + 514400*OepS2 - 46307700*S2 - 771600*
4390  T1ep - 10868970*z2 + 7186200*z3 - 466800*z4 - 773100*pow2(z2))*pow4(
4391  Mst2)*pow4(s2t))*pow6(Mst1) + 55566000*pow2(Mst1)*(-8*(87 + 38*z2)*
4392  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt) + 256*Mt*pow3(
4393  Mst2)*pow3(s2t) + 16*(71 + 38*z2)*pow4(Mt) + (135 + 38*z2)*pow4(Mst2)*
4394  pow4(s2t))*pow6(Mst2) + (-16*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-
4395  25002374272 + 4703902000*OepS2 - 184815757350*S2 - 7055853000*T1ep -
4396  84661721025*z2 + 16805113500*z3 - 3527926500*z4 - 5291889750*pow2(z2))
4397  + 1097600*Mst2*s2t*(-2016907 + 109600*OepS2 - 3520152*S2 - 164400*T1ep
4398  - 3448554*z2 + 3465480*z3 - 82200*z4 - 123300*pow2(z2))*pow3(Mt) -
4399  68600*Mt*(-2759935 + 70240*OepS2 - 3305340*S2 - 105360*T1ep - 629034*z2
4400  + 2677800*z3 - 52680*z4 - 79020*pow2(z2))*pow3(Mst2)*pow3(s2t) + 16*(
4401  187545955063 + 3204992000*OepS2 - 128216692800*S2 - 4807488000*T1ep +
4402  129009640200*z2 - 399103824000*z3 - 2403744000*z4 - 3605616000*pow2(z2)
4403  )*pow4(Mt) + (93508520089 + 2000376000*B4 + 222264000*D3 - 222264000*DN
4404  + 4925480000*OepS2 - 312095700000*S2 - 7388220000*T1ep - 77106571500*z2
4405  + 21506100000*z3 - 2360526000*z4 - 5541165000*pow2(z2))*pow4(Mst2)*
4406  pow4(s2t))*pow8(Mst1) + 7112448000*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*
4407  pow2(s2t))*pow8(Mst2)) + 4*pow2(Dmglst2)*(-2205*pow4(Mst1)*pow4(Mst2)*(
4408  360*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-2818497 + 10080*B4 - 10080*D3 +
4409  5040*DN - 7840*OepS2 + 1126548*S2 + 11760*T1ep + 739362*z2 + 2068815*z3
4410  - 39480*z4 + 8820*pow2(z2)) - 40*Mst2*s2t*(-6779161 + 7840*OepS2 +
4411  3032964*S2 - 11760*T1ep - 15966294*z2 + 27128640*z3 - 731640*z4 - 8820*
4412  pow2(z2))*pow3(Mt) - 70*Mt*(-2048393 + 1058400*B4 - 23760*DN - 1120*
4413  OepS2 - 449388*S2 + 1680*T1ep - 5386422*z2 + 13314840*z3 + 149880*z4 -
4414  1864980*pow2(z2))*pow3(Mst2)*pow3(s2t) + 112*(-13292051 + 72800*OepS2 +
4415  3133890*S2 - 109200*T1ep - 9928650*z2 + 19536225*z3 - 54600*z4 - 81900*
4416  pow2(z2))*pow4(Mt) + 35*(-1395899 + 54000*B4 - 60480*D3 + 33480*DN +
4417  5600*OepS2 + 37625796*S2 - 8400*T1ep - 481746*z2 - 6858210*z3 - 266640*
4418  z4 - 122940*pow2(z2))*pow4(Mst2)*pow4(s2t)) - 294*pow2(Mst2)*(-12*pow2(
4419  Mst2)*pow2(Mt)*pow2(s2t)*(273721621 + 16716000*OepS2 - 343302300*S2 -
4420  25074000*T1ep - 610971750*z2 + 71859375*z3 - 12537000*z4 - 18805500*
4421  pow2(z2)) - 100*Mst2*s2t*(79386499 + 4823840*OepS2 + 82155924*S2 -
4422  7235760*T1ep - 287072094*z2 + 104826120*z3 - 3617880*z4 - 5426820*pow2(
4423  z2))*pow3(Mt) - 3500*Mt*(280885 + 11016*B4 + 324*DN - 24544*OepS2 -
4424  89856*S2 + 36816*T1ep + 858030*z2 - 343020*z3 + 29100*z4 + 27612*pow2(
4425  z2))*pow3(Mst2)*pow3(s2t) + 8*(55610713 + 131684000*OepS2 + 173875950*
4426  S2 - 197526000*T1ep - 7894319250*z2 + 4687557000*z3 - 98763000*z4 -
4427  148144500*pow2(z2))*pow4(Mt) - 7*(-22023067 + 729000*B4 - 972000*D3 +
4428  607500*DN - 320000*OepS2 - 120274200*S2 + 480000*T1ep - 23129700*z2 +
4429  92516250*z3 - 3769500*z4 - 4014000*pow2(z2))*pow4(Mst2)*pow4(s2t))*
4430  pow6(Mst1) + 166698000*pow2(Mst1)*(8*(205 - 12*z2)*pow2(Mst2)*pow2(Mt)*
4431  pow2(s2t) + 1024*Mst2*s2t*pow3(Mt) - 256*Mt*pow3(Mst2)*pow3(s2t) + 16*(
4432  -197 + 12*z2)*pow4(Mt) + (-245 + 12*z2)*pow4(Mst2)*pow4(s2t))*pow6(
4433  Mst2) + (72*pow2(Mst2)*pow2(Mt)*pow2(s2t)*(-3650009897 + 2110136000*
4434  OepS2 - 52385772600*S2 - 3165204000*T1ep - 40405228500*z2 + 755286000*
4435  z3 - 1582602000*z4 - 2373903000*pow2(z2)) - 274400*Mst2*s2t*(-20964397
4436  + 2058400*OepS2 - 47545272*S2 - 3087600*T1ep - 59449002*z2 + 39214920*
4437  z3 - 1543800*z4 - 2315700*pow2(z2))*pow3(Mt) + 17150*Mt*(-31897243 +
4438  2491360*OepS2 - 90290268*S2 - 3737040*T1ep - 51499698*z2 + 33912840*z3
4439  - 1868520*z4 - 2802780*pow2(z2))*pow3(Mst2)*pow3(s2t) + 80*(-
4440  54946675289 + 3063401600*OepS2 - 52952863320*S2 - 4595102400*T1ep -
4441  225236187120*z2 + 243414477600*z3 - 2297551200*z4 - 3446326800*pow2(z2)
4442  )*pow4(Mt) + (119405394763 - 11522056000*OepS2 + 478191735000*S2 +
4443  17283084000*T1ep + 233890773900*z2 - 111792103500*z3 + 8641542000*z4 +
4444  12962313000*pow2(z2))*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 2667168000*
4445  pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2))) + 1260*log(pow2(
4446  Mst1)/pow2(Mst2))*(30*pow2(Dmsqst2)*pow2(Mst1)*(-14700*Dmglst2*Mgl*
4447  Mst2*pow2(Mst1)*(-3*s2t*(2*Mst2*s2t*(37 - 60*z2)*pow2(Mt) + 72*Mt*pow2(
4448  Mst2)*pow2(s2t) + 1056*(-17 + 8*z2)*pow3(Mt) + (83 - 60*z2)*pow3(Mst2)*
4449  pow3(s2t))*pow4(Mst1) + 4*pow3(Mst2)*(-48*Mst2*s2t*(-59 + 36*z2)*pow3(
4450  Mt) + 72*Mt*(-5 + 3*z2)*pow3(Mst2)*pow3(s2t) + 4*(-571 + 360*z2)*pow4(
4451  Mt) + 9*(2 - 3*z2)*pow4(Mst2)*pow4(s2t)) - 18*Mst2*pow2(Mst1)*(-8*pow2(
4452  Mst2)*pow2(Mt)*pow2(s2t) + 128*Mst2*s2t*(-12 + 7*z2)*pow3(Mt) + 16*Mt*(
4453  5 - 3*z2)*pow3(Mst2)*pow3(s2t) - 16*(-137 + 72*z2)*pow4(Mt) + (-13 + 4*
4454  z2)*pow4(Mst2)*pow4(s2t))) - 14700*Mst2*pow2(Dmglst2)*pow2(Mst1)*(-3*
4455  s2t*(2*Mst2*s2t*(37 - 60*z2)*pow2(Mt) + 72*Mt*pow2(Mst2)*pow2(s2t) +
4456  1056*(-17 + 8*z2)*pow3(Mt) + (83 - 60*z2)*pow3(Mst2)*pow3(s2t))*pow4(
4457  Mst1) + 4*pow3(Mst2)*(-48*Mst2*s2t*(-59 + 36*z2)*pow3(Mt) + 72*Mt*(-5 +
4458  3*z2)*pow3(Mst2)*pow3(s2t) + 4*(-571 + 360*z2)*pow4(Mt) + 9*(2 - 3*z2)*
4459  pow4(Mst2)*pow4(s2t)) - 18*Mst2*pow2(Mst1)*(-8*pow2(Mst2)*pow2(Mt)*
4460  pow2(s2t) + 128*Mst2*s2t*(-12 + 7*z2)*pow3(Mt) + 16*Mt*(5 - 3*z2)*pow3(
4461  Mst2)*pow3(s2t) - 16*(-137 + 72*z2)*pow4(Mt) + (-13 + 4*z2)*pow4(Mst2)*
4462  pow4(s2t))) + pow2(Mgl)*(1470*pow2(Mst2)*pow4(Mst1)*(-8*(-443 + 90*S2)*
4463  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 11520*Mst2*s2t*(-7 + 4*z2)*pow3(Mt) +
4464  1440*Mt*(-4 + 3*z2)*pow3(Mst2)*pow3(s2t) + 144*(-667 + 360*z2)*pow4(Mt)
4465  + (-13 + 2340*S2 - 540*z2)*pow4(Mst2)*pow4(s2t)) + 14700*pow2(Mst1)*
4466  pow4(Mst2)*(-48*(7 + 9*S2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 144*Mst2*
4467  s2t*(-35 + 24*z2)*pow3(Mt) + 144*Mt*(-4 + 3*z2)*pow3(Mst2)*pow3(s2t) +
4468  28*(-131 + 72*z2)*pow4(Mt) + 3*(35 + 36*S2 - 3*z2)*pow4(Mst2)*pow4(s2t)
4469  ) + (2*(318121 + 1234800*S2 + 396900*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4470  - 4233600*Mst2*s2t*(-25 + 8*z2)*pow3(Mt) - 132300*Mt*(-113 + 60*z2)*
4471  pow3(Mst2)*pow3(s2t) + 1152*(-175121 + 44100*z2)*pow4(Mt) + 9*(-281161
4472  + 102900*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 264600*pow2(-4*pow2(Mt)
4473  + pow2(Mst2)*pow2(s2t))*pow6(Mst2))) + 120*Dmsqst2*pow2(Msq)*pow2(Mst1)
4474  *(-3675*Dmglst2*Mgl*Mst2*pow2(Mst1)*(-3*s2t*(2*Mst2*s2t*(37 - 60*z2)*
4475  pow2(Mt) + 72*Mt*pow2(Mst2)*pow2(s2t) + 1056*(-17 + 8*z2)*pow3(Mt) + (
4476  83 - 60*z2)*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + 4*pow3(Mst2)*(-48*Mst2*
4477  s2t*(-59 + 36*z2)*pow3(Mt) + 72*Mt*(-5 + 3*z2)*pow3(Mst2)*pow3(s2t) +
4478  4*(-571 + 360*z2)*pow4(Mt) + 9*(2 - 3*z2)*pow4(Mst2)*pow4(s2t)) - 18*
4479  Mst2*pow2(Mst1)*(-8*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 128*Mst2*s2t*(-12 +
4480  7*z2)*pow3(Mt) + 16*Mt*(5 - 3*z2)*pow3(Mst2)*pow3(s2t) - 16*(-137 + 72*
4481  z2)*pow4(Mt) + (-13 + 4*z2)*pow4(Mst2)*pow4(s2t))) - 3675*Mst2*pow2(
4482  Dmglst2)*pow2(Mst1)*(-3*s2t*(2*Mst2*s2t*(37 - 60*z2)*pow2(Mt) + 72*Mt*
4483  pow2(Mst2)*pow2(s2t) + 1056*(-17 + 8*z2)*pow3(Mt) + (83 - 60*z2)*pow3(
4484  Mst2)*pow3(s2t))*pow4(Mst1) + 4*pow3(Mst2)*(-48*Mst2*s2t*(-59 + 36*z2)*
4485  pow3(Mt) + 72*Mt*(-5 + 3*z2)*pow3(Mst2)*pow3(s2t) + 4*(-571 + 360*z2)*
4486  pow4(Mt) + 9*(2 - 3*z2)*pow4(Mst2)*pow4(s2t)) - 18*Mst2*pow2(Mst1)*(-8*
4487  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 128*Mst2*s2t*(-12 + 7*z2)*pow3(Mt) +
4488  16*Mt*(5 - 3*z2)*pow3(Mst2)*pow3(s2t) - 16*(-137 + 72*z2)*pow4(Mt) + (-
4489  13 + 4*z2)*pow4(Mst2)*pow4(s2t))) + pow2(Mgl)*(22050*pow2(Mst1)*pow4(
4490  Mst2)*(-4*(16 + 27*S2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 96*Mst2*s2t*(-5
4491  + 4*z2)*pow3(Mt) + 48*Mt*(-1 + z2)*pow3(Mst2)*pow3(s2t) + 16*(-23 + 12*
4492  z2)*pow4(Mt) + (17 + 27*S2)*pow4(Mst2)*pow4(s2t)) + 441*pow2(Mst2)*
4493  pow4(Mst1)*(-8*(-517 + 450*S2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 19200*
4494  Mst2*s2t*(-2 + z2)*pow3(Mt) + 2400*Mt*(-1 + z2)*pow3(Mst2)*pow3(s2t) +
4495  16*(-3067 + 1200*z2)*pow4(Mt) + (-317 + 3150*S2 - 300*z2)*pow4(Mst2)*
4496  pow4(s2t)) + (16*(58853 - 44100*S2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4497  1058400*Mst2*s2t*(-25 + 8*z2)*pow3(Mt) - 264600*Mt*pow3(Mst2)*pow3(s2t)
4498  + 288*(-175121 + 44100*z2)*pow4(Mt) + (-621671 + 308700*S2 + 132300*z2)
4499  *pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 66150*pow2(-4*pow2(Mt) + pow2(Mst2)
4500  *pow2(s2t))*pow6(Mst2))) + pow4(Msq)*(3*pow2(Mgl)*(9800*pow4(Mst1)*
4501  pow4(Mst2)*(-6*(-4534 + 4293*S2 + 1830*z2 - 72*z3)*pow2(Mst2)*pow2(Mt)*
4502  pow2(s2t) + 72*Mst2*s2t*(26 + 189*S2 - 758*z2)*pow3(Mt) - 126*Mt*(-208
4503  + 27*S2 - 2*z2)*pow3(Mst2)*pow3(s2t) + 8*(-553 + 1701*S2 + 4023*z2 +
4504  108*z3)*pow4(Mt) + 3*(1148 + 1863*S2 + 276*z2 - 18*z3)*pow4(Mst2)*pow4(
4505  s2t)) + 1960*pow2(Mst2)*(-4*(-52322 + 84915*S2 + 3060*z2 + 540*z3)*
4506  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1080*Mst2*s2t*(42 + 377*S2 - 330*z2)*
4507  pow3(Mt) - 180*Mt*(221 + 219*S2 - 234*z2)*pow3(Mst2)*pow3(s2t) + 8*(-
4508  22352 + 28215*S2 + 36270*z2)*pow4(Mt) + (-16051 + 86805*S2 - 8325*z2)*
4509  pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 88200*pow2(Mst1)*(-616*pow2(Mst2)*
4510  pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(
4511  s2t) + 976*pow4(Mt) + 125*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (-24*(-
4512  19407863 + 50398950*S2 + 2866500*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4513  940800*Mst2*s2t*(167 + 2055*S2 - 912*z2)*pow3(Mt) - 58800*Mt*(46 +
4514  1317*S2 - 918*z2)*pow3(Mst2)*pow3(s2t) + 32*(-35585111 + 25754400*S2 +
4515  32281200*z2)*pow4(Mt) + 3*(-23468297 + 26386500*S2 + 661500*z2 +
4516  176400*z3)*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 11289600*pow2(Mt)*(-2*
4517  pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) + 4*Dmglst2*Mgl*(-14700*
4518  pow4(Mst1)*pow4(Mst2)*(12*(-3427 + 1782*z2)*pow2(Mst2)*pow2(Mt)*pow2(
4519  s2t) + 4*Mst2*s2t*(-8398 + 2835*S2 - 3258*z2)*pow3(Mt) - 9*Mt*(1640 +
4520  315*S2 - 1146*z2)*pow3(Mst2)*pow3(s2t) + (26276 - 9072*S2 + 28224*z2)*
4521  pow4(Mt) + 9*(277 + 63*S2 - 140*z2)*pow4(Mst2)*pow4(s2t)) - 294*pow2(
4522  Mst2)*(-8*(77657 + 202500*S2 - 55800*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t)
4523  + 200*Mst2*s2t*(-11408 + 37341*S2 - 17730*z2)*pow3(Mt) - 300*Mt*(-503 +
4524  3609*S2 - 1494*z2)*pow3(Mst2)*pow3(s2t) - 48*(8581 + 72450*S2 - 137700*
4525  z2)*pow4(Mt) + (-81643 + 291600*S2 + 5850*z2)*pow4(Mst2)*pow4(s2t))*
4526  pow6(Mst1) + 132300*pow2(Mst1)*(-536*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4527  512*Mst2*s2t*pow3(Mt) + 128*Mt*pow3(Mst2)*pow3(s2t) + 560*pow4(Mt) +
4528  131*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (72*(-4261807 + 33912900*S2 -
4529  73500*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 78400*Mst2*s2t*(-4724 +
4530  115785*S2 - 29484*z2)*pow3(Mt) + 4900*Mt*(18652 + 140139*S2 - 38826*z2)
4531  *pow3(Mst2)*pow3(s2t) + 80*(42300121 + 49233240*S2 - 64139040*z2)*pow4(
4532  Mt) + (8287903 - 185175900*S2 + 9525600*z2)*pow4(Mst2)*pow4(s2t))*pow8(
4533  Mst1) + 16934400*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(
4534  Mst2)) + 4*pow2(Dmglst2)*(-294*pow4(Mst1)*pow4(Mst2)*(-300*(13339 +
4535  1134*S2 - 9870*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 600*Mst2*s2t*(8618 +
4536  63*S2 - 3354*z2)*pow3(Mt) + 150*Mt*(-3164 + 63*S2 + 3978*z2)*pow3(Mst2)
4537  *pow3(s2t) + 8*(50551 + 122850*S2 - 149400*z2)*pow4(Mt) + 75*(3050 +
4538  315*S2 - 222*z2)*pow4(Mst2)*pow4(s2t)) - 147*pow2(Mst2)*(-8*(463453 +
4539  805950*S2 - 632700*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 3600*Mst2*s2t*(
4540  2555 + 4307*S2 - 3542*z2)*pow3(Mt) + 200*Mt*(-3449 + 13806*S2 + 4392*
4541  z2)*pow3(Mst2)*pow3(s2t) + 16*(-297379 + 2116350*S2 - 1349100*z2)*pow4(
4542  Mt) + 3*(-165199 + 24000*S2 + 20250*z2)*pow4(Mst2)*pow4(s2t))*pow6(
4543  Mst1) + 66150*pow2(Mst1)*(-664*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1024*
4544  Mst2*s2t*pow3(Mt) - 256*Mt*pow3(Mst2)*pow3(s2t) - 208*pow4(Mt) + 211*
4545  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (72*(-4261807 + 33912900*S2 - 73500*
4546  z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 78400*Mst2*s2t*(-4724 + 115785*S2 -
4547  29484*z2)*pow3(Mt) + 4900*Mt*(18652 + 140139*S2 - 38826*z2)*pow3(Mst2)*
4548  pow3(s2t) + 80*(42300121 + 49233240*S2 - 64139040*z2)*pow4(Mt) + (
4549  8287903 - 185175900*S2 + 9525600*z2)*pow4(Mst2)*pow4(s2t))*pow8(Mst1) +
4550  1058400*(8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*pow4(Mt) + pow4(Mst2)*
4551  pow4(s2t))*pow8(Mst2)))) - 1587600*pow2(log(pow2(Mst1)/pow2(Mst2)))*(
4552  pow4(Msq)*(2*Dmglst2*Mgl*(-140*pow4(Mst1)*pow4(Mst2)*(1806*pow2(Mst2)*
4553  pow2(Mt)*pow2(s2t) + 1592*Mst2*s2t*pow3(Mt) + 1104*Mt*pow3(Mst2)*pow3(
4554  s2t) - 3808*pow4(Mt) + 213*pow4(Mst2)*pow4(s2t)) + 7*pow2(Mst2)*(-
4555  12992*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 175520*Mst2*s2t*pow3(Mt) + 3600*
4556  Mt*pow3(Mst2)*pow3(s2t) + 285744*pow4(Mt) + 4969*pow4(Mst2)*pow4(s2t))*
4557  pow6(Mst1) - 105*pow2(Mst1)*(-728*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1536*
4558  Mst2*s2t*pow3(Mt) + 384*Mt*pow3(Mst2)*pow3(s2t) + 944*pow4(Mt) + 187*
4559  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (-420096*pow2(Mst2)*pow2(Mt)*pow2(
4560  s2t) - 1672160*Mst2*s2t*pow3(Mt) + 68880*Mt*pow3(Mst2)*pow3(s2t) +
4561  3253120*pow4(Mt) + 1377*pow4(Mst2)*pow4(s2t))*pow8(Mst1) - 26880*pow2(
4562  Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) - pow2(Mgl)*(70*
4563  pow4(Mst1)*pow4(Mst2)*(3192*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 14880*Mst2*
4564  s2t*pow3(Mt) + 5664*Mt*pow3(Mst2)*pow3(s2t) + 7744*pow4(Mt) + 1113*
4565  pow4(Mst2)*pow4(s2t)) + 560*pow2(Mst2)*(479*pow2(Mst2)*pow2(Mt)*pow2(
4566  s2t) - 2448*Mst2*s2t*pow3(Mt) + 366*Mt*pow3(Mst2)*pow3(s2t) + 1136*
4567  pow4(Mt) + 23*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 105*pow2(Mst1)*(-600*
4568  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt) + 256*Mt*pow3(
4569  Mst2)*pow3(s2t) + 944*pow4(Mt) + 123*pow4(Mst2)*pow4(s2t))*pow6(Mst2) +
4570  4*(73657*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 316400*Mst2*s2t*pow3(Mt) +
4571  35000*Mt*pow3(Mst2)*pow3(s2t) + 68678*pow4(Mt) + 11764*pow4(Mst2)*pow4(
4572  s2t))*pow8(Mst1) + 13440*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*
4573  pow8(Mst2)) + pow2(Dmglst2)*(14*pow4(Mst1)*pow4(Mst2)*(-28380*pow2(
4574  Mst2)*pow2(Mt)*pow2(s2t) - 93600*Mst2*s2t*pow3(Mt) - 3600*Mt*pow3(Mst2)
4575  *pow3(s2t) + 9952*pow4(Mt) + 195*pow4(Mst2)*pow4(s2t)) + 7*pow2(Mst2)*(
4576  107792*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 47200*Mst2*s2t*pow3(Mt) + 32160*
4577  Mt*pow3(Mst2)*pow3(s2t) - 695632*pow4(Mt) + 14231*pow4(Mst2)*pow4(s2t))
4578  *pow6(Mst1) - 105*pow2(Mst1)*(-2696*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4579  6144*Mst2*s2t*pow3(Mt) + 1536*Mt*pow3(Mst2)*pow3(s2t) + 2832*pow4(Mt) +
4580  817*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 2*(-420096*pow2(Mst2)*pow2(Mt)*
4581  pow2(s2t) - 1672160*Mst2*s2t*pow3(Mt) + 68880*Mt*pow3(Mst2)*pow3(s2t) +
4582  3253120*pow4(Mt) + 1377*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 3360*(-40*
4583  pow2(Mst2)*pow2(Mt)*pow2(s2t) + 80*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t))*
4584  pow8(Mst2))) + 90*Dmsqst2*pow2(Msq)*pow4(Mst1)*(2240*Dmglst2*Mgl*Mst2*
4585  pow2(Mst1)*(-(Mst2*Mt) + 3*s2t*pow2(Mst1))*pow3(Mt) + 2240*Mst2*pow2(
4586  Dmglst2)*pow2(Mst1)*(-(Mst2*Mt) + 3*s2t*pow2(Mst1))*pow3(Mt) + pow2(
4587  Mgl)*(2*pow4(Mst1)*(74*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1120*Mst2*s2t*
4588  pow3(Mt) + 2736*pow4(Mt) - 53*pow4(Mst2)*pow4(s2t)) - 7*pow2(Mst1)*(-
4589  48*pow2(Mt)*pow2(s2t)*pow4(Mst2) - 144*pow2(Mst2)*pow4(Mt) + 31*pow4(
4590  s2t)*pow6(Mst2)) + 140*(-4*pow4(Mst2)*pow4(Mt) + pow4(s2t)*pow8(Mst2)))
4591  ) + 90*pow2(Dmsqst2)*(2240*Dmglst2*Mgl*Mst2*(-(Mst2*Mt) + 3*s2t*pow2(
4592  Mst1))*pow3(Mt)*pow6(Mst1) + 2240*Mst2*pow2(Dmglst2)*(-(Mst2*Mt) + 3*
4593  s2t*pow2(Mst1))*pow3(Mt)*pow6(Mst1) + pow2(Mgl)*pow4(Mst1)*(pow4(Mst1)*
4594  (-32*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 2240*Mst2*s2t*pow3(Mt) + 5472*
4595  pow4(Mt) - 31*pow4(Mst2)*pow4(s2t)) - 35*pow2(Mst1)*(-4*pow2(Mt)*pow2(
4596  s2t)*pow4(Mst2) - 16*pow2(Mst2)*pow4(Mt) + 5*pow4(s2t)*pow6(Mst2)) +
4597  140*(-2*pow4(Mst2)*pow4(Mt) + pow4(s2t)*pow8(Mst2))))))/(5.00094e8*
4598  pow2(Mgl)*pow4(Msq)*pow4(Mst1)*pow4(Mst2)*pow4(Mt));
4599 
4600  return result;
4601 }
4602 
4603 /**
4604  * @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)
4605  */
4607 
4608  const double result =
4609  (-450*pow2(log(pow2(Mst1)/pow2(Mst2)))*pow4(Msq)*pow4(Mst1)*(pow2(Mgl)*(
4610  pow4(Mst2)*(-296*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 6784*Mst2*s2t*pow3(Mt)
4611  - 2208*Mt*pow3(Mst2)*pow3(s2t) + 672*pow4(Mt) - 519*pow4(Mst2)*pow4(
4612  s2t)) + pow4(Mst1)*(-2688*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 5056*Mst2*
4613  s2t*pow3(Mt) - 1024*Mt*pow3(Mst2)*pow3(s2t) + 2848*pow4(Mt) - 41*pow4(
4614  Mst2)*pow4(s2t)) - 8*pow2(Mst1)*pow2(Mst2)*(425*pow2(Mst2)*pow2(Mt)*
4615  pow2(s2t) - 704*Mst2*s2t*pow3(Mt) + 212*Mt*pow3(Mst2)*pow3(s2t) - 76*
4616  pow4(Mt) + 3*pow4(Mst2)*pow4(s2t))) + 8*Dmglst2*Mgl*(8*Mt*(-157*Mst2*
4617  s2t*pow2(Mt) - 108*Mt*pow2(Mst2)*pow2(s2t) + 398*pow3(Mt) - 16*pow3(
4618  Mst2)*pow3(s2t))*pow4(Mst1) + pow4(Mst2)*(-320*pow2(Mst2)*pow2(Mt)*
4619  pow2(s2t) + 848*Mst2*s2t*pow3(Mt) - 532*Mt*pow3(Mst2)*pow3(s2t) + 512*
4620  pow4(Mt) - 99*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-768*pow2(
4621  Mst2)*pow2(Mt)*pow2(s2t) - 448*Mst2*s2t*pow3(Mt) - 212*Mt*pow3(Mst2)*
4622  pow3(s2t) + 1896*pow4(Mt) + 35*pow4(Mst2)*pow4(s2t))) + 4*pow2(Dmglst2)
4623  *(16*Mt*(-157*Mst2*s2t*pow2(Mt) - 108*Mt*pow2(Mst2)*pow2(s2t) + 398*
4624  pow3(Mt) - 16*pow3(Mst2)*pow3(s2t))*pow4(Mst1) + pow4(Mst2)*(-960*pow2(
4625  Mst2)*pow2(Mt)*pow2(s2t) + 1696*Mst2*s2t*pow3(Mt) - 1832*Mt*pow3(Mst2)*
4626  pow3(s2t) + 1536*pow4(Mt) - 297*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*
4627  pow2(Mst2)*(-2304*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 256*Mst2*s2t*pow3(Mt)
4628  - 424*Mt*pow3(Mst2)*pow3(s2t) + 152*pow4(Mt) + 105*pow4(Mst2)*pow4(s2t)
4629  ))) + 3000*pow2(Dmsqst2)*pow2(Mst1)*(8*Dmglst2*Mgl*Mst2*pow2(Mst1)*
4630  pow3(Mt)*(36*Mst2*(Mt*(33 - 18*z2) + 2*Mst2*s2t*(-12 + 7*z2))*pow2(
4631  Mst1) + (Mt*(283 - 180*z2) + 12*Mst2*s2t*(-29 + 18*z2))*pow3(Mst2) +
4632  18*s2t*(-83 + 44*z2)*pow4(Mst1)) + 8*Mst2*pow2(Dmglst2)*pow2(Mst1)*
4633  pow3(Mt)*(36*Mst2*(Mt*(33 - 18*z2) + 2*Mst2*s2t*(-12 + 7*z2))*pow2(
4634  Mst1) + (Mt*(283 - 180*z2) + 12*Mst2*s2t*(-29 + 18*z2))*pow3(Mst2) +
4635  18*s2t*(-83 + 44*z2)*pow4(Mst1)) + pow2(Mgl)*(9*pow2(Mst2)*pow4(Mst1)*(
4636  8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 32*Mst2*s2t*(-7 + 4*z2)*pow3(Mt) +
4637  16*(-16 + 9*z2)*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow4(
4638  Mst2)*(-144*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 72*Mst2*s2t*(-19 + 12*z2)*
4639  pow3(Mt) + 2*(-545 + 252*z2)*pow4(Mt) + 9*pow4(Mst2)*pow4(s2t)) + 9*(-
4640  16*Mst2*s2t*(-9 + 4*z2)*pow3(Mt) + 8*(-31 + 12*z2)*pow4(Mt) - pow4(
4641  Mst2)*pow4(s2t))*pow6(Mst1) - 9*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t)
4642  )*pow6(Mst2))) + 3000*Dmsqst2*pow2(Msq)*pow2(Mst1)*(8*Dmglst2*Mgl*Mst2*
4643  pow2(Mst1)*pow3(Mt)*(36*Mst2*(Mt*(33 - 18*z2) + 2*Mst2*s2t*(-12 + 7*z2)
4644  )*pow2(Mst1) + (Mt*(283 - 180*z2) + 12*Mst2*s2t*(-29 + 18*z2))*pow3(
4645  Mst2) + 18*s2t*(-83 + 44*z2)*pow4(Mst1)) + 8*Mst2*pow2(Dmglst2)*pow2(
4646  Mst1)*pow3(Mt)*(36*Mst2*(Mt*(33 - 18*z2) + 2*Mst2*s2t*(-12 + 7*z2))*
4647  pow2(Mst1) + (Mt*(283 - 180*z2) + 12*Mst2*s2t*(-29 + 18*z2))*pow3(Mst2)
4648  + 18*s2t*(-83 + 44*z2)*pow4(Mst1)) + 3*pow2(Mgl)*(3*pow2(Mst2)*pow4(
4649  Mst1)*(8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 64*Mst2*s2t*(-2 + z2)*pow3(Mt)
4650  + 16*(-9 + 4*z2)*pow4(Mt) + pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow4(
4651  Mst2)*(-48*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 96*Mst2*s2t*(-3 + 2*z2)*
4652  pow3(Mt) + 32*(-8 + 3*z2)*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t)) + 3*(-16*
4653  Mst2*s2t*(-9 + 4*z2)*pow3(Mt) + 8*(-31 + 12*z2)*pow4(Mt) - pow4(Mst2)*
4654  pow4(s2t))*pow6(Mst1) - 3*pow2(-4*pow2(Mt) + pow2(Mst2)*pow2(s2t))*
4655  pow6(Mst2))) + pow4(Msq)*(-100*Dmglst2*Mgl*(2*pow4(Mst1)*pow4(Mst2)*(
4656  12*(-3565 + 1728*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 8*Mst2*s2t*(-3659
4657  + 252*z2)*pow3(Mt) + 72*Mt*(-192 + 91*z2)*pow3(Mst2)*pow3(s2t) + 44*(
4658  427 + 432*z2)*pow4(Mt) + 9*(211 - 86*z2)*pow4(Mst2)*pow4(s2t)) + 6*
4659  pow2(Mst2)*(4*(-1955 + 1152*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 48*
4660  Mst2*s2t*(-13 + 262*z2)*pow3(Mt) + 24*Mt*(111 - 17*z2)*pow3(Mst2)*pow3(
4661  s2t) + 8*(-1471 + 3240*z2)*pow4(Mt) + 3*(-1 + 86*z2)*pow4(Mst2)*pow4(
4662  s2t))*pow6(Mst1) - 18*pow2(Mst1)*(-536*pow2(Mst2)*pow2(Mt)*pow2(s2t) -
4663  512*Mst2*s2t*pow3(Mt) + 128*Mt*pow3(Mst2)*pow3(s2t) + 560*pow4(Mt) +
4664  131*pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 3*(192*(-77 + 48*z2)*pow2(Mst2)*
4665  pow2(Mt)*pow2(s2t) - 48*Mst2*s2t*(-867 + 1012*z2)*pow3(Mt) - 276*Mt*
4666  pow3(Mst2)*pow3(s2t) + 16*(-6445 + 6768*z2)*pow4(Mt) - 441*pow4(Mst2)*
4667  pow4(s2t))*pow8(Mst1) - 2304*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(
4668  s2t))*pow8(Mst2)) + 25*pow2(Mgl)*(4*pow4(Mst1)*pow4(Mst2)*(-72*(-445 +
4669  96*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 144*Mst2*s2t*(-121 + 296*z2)*
4670  pow3(Mt) - 144*Mt*(-151 + 19*z2)*pow3(Mst2)*pow3(s2t) + 8*(-1993 +
4671  2151*z2 + 216*z3)*pow4(Mt) + 81*(8 + 5*z2)*pow4(Mst2)*pow4(s2t)) - 36*
4672  pow2(Mst2)*(-696*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 32*Mst2*s2t*(-179 +
4673  128*z2)*pow3(Mt) + 16*Mt*(148 - 17*z2)*pow3(Mst2)*pow3(s2t) - 8*(-403 +
4674  300*z2)*pow4(Mt) + (551 + 86*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 36*
4675  pow2(Mst1)*(-744*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*Mst2*s2t*pow3(Mt)
4676  + 256*Mt*pow3(Mst2)*pow3(s2t) + 1232*pow4(Mt) + 141*pow4(Mst2)*pow4(
4677  s2t))*pow6(Mst2) + 9*(864*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 512*Mst2*s2t*
4678  (-49 + 31*z2)*pow3(Mt) - 784*Mt*pow3(Mst2)*pow3(s2t) + 8*(-2503 + 1408*
4679  z2)*pow4(Mt) + (1547 + 164*z2)*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 4608*
4680  pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) - 4*pow2(
4681  Dmglst2)*(-2*pow4(Mst1)*pow4(Mst2)*(-150*(-14251 + 9792*z2)*pow2(Mst2)*
4682  pow2(Mt)*pow2(s2t) - 600*Mst2*s2t*(-2509 + 1278*z2)*pow3(Mt) - 300*Mt*(
4683  -2027 + 1194*z2)*pow3(Mst2)*pow3(s2t) + 4*(25949 + 33300*z2)*pow4(Mt) +
4684  75*(-838 + 387*z2)*pow4(Mst2)*pow4(s2t)) + 25*pow2(Mst2)*(12*(-11813 +
4685  8064*z2)*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 96*Mst2*s2t*(-1016 + 1395*z2)*
4686  pow3(Mt) - 24*Mt*(-83 + 102*z2)*pow3(Mst2)*pow3(s2t) - 64*(347 + 3330*
4687  z2)*pow4(Mt) + 3*(-415 + 774*z2)*pow4(Mst2)*pow4(s2t))*pow6(Mst1) -
4688  225*pow2(Mst1)*(-408*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1024*Mst2*s2t*
4689  pow3(Mt) - 256*Mt*pow3(Mst2)*pow3(s2t) - 720*pow4(Mt) + 179*pow4(Mst2)*
4690  pow4(s2t))*pow6(Mst2) + 75*(192*(-77 + 48*z2)*pow2(Mst2)*pow2(Mt)*pow2(
4691  s2t) - 48*Mst2*s2t*(-867 + 1012*z2)*pow3(Mt) - 276*Mt*pow3(Mst2)*pow3(
4692  s2t) + 16*(-6445 + 6768*z2)*pow4(Mt) - 441*pow4(Mst2)*pow4(s2t))*pow8(
4693  Mst1) - 3600*(8*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 16*pow4(Mt) + pow4(
4694  Mst2)*pow4(s2t))*pow8(Mst2))) - 30*log(pow2(Mst1)/pow2(Mst2))*(1800*
4695  pow2(Dmsqst2)*(16*Dmglst2*Mgl*Mst2*(-(Mst2*Mt) + 3*s2t*pow2(Mst1))*
4696  pow3(Mt)*pow6(Mst1) + 16*Mst2*pow2(Dmglst2)*(-(Mst2*Mt) + 3*s2t*pow2(
4697  Mst1))*pow3(Mt)*pow6(Mst1) + pow2(Mgl)*pow4(Mst1)*(8*(5*Mt - 2*Mst2*
4698  s2t)*pow3(Mt)*pow4(Mst1) - 4*pow4(Mst2)*pow4(Mt) + pow2(Mst1)*(4*pow2(
4699  Mst2)*pow4(Mt) - pow4(s2t)*pow6(Mst2)) + pow4(s2t)*pow8(Mst2))) + 1800*
4700  Dmsqst2*pow2(Msq)*pow4(Mst1)*(16*Dmglst2*Mgl*Mst2*pow2(Mst1)*(-(Mst2*
4701  Mt) + 3*s2t*pow2(Mst1))*pow3(Mt) + 16*Mst2*pow2(Dmglst2)*pow2(Mst1)*(-(
4702  Mst2*Mt) + 3*s2t*pow2(Mst1))*pow3(Mt) + pow2(Mgl)*(8*(5*Mt - 2*Mst2*
4703  s2t)*pow3(Mt)*pow4(Mst1) - 8*pow4(Mst2)*pow4(Mt) + pow2(Mst1)*(8*pow2(
4704  Mst2)*pow4(Mt) - pow4(s2t)*pow6(Mst2)) + pow4(s2t)*pow8(Mst2))) + pow4(
4705  Msq)*(20*Dmglst2*Mgl*(-4*pow4(Mst1)*pow4(Mst2)*(1860*pow2(Mst2)*pow2(
4706  Mt)*pow2(s2t) + 1472*Mst2*s2t*pow3(Mt) + 774*Mt*pow3(Mst2)*pow3(s2t) -
4707  2464*pow4(Mt) + 15*pow4(Mst2)*pow4(s2t)) + 2*pow2(Mst2)*(-432*pow2(
4708  Mst2)*pow2(Mt)*pow2(s2t) - 11656*Mst2*s2t*pow3(Mt) + 996*Mt*pow3(Mst2)*
4709  pow3(s2t) + 18748*pow4(Mt) + 207*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 3*
4710  pow2(Mst1)*(-856*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1536*Mst2*s2t*pow3(Mt)
4711  + 384*Mt*pow3(Mst2)*pow3(s2t) + 1200*pow4(Mt) + 203*pow4(Mst2)*pow4(
4712  s2t))*pow6(Mst2) + 4*(-738*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 10004*Mst2*
4713  s2t*pow3(Mt) + 135*Mt*pow3(Mst2)*pow3(s2t) + 17532*pow4(Mt) + 12*pow4(
4714  Mst2)*pow4(s2t))*pow8(Mst1) - 768*pow2(Mt)*(-2*pow2(Mt) + pow2(Mst2)*
4715  pow2(s2t))*pow8(Mst2)) - 5*pow2(Mgl)*(4*pow4(Mst1)*pow4(Mst2)*(3372*
4716  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 9024*Mst2*s2t*pow3(Mt) + 3912*Mt*pow3(
4717  Mst2)*pow3(s2t) + 6112*pow4(Mt) + 579*pow4(Mst2)*pow4(s2t)) - 24*pow2(
4718  Mst2)*(-534*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1824*Mst2*s2t*pow3(Mt) -
4719  60*Mt*pow3(Mst2)*pow3(s2t) - 934*pow4(Mt) + 97*pow4(Mst2)*pow4(s2t))*
4720  pow6(Mst1) + 6*pow2(Mst1)*(-728*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*
4721  Mst2*s2t*pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(s2t) + 1200*pow4(Mt) + 139*
4722  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 3*(4640*pow2(Mst2)*pow2(Mt)*pow2(
4723  s2t) - 15296*Mst2*s2t*pow3(Mt) + 240*Mt*pow3(Mst2)*pow3(s2t) + 7128*
4724  pow4(Mt) - 279*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 768*pow2(Mt)*(-2*
4725  pow2(Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) + 2*pow2(Dmglst2)*(2*pow4(
4726  Mst1)*pow4(Mst2)*(-40440*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 75360*Mst2*
4727  s2t*pow3(Mt) - 5760*Mt*pow3(Mst2)*pow3(s2t) + 11872*pow4(Mt) + 4335*
4728  pow4(Mst2)*pow4(s2t)) + 2*pow2(Mst2)*(29760*pow2(Mst2)*pow2(Mt)*pow2(
4729  s2t) + 31000*Mst2*s2t*pow3(Mt) + 15840*Mt*pow3(Mst2)*pow3(s2t) -
4730  228452*pow4(Mt) + 1065*pow4(Mst2)*pow4(s2t))*pow6(Mst1) - 15*pow2(Mst1)
4731  *(-3080*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 6144*Mst2*s2t*pow3(Mt) + 1536*
4732  Mt*pow3(Mst2)*pow3(s2t) + 3600*pow4(Mt) + 865*pow4(Mst2)*pow4(s2t))*
4733  pow6(Mst2) + 40*(-738*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 10004*Mst2*s2t*
4734  pow3(Mt) + 135*Mt*pow3(Mst2)*pow3(s2t) + 17532*pow4(Mt) + 12*pow4(Mst2)
4735  *pow4(s2t))*pow8(Mst1) + 480*(-40*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 80*
4736  pow4(Mt) + 3*pow4(Mst2)*pow4(s2t))*pow8(Mst2)))))/(1350.*pow2(Mgl)*
4737  pow4(Msq)*pow4(Mst1)*pow4(Mst2)*pow4(Mt));
4738 
4739  return result;
4740 }
4741 
4742 /**
4743  * @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)
4744  */
4746 
4747  const double result =
4748  (-30*log(pow2(Mst1)/pow2(Mst2))*pow4(Msq)*pow4(Mst1)*(pow2(Mgl)*(-4*pow4(
4749  Mst2)*(14*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 456*Mst2*s2t*pow3(Mt) + 146*
4750  Mt*pow3(Mst2)*pow3(s2t) - 166*pow4(Mt) + 33*pow4(Mst2)*pow4(s2t)) +
4751  pow4(Mst1)*(-768*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1216*Mst2*s2t*pow3(Mt)
4752  + 400*pow4(Mt) + 41*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-
4753  1096*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1280*Mst2*s2t*pow3(Mt) - 328*Mt*
4754  pow3(Mst2)*pow3(s2t) + 32*pow4(Mt) + 91*pow4(Mst2)*pow4(s2t))) + 2*
4755  Dmglst2*Mgl*(32*pow2(Mt)*(-57*Mst2*Mt*s2t + 119*pow2(Mt) - 24*pow2(
4756  Mst2)*pow2(s2t))*pow4(Mst1) + pow4(Mst2)*(-384*pow2(Mst2)*pow2(Mt)*
4757  pow2(s2t) + 912*Mst2*s2t*pow3(Mt) - 548*Mt*pow3(Mst2)*pow3(s2t) + 512*
4758  pow4(Mt) - 91*pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*pow2(Mst2)*(-768*pow2(
4759  Mst2)*pow2(Mt)*pow2(s2t) - 640*Mst2*s2t*pow3(Mt) - 164*Mt*pow3(Mst2)*
4760  pow3(s2t) + 2016*pow4(Mt) + 91*pow4(Mst2)*pow4(s2t))) + pow2(Dmglst2)*(
4761  64*pow2(Mt)*(-57*Mst2*Mt*s2t + 119*pow2(Mt) - 24*pow2(Mst2)*pow2(s2t))*
4762  pow4(Mst1) + pow4(Mst2)*(-1152*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 1824*
4763  Mst2*s2t*pow3(Mt) - 1864*Mt*pow3(Mst2)*pow3(s2t) + 1536*pow4(Mt) - 273*
4764  pow4(Mst2)*pow4(s2t)) + pow2(Mst1)*(-2304*pow2(Mt)*pow2(s2t)*pow4(Mst2)
4765  + 32*pow2(Mst2)*pow4(Mt) - 328*Mt*pow3(s2t)*pow5(Mst2) + 273*pow4(s2t)*
4766  pow6(Mst2)))) - 10*Dmglst2*Mgl*pow4(Msq)*(pow4(Mst1)*pow4(Mst2)*(-8208*
4767  pow2(Mst2)*pow2(Mt)*pow2(s2t) - 4640*Mst2*s2t*pow3(Mt) - 1968*Mt*pow3(
4768  Mst2)*pow3(s2t) + 4816*pow4(Mt) + 849*pow4(Mst2)*pow4(s2t)) - 3*pow2(
4769  Mst2)*(-472*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 2496*Mst2*s2t*pow3(Mt) -
4770  1040*Mt*pow3(Mst2)*pow3(s2t) - 3360*pow4(Mt) + 37*pow4(Mst2)*pow4(s2t))
4771  *pow6(Mst1) - 3*pow2(Mst1)*(-984*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1536*
4772  Mst2*s2t*pow3(Mt) + 384*Mt*pow3(Mst2)*pow3(s2t) + 1456*pow4(Mt) + 219*
4773  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + 3*(-2240*Mst2*s2t*pow3(Mt) + 3744*
4774  pow4(Mt) - 59*pow4(Mst2)*pow4(s2t))*pow8(Mst1) - 768*pow2(Mt)*(-2*pow2(
4775  Mt) + pow2(Mst2)*pow2(s2t))*pow8(Mst2)) + pow2(Dmglst2)*pow4(Msq)*(
4776  pow4(Mst1)*pow4(Mst2)*(115440*pow2(Mst2)*pow2(Mt)*pow2(s2t) + 98880*
4777  Mst2*s2t*pow3(Mt) + 19680*Mt*pow3(Mst2)*pow3(s2t) - 29264*pow4(Mt) -
4778  18495*pow4(Mst2)*pow4(s2t)) + 5*pow2(Mst2)*(-2712*pow2(Mst2)*pow2(Mt)*
4779  pow2(s2t) - 7680*Mst2*s2t*pow3(Mt) - 8544*Mt*pow3(Mst2)*pow3(s2t) +
4780  32224*pow4(Mt) + 1101*pow4(Mst2)*pow4(s2t))*pow6(Mst1) + 15*pow2(Mst1)*
4781  (-3464*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 6144*Mst2*s2t*pow3(Mt) + 1536*
4782  Mt*pow3(Mst2)*pow3(s2t) + 4368*pow4(Mt) + 913*pow4(Mst2)*pow4(s2t))*
4783  pow6(Mst2) - 30*(-2240*Mst2*s2t*pow3(Mt) + 3744*pow4(Mt) - 59*pow4(
4784  Mst2)*pow4(s2t))*pow8(Mst1) - 480*(-40*pow2(Mst2)*pow2(Mt)*pow2(s2t) +
4785  80*pow4(Mt) + 3*pow4(Mst2)*pow4(s2t))*pow8(Mst2)) + 5*pow2(Mgl)*(720*
4786  pow2(Dmsqst2)*pow4(Mst1)*pow4(Mst2)*pow4(Mt) + 1440*Dmsqst2*pow2(Msq)*
4787  pow4(Mst1)*pow4(Mst2)*pow4(Mt) + pow4(Msq)*(pow4(Mst1)*pow4(Mst2)*(
4788  8592*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 4800*Mst2*s2t*pow3(Mt) + 3936*Mt*
4789  pow3(Mst2)*pow3(s2t) + 4256*pow4(Mt) - 69*pow4(Mst2)*pow4(s2t)) - 3*
4790  pow2(Mst2)*(600*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 128*Mst2*s2t*pow3(Mt) +
4791  1568*Mt*pow3(Mst2)*pow3(s2t) + 672*pow4(Mt) + 355*pow4(Mst2)*pow4(s2t))
4792  *pow6(Mst1) + 3*pow2(Mst1)*(-856*pow2(Mst2)*pow2(Mt)*pow2(s2t) - 1024*
4793  Mst2*s2t*pow3(Mt) + 256*Mt*pow3(Mst2)*pow3(s2t) + 1456*pow4(Mt) + 155*
4794  pow4(Mst2)*pow4(s2t))*pow6(Mst2) + (384*Mst2*s2t*pow3(Mt) - 2400*pow4(
4795  Mt) + 717*pow4(Mst2)*pow4(s2t))*pow8(Mst1) + 384*pow2(Mt)*(-2*pow2(Mt)
4796  + pow2(Mst2)*pow2(s2t))*pow8(Mst2))))/(45.*pow2(Mgl)*pow4(Msq)*pow4(
4797  Mst1)*pow4(Mst2)*pow4(Mt));
4798 
4799  return result;
4800 }
4801 
4802 /**
4803  * @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)
4804  */
4806 
4807  const double result =
4808  -298.6666666666667;
4809 
4810  return result;
4811 }
4812 
4813 } // namespace hierarchies
4814 } // namespace himalaya
double Al4p
common variables
Definition: H6bq2g2.hpp:73
std::array< int, ExpansionDepth::NUMBER_OF_EXPANSIONS > ExpansionFlags_t
Definition: H3.cpp:14
double calc_coef_at_as2_no_sm_logs_log2() const
Definition: H6bq2g2.cpp:4745
double calc_coef_at_as2_no_sm_logs_log0() const
Definition: H6bq2g2.cpp:4228
truncate the expansion depth in the stop/sbottom masses by one order
truncate the expansion depth in the gluino mass by one order
truncate the expansion depth in the average squark mass by one order
int threeLoopFlag
loop flags
Definition: H6bq2g2.hpp:75
double calc_coef_at_as2_no_sm_logs_log1() const
Definition: H6bq2g2.cpp:4606
truncate the expansion depth in the difference of the average squark mass and the stop/sbottom 2 mass...
H6bq2g2(const ExpansionFlags_t &expansionDepth, double Al4p, double beta, double Dmglst2, double Dmsqst2, double lmMt, double lmMst1, double lmMst2, double Mgl, double Mt, double Mst1, double Mst2, double Msq, double MuSUSY, double s2t, int mdrFlag, int oneLoopFlag, int twoLoopFlag, int threeLoopFlag)
Definition: H6bq2g2.cpp:39
Complex< T > log(const Complex< T > &z_) noexcept
Definition: complex.hpp:45
int xMst
MDR and truncation flags.
Definition: H6bq2g2.hpp:74
truncate the expansion depth in the difference of the stop/sbottom 2 mass and the gluino mass by one ...
double calc_coef_at_as2_no_sm_logs_log3() const
Definition: H6bq2g2.cpp:4805