| 1 | (*
|
|---|
| 2 | M$InteractionOrderHierarchy = {
|
|---|
| 3 | {DIM6, 99},
|
|---|
| 4 | {FCNC, 99}
|
|---|
| 5 | };
|
|---|
| 6 | *)
|
|---|
| 7 |
|
|---|
| 8 | M$Parameters = {
|
|---|
| 9 | PS == {
|
|---|
| 10 | Indices -> {Index[SU2W], Index[SU2D], Index[SU2D]},
|
|---|
| 11 | Hermitian -> True,
|
|---|
| 12 | Definitions -> {
|
|---|
| 13 | PS[u_?NumericQ, i_?NumericQ, j_?NumericQ] -> PauliSigma[u, i, j]},
|
|---|
| 14 | Description -> "Pauli matrix with proper indices types"
|
|---|
| 15 | },
|
|---|
| 16 | Lambda == {
|
|---|
| 17 | ParameterType -> External,
|
|---|
| 18 | Value -> 10^3,
|
|---|
| 19 | BlockName -> DIM6,
|
|---|
| 20 | Description -> "The scale of new physics"
|
|---|
| 21 | },
|
|---|
| 22 | Gstrong == {
|
|---|
| 23 | ParameterType -> Internal,
|
|---|
| 24 | Value -> "1.",
|
|---|
| 25 | InteractionOrder -> {QCD,77},
|
|---|
| 26 | Description -> "Normalization of the chromo-dipole operators (flavour conserving and FCNCs)"
|
|---|
| 27 | },
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | (* Flavour-conserving couplings *)
|
|---|
| 31 |
|
|---|
| 32 | ctp == {
|
|---|
| 33 | ComplexParameter -> False,
|
|---|
| 34 | ParameterType -> External,
|
|---|
| 35 | Value -> 0.,
|
|---|
| 36 | BlockName -> DIM6,
|
|---|
| 37 | InteractionOrder -> {{DIM6_ctp,1},{QED,3}},
|
|---|
| 38 | Description -> ""
|
|---|
| 39 | },
|
|---|
| 40 |
|
|---|
| 41 | ctpI == {
|
|---|
| 42 | ComplexParameter -> False,
|
|---|
| 43 | ParameterType -> External,
|
|---|
| 44 | Value -> 0.,
|
|---|
| 45 | BlockName -> DIM6,
|
|---|
| 46 | InteractionOrder -> {{DIM6_ctpI,1},{QED,3}},
|
|---|
| 47 | Description -> ""
|
|---|
| 48 | },
|
|---|
| 49 |
|
|---|
| 50 | cpQM == {
|
|---|
| 51 | ComplexParameter -> False,
|
|---|
| 52 | ParameterType -> External,
|
|---|
| 53 | Value -> 0.,
|
|---|
| 54 | BlockName -> DIM6,
|
|---|
| 55 | InteractionOrder -> {{DIM6_cpQM,1},{QED,2}},
|
|---|
| 56 | Description -> ""
|
|---|
| 57 | },
|
|---|
| 58 |
|
|---|
| 59 | cpQ3 == {
|
|---|
| 60 | ComplexParameter -> False,
|
|---|
| 61 | ParameterType -> External,
|
|---|
| 62 | Value -> 0.,
|
|---|
| 63 | BlockName -> DIM6,
|
|---|
| 64 | InteractionOrder -> {{DIM6_cpQ3,1},{QED,2}},
|
|---|
| 65 | Description -> ""
|
|---|
| 66 | },
|
|---|
| 67 |
|
|---|
| 68 | cpt == {
|
|---|
| 69 | ComplexParameter -> False,
|
|---|
| 70 | ParameterType -> External,
|
|---|
| 71 | Value -> 0.,
|
|---|
| 72 | BlockName -> DIM6,
|
|---|
| 73 | InteractionOrder -> {{DIM6_cpt,1},{QED,2}},
|
|---|
| 74 | Description -> ""
|
|---|
| 75 | },
|
|---|
| 76 |
|
|---|
| 77 | cpb == {
|
|---|
| 78 | ComplexParameter -> False,
|
|---|
| 79 | ParameterType -> External,
|
|---|
| 80 | Value -> 0.,
|
|---|
| 81 | BlockName -> DIM6,
|
|---|
| 82 | InteractionOrder -> {{DIM6_cpb,1},{QED,2}},
|
|---|
| 83 | Description -> ""
|
|---|
| 84 | },
|
|---|
| 85 |
|
|---|
| 86 | cptb == {
|
|---|
| 87 | ComplexParameter -> False,
|
|---|
| 88 | ParameterType -> External,
|
|---|
| 89 | Value -> 0.,
|
|---|
| 90 | BlockName -> DIM6,
|
|---|
| 91 | InteractionOrder -> {{DIM6_cptb,1},{QED,2}},
|
|---|
| 92 | Description -> ""
|
|---|
| 93 | },
|
|---|
| 94 |
|
|---|
| 95 | cptbI == {
|
|---|
| 96 | ComplexParameter -> False,
|
|---|
| 97 | ParameterType -> External,
|
|---|
| 98 | Value -> 0.,
|
|---|
| 99 | BlockName -> DIM6,
|
|---|
| 100 | InteractionOrder -> {{DIM6_cptbI,1},{QED,2}},
|
|---|
| 101 | Description -> ""
|
|---|
| 102 | },
|
|---|
| 103 |
|
|---|
| 104 | ctW == {
|
|---|
| 105 | ComplexParameter -> False,
|
|---|
| 106 | ParameterType -> External,
|
|---|
| 107 | Value -> 0.,
|
|---|
| 108 | BlockName -> DIM6,
|
|---|
| 109 | InteractionOrder -> {{DIM6_ctW,1},{QED,1}},
|
|---|
| 110 | Description -> ""
|
|---|
| 111 | },
|
|---|
| 112 |
|
|---|
| 113 | ctZ == {
|
|---|
| 114 | ComplexParameter -> False,
|
|---|
| 115 | ParameterType -> External,
|
|---|
| 116 | Value -> 0.,
|
|---|
| 117 | BlockName -> DIM6,
|
|---|
| 118 | InteractionOrder -> {{DIM6_ctZ,1},{QED,1}},
|
|---|
| 119 | Description -> ""
|
|---|
| 120 | },
|
|---|
| 121 |
|
|---|
| 122 | ctWI == {
|
|---|
| 123 | ComplexParameter -> False,
|
|---|
| 124 | ParameterType -> External,
|
|---|
| 125 | Value -> 0.,
|
|---|
| 126 | BlockName -> DIM6,
|
|---|
| 127 | InteractionOrder -> {{DIM6_ctWI,1},{QED,1}},
|
|---|
| 128 | Description -> ""
|
|---|
| 129 | },
|
|---|
| 130 |
|
|---|
| 131 | ctZI == {
|
|---|
| 132 | ComplexParameter -> False,
|
|---|
| 133 | ParameterType -> External,
|
|---|
| 134 | Value -> 0.,
|
|---|
| 135 | BlockName -> DIM6,
|
|---|
| 136 | InteractionOrder -> {{DIM6_ctZI,1},{QED,1}},
|
|---|
| 137 | Description -> ""
|
|---|
| 138 | },
|
|---|
| 139 |
|
|---|
| 140 | cbW == {
|
|---|
| 141 | ComplexParameter -> False,
|
|---|
| 142 | ParameterType -> External,
|
|---|
| 143 | Value -> 0.,
|
|---|
| 144 | BlockName -> DIM6,
|
|---|
| 145 | InteractionOrder -> {{DIM6_cbW,1},{QED,1}},
|
|---|
| 146 | Description -> ""
|
|---|
| 147 | },
|
|---|
| 148 |
|
|---|
| 149 | cbWI == {
|
|---|
| 150 | ComplexParameter -> False,
|
|---|
| 151 | ParameterType -> External,
|
|---|
| 152 | Value -> 0.,
|
|---|
| 153 | BlockName -> DIM6,
|
|---|
| 154 | InteractionOrder -> {{DIM6_cbWI,1},{QED,1}},
|
|---|
| 155 | Description -> ""
|
|---|
| 156 | },
|
|---|
| 157 |
|
|---|
| 158 | ctG == {
|
|---|
| 159 | ComplexParameter -> False,
|
|---|
| 160 | ParameterType -> External,
|
|---|
| 161 | Value -> 0.,
|
|---|
| 162 | BlockName -> DIM6,
|
|---|
| 163 | InteractionOrder -> {{DIM6_ctG,1},{QED,1}},
|
|---|
| 164 | Description -> ""
|
|---|
| 165 | },
|
|---|
| 166 |
|
|---|
| 167 | ctGI == {
|
|---|
| 168 | ComplexParameter -> False,
|
|---|
| 169 | ParameterType -> External,
|
|---|
| 170 | Value -> 0.,
|
|---|
| 171 | BlockName -> DIM6,
|
|---|
| 172 | InteractionOrder -> {{DIM6_ctGI,1},{QED,1}},
|
|---|
| 173 | Description -> ""
|
|---|
| 174 | },
|
|---|
| 175 |
|
|---|
| 176 | cQlM1 == {
|
|---|
| 177 | ComplexParameter -> False,
|
|---|
| 178 | ParameterType -> External,
|
|---|
| 179 | Value -> 0.,
|
|---|
| 180 | BlockName -> DIM6,
|
|---|
| 181 | InteractionOrder -> {{DIM6_cQlM1,1}},
|
|---|
| 182 | Description -> ""
|
|---|
| 183 | },
|
|---|
| 184 |
|
|---|
| 185 | cQlM2 == {
|
|---|
| 186 | ComplexParameter -> False,
|
|---|
| 187 | ParameterType -> External,
|
|---|
| 188 | Value -> 0.,
|
|---|
| 189 | BlockName -> DIM6,
|
|---|
| 190 | InteractionOrder -> {{DIM6_cQlM2,1}},
|
|---|
| 191 | Description -> ""
|
|---|
| 192 | },
|
|---|
| 193 |
|
|---|
| 194 | cQlM3 == {
|
|---|
| 195 | ComplexParameter -> False,
|
|---|
| 196 | ParameterType -> External,
|
|---|
| 197 | Value -> 0.,
|
|---|
| 198 | BlockName -> DIM6,
|
|---|
| 199 | InteractionOrder -> {{DIM6_cQlM3,1}},
|
|---|
| 200 | Description -> ""
|
|---|
| 201 | },
|
|---|
| 202 |
|
|---|
| 203 | cQl31 == {
|
|---|
| 204 | ComplexParameter -> False,
|
|---|
| 205 | ParameterType -> External,
|
|---|
| 206 | Value -> 0.,
|
|---|
| 207 | BlockName -> DIM6,
|
|---|
| 208 | InteractionOrder -> {{DIM6_cQl31,1}},
|
|---|
| 209 | Description -> ""
|
|---|
| 210 | },
|
|---|
| 211 |
|
|---|
| 212 | cQl32 == {
|
|---|
| 213 | ComplexParameter -> False,
|
|---|
| 214 | ParameterType -> External,
|
|---|
| 215 | Value -> 0.,
|
|---|
| 216 | BlockName -> DIM6,
|
|---|
| 217 | InteractionOrder -> {{DIM6_cQl32,1}},
|
|---|
| 218 | Description -> ""
|
|---|
| 219 | },
|
|---|
| 220 |
|
|---|
| 221 | cQl33 == {
|
|---|
| 222 | ComplexParameter -> False,
|
|---|
| 223 | ParameterType -> External,
|
|---|
| 224 | Value -> 0.,
|
|---|
| 225 | BlockName -> DIM6,
|
|---|
| 226 | InteractionOrder -> {{DIM6_cQl33,1}},
|
|---|
| 227 | Description -> ""
|
|---|
| 228 | },
|
|---|
| 229 |
|
|---|
| 230 | cQe1 == {
|
|---|
| 231 | ComplexParameter -> False,
|
|---|
| 232 | ParameterType -> External,
|
|---|
| 233 | Value -> 0.,
|
|---|
| 234 | BlockName -> DIM6,
|
|---|
| 235 | InteractionOrder -> {{DIM6_cQe1,1}},
|
|---|
| 236 | Description -> ""
|
|---|
| 237 | },
|
|---|
| 238 |
|
|---|
| 239 | cQe2 == {
|
|---|
| 240 | ComplexParameter -> False,
|
|---|
| 241 | ParameterType -> External,
|
|---|
| 242 | Value -> 0.,
|
|---|
| 243 | BlockName -> DIM6,
|
|---|
| 244 | InteractionOrder -> {{DIM6_cQe2,1}},
|
|---|
| 245 | Description -> ""
|
|---|
| 246 | },
|
|---|
| 247 |
|
|---|
| 248 | cQe3 == {
|
|---|
| 249 | ComplexParameter -> False,
|
|---|
| 250 | ParameterType -> External,
|
|---|
| 251 | Value -> 0.,
|
|---|
| 252 | BlockName -> DIM6,
|
|---|
| 253 | InteractionOrder -> {{DIM6_cQe3,1}},
|
|---|
| 254 | Description -> ""
|
|---|
| 255 | },
|
|---|
| 256 |
|
|---|
| 257 | ctl1 == {
|
|---|
| 258 | ComplexParameter -> False,
|
|---|
| 259 | ParameterType -> External,
|
|---|
| 260 | Value -> 0.,
|
|---|
| 261 | BlockName -> DIM6,
|
|---|
| 262 | InteractionOrder -> {{DIM6_ctl1,1}},
|
|---|
| 263 | Description -> ""
|
|---|
| 264 | },
|
|---|
| 265 |
|
|---|
| 266 | ctl2 == {
|
|---|
| 267 | ComplexParameter -> False,
|
|---|
| 268 | ParameterType -> External,
|
|---|
| 269 | Value -> 0.,
|
|---|
| 270 | BlockName -> DIM6,
|
|---|
| 271 | InteractionOrder -> {{DIM6_ctl2,1}},
|
|---|
| 272 | Description -> ""
|
|---|
| 273 | },
|
|---|
| 274 |
|
|---|
| 275 | ctl3 == {
|
|---|
| 276 | ComplexParameter -> False,
|
|---|
| 277 | ParameterType -> External,
|
|---|
| 278 | Value -> 0.,
|
|---|
| 279 | BlockName -> DIM6,
|
|---|
| 280 | InteractionOrder -> {{DIM6_ctl3,1}},
|
|---|
| 281 | Description -> ""
|
|---|
| 282 | },
|
|---|
| 283 |
|
|---|
| 284 | cte1 == {
|
|---|
| 285 | ComplexParameter -> False,
|
|---|
| 286 | ParameterType -> External,
|
|---|
| 287 | Value -> 0.,
|
|---|
| 288 | BlockName -> DIM6,
|
|---|
| 289 | InteractionOrder -> {{DIM6_cte1,1}},
|
|---|
| 290 | Description -> ""
|
|---|
| 291 | },
|
|---|
| 292 |
|
|---|
| 293 | cte2 == {
|
|---|
| 294 | ComplexParameter -> False,
|
|---|
| 295 | ParameterType -> External,
|
|---|
| 296 | Value -> 0.,
|
|---|
| 297 | BlockName -> DIM6,
|
|---|
| 298 | InteractionOrder -> {{DIM6_cte2,1}},
|
|---|
| 299 | Description -> ""
|
|---|
| 300 | },
|
|---|
| 301 |
|
|---|
| 302 | cte3 == {
|
|---|
| 303 | ComplexParameter -> False,
|
|---|
| 304 | ParameterType -> External,
|
|---|
| 305 | Value -> 0.,
|
|---|
| 306 | BlockName -> DIM6,
|
|---|
| 307 | InteractionOrder -> {{DIM6_cte3,1}},
|
|---|
| 308 | Description -> ""
|
|---|
| 309 | },
|
|---|
| 310 |
|
|---|
| 311 | ctlS1 == {
|
|---|
| 312 | ComplexParameter -> False,
|
|---|
| 313 | ParameterType -> External,
|
|---|
| 314 | Value -> 0.,
|
|---|
| 315 | BlockName -> DIM6,
|
|---|
| 316 | InteractionOrder -> {{DIM6_ctlS1,1}},
|
|---|
| 317 | Description -> ""
|
|---|
| 318 | },
|
|---|
| 319 |
|
|---|
| 320 | ctlSI1 == {
|
|---|
| 321 | ComplexParameter -> False,
|
|---|
| 322 | ParameterType -> External,
|
|---|
| 323 | Value -> 0.,
|
|---|
| 324 | BlockName -> DIM6,
|
|---|
| 325 | InteractionOrder -> {{DIM6_ctlSI1,1}},
|
|---|
| 326 | Description -> ""
|
|---|
| 327 | },
|
|---|
| 328 |
|
|---|
| 329 | ctlS2 == {
|
|---|
| 330 | ComplexParameter -> False,
|
|---|
| 331 | ParameterType -> External,
|
|---|
| 332 | Value -> 0.,
|
|---|
| 333 | BlockName -> DIM6,
|
|---|
| 334 | InteractionOrder -> {{DIM6_ctlS2,1}},
|
|---|
| 335 | Description -> ""
|
|---|
| 336 | },
|
|---|
| 337 |
|
|---|
| 338 | ctlSI2 == {
|
|---|
| 339 | ComplexParameter -> False,
|
|---|
| 340 | ParameterType -> External,
|
|---|
| 341 | Value -> 0.,
|
|---|
| 342 | BlockName -> DIM6,
|
|---|
| 343 | InteractionOrder -> {{DIM6_ctlSI2,1}},
|
|---|
| 344 | Description -> ""
|
|---|
| 345 | },
|
|---|
| 346 |
|
|---|
| 347 | ctlS3 == {
|
|---|
| 348 | ComplexParameter -> False,
|
|---|
| 349 | ParameterType -> External,
|
|---|
| 350 | Value -> 0.,
|
|---|
| 351 | BlockName -> DIM6,
|
|---|
| 352 | InteractionOrder -> {{DIM6_ctlS3,1}},
|
|---|
| 353 | Description -> ""
|
|---|
| 354 | },
|
|---|
| 355 |
|
|---|
| 356 | ctlSI3 == {
|
|---|
| 357 | ComplexParameter -> False,
|
|---|
| 358 | ParameterType -> External,
|
|---|
| 359 | Value -> 0.,
|
|---|
| 360 | BlockName -> DIM6,
|
|---|
| 361 | InteractionOrder -> {{DIM6_ctlSI3,1}},
|
|---|
| 362 | Description -> ""
|
|---|
| 363 | },
|
|---|
| 364 |
|
|---|
| 365 | ctlT1 == {
|
|---|
| 366 | ComplexParameter -> False,
|
|---|
| 367 | ParameterType -> External,
|
|---|
| 368 | Value -> 0.,
|
|---|
| 369 | BlockName -> DIM6,
|
|---|
| 370 | InteractionOrder -> {{DIM6_ctlT1,1}},
|
|---|
| 371 | Description -> ""
|
|---|
| 372 | },
|
|---|
| 373 |
|
|---|
| 374 | ctlTI1 == {
|
|---|
| 375 | ComplexParameter -> False,
|
|---|
| 376 | ParameterType -> External,
|
|---|
| 377 | Value -> 0.,
|
|---|
| 378 | BlockName -> DIM6,
|
|---|
| 379 | InteractionOrder -> {{DIM6_ctlTI1,1}},
|
|---|
| 380 | Description -> ""
|
|---|
| 381 | },
|
|---|
| 382 |
|
|---|
| 383 | ctlT2 == {
|
|---|
| 384 | ComplexParameter -> False,
|
|---|
| 385 | ParameterType -> External,
|
|---|
| 386 | Value -> 0.,
|
|---|
| 387 | BlockName -> DIM6,
|
|---|
| 388 | InteractionOrder -> {{DIM6_ctlT2,1}},
|
|---|
| 389 | Description -> ""
|
|---|
| 390 | },
|
|---|
| 391 |
|
|---|
| 392 | ctlTI2 == {
|
|---|
| 393 | ComplexParameter -> False,
|
|---|
| 394 | ParameterType -> External,
|
|---|
| 395 | Value -> 0.,
|
|---|
| 396 | BlockName -> DIM6,
|
|---|
| 397 | InteractionOrder -> {{DIM6_ctlTI2,1}},
|
|---|
| 398 | Description -> ""
|
|---|
| 399 | },
|
|---|
| 400 |
|
|---|
| 401 | ctlT3 == {
|
|---|
| 402 | ComplexParameter -> False,
|
|---|
| 403 | ParameterType -> External,
|
|---|
| 404 | Value -> 0.,
|
|---|
| 405 | BlockName -> DIM6,
|
|---|
| 406 | InteractionOrder -> {{DIM6_ctlT3,1}},
|
|---|
| 407 | Description -> ""
|
|---|
| 408 | },
|
|---|
| 409 |
|
|---|
| 410 | ctlTI3 == {
|
|---|
| 411 | ComplexParameter -> False,
|
|---|
| 412 | ParameterType -> External,
|
|---|
| 413 | Value -> 0.,
|
|---|
| 414 | BlockName -> DIM6,
|
|---|
| 415 | InteractionOrder -> {{DIM6_ctlTI3,1}},
|
|---|
| 416 | Description -> ""
|
|---|
| 417 | },
|
|---|
| 418 |
|
|---|
| 419 | cblS1 == {
|
|---|
| 420 | ComplexParameter -> False,
|
|---|
| 421 | ParameterType -> External,
|
|---|
| 422 | Value -> 0.,
|
|---|
| 423 | BlockName -> DIM6,
|
|---|
| 424 | InteractionOrder -> {{DIM6_cblS1,1}},
|
|---|
| 425 | Description -> ""
|
|---|
| 426 | },
|
|---|
| 427 |
|
|---|
| 428 | cblSI1 == {
|
|---|
| 429 | ComplexParameter -> False,
|
|---|
| 430 | ParameterType -> External,
|
|---|
| 431 | Value -> 0.,
|
|---|
| 432 | BlockName -> DIM6,
|
|---|
| 433 | InteractionOrder -> {{DIM6_cblSI1,1}},
|
|---|
| 434 | Description -> ""
|
|---|
| 435 | },
|
|---|
| 436 |
|
|---|
| 437 | cblS2 == {
|
|---|
| 438 | ComplexParameter -> False,
|
|---|
| 439 | ParameterType -> External,
|
|---|
| 440 | Value -> 0.,
|
|---|
| 441 | BlockName -> DIM6,
|
|---|
| 442 | InteractionOrder -> {{DIM6_cblS2,1}},
|
|---|
| 443 | Description -> ""
|
|---|
| 444 | },
|
|---|
| 445 |
|
|---|
| 446 | cblSI2 == {
|
|---|
| 447 | ComplexParameter -> False,
|
|---|
| 448 | ParameterType -> External,
|
|---|
| 449 | Value -> 0.,
|
|---|
| 450 | BlockName -> DIM6,
|
|---|
| 451 | InteractionOrder -> {{DIM6_cblSI2,1}},
|
|---|
| 452 | Description -> ""
|
|---|
| 453 | },
|
|---|
| 454 |
|
|---|
| 455 | cblS3 == {
|
|---|
| 456 | ComplexParameter -> False,
|
|---|
| 457 | ParameterType -> External,
|
|---|
| 458 | Value -> 0.,
|
|---|
| 459 | BlockName -> DIM6,
|
|---|
| 460 | InteractionOrder -> {{DIM6_cblS3,1}},
|
|---|
| 461 | Description -> ""
|
|---|
| 462 | },
|
|---|
| 463 |
|
|---|
| 464 | cblSI3 == {
|
|---|
| 465 | ComplexParameter -> False,
|
|---|
| 466 | ParameterType -> External,
|
|---|
| 467 | Value -> 0.,
|
|---|
| 468 | BlockName -> DIM6,
|
|---|
| 469 | InteractionOrder -> {{DIM6_cblSI3,1}},
|
|---|
| 470 | Description -> ""
|
|---|
| 471 | },
|
|---|
| 472 |
|
|---|
| 473 | cQq83 == {
|
|---|
| 474 | ComplexParameter -> False,
|
|---|
| 475 | ParameterType -> External,
|
|---|
| 476 | Value -> 0.,
|
|---|
| 477 | BlockName -> DIM6,
|
|---|
| 478 | InteractionOrder -> {{DIM6_cQq83,1}},
|
|---|
| 479 | Description -> ""
|
|---|
| 480 | },
|
|---|
| 481 |
|
|---|
| 482 | cQq81 == {
|
|---|
| 483 | ComplexParameter -> False,
|
|---|
| 484 | ParameterType -> External,
|
|---|
| 485 | Value -> 0.,
|
|---|
| 486 | BlockName -> DIM6,
|
|---|
| 487 | InteractionOrder -> {{DIM6_cQq81,1}},
|
|---|
| 488 | Description -> ""
|
|---|
| 489 | },
|
|---|
| 490 |
|
|---|
| 491 | cQu8 == {
|
|---|
| 492 | ComplexParameter -> False,
|
|---|
| 493 | ParameterType -> External,
|
|---|
| 494 | Value -> 0.,
|
|---|
| 495 | BlockName -> DIM6,
|
|---|
| 496 | InteractionOrder -> {{DIM6_cQu8,1}},
|
|---|
| 497 | Description -> ""
|
|---|
| 498 | },
|
|---|
| 499 |
|
|---|
| 500 | cQd8 == {
|
|---|
| 501 | ComplexParameter -> False,
|
|---|
| 502 | ParameterType -> External,
|
|---|
| 503 | Value -> 0.,
|
|---|
| 504 | BlockName -> DIM6,
|
|---|
| 505 | InteractionOrder -> {{DIM6_cQd8,1}},
|
|---|
| 506 | Description -> ""
|
|---|
| 507 | },
|
|---|
| 508 |
|
|---|
| 509 | ctq8 == {
|
|---|
| 510 | ComplexParameter -> False,
|
|---|
| 511 | ParameterType -> External,
|
|---|
| 512 | Value -> 0.,
|
|---|
| 513 | BlockName -> DIM6,
|
|---|
| 514 | InteractionOrder -> {{DIM6_ctq8,1}},
|
|---|
| 515 | Description -> ""
|
|---|
| 516 | },
|
|---|
| 517 |
|
|---|
| 518 | ctu8 == {
|
|---|
| 519 | ComplexParameter -> False,
|
|---|
| 520 | ParameterType -> External,
|
|---|
| 521 | Value -> 0.,
|
|---|
| 522 | BlockName -> DIM6,
|
|---|
| 523 | InteractionOrder -> {{DIM6_ctu8,1}},
|
|---|
| 524 | Description -> ""
|
|---|
| 525 | },
|
|---|
| 526 |
|
|---|
| 527 | ctd8 == {
|
|---|
| 528 | ComplexParameter -> False,
|
|---|
| 529 | ParameterType -> External,
|
|---|
| 530 | Value -> 0.,
|
|---|
| 531 | BlockName -> DIM6,
|
|---|
| 532 | InteractionOrder -> {{DIM6_ctd8,1}},
|
|---|
| 533 | Description -> ""
|
|---|
| 534 | },
|
|---|
| 535 |
|
|---|
| 536 | cQq13 == {
|
|---|
| 537 | ComplexParameter -> False,
|
|---|
| 538 | ParameterType -> External,
|
|---|
| 539 | Value -> 0.,
|
|---|
| 540 | BlockName -> DIM6,
|
|---|
| 541 | InteractionOrder -> {{DIM6_cQq13,1}},
|
|---|
| 542 | Description -> ""
|
|---|
| 543 | },
|
|---|
| 544 |
|
|---|
| 545 | cQq11 == {
|
|---|
| 546 | ComplexParameter -> False,
|
|---|
| 547 | ParameterType -> External,
|
|---|
| 548 | Value -> 0.,
|
|---|
| 549 | BlockName -> DIM6,
|
|---|
| 550 | InteractionOrder -> {{DIM6_cQq11,1}},
|
|---|
| 551 | Description -> ""
|
|---|
| 552 | },
|
|---|
| 553 |
|
|---|
| 554 | cQu1 == {
|
|---|
| 555 | ComplexParameter -> False,
|
|---|
| 556 | ParameterType -> External,
|
|---|
| 557 | Value -> 0.,
|
|---|
| 558 | BlockName -> DIM6,
|
|---|
| 559 | InteractionOrder -> {{DIM6_cQu1,1}},
|
|---|
| 560 | Description -> ""
|
|---|
| 561 | },
|
|---|
| 562 |
|
|---|
| 563 | cQd1 == {
|
|---|
| 564 | ComplexParameter -> False,
|
|---|
| 565 | ParameterType -> External,
|
|---|
| 566 | Value -> 0.,
|
|---|
| 567 | BlockName -> DIM6,
|
|---|
| 568 | InteractionOrder -> {{DIM6_cQd1,1}},
|
|---|
| 569 | Description -> ""
|
|---|
| 570 | },
|
|---|
| 571 |
|
|---|
| 572 | ctq1 == {
|
|---|
| 573 | ComplexParameter -> False,
|
|---|
| 574 | ParameterType -> External,
|
|---|
| 575 | Value -> 0.,
|
|---|
| 576 | BlockName -> DIM6,
|
|---|
| 577 | InteractionOrder -> {{DIM6_ctq1,1}},
|
|---|
| 578 | Description -> ""
|
|---|
| 579 | },
|
|---|
| 580 |
|
|---|
| 581 | ctu1 == {
|
|---|
| 582 | ComplexParameter -> False,
|
|---|
| 583 | ParameterType -> External,
|
|---|
| 584 | Value -> 0.,
|
|---|
| 585 | BlockName -> DIM6,
|
|---|
| 586 | InteractionOrder -> {{DIM6_ctu1,1}},
|
|---|
| 587 | Description -> ""
|
|---|
| 588 | },
|
|---|
| 589 |
|
|---|
| 590 | ctd1 == {
|
|---|
| 591 | ComplexParameter -> False,
|
|---|
| 592 | ParameterType -> External,
|
|---|
| 593 | Value -> 0.,
|
|---|
| 594 | BlockName -> DIM6,
|
|---|
| 595 | InteractionOrder -> {{DIM6_ctd1,1}},
|
|---|
| 596 | Description -> ""
|
|---|
| 597 | },
|
|---|
| 598 |
|
|---|
| 599 | cQQ1 == {
|
|---|
| 600 | ComplexParameter -> False,
|
|---|
| 601 | ParameterType -> External,
|
|---|
| 602 | Value -> 0.,
|
|---|
| 603 | BlockName -> DIM6,
|
|---|
| 604 | InteractionOrder -> {{DIM6_cQQ1,1}},
|
|---|
| 605 | Description -> ""
|
|---|
| 606 | },
|
|---|
| 607 |
|
|---|
| 608 | cQQ8 == {
|
|---|
| 609 | ComplexParameter -> False,
|
|---|
| 610 | ParameterType -> External,
|
|---|
| 611 | Value -> 0.,
|
|---|
| 612 | BlockName -> DIM6,
|
|---|
| 613 | InteractionOrder -> {{DIM6_cQQ8,1}},
|
|---|
| 614 | Description -> ""
|
|---|
| 615 | },
|
|---|
| 616 |
|
|---|
| 617 | cQt1 == {
|
|---|
| 618 | ComplexParameter -> False,
|
|---|
| 619 | ParameterType -> External,
|
|---|
| 620 | Value -> 0.,
|
|---|
| 621 | BlockName -> DIM6,
|
|---|
| 622 | InteractionOrder -> {{DIM6_cQt1,1}},
|
|---|
| 623 | Description -> ""
|
|---|
| 624 | },
|
|---|
| 625 |
|
|---|
| 626 | cQb1 == {
|
|---|
| 627 | ComplexParameter -> False,
|
|---|
| 628 | ParameterType -> External,
|
|---|
| 629 | Value -> 0.,
|
|---|
| 630 | BlockName -> DIM6,
|
|---|
| 631 | InteractionOrder -> {{DIM6_cQb1,1}},
|
|---|
| 632 | Description -> ""
|
|---|
| 633 | },
|
|---|
| 634 |
|
|---|
| 635 | ctt1 == {
|
|---|
| 636 | ComplexParameter -> False,
|
|---|
| 637 | ParameterType -> External,
|
|---|
| 638 | Value -> 0.,
|
|---|
| 639 | BlockName -> DIM6,
|
|---|
| 640 | InteractionOrder -> {{DIM6_ctt1,1}},
|
|---|
| 641 | Description -> ""
|
|---|
| 642 | },
|
|---|
| 643 |
|
|---|
| 644 | ctb1 == {
|
|---|
| 645 | ComplexParameter -> False,
|
|---|
| 646 | ParameterType -> External,
|
|---|
| 647 | Value -> 0.,
|
|---|
| 648 | BlockName -> DIM6,
|
|---|
| 649 | InteractionOrder -> {{DIM6_ctb1,1}},
|
|---|
| 650 | Description -> ""
|
|---|
| 651 | },
|
|---|
| 652 |
|
|---|
| 653 | cQt8 == {
|
|---|
| 654 | ComplexParameter -> False,
|
|---|
| 655 | ParameterType -> External,
|
|---|
| 656 | Value -> 0.,
|
|---|
| 657 | BlockName -> DIM6,
|
|---|
| 658 | InteractionOrder -> {{DIM6_cQt8,1}},
|
|---|
| 659 | Description -> ""
|
|---|
| 660 | },
|
|---|
| 661 |
|
|---|
| 662 | cQb8 == {
|
|---|
| 663 | ComplexParameter -> False,
|
|---|
| 664 | ParameterType -> External,
|
|---|
| 665 | Value -> 0.,
|
|---|
| 666 | BlockName -> DIM6,
|
|---|
| 667 | InteractionOrder -> {{DIM6_cQb8,1}},
|
|---|
| 668 | Description -> ""
|
|---|
| 669 | },
|
|---|
| 670 |
|
|---|
| 671 | ctb8 == {
|
|---|
| 672 | ComplexParameter -> False,
|
|---|
| 673 | ParameterType -> External,
|
|---|
| 674 | Value -> 0.,
|
|---|
| 675 | BlockName -> DIM6,
|
|---|
| 676 | InteractionOrder -> {{DIM6_ctb8,1}},
|
|---|
| 677 | Description -> ""
|
|---|
| 678 | },
|
|---|
| 679 |
|
|---|
| 680 | ctQqu1 == {
|
|---|
| 681 | ComplexParameter -> False,
|
|---|
| 682 | ParameterType -> External,
|
|---|
| 683 | Value -> 0.,
|
|---|
| 684 | BlockName -> DIM6,
|
|---|
| 685 | InteractionOrder -> {{DIM6_ctQqu1,1}},
|
|---|
| 686 | Description -> ""
|
|---|
| 687 | },
|
|---|
| 688 |
|
|---|
| 689 | ctQqu1I == {
|
|---|
| 690 | ComplexParameter -> False,
|
|---|
| 691 | ParameterType -> External,
|
|---|
| 692 | Value -> 0.,
|
|---|
| 693 | BlockName -> DIM6,
|
|---|
| 694 | InteractionOrder -> {{DIM6_ctQqu1I,1}},
|
|---|
| 695 | Description -> ""
|
|---|
| 696 | },
|
|---|
| 697 |
|
|---|
| 698 | ctQqu8 == {
|
|---|
| 699 | ComplexParameter -> False,
|
|---|
| 700 | ParameterType -> External,
|
|---|
| 701 | Value -> 0.,
|
|---|
| 702 | BlockName -> DIM6,
|
|---|
| 703 | InteractionOrder -> {{DIM6_ctQqu8,1}},
|
|---|
| 704 | Description -> ""
|
|---|
| 705 | },
|
|---|
| 706 |
|
|---|
| 707 | ctQqu8I == {
|
|---|
| 708 | ComplexParameter -> False,
|
|---|
| 709 | ParameterType -> External,
|
|---|
| 710 | Value -> 0.,
|
|---|
| 711 | BlockName -> DIM6,
|
|---|
| 712 | InteractionOrder -> {{DIM6_ctQqu8I,1}},
|
|---|
| 713 | Description -> ""
|
|---|
| 714 | },
|
|---|
| 715 |
|
|---|
| 716 | cbQqd1 == {
|
|---|
| 717 | ComplexParameter -> False,
|
|---|
| 718 | ParameterType -> External,
|
|---|
| 719 | Value -> 0.,
|
|---|
| 720 | BlockName -> DIM6,
|
|---|
| 721 | InteractionOrder -> {{DIM6_cbQqd1,1}},
|
|---|
| 722 | Description -> ""
|
|---|
| 723 | },
|
|---|
| 724 |
|
|---|
| 725 | cbQqd1I == {
|
|---|
| 726 | ComplexParameter -> False,
|
|---|
| 727 | ParameterType -> External,
|
|---|
| 728 | Value -> 0.,
|
|---|
| 729 | BlockName -> DIM6,
|
|---|
| 730 | InteractionOrder -> {{DIM6_cbQqd1I,1}},
|
|---|
| 731 | Description -> ""
|
|---|
| 732 | },
|
|---|
| 733 |
|
|---|
| 734 | cbQqd8 == {
|
|---|
| 735 | ComplexParameter -> False,
|
|---|
| 736 | ParameterType -> External,
|
|---|
| 737 | Value -> 0.,
|
|---|
| 738 | BlockName -> DIM6,
|
|---|
| 739 | InteractionOrder -> {{DIM6_cbQqd8,1}},
|
|---|
| 740 | Description -> ""
|
|---|
| 741 | },
|
|---|
| 742 |
|
|---|
| 743 | cbQqd8I == {
|
|---|
| 744 | ComplexParameter -> False,
|
|---|
| 745 | ParameterType -> External,
|
|---|
| 746 | Value -> 0.,
|
|---|
| 747 | BlockName -> DIM6,
|
|---|
| 748 | InteractionOrder -> {{DIM6_cbQqd8I,1}},
|
|---|
| 749 | Description -> ""
|
|---|
| 750 | },
|
|---|
| 751 |
|
|---|
| 752 | cQtqd1 == {
|
|---|
| 753 | ComplexParameter -> False,
|
|---|
| 754 | ParameterType -> External,
|
|---|
| 755 | Value -> 0.,
|
|---|
| 756 | BlockName -> DIM6,
|
|---|
| 757 | InteractionOrder -> {{DIM6_cQtqd1,1}},
|
|---|
| 758 | Description -> ""
|
|---|
| 759 | },
|
|---|
| 760 |
|
|---|
| 761 | cQtqd1I == {
|
|---|
| 762 | ComplexParameter -> False,
|
|---|
| 763 | ParameterType -> External,
|
|---|
| 764 | Value -> 0.,
|
|---|
| 765 | BlockName -> DIM6,
|
|---|
| 766 | InteractionOrder -> {{DIM6_cQtqd1I,1}},
|
|---|
| 767 | Description -> ""
|
|---|
| 768 | },
|
|---|
| 769 |
|
|---|
| 770 | cQtqd8 == {
|
|---|
| 771 | ComplexParameter -> False,
|
|---|
| 772 | ParameterType -> External,
|
|---|
| 773 | Value -> 0.,
|
|---|
| 774 | BlockName -> DIM6,
|
|---|
| 775 | InteractionOrder -> {{DIM6_cQtqd8,1}},
|
|---|
| 776 | Description -> ""
|
|---|
| 777 | },
|
|---|
| 778 |
|
|---|
| 779 | cQtqd8I == {
|
|---|
| 780 | ComplexParameter -> False,
|
|---|
| 781 | ParameterType -> External,
|
|---|
| 782 | Value -> 0.,
|
|---|
| 783 | BlockName -> DIM6,
|
|---|
| 784 | InteractionOrder -> {{DIM6_cQtqd8I,1}},
|
|---|
| 785 | Description -> ""
|
|---|
| 786 | },
|
|---|
| 787 |
|
|---|
| 788 | cQbqu1 == {
|
|---|
| 789 | ComplexParameter -> False,
|
|---|
| 790 | ParameterType -> External,
|
|---|
| 791 | Value -> 0.,
|
|---|
| 792 | BlockName -> DIM6,
|
|---|
| 793 | InteractionOrder -> {{DIM6_cQbqu1,1}},
|
|---|
| 794 | Description -> ""
|
|---|
| 795 | },
|
|---|
| 796 |
|
|---|
| 797 | cQbqu1I == {
|
|---|
| 798 | ComplexParameter -> False,
|
|---|
| 799 | ParameterType -> External,
|
|---|
| 800 | Value -> 0.,
|
|---|
| 801 | BlockName -> DIM6,
|
|---|
| 802 | InteractionOrder -> {{DIM6_cQbqu1I,1}},
|
|---|
| 803 | Description -> ""
|
|---|
| 804 | },
|
|---|
| 805 |
|
|---|
| 806 | cQbqu8 == {
|
|---|
| 807 | ComplexParameter -> False,
|
|---|
| 808 | ParameterType -> External,
|
|---|
| 809 | Value -> 0.,
|
|---|
| 810 | BlockName -> DIM6,
|
|---|
| 811 | InteractionOrder -> {{DIM6_cQbqu8,1}},
|
|---|
| 812 | Description -> ""
|
|---|
| 813 | },
|
|---|
| 814 |
|
|---|
| 815 | cQbqu8I == {
|
|---|
| 816 | ComplexParameter -> False,
|
|---|
| 817 | ParameterType -> External,
|
|---|
| 818 | Value -> 0.,
|
|---|
| 819 | BlockName -> DIM6,
|
|---|
| 820 | InteractionOrder -> {{DIM6_cQbqu8I,1}},
|
|---|
| 821 | Description -> ""
|
|---|
| 822 | },
|
|---|
| 823 |
|
|---|
| 824 | ctQqu1T == {
|
|---|
| 825 | ComplexParameter -> False,
|
|---|
| 826 | ParameterType -> External,
|
|---|
| 827 | Value -> 0.,
|
|---|
| 828 | BlockName -> DIM6,
|
|---|
| 829 | InteractionOrder -> {{DIM6_ctQqu1T,1}},
|
|---|
| 830 | Description -> ""
|
|---|
| 831 | },
|
|---|
| 832 |
|
|---|
| 833 | ctQqu1TI == {
|
|---|
| 834 | ComplexParameter -> False,
|
|---|
| 835 | ParameterType -> External,
|
|---|
| 836 | Value -> 0.,
|
|---|
| 837 | BlockName -> DIM6,
|
|---|
| 838 | InteractionOrder -> {{DIM6_ctQqu1TI,1}},
|
|---|
| 839 | Description -> ""
|
|---|
| 840 | },
|
|---|
| 841 |
|
|---|
| 842 | ctQqu8T == {
|
|---|
| 843 | ComplexParameter -> False,
|
|---|
| 844 | ParameterType -> External,
|
|---|
| 845 | Value -> 0.,
|
|---|
| 846 | BlockName -> DIM6,
|
|---|
| 847 | InteractionOrder -> {{DIM6_ctQqu8T,1}},
|
|---|
| 848 | Description -> ""
|
|---|
| 849 | },
|
|---|
| 850 |
|
|---|
| 851 | ctQqu8TI == {
|
|---|
| 852 | ComplexParameter -> False,
|
|---|
| 853 | ParameterType -> External,
|
|---|
| 854 | Value -> 0.,
|
|---|
| 855 | BlockName -> DIM6,
|
|---|
| 856 | InteractionOrder -> {{DIM6_ctQqu8TI,1}},
|
|---|
| 857 | Description -> ""
|
|---|
| 858 | },
|
|---|
| 859 |
|
|---|
| 860 | cbQqd1T == {
|
|---|
| 861 | ComplexParameter -> False,
|
|---|
| 862 | ParameterType -> External,
|
|---|
| 863 | Value -> 0.,
|
|---|
| 864 | BlockName -> DIM6,
|
|---|
| 865 | InteractionOrder -> {{DIM6_cbQqd1T,1}},
|
|---|
| 866 | Description -> ""
|
|---|
| 867 | },
|
|---|
| 868 |
|
|---|
| 869 | cbQqd1TI == {
|
|---|
| 870 | ComplexParameter -> False,
|
|---|
| 871 | ParameterType -> External,
|
|---|
| 872 | Value -> 0.,
|
|---|
| 873 | BlockName -> DIM6,
|
|---|
| 874 | InteractionOrder -> {{DIM6_cbQqd1TI,1}},
|
|---|
| 875 | Description -> ""
|
|---|
| 876 | },
|
|---|
| 877 |
|
|---|
| 878 | cbQqd8T == {
|
|---|
| 879 | ComplexParameter -> False,
|
|---|
| 880 | ParameterType -> External,
|
|---|
| 881 | Value -> 0.,
|
|---|
| 882 | BlockName -> DIM6,
|
|---|
| 883 | InteractionOrder -> {{DIM6_cbQqd8T,1}},
|
|---|
| 884 | Description -> ""
|
|---|
| 885 | },
|
|---|
| 886 |
|
|---|
| 887 | cbQqd8TI == {
|
|---|
| 888 | ComplexParameter -> False,
|
|---|
| 889 | ParameterType -> External,
|
|---|
| 890 | Value -> 0.,
|
|---|
| 891 | BlockName -> DIM6,
|
|---|
| 892 | InteractionOrder -> {{DIM6_cbQqd8TI,1}},
|
|---|
| 893 | Description -> ""
|
|---|
| 894 | },
|
|---|
| 895 |
|
|---|
| 896 | cQtqd1T == {
|
|---|
| 897 | ComplexParameter -> False,
|
|---|
| 898 | ParameterType -> External,
|
|---|
| 899 | Value -> 0.,
|
|---|
| 900 | BlockName -> DIM6,
|
|---|
| 901 | InteractionOrder -> {{DIM6_cQtqd1T,1}},
|
|---|
| 902 | Description -> ""
|
|---|
| 903 | },
|
|---|
| 904 |
|
|---|
| 905 | cQtqd1TI == {
|
|---|
| 906 | ComplexParameter -> False,
|
|---|
| 907 | ParameterType -> External,
|
|---|
| 908 | Value -> 0.,
|
|---|
| 909 | BlockName -> DIM6,
|
|---|
| 910 | InteractionOrder -> {{DIM6_cQtqd1TI,1}},
|
|---|
| 911 | Description -> ""
|
|---|
| 912 | },
|
|---|
| 913 |
|
|---|
| 914 | cQtqd8T == {
|
|---|
| 915 | ComplexParameter -> False,
|
|---|
| 916 | ParameterType -> External,
|
|---|
| 917 | Value -> 0.,
|
|---|
| 918 | BlockName -> DIM6,
|
|---|
| 919 | InteractionOrder -> {{DIM6_cQtqd8T,1}},
|
|---|
| 920 | Description -> ""
|
|---|
| 921 | },
|
|---|
| 922 |
|
|---|
| 923 | cQtqd8TI == {
|
|---|
| 924 | ComplexParameter -> False,
|
|---|
| 925 | ParameterType -> External,
|
|---|
| 926 | Value -> 0.,
|
|---|
| 927 | BlockName -> DIM6,
|
|---|
| 928 | InteractionOrder -> {{DIM6_cQtqd8TI,1}},
|
|---|
| 929 | Description -> ""
|
|---|
| 930 | },
|
|---|
| 931 |
|
|---|
| 932 | cQbqu1T == {
|
|---|
| 933 | ComplexParameter -> False,
|
|---|
| 934 | ParameterType -> External,
|
|---|
| 935 | Value -> 0.,
|
|---|
| 936 | BlockName -> DIM6,
|
|---|
| 937 | InteractionOrder -> {{DIM6_cQbqu1T,1}},
|
|---|
| 938 | Description -> ""
|
|---|
| 939 | },
|
|---|
| 940 |
|
|---|
| 941 | cQbqu1TI == {
|
|---|
| 942 | ComplexParameter -> False,
|
|---|
| 943 | ParameterType -> External,
|
|---|
| 944 | Value -> 0.,
|
|---|
| 945 | BlockName -> DIM6,
|
|---|
| 946 | InteractionOrder -> {{DIM6_cQbqu1TI,1}},
|
|---|
| 947 | Description -> ""
|
|---|
| 948 | },
|
|---|
| 949 |
|
|---|
| 950 | cQbqu8T == {
|
|---|
| 951 | ComplexParameter -> False,
|
|---|
| 952 | ParameterType -> External,
|
|---|
| 953 | Value -> 0.,
|
|---|
| 954 | BlockName -> DIM6,
|
|---|
| 955 | InteractionOrder -> {{DIM6_cQbqu8T,1}},
|
|---|
| 956 | Description -> ""
|
|---|
| 957 | },
|
|---|
| 958 |
|
|---|
| 959 | cQbqu8TI == {
|
|---|
| 960 | ComplexParameter -> False,
|
|---|
| 961 | ParameterType -> External,
|
|---|
| 962 | Value -> 0.,
|
|---|
| 963 | BlockName -> DIM6,
|
|---|
| 964 | InteractionOrder -> {{DIM6_cQbqu8TI,1}},
|
|---|
| 965 | Description -> ""
|
|---|
| 966 | },
|
|---|
| 967 |
|
|---|
| 968 | cbtud1 == {
|
|---|
| 969 | ComplexParameter -> False,
|
|---|
| 970 | ParameterType -> External,
|
|---|
| 971 | Value -> 0.,
|
|---|
| 972 | BlockName -> DIM6,
|
|---|
| 973 | InteractionOrder -> {{DIM6_cbtud1,1}},
|
|---|
| 974 | Description -> ""
|
|---|
| 975 | },
|
|---|
| 976 |
|
|---|
| 977 | cbtud1I == {
|
|---|
| 978 | ComplexParameter -> False,
|
|---|
| 979 | ParameterType -> External,
|
|---|
| 980 | Value -> 0.,
|
|---|
| 981 | BlockName -> DIM6,
|
|---|
| 982 | InteractionOrder -> {{DIM6_cbtud1I,1}},
|
|---|
| 983 | Description -> ""
|
|---|
| 984 | },
|
|---|
| 985 |
|
|---|
| 986 | cbtud8 == {
|
|---|
| 987 | ComplexParameter -> False,
|
|---|
| 988 | ParameterType -> External,
|
|---|
| 989 | Value -> 0.,
|
|---|
| 990 | BlockName -> DIM6,
|
|---|
| 991 | InteractionOrder -> {{DIM6_cbtud8,1}},
|
|---|
| 992 | Description -> ""
|
|---|
| 993 | },
|
|---|
| 994 |
|
|---|
| 995 | cbtud8I == {
|
|---|
| 996 | ComplexParameter -> False,
|
|---|
| 997 | ParameterType -> External,
|
|---|
| 998 | Value -> 0.,
|
|---|
| 999 | BlockName -> DIM6,
|
|---|
| 1000 | InteractionOrder -> {{DIM6_cbtud8I,1}},
|
|---|
| 1001 | Description -> ""
|
|---|
| 1002 | },
|
|---|
| 1003 |
|
|---|
| 1004 | cQtQb1 == {
|
|---|
| 1005 | ComplexParameter -> False,
|
|---|
| 1006 | ParameterType -> External,
|
|---|
| 1007 | Value -> 0.,
|
|---|
| 1008 | BlockName -> DIM6,
|
|---|
| 1009 | InteractionOrder -> {{DIM6_cQtQb1,1}},
|
|---|
| 1010 | Description -> ""
|
|---|
| 1011 | },
|
|---|
| 1012 |
|
|---|
| 1013 | cQtQb8 == {
|
|---|
| 1014 | ComplexParameter -> False,
|
|---|
| 1015 | ParameterType -> External,
|
|---|
| 1016 | Value -> 0.,
|
|---|
| 1017 | BlockName -> DIM6,
|
|---|
| 1018 | InteractionOrder -> {{DIM6_cQtQb8,1}},
|
|---|
| 1019 | Description -> ""
|
|---|
| 1020 | },
|
|---|
| 1021 |
|
|---|
| 1022 | cQtQb1I == {
|
|---|
| 1023 | ComplexParameter -> False,
|
|---|
| 1024 | ParameterType -> External,
|
|---|
| 1025 | Value -> 0.,
|
|---|
| 1026 | BlockName -> DIM6,
|
|---|
| 1027 | InteractionOrder -> {{DIM6_cQtQb1I,1}},
|
|---|
| 1028 | Description -> ""
|
|---|
| 1029 | },
|
|---|
| 1030 |
|
|---|
| 1031 | cQtQb8I == {
|
|---|
| 1032 | ComplexParameter -> False,
|
|---|
| 1033 | ParameterType -> External,
|
|---|
| 1034 | Value -> 0.,
|
|---|
| 1035 | BlockName -> DIM6,
|
|---|
| 1036 | InteractionOrder -> {{DIM6_cQtQb8I,1}},
|
|---|
| 1037 | Description -> ""
|
|---|
| 1038 | },
|
|---|
| 1039 | (* Internal parameters *)
|
|---|
| 1040 |
|
|---|
| 1041 | ctA == {
|
|---|
| 1042 | ComplexParameter -> False,
|
|---|
| 1043 | ParameterType -> Internal,
|
|---|
| 1044 | Value -> "(ctW-cw*ctZ)/sw",
|
|---|
| 1045 | InteractionOrder -> {DIM6,1},
|
|---|
| 1046 | Description -> ""
|
|---|
| 1047 | },
|
|---|
| 1048 |
|
|---|
| 1049 | cQQplus == {
|
|---|
| 1050 | ComplexParameter -> False,
|
|---|
| 1051 | ParameterType -> Internal,
|
|---|
| 1052 | Value -> "cQQ1/2+cQQ8/6",
|
|---|
| 1053 | InteractionOrder -> {DIM6,1},
|
|---|
| 1054 | Description -> ""
|
|---|
| 1055 | },
|
|---|
| 1056 |
|
|---|
| 1057 | sq2 == {
|
|---|
| 1058 | ComplexParameter -> False,
|
|---|
| 1059 | ParameterType -> Internal,
|
|---|
| 1060 | Value -> "cmath.sqrt(2)",
|
|---|
| 1061 | Description -> ""
|
|---|
| 1062 | },
|
|---|
| 1063 |
|
|---|
| 1064 | (* FCNC couplings *)
|
|---|
| 1065 |
|
|---|
| 1066 | ctpx13 == {
|
|---|
| 1067 | ComplexParameter -> False,
|
|---|
| 1068 | ParameterType -> External,
|
|---|
| 1069 | Value -> 0.,
|
|---|
| 1070 | BlockName -> FCNC,
|
|---|
| 1071 | InteractionOrder -> {{FCNC_ctpx13,1},{QED,3}},
|
|---|
| 1072 | Description -> ""
|
|---|
| 1073 | },
|
|---|
| 1074 |
|
|---|
| 1075 | ctpx23 == {
|
|---|
| 1076 | ComplexParameter -> False,
|
|---|
| 1077 | ParameterType -> External,
|
|---|
| 1078 | Value -> 0.,
|
|---|
| 1079 | BlockName -> FCNC,
|
|---|
| 1080 | InteractionOrder -> {{FCNC_ctpx23,1},{QED,3}},
|
|---|
| 1081 | Description -> ""
|
|---|
| 1082 | },
|
|---|
| 1083 |
|
|---|
| 1084 | ctpx31 == {
|
|---|
| 1085 | ComplexParameter -> False,
|
|---|
| 1086 | ParameterType -> External,
|
|---|
| 1087 | Value -> 0.,
|
|---|
| 1088 | BlockName -> FCNC,
|
|---|
| 1089 | InteractionOrder -> {{FCNC_ctpx31,1},{QED,3}},
|
|---|
| 1090 | Description -> ""
|
|---|
| 1091 | },
|
|---|
| 1092 |
|
|---|
| 1093 | ctpx32 == {
|
|---|
| 1094 | ComplexParameter -> False,
|
|---|
| 1095 | ParameterType -> External,
|
|---|
| 1096 | Value -> 0.,
|
|---|
| 1097 | BlockName -> FCNC,
|
|---|
| 1098 | InteractionOrder -> {{FCNC_ctpx32,1},{QED,3}},
|
|---|
| 1099 | Description -> ""
|
|---|
| 1100 | },
|
|---|
| 1101 |
|
|---|
| 1102 | ctpIx13 == {
|
|---|
| 1103 | ComplexParameter -> False,
|
|---|
| 1104 | ParameterType -> External,
|
|---|
| 1105 | Value -> 0.,
|
|---|
| 1106 | BlockName -> FCNC,
|
|---|
| 1107 | InteractionOrder -> {{FCNC_ctpIx13,1},{QED,3}},
|
|---|
| 1108 | Description -> ""
|
|---|
| 1109 | },
|
|---|
| 1110 |
|
|---|
| 1111 | ctpIx23 == {
|
|---|
| 1112 | ComplexParameter -> False,
|
|---|
| 1113 | ParameterType -> External,
|
|---|
| 1114 | Value -> 0.,
|
|---|
| 1115 | BlockName -> FCNC,
|
|---|
| 1116 | InteractionOrder -> {{FCNC_ctpIx23,1},{QED,3}},
|
|---|
| 1117 | Description -> ""
|
|---|
| 1118 | },
|
|---|
| 1119 |
|
|---|
| 1120 | ctpIx31 == {
|
|---|
| 1121 | ComplexParameter -> False,
|
|---|
| 1122 | ParameterType -> External,
|
|---|
| 1123 | Value -> 0.,
|
|---|
| 1124 | BlockName -> FCNC,
|
|---|
| 1125 | InteractionOrder -> {{FCNC_ctpIx31,1},{QED,3}},
|
|---|
| 1126 | Description -> ""
|
|---|
| 1127 | },
|
|---|
| 1128 |
|
|---|
| 1129 | ctpIx32 == {
|
|---|
| 1130 | ComplexParameter -> False,
|
|---|
| 1131 | ParameterType -> External,
|
|---|
| 1132 | Value -> 0.,
|
|---|
| 1133 | BlockName -> FCNC,
|
|---|
| 1134 | InteractionOrder -> {{FCNC_ctpIx32,1},{QED,3}},
|
|---|
| 1135 | Description -> ""
|
|---|
| 1136 | },
|
|---|
| 1137 |
|
|---|
| 1138 | cpQMx31 == {
|
|---|
| 1139 | ComplexParameter -> False,
|
|---|
| 1140 | ParameterType -> External,
|
|---|
| 1141 | Value -> 0.,
|
|---|
| 1142 | BlockName -> FCNC,
|
|---|
| 1143 | InteractionOrder -> {{FCNC_cpQMx31,1},{QED,2}},
|
|---|
| 1144 | Description -> ""
|
|---|
| 1145 | },
|
|---|
| 1146 |
|
|---|
| 1147 | cpQMx32 == {
|
|---|
| 1148 | ComplexParameter -> False,
|
|---|
| 1149 | ParameterType -> External,
|
|---|
| 1150 | Value -> 0.,
|
|---|
| 1151 | BlockName -> FCNC,
|
|---|
| 1152 | InteractionOrder -> {{FCNC_cpQMx32,1},{QED,2}},
|
|---|
| 1153 | Description -> ""
|
|---|
| 1154 | },
|
|---|
| 1155 |
|
|---|
| 1156 | cpQMIx31 == {
|
|---|
| 1157 | ComplexParameter -> False,
|
|---|
| 1158 | ParameterType -> External,
|
|---|
| 1159 | Value -> 0.,
|
|---|
| 1160 | BlockName -> FCNC,
|
|---|
| 1161 | InteractionOrder -> {{FCNC_cpQMIx31,1},{QED,2}},
|
|---|
| 1162 | Description -> ""
|
|---|
| 1163 | },
|
|---|
| 1164 |
|
|---|
| 1165 | cpQMIx32 == {
|
|---|
| 1166 | ComplexParameter -> False,
|
|---|
| 1167 | ParameterType -> External,
|
|---|
| 1168 | Value -> 0.,
|
|---|
| 1169 | BlockName -> FCNC,
|
|---|
| 1170 | InteractionOrder -> {{FCNC_cpQMIx32,1},{QED,2}},
|
|---|
| 1171 | Description -> ""
|
|---|
| 1172 | },
|
|---|
| 1173 |
|
|---|
| 1174 | cpQ3x31 == {
|
|---|
| 1175 | ComplexParameter -> False,
|
|---|
| 1176 | ParameterType -> External,
|
|---|
| 1177 | Value -> 0.,
|
|---|
| 1178 | BlockName -> FCNC,
|
|---|
| 1179 | InteractionOrder -> {{FCNC_cpQ3x31,1},{QED,2}},
|
|---|
| 1180 | Description -> ""
|
|---|
| 1181 | },
|
|---|
| 1182 |
|
|---|
| 1183 | cpQ3x32 == {
|
|---|
| 1184 | ComplexParameter -> False,
|
|---|
| 1185 | ParameterType -> External,
|
|---|
| 1186 | Value -> 0.,
|
|---|
| 1187 | BlockName -> FCNC,
|
|---|
| 1188 | InteractionOrder -> {{FCNC_cpQ3x32,1},{QED,2}},
|
|---|
| 1189 | Description -> ""
|
|---|
| 1190 | },
|
|---|
| 1191 |
|
|---|
| 1192 | cpQ3Ix31 == {
|
|---|
| 1193 | ComplexParameter -> False,
|
|---|
| 1194 | ParameterType -> External,
|
|---|
| 1195 | Value -> 0.,
|
|---|
| 1196 | BlockName -> FCNC,
|
|---|
| 1197 | InteractionOrder -> {{FCNC_cpQ3Ix31,1},{QED,2}},
|
|---|
| 1198 | Description -> ""
|
|---|
| 1199 | },
|
|---|
| 1200 |
|
|---|
| 1201 | cpQ3Ix32 == {
|
|---|
| 1202 | ComplexParameter -> False,
|
|---|
| 1203 | ParameterType -> External,
|
|---|
| 1204 | Value -> 0.,
|
|---|
| 1205 | BlockName -> FCNC,
|
|---|
| 1206 | InteractionOrder -> {{FCNC_cpQ3Ix32,1},{QED,2}},
|
|---|
| 1207 | Description -> ""
|
|---|
| 1208 | },
|
|---|
| 1209 |
|
|---|
| 1210 | cptx31 == {
|
|---|
| 1211 | ComplexParameter -> False,
|
|---|
| 1212 | ParameterType -> External,
|
|---|
| 1213 | Value -> 0.,
|
|---|
| 1214 | BlockName -> FCNC,
|
|---|
| 1215 | InteractionOrder -> {{FCNC_cptx31,1},{QED,2}},
|
|---|
| 1216 | Description -> ""
|
|---|
| 1217 | },
|
|---|
| 1218 |
|
|---|
| 1219 | cptx32 == {
|
|---|
| 1220 | ComplexParameter -> False,
|
|---|
| 1221 | ParameterType -> External,
|
|---|
| 1222 | Value -> 0.,
|
|---|
| 1223 | BlockName -> FCNC,
|
|---|
| 1224 | InteractionOrder -> {{FCNC_cptx32,1},{QED,2}},
|
|---|
| 1225 | Description -> ""
|
|---|
| 1226 | },
|
|---|
| 1227 |
|
|---|
| 1228 | cptIx31 == {
|
|---|
| 1229 | ComplexParameter -> False,
|
|---|
| 1230 | ParameterType -> External,
|
|---|
| 1231 | Value -> 0.,
|
|---|
| 1232 | BlockName -> FCNC,
|
|---|
| 1233 | InteractionOrder -> {{FCNC_cptIx31,1},{QED,2}},
|
|---|
| 1234 | Description -> ""
|
|---|
| 1235 | },
|
|---|
| 1236 |
|
|---|
| 1237 | cptIx32 == {
|
|---|
| 1238 | ComplexParameter -> False,
|
|---|
| 1239 | ParameterType -> External,
|
|---|
| 1240 | Value -> 0.,
|
|---|
| 1241 | BlockName -> FCNC,
|
|---|
| 1242 | InteractionOrder -> {{FCNC_cptIx32,1},{QED,2}},
|
|---|
| 1243 | Description -> ""
|
|---|
| 1244 | },
|
|---|
| 1245 |
|
|---|
| 1246 | cptbx13 == {
|
|---|
| 1247 | ComplexParameter -> False,
|
|---|
| 1248 | ParameterType -> External,
|
|---|
| 1249 | Value -> 0.,
|
|---|
| 1250 | BlockName -> FCNC,
|
|---|
| 1251 | InteractionOrder -> {{FCNC_cptbx13,1},{QED,2}},
|
|---|
| 1252 | Description -> ""
|
|---|
| 1253 | },
|
|---|
| 1254 |
|
|---|
| 1255 | cptbx23 == {
|
|---|
| 1256 | ComplexParameter -> False,
|
|---|
| 1257 | ParameterType -> External,
|
|---|
| 1258 | Value -> 0.,
|
|---|
| 1259 | BlockName -> FCNC,
|
|---|
| 1260 | InteractionOrder -> {{FCNC_cptbx23,1},{QED,2}},
|
|---|
| 1261 | Description -> ""
|
|---|
| 1262 | },
|
|---|
| 1263 |
|
|---|
| 1264 | cptbx31 == {
|
|---|
| 1265 | ComplexParameter -> False,
|
|---|
| 1266 | ParameterType -> External,
|
|---|
| 1267 | Value -> 0.,
|
|---|
| 1268 | BlockName -> FCNC,
|
|---|
| 1269 | InteractionOrder -> {{FCNC_cptbx31,1},{QED,2}},
|
|---|
| 1270 | Description -> ""
|
|---|
| 1271 | },
|
|---|
| 1272 |
|
|---|
| 1273 | cptbx32 == {
|
|---|
| 1274 | ComplexParameter -> False,
|
|---|
| 1275 | ParameterType -> External,
|
|---|
| 1276 | Value -> 0.,
|
|---|
| 1277 | BlockName -> FCNC,
|
|---|
| 1278 | InteractionOrder -> {{FCNC_cptbx32,1},{QED,2}},
|
|---|
| 1279 | Description -> ""
|
|---|
| 1280 | },
|
|---|
| 1281 |
|
|---|
| 1282 | cptbIx13 == {
|
|---|
| 1283 | ComplexParameter -> False,
|
|---|
| 1284 | ParameterType -> External,
|
|---|
| 1285 | Value -> 0.,
|
|---|
| 1286 | BlockName -> FCNC,
|
|---|
| 1287 | InteractionOrder -> {{FCNC_cptbIx13,1},{QED,2}},
|
|---|
| 1288 | Description -> ""
|
|---|
| 1289 | },
|
|---|
| 1290 |
|
|---|
| 1291 | cptbIx23 == {
|
|---|
| 1292 | ComplexParameter -> False,
|
|---|
| 1293 | ParameterType -> External,
|
|---|
| 1294 | Value -> 0.,
|
|---|
| 1295 | BlockName -> FCNC,
|
|---|
| 1296 | InteractionOrder -> {{FCNC_cptbIx23,1},{QED,2}},
|
|---|
| 1297 | Description -> ""
|
|---|
| 1298 | },
|
|---|
| 1299 |
|
|---|
| 1300 | cptbIx31 == {
|
|---|
| 1301 | ComplexParameter -> False,
|
|---|
| 1302 | ParameterType -> External,
|
|---|
| 1303 | Value -> 0.,
|
|---|
| 1304 | BlockName -> FCNC,
|
|---|
| 1305 | InteractionOrder -> {{FCNC_cptbIx31,1},{QED,2}},
|
|---|
| 1306 | Description -> ""
|
|---|
| 1307 | },
|
|---|
| 1308 |
|
|---|
| 1309 | cptbIx32 == {
|
|---|
| 1310 | ComplexParameter -> False,
|
|---|
| 1311 | ParameterType -> External,
|
|---|
| 1312 | Value -> 0.,
|
|---|
| 1313 | BlockName -> FCNC,
|
|---|
| 1314 | InteractionOrder -> {{FCNC_cptbIx32,1},{QED,2}},
|
|---|
| 1315 | Description -> ""
|
|---|
| 1316 | },
|
|---|
| 1317 |
|
|---|
| 1318 | ctAx13 == {
|
|---|
| 1319 | ComplexParameter -> False,
|
|---|
| 1320 | ParameterType -> External,
|
|---|
| 1321 | Value -> 0.,
|
|---|
| 1322 | BlockName -> FCNC,
|
|---|
| 1323 | InteractionOrder -> {{FCNC_ctAx13,1},{QED,1}},
|
|---|
| 1324 | Description -> ""
|
|---|
| 1325 | },
|
|---|
| 1326 |
|
|---|
| 1327 | ctAx23 == {
|
|---|
| 1328 | ComplexParameter -> False,
|
|---|
| 1329 | ParameterType -> External,
|
|---|
| 1330 | Value -> 0.,
|
|---|
| 1331 | BlockName -> FCNC,
|
|---|
| 1332 | InteractionOrder -> {{FCNC_ctAx23,1},{QED,1}},
|
|---|
| 1333 | Description -> ""
|
|---|
| 1334 | },
|
|---|
| 1335 |
|
|---|
| 1336 | ctAx31 == {
|
|---|
| 1337 | ComplexParameter -> False,
|
|---|
| 1338 | ParameterType -> External,
|
|---|
| 1339 | Value -> 0.,
|
|---|
| 1340 | BlockName -> FCNC,
|
|---|
| 1341 | InteractionOrder -> {{FCNC_ctAx31,1},{QED,1}},
|
|---|
| 1342 | Description -> ""
|
|---|
| 1343 | },
|
|---|
| 1344 |
|
|---|
| 1345 | ctAx32 == {
|
|---|
| 1346 | ComplexParameter -> False,
|
|---|
| 1347 | ParameterType -> External,
|
|---|
| 1348 | Value -> 0.,
|
|---|
| 1349 | BlockName -> FCNC,
|
|---|
| 1350 | InteractionOrder -> {{FCNC_ctAx32,1},{QED,1}},
|
|---|
| 1351 | Description -> ""
|
|---|
| 1352 | },
|
|---|
| 1353 |
|
|---|
| 1354 | ctAIx13 == {
|
|---|
| 1355 | ComplexParameter -> False,
|
|---|
| 1356 | ParameterType -> External,
|
|---|
| 1357 | Value -> 0.,
|
|---|
| 1358 | BlockName -> FCNC,
|
|---|
| 1359 | InteractionOrder -> {{FCNC_ctAIx13,1},{QED,1}},
|
|---|
| 1360 | Description -> ""
|
|---|
| 1361 | },
|
|---|
| 1362 |
|
|---|
| 1363 | ctAIx23 == {
|
|---|
| 1364 | ComplexParameter -> False,
|
|---|
| 1365 | ParameterType -> External,
|
|---|
| 1366 | Value -> 0.,
|
|---|
| 1367 | BlockName -> FCNC,
|
|---|
| 1368 | InteractionOrder -> {{FCNC_ctAIx23,1},{QED,1}},
|
|---|
| 1369 | Description -> ""
|
|---|
| 1370 | },
|
|---|
| 1371 |
|
|---|
| 1372 | ctAIx31 == {
|
|---|
| 1373 | ComplexParameter -> False,
|
|---|
| 1374 | ParameterType -> External,
|
|---|
| 1375 | Value -> 0.,
|
|---|
| 1376 | BlockName -> FCNC,
|
|---|
| 1377 | InteractionOrder -> {{FCNC_ctAIx31,1},{QED,1}},
|
|---|
| 1378 | Description -> ""
|
|---|
| 1379 | },
|
|---|
| 1380 |
|
|---|
| 1381 | ctAIx32 == {
|
|---|
| 1382 | ComplexParameter -> False,
|
|---|
| 1383 | ParameterType -> External,
|
|---|
| 1384 | Value -> 0.,
|
|---|
| 1385 | BlockName -> FCNC,
|
|---|
| 1386 | InteractionOrder -> {{FCNC_ctAIx32,1},{QED,1}},
|
|---|
| 1387 | Description -> ""
|
|---|
| 1388 | },
|
|---|
| 1389 |
|
|---|
| 1390 | ctZx13 == {
|
|---|
| 1391 | ComplexParameter -> False,
|
|---|
| 1392 | ParameterType -> External,
|
|---|
| 1393 | Value -> 0.,
|
|---|
| 1394 | BlockName -> FCNC,
|
|---|
| 1395 | InteractionOrder -> {{FCNC_ctZx13,1},{QED,1}},
|
|---|
| 1396 | Description -> ""
|
|---|
| 1397 | },
|
|---|
| 1398 |
|
|---|
| 1399 | ctZx23 == {
|
|---|
| 1400 | ComplexParameter -> False,
|
|---|
| 1401 | ParameterType -> External,
|
|---|
| 1402 | Value -> 0.,
|
|---|
| 1403 | BlockName -> FCNC,
|
|---|
| 1404 | InteractionOrder -> {{FCNC_ctZx23,1},{QED,1}},
|
|---|
| 1405 | Description -> ""
|
|---|
| 1406 | },
|
|---|
| 1407 |
|
|---|
| 1408 | ctZx31 == {
|
|---|
| 1409 | ComplexParameter -> False,
|
|---|
| 1410 | ParameterType -> External,
|
|---|
| 1411 | Value -> 0.,
|
|---|
| 1412 | BlockName -> FCNC,
|
|---|
| 1413 | InteractionOrder -> {{FCNC_ctZx31,1},{QED,1}},
|
|---|
| 1414 | Description -> ""
|
|---|
| 1415 | },
|
|---|
| 1416 |
|
|---|
| 1417 | ctZx32 == {
|
|---|
| 1418 | ComplexParameter -> False,
|
|---|
| 1419 | ParameterType -> External,
|
|---|
| 1420 | Value -> 0.,
|
|---|
| 1421 | BlockName -> FCNC,
|
|---|
| 1422 | InteractionOrder -> {{FCNC_ctZx32,1},{QED,1}},
|
|---|
| 1423 | Description -> ""
|
|---|
| 1424 | },
|
|---|
| 1425 |
|
|---|
| 1426 | ctZIx13 == {
|
|---|
| 1427 | ComplexParameter -> False,
|
|---|
| 1428 | ParameterType -> External,
|
|---|
| 1429 | Value -> 0.,
|
|---|
| 1430 | BlockName -> FCNC,
|
|---|
| 1431 | InteractionOrder -> {{FCNC_ctZIx13,1},{QED,1}},
|
|---|
| 1432 | Description -> ""
|
|---|
| 1433 | },
|
|---|
| 1434 |
|
|---|
| 1435 | ctZIx23 == {
|
|---|
| 1436 | ComplexParameter -> False,
|
|---|
| 1437 | ParameterType -> External,
|
|---|
| 1438 | Value -> 0.,
|
|---|
| 1439 | BlockName -> FCNC,
|
|---|
| 1440 | InteractionOrder -> {{FCNC_ctZIx23,1},{QED,1}},
|
|---|
| 1441 | Description -> ""
|
|---|
| 1442 | },
|
|---|
| 1443 |
|
|---|
| 1444 | ctZIx31 == {
|
|---|
| 1445 | ComplexParameter -> False,
|
|---|
| 1446 | ParameterType -> External,
|
|---|
| 1447 | Value -> 0.,
|
|---|
| 1448 | BlockName -> FCNC,
|
|---|
| 1449 | InteractionOrder -> {{FCNC_ctZIx31,1},{QED,1}},
|
|---|
| 1450 | Description -> ""
|
|---|
| 1451 | },
|
|---|
| 1452 |
|
|---|
| 1453 | ctZIx32 == {
|
|---|
| 1454 | ComplexParameter -> False,
|
|---|
| 1455 | ParameterType -> External,
|
|---|
| 1456 | Value -> 0.,
|
|---|
| 1457 | BlockName -> FCNC,
|
|---|
| 1458 | InteractionOrder -> {{FCNC_ctZIx32,1},{QED,1}},
|
|---|
| 1459 | Description -> ""
|
|---|
| 1460 | },
|
|---|
| 1461 |
|
|---|
| 1462 | cbWx13 == {
|
|---|
| 1463 | ComplexParameter -> False,
|
|---|
| 1464 | ParameterType -> External,
|
|---|
| 1465 | Value -> 0.,
|
|---|
| 1466 | BlockName -> FCNC,
|
|---|
| 1467 | InteractionOrder -> {{FCNC_cbWx13,1},{QED,1}},
|
|---|
| 1468 | Description -> ""
|
|---|
| 1469 | },
|
|---|
| 1470 |
|
|---|
| 1471 | cbWx23 == {
|
|---|
| 1472 | ComplexParameter -> False,
|
|---|
| 1473 | ParameterType -> External,
|
|---|
| 1474 | Value -> 0.,
|
|---|
| 1475 | BlockName -> FCNC,
|
|---|
| 1476 | InteractionOrder -> {{FCNC_cbWx23,1},{QED,1}},
|
|---|
| 1477 | Description -> ""
|
|---|
| 1478 | },
|
|---|
| 1479 |
|
|---|
| 1480 | cbWx31 == {
|
|---|
| 1481 | ComplexParameter -> False,
|
|---|
| 1482 | ParameterType -> External,
|
|---|
| 1483 | Value -> 0.,
|
|---|
| 1484 | BlockName -> FCNC,
|
|---|
| 1485 | InteractionOrder -> {{FCNC_cbWx31,1},{QED,1}},
|
|---|
| 1486 | Description -> ""
|
|---|
| 1487 | },
|
|---|
| 1488 |
|
|---|
| 1489 | cbWx32 == {
|
|---|
| 1490 | ComplexParameter -> False,
|
|---|
| 1491 | ParameterType -> External,
|
|---|
| 1492 | Value -> 0.,
|
|---|
| 1493 | BlockName -> FCNC,
|
|---|
| 1494 | InteractionOrder -> {{FCNC_cbWx32,1},{QED,1}},
|
|---|
| 1495 | Description -> ""
|
|---|
| 1496 | },
|
|---|
| 1497 |
|
|---|
| 1498 | cbWIx13 == {
|
|---|
| 1499 | ComplexParameter -> False,
|
|---|
| 1500 | ParameterType -> External,
|
|---|
| 1501 | Value -> 0.,
|
|---|
| 1502 | BlockName -> FCNC,
|
|---|
| 1503 | InteractionOrder -> {{FCNC_cbWIx13,1},{QED,1}},
|
|---|
| 1504 | Description -> ""
|
|---|
| 1505 | },
|
|---|
| 1506 |
|
|---|
| 1507 | cbWIx23 == {
|
|---|
| 1508 | ComplexParameter -> False,
|
|---|
| 1509 | ParameterType -> External,
|
|---|
| 1510 | Value -> 0.,
|
|---|
| 1511 | BlockName -> FCNC,
|
|---|
| 1512 | InteractionOrder -> {{FCNC_cbWIx23,1},{QED,1}},
|
|---|
| 1513 | Description -> ""
|
|---|
| 1514 | },
|
|---|
| 1515 |
|
|---|
| 1516 | cbWIx31 == {
|
|---|
| 1517 | ComplexParameter -> False,
|
|---|
| 1518 | ParameterType -> External,
|
|---|
| 1519 | Value -> 0.,
|
|---|
| 1520 | BlockName -> FCNC,
|
|---|
| 1521 | InteractionOrder -> {{FCNC_cbWIx31,1},{QED,1}},
|
|---|
| 1522 | Description -> ""
|
|---|
| 1523 | },
|
|---|
| 1524 |
|
|---|
| 1525 | cbWIx32 == {
|
|---|
| 1526 | ComplexParameter -> False,
|
|---|
| 1527 | ParameterType -> External,
|
|---|
| 1528 | Value -> 0.,
|
|---|
| 1529 | BlockName -> FCNC,
|
|---|
| 1530 | InteractionOrder -> {{FCNC_cbWIx32,1},{QED,1}},
|
|---|
| 1531 | Description -> ""
|
|---|
| 1532 | },
|
|---|
| 1533 |
|
|---|
| 1534 | ctGx13 == {
|
|---|
| 1535 | ComplexParameter -> False,
|
|---|
| 1536 | ParameterType -> External,
|
|---|
| 1537 | Value -> 0.,
|
|---|
| 1538 | BlockName -> FCNC,
|
|---|
| 1539 | InteractionOrder -> {{FCNC_ctGx13,1},{QED,1}},
|
|---|
| 1540 | Description -> ""
|
|---|
| 1541 | },
|
|---|
| 1542 |
|
|---|
| 1543 | ctGx23 == {
|
|---|
| 1544 | ComplexParameter -> False,
|
|---|
| 1545 | ParameterType -> External,
|
|---|
| 1546 | Value -> 0.,
|
|---|
| 1547 | BlockName -> FCNC,
|
|---|
| 1548 | InteractionOrder -> {{FCNC_ctGx23,1},{QED,1}},
|
|---|
| 1549 | Description -> ""
|
|---|
| 1550 | },
|
|---|
| 1551 |
|
|---|
| 1552 | ctGx31 == {
|
|---|
| 1553 | ComplexParameter -> False,
|
|---|
| 1554 | ParameterType -> External,
|
|---|
| 1555 | Value -> 0.,
|
|---|
| 1556 | BlockName -> FCNC,
|
|---|
| 1557 | InteractionOrder -> {{FCNC_ctGx31,1},{QED,1}},
|
|---|
| 1558 | Description -> ""
|
|---|
| 1559 | },
|
|---|
| 1560 |
|
|---|
| 1561 | ctGx32 == {
|
|---|
| 1562 | ComplexParameter -> False,
|
|---|
| 1563 | ParameterType -> External,
|
|---|
| 1564 | Value -> 0.,
|
|---|
| 1565 | BlockName -> FCNC,
|
|---|
| 1566 | InteractionOrder -> {{FCNC_ctGx32,1},{QED,1}},
|
|---|
| 1567 | Description -> ""
|
|---|
| 1568 | },
|
|---|
| 1569 |
|
|---|
| 1570 | ctGIx13 == {
|
|---|
| 1571 | ComplexParameter -> False,
|
|---|
| 1572 | ParameterType -> External,
|
|---|
| 1573 | Value -> 0.,
|
|---|
| 1574 | BlockName -> FCNC,
|
|---|
| 1575 | InteractionOrder -> {{FCNC_ctGIx13,1},{QED,1}},
|
|---|
| 1576 | Description -> ""
|
|---|
| 1577 | },
|
|---|
| 1578 |
|
|---|
| 1579 | ctGIx23 == {
|
|---|
| 1580 | ComplexParameter -> False,
|
|---|
| 1581 | ParameterType -> External,
|
|---|
| 1582 | Value -> 0.,
|
|---|
| 1583 | BlockName -> FCNC,
|
|---|
| 1584 | InteractionOrder -> {{FCNC_ctGIx23,1},{QED,1}},
|
|---|
| 1585 | Description -> ""
|
|---|
| 1586 | },
|
|---|
| 1587 |
|
|---|
| 1588 | ctGIx31 == {
|
|---|
| 1589 | ComplexParameter -> False,
|
|---|
| 1590 | ParameterType -> External,
|
|---|
| 1591 | Value -> 0.,
|
|---|
| 1592 | BlockName -> FCNC,
|
|---|
| 1593 | InteractionOrder -> {{FCNC_ctGIx31,1},{QED,1}},
|
|---|
| 1594 | Description -> ""
|
|---|
| 1595 | },
|
|---|
| 1596 |
|
|---|
| 1597 | ctGIx32 == {
|
|---|
| 1598 | ComplexParameter -> False,
|
|---|
| 1599 | ParameterType -> External,
|
|---|
| 1600 | Value -> 0.,
|
|---|
| 1601 | BlockName -> FCNC,
|
|---|
| 1602 | InteractionOrder -> {{FCNC_ctGIx32,1},{QED,1}},
|
|---|
| 1603 | Description -> ""
|
|---|
| 1604 | },
|
|---|
| 1605 |
|
|---|
| 1606 | cQl3x1x31 == {
|
|---|
| 1607 | ComplexParameter -> False,
|
|---|
| 1608 | ParameterType -> External,
|
|---|
| 1609 | Value -> 0.,
|
|---|
| 1610 | BlockName -> FCNC,
|
|---|
| 1611 | InteractionOrder -> {{FCNC_cQl3x1x31,1}},
|
|---|
| 1612 | Description -> ""
|
|---|
| 1613 | },
|
|---|
| 1614 |
|
|---|
| 1615 | cQl3x1x32 == {
|
|---|
| 1616 | ComplexParameter -> False,
|
|---|
| 1617 | ParameterType -> External,
|
|---|
| 1618 | Value -> 0.,
|
|---|
| 1619 | BlockName -> FCNC,
|
|---|
| 1620 | InteractionOrder -> {{FCNC_cQl3x1x32,1}},
|
|---|
| 1621 | Description -> ""
|
|---|
| 1622 | },
|
|---|
| 1623 |
|
|---|
| 1624 | cQl3x2x31 == {
|
|---|
| 1625 | ComplexParameter -> False,
|
|---|
| 1626 | ParameterType -> External,
|
|---|
| 1627 | Value -> 0.,
|
|---|
| 1628 | BlockName -> FCNC,
|
|---|
| 1629 | InteractionOrder -> {{FCNC_cQl3x2x31,1}},
|
|---|
| 1630 | Description -> ""
|
|---|
| 1631 | },
|
|---|
| 1632 |
|
|---|
| 1633 | cQl3x2x32 == {
|
|---|
| 1634 | ComplexParameter -> False,
|
|---|
| 1635 | ParameterType -> External,
|
|---|
| 1636 | Value -> 0.,
|
|---|
| 1637 | BlockName -> FCNC,
|
|---|
| 1638 | InteractionOrder -> {{FCNC_cQl3x2x32,1}},
|
|---|
| 1639 | Description -> ""
|
|---|
| 1640 | },
|
|---|
| 1641 |
|
|---|
| 1642 | cQl3x3x31 == {
|
|---|
| 1643 | ComplexParameter -> False,
|
|---|
| 1644 | ParameterType -> External,
|
|---|
| 1645 | Value -> 0.,
|
|---|
| 1646 | BlockName -> FCNC,
|
|---|
| 1647 | InteractionOrder -> {{FCNC_cQl3x3x31,1}},
|
|---|
| 1648 | Description -> ""
|
|---|
| 1649 | },
|
|---|
| 1650 |
|
|---|
| 1651 | cQl3x3x32 == {
|
|---|
| 1652 | ComplexParameter -> False,
|
|---|
| 1653 | ParameterType -> External,
|
|---|
| 1654 | Value -> 0.,
|
|---|
| 1655 | BlockName -> FCNC,
|
|---|
| 1656 | InteractionOrder -> {{FCNC_cQl3x3x32,1}},
|
|---|
| 1657 | Description -> ""
|
|---|
| 1658 | },
|
|---|
| 1659 |
|
|---|
| 1660 | cQl3Ix1x31 == {
|
|---|
| 1661 | ComplexParameter -> False,
|
|---|
| 1662 | ParameterType -> External,
|
|---|
| 1663 | Value -> 0.,
|
|---|
| 1664 | BlockName -> FCNC,
|
|---|
| 1665 | InteractionOrder -> {{FCNC_cQl3Ix1x31,1}},
|
|---|
| 1666 | Description -> ""
|
|---|
| 1667 | },
|
|---|
| 1668 |
|
|---|
| 1669 | cQl3Ix1x32 == {
|
|---|
| 1670 | ComplexParameter -> False,
|
|---|
| 1671 | ParameterType -> External,
|
|---|
| 1672 | Value -> 0.,
|
|---|
| 1673 | BlockName -> FCNC,
|
|---|
| 1674 | InteractionOrder -> {{FCNC_cQl3Ix1x32,1}},
|
|---|
| 1675 | Description -> ""
|
|---|
| 1676 | },
|
|---|
| 1677 |
|
|---|
| 1678 | cQl3Ix2x31 == {
|
|---|
| 1679 | ComplexParameter -> False,
|
|---|
| 1680 | ParameterType -> External,
|
|---|
| 1681 | Value -> 0.,
|
|---|
| 1682 | BlockName -> FCNC,
|
|---|
| 1683 | InteractionOrder -> {{FCNC_cQl3Ix2x31,1}},
|
|---|
| 1684 | Description -> ""
|
|---|
| 1685 | },
|
|---|
| 1686 |
|
|---|
| 1687 | cQl3Ix2x32 == {
|
|---|
| 1688 | ComplexParameter -> False,
|
|---|
| 1689 | ParameterType -> External,
|
|---|
| 1690 | Value -> 0.,
|
|---|
| 1691 | BlockName -> FCNC,
|
|---|
| 1692 | InteractionOrder -> {{FCNC_cQl3Ix2x32,1}},
|
|---|
| 1693 | Description -> ""
|
|---|
| 1694 | },
|
|---|
| 1695 |
|
|---|
| 1696 | cQl3Ix3x31 == {
|
|---|
| 1697 | ComplexParameter -> False,
|
|---|
| 1698 | ParameterType -> External,
|
|---|
| 1699 | Value -> 0.,
|
|---|
| 1700 | BlockName -> FCNC,
|
|---|
| 1701 | InteractionOrder -> {{FCNC_cQl3Ix3x31,1}},
|
|---|
| 1702 | Description -> ""
|
|---|
| 1703 | },
|
|---|
| 1704 |
|
|---|
| 1705 | cQl3Ix3x32 == {
|
|---|
| 1706 | ComplexParameter -> False,
|
|---|
| 1707 | ParameterType -> External,
|
|---|
| 1708 | Value -> 0.,
|
|---|
| 1709 | BlockName -> FCNC,
|
|---|
| 1710 | InteractionOrder -> {{FCNC_cQl3Ix3x32,1}},
|
|---|
| 1711 | Description -> ""
|
|---|
| 1712 | },
|
|---|
| 1713 |
|
|---|
| 1714 | cQlMx1x31 == {
|
|---|
| 1715 | ComplexParameter -> False,
|
|---|
| 1716 | ParameterType -> External,
|
|---|
| 1717 | Value -> 0.,
|
|---|
| 1718 | BlockName -> FCNC,
|
|---|
| 1719 | InteractionOrder -> {{FCNC_cQlMx1x31,1}},
|
|---|
| 1720 | Description -> ""
|
|---|
| 1721 | },
|
|---|
| 1722 |
|
|---|
| 1723 | cQlMx1x32 == {
|
|---|
| 1724 | ComplexParameter -> False,
|
|---|
| 1725 | ParameterType -> External,
|
|---|
| 1726 | Value -> 0.,
|
|---|
| 1727 | BlockName -> FCNC,
|
|---|
| 1728 | InteractionOrder -> {{FCNC_cQlMx1x32,1}},
|
|---|
| 1729 | Description -> ""
|
|---|
| 1730 | },
|
|---|
| 1731 |
|
|---|
| 1732 | cQlMx2x31 == {
|
|---|
| 1733 | ComplexParameter -> False,
|
|---|
| 1734 | ParameterType -> External,
|
|---|
| 1735 | Value -> 0.,
|
|---|
| 1736 | BlockName -> FCNC,
|
|---|
| 1737 | InteractionOrder -> {{FCNC_cQlMx2x31,1}},
|
|---|
| 1738 | Description -> ""
|
|---|
| 1739 | },
|
|---|
| 1740 |
|
|---|
| 1741 | cQlMx2x32 == {
|
|---|
| 1742 | ComplexParameter -> False,
|
|---|
| 1743 | ParameterType -> External,
|
|---|
| 1744 | Value -> 0.,
|
|---|
| 1745 | BlockName -> FCNC,
|
|---|
| 1746 | InteractionOrder -> {{FCNC_cQlMx2x32,1}},
|
|---|
| 1747 | Description -> ""
|
|---|
| 1748 | },
|
|---|
| 1749 |
|
|---|
| 1750 | cQlMx3x31 == {
|
|---|
| 1751 | ComplexParameter -> False,
|
|---|
| 1752 | ParameterType -> External,
|
|---|
| 1753 | Value -> 0.,
|
|---|
| 1754 | BlockName -> FCNC,
|
|---|
| 1755 | InteractionOrder -> {{FCNC_cQlMx3x31,1}},
|
|---|
| 1756 | Description -> ""
|
|---|
| 1757 | },
|
|---|
| 1758 |
|
|---|
| 1759 | cQlMx3x32 == {
|
|---|
| 1760 | ComplexParameter -> False,
|
|---|
| 1761 | ParameterType -> External,
|
|---|
| 1762 | Value -> 0.,
|
|---|
| 1763 | BlockName -> FCNC,
|
|---|
| 1764 | InteractionOrder -> {{FCNC_cQlMx3x32,1}},
|
|---|
| 1765 | Description -> ""
|
|---|
| 1766 | },
|
|---|
| 1767 |
|
|---|
| 1768 | cQlMIx1x31 == {
|
|---|
| 1769 | ComplexParameter -> False,
|
|---|
| 1770 | ParameterType -> External,
|
|---|
| 1771 | Value -> 0.,
|
|---|
| 1772 | BlockName -> FCNC,
|
|---|
| 1773 | InteractionOrder -> {{FCNC_cQlMIx1x31,1}},
|
|---|
| 1774 | Description -> ""
|
|---|
| 1775 | },
|
|---|
| 1776 |
|
|---|
| 1777 | cQlMIx1x32 == {
|
|---|
| 1778 | ComplexParameter -> False,
|
|---|
| 1779 | ParameterType -> External,
|
|---|
| 1780 | Value -> 0.,
|
|---|
| 1781 | BlockName -> FCNC,
|
|---|
| 1782 | InteractionOrder -> {{FCNC_cQlMIx1x32,1}},
|
|---|
| 1783 | Description -> ""
|
|---|
| 1784 | },
|
|---|
| 1785 |
|
|---|
| 1786 | cQlMIx2x31 == {
|
|---|
| 1787 | ComplexParameter -> False,
|
|---|
| 1788 | ParameterType -> External,
|
|---|
| 1789 | Value -> 0.,
|
|---|
| 1790 | BlockName -> FCNC,
|
|---|
| 1791 | InteractionOrder -> {{FCNC_cQlMIx2x31,1}},
|
|---|
| 1792 | Description -> ""
|
|---|
| 1793 | },
|
|---|
| 1794 |
|
|---|
| 1795 | cQlMIx2x32 == {
|
|---|
| 1796 | ComplexParameter -> False,
|
|---|
| 1797 | ParameterType -> External,
|
|---|
| 1798 | Value -> 0.,
|
|---|
| 1799 | BlockName -> FCNC,
|
|---|
| 1800 | InteractionOrder -> {{FCNC_cQlMIx2x32,1}},
|
|---|
| 1801 | Description -> ""
|
|---|
| 1802 | },
|
|---|
| 1803 |
|
|---|
| 1804 | cQlMIx3x31 == {
|
|---|
| 1805 | ComplexParameter -> False,
|
|---|
| 1806 | ParameterType -> External,
|
|---|
| 1807 | Value -> 0.,
|
|---|
| 1808 | BlockName -> FCNC,
|
|---|
| 1809 | InteractionOrder -> {{FCNC_cQlMIx3x31,1}},
|
|---|
| 1810 | Description -> ""
|
|---|
| 1811 | },
|
|---|
| 1812 |
|
|---|
| 1813 | cQlMIx3x32 == {
|
|---|
| 1814 | ComplexParameter -> False,
|
|---|
| 1815 | ParameterType -> External,
|
|---|
| 1816 | Value -> 0.,
|
|---|
| 1817 | BlockName -> FCNC,
|
|---|
| 1818 | InteractionOrder -> {{FCNC_cQlMIx3x32,1}},
|
|---|
| 1819 | Description -> ""
|
|---|
| 1820 | },
|
|---|
| 1821 |
|
|---|
| 1822 | cQex1x31 == {
|
|---|
| 1823 | ComplexParameter -> False,
|
|---|
| 1824 | ParameterType -> External,
|
|---|
| 1825 | Value -> 0.,
|
|---|
| 1826 | BlockName -> FCNC,
|
|---|
| 1827 | InteractionOrder -> {{FCNC_cQex1x31,1}},
|
|---|
| 1828 | Description -> ""
|
|---|
| 1829 | },
|
|---|
| 1830 |
|
|---|
| 1831 | cQex1x32 == {
|
|---|
| 1832 | ComplexParameter -> False,
|
|---|
| 1833 | ParameterType -> External,
|
|---|
| 1834 | Value -> 0.,
|
|---|
| 1835 | BlockName -> FCNC,
|
|---|
| 1836 | InteractionOrder -> {{FCNC_cQex1x32,1}},
|
|---|
| 1837 | Description -> ""
|
|---|
| 1838 | },
|
|---|
| 1839 |
|
|---|
| 1840 | cQex2x31 == {
|
|---|
| 1841 | ComplexParameter -> False,
|
|---|
| 1842 | ParameterType -> External,
|
|---|
| 1843 | Value -> 0.,
|
|---|
| 1844 | BlockName -> FCNC,
|
|---|
| 1845 | InteractionOrder -> {{FCNC_cQex2x31,1}},
|
|---|
| 1846 | Description -> ""
|
|---|
| 1847 | },
|
|---|
| 1848 |
|
|---|
| 1849 | cQex2x32 == {
|
|---|
| 1850 | ComplexParameter -> False,
|
|---|
| 1851 | ParameterType -> External,
|
|---|
| 1852 | Value -> 0.,
|
|---|
| 1853 | BlockName -> FCNC,
|
|---|
| 1854 | InteractionOrder -> {{FCNC_cQex2x32,1}},
|
|---|
| 1855 | Description -> ""
|
|---|
| 1856 | },
|
|---|
| 1857 |
|
|---|
| 1858 | cQex3x31 == {
|
|---|
| 1859 | ComplexParameter -> False,
|
|---|
| 1860 | ParameterType -> External,
|
|---|
| 1861 | Value -> 0.,
|
|---|
| 1862 | BlockName -> FCNC,
|
|---|
| 1863 | InteractionOrder -> {{FCNC_cQex3x31,1}},
|
|---|
| 1864 | Description -> ""
|
|---|
| 1865 | },
|
|---|
| 1866 |
|
|---|
| 1867 | cQex3x32 == {
|
|---|
| 1868 | ComplexParameter -> False,
|
|---|
| 1869 | ParameterType -> External,
|
|---|
| 1870 | Value -> 0.,
|
|---|
| 1871 | BlockName -> FCNC,
|
|---|
| 1872 | InteractionOrder -> {{FCNC_cQex3x32,1}},
|
|---|
| 1873 | Description -> ""
|
|---|
| 1874 | },
|
|---|
| 1875 |
|
|---|
| 1876 | cQeIx1x31 == {
|
|---|
| 1877 | ComplexParameter -> False,
|
|---|
| 1878 | ParameterType -> External,
|
|---|
| 1879 | Value -> 0.,
|
|---|
| 1880 | BlockName -> FCNC,
|
|---|
| 1881 | InteractionOrder -> {{FCNC_cQeIx1x31,1}},
|
|---|
| 1882 | Description -> ""
|
|---|
| 1883 | },
|
|---|
| 1884 |
|
|---|
| 1885 | cQeIx1x32 == {
|
|---|
| 1886 | ComplexParameter -> False,
|
|---|
| 1887 | ParameterType -> External,
|
|---|
| 1888 | Value -> 0.,
|
|---|
| 1889 | BlockName -> FCNC,
|
|---|
| 1890 | InteractionOrder -> {{FCNC_cQeIx1x32,1}},
|
|---|
| 1891 | Description -> ""
|
|---|
| 1892 | },
|
|---|
| 1893 |
|
|---|
| 1894 | cQeIx2x31 == {
|
|---|
| 1895 | ComplexParameter -> False,
|
|---|
| 1896 | ParameterType -> External,
|
|---|
| 1897 | Value -> 0.,
|
|---|
| 1898 | BlockName -> FCNC,
|
|---|
| 1899 | InteractionOrder -> {{FCNC_cQeIx2x31,1}},
|
|---|
| 1900 | Description -> ""
|
|---|
| 1901 | },
|
|---|
| 1902 |
|
|---|
| 1903 | cQeIx2x32 == {
|
|---|
| 1904 | ComplexParameter -> False,
|
|---|
| 1905 | ParameterType -> External,
|
|---|
| 1906 | Value -> 0.,
|
|---|
| 1907 | BlockName -> FCNC,
|
|---|
| 1908 | InteractionOrder -> {{FCNC_cQeIx2x32,1}},
|
|---|
| 1909 | Description -> ""
|
|---|
| 1910 | },
|
|---|
| 1911 |
|
|---|
| 1912 | cQeIx3x31 == {
|
|---|
| 1913 | ComplexParameter -> False,
|
|---|
| 1914 | ParameterType -> External,
|
|---|
| 1915 | Value -> 0.,
|
|---|
| 1916 | BlockName -> FCNC,
|
|---|
| 1917 | InteractionOrder -> {{FCNC_cQeIx3x31,1}},
|
|---|
| 1918 | Description -> ""
|
|---|
| 1919 | },
|
|---|
| 1920 |
|
|---|
| 1921 | cQeIx3x32 == {
|
|---|
| 1922 | ComplexParameter -> False,
|
|---|
| 1923 | ParameterType -> External,
|
|---|
| 1924 | Value -> 0.,
|
|---|
| 1925 | BlockName -> FCNC,
|
|---|
| 1926 | InteractionOrder -> {{FCNC_cQeIx3x32,1}},
|
|---|
| 1927 | Description -> ""
|
|---|
| 1928 | },
|
|---|
| 1929 |
|
|---|
| 1930 | ctlx1x31 == {
|
|---|
| 1931 | ComplexParameter -> False,
|
|---|
| 1932 | ParameterType -> External,
|
|---|
| 1933 | Value -> 0.,
|
|---|
| 1934 | BlockName -> FCNC,
|
|---|
| 1935 | InteractionOrder -> {{FCNC_ctlx1x31,1}},
|
|---|
| 1936 | Description -> ""
|
|---|
| 1937 | },
|
|---|
| 1938 |
|
|---|
| 1939 | ctlx1x32 == {
|
|---|
| 1940 | ComplexParameter -> False,
|
|---|
| 1941 | ParameterType -> External,
|
|---|
| 1942 | Value -> 0.,
|
|---|
| 1943 | BlockName -> FCNC,
|
|---|
| 1944 | InteractionOrder -> {{FCNC_ctlx1x32,1}},
|
|---|
| 1945 | Description -> ""
|
|---|
| 1946 | },
|
|---|
| 1947 |
|
|---|
| 1948 | ctlx2x31 == {
|
|---|
| 1949 | ComplexParameter -> False,
|
|---|
| 1950 | ParameterType -> External,
|
|---|
| 1951 | Value -> 0.,
|
|---|
| 1952 | BlockName -> FCNC,
|
|---|
| 1953 | InteractionOrder -> {{FCNC_ctlx2x31,1}},
|
|---|
| 1954 | Description -> ""
|
|---|
| 1955 | },
|
|---|
| 1956 |
|
|---|
| 1957 | ctlx2x32 == {
|
|---|
| 1958 | ComplexParameter -> False,
|
|---|
| 1959 | ParameterType -> External,
|
|---|
| 1960 | Value -> 0.,
|
|---|
| 1961 | BlockName -> FCNC,
|
|---|
| 1962 | InteractionOrder -> {{FCNC_ctlx2x32,1}},
|
|---|
| 1963 | Description -> ""
|
|---|
| 1964 | },
|
|---|
| 1965 |
|
|---|
| 1966 | ctlx3x31 == {
|
|---|
| 1967 | ComplexParameter -> False,
|
|---|
| 1968 | ParameterType -> External,
|
|---|
| 1969 | Value -> 0.,
|
|---|
| 1970 | BlockName -> FCNC,
|
|---|
| 1971 | InteractionOrder -> {{FCNC_ctlx3x31,1}},
|
|---|
| 1972 | Description -> ""
|
|---|
| 1973 | },
|
|---|
| 1974 |
|
|---|
| 1975 | ctlx3x32 == {
|
|---|
| 1976 | ComplexParameter -> False,
|
|---|
| 1977 | ParameterType -> External,
|
|---|
| 1978 | Value -> 0.,
|
|---|
| 1979 | BlockName -> FCNC,
|
|---|
| 1980 | InteractionOrder -> {{FCNC_ctlx3x32,1}},
|
|---|
| 1981 | Description -> ""
|
|---|
| 1982 | },
|
|---|
| 1983 |
|
|---|
| 1984 | ctlIx1x31 == {
|
|---|
| 1985 | ComplexParameter -> False,
|
|---|
| 1986 | ParameterType -> External,
|
|---|
| 1987 | Value -> 0.,
|
|---|
| 1988 | BlockName -> FCNC,
|
|---|
| 1989 | InteractionOrder -> {{FCNC_ctlIx1x31,1}},
|
|---|
| 1990 | Description -> ""
|
|---|
| 1991 | },
|
|---|
| 1992 |
|
|---|
| 1993 | ctlIx1x32 == {
|
|---|
| 1994 | ComplexParameter -> False,
|
|---|
| 1995 | ParameterType -> External,
|
|---|
| 1996 | Value -> 0.,
|
|---|
| 1997 | BlockName -> FCNC,
|
|---|
| 1998 | InteractionOrder -> {{FCNC_ctlIx1x32,1}},
|
|---|
| 1999 | Description -> ""
|
|---|
| 2000 | },
|
|---|
| 2001 |
|
|---|
| 2002 | ctlIx2x31 == {
|
|---|
| 2003 | ComplexParameter -> False,
|
|---|
| 2004 | ParameterType -> External,
|
|---|
| 2005 | Value -> 0.,
|
|---|
| 2006 | BlockName -> FCNC,
|
|---|
| 2007 | InteractionOrder -> {{FCNC_ctlIx2x31,1}},
|
|---|
| 2008 | Description -> ""
|
|---|
| 2009 | },
|
|---|
| 2010 |
|
|---|
| 2011 | ctlIx2x32 == {
|
|---|
| 2012 | ComplexParameter -> False,
|
|---|
| 2013 | ParameterType -> External,
|
|---|
| 2014 | Value -> 0.,
|
|---|
| 2015 | BlockName -> FCNC,
|
|---|
| 2016 | InteractionOrder -> {{FCNC_ctlIx2x32,1}},
|
|---|
| 2017 | Description -> ""
|
|---|
| 2018 | },
|
|---|
| 2019 |
|
|---|
| 2020 | ctlIx3x31 == {
|
|---|
| 2021 | ComplexParameter -> False,
|
|---|
| 2022 | ParameterType -> External,
|
|---|
| 2023 | Value -> 0.,
|
|---|
| 2024 | BlockName -> FCNC,
|
|---|
| 2025 | InteractionOrder -> {{FCNC_ctlIx3x31,1}},
|
|---|
| 2026 | Description -> ""
|
|---|
| 2027 | },
|
|---|
| 2028 |
|
|---|
| 2029 | ctlIx3x32 == {
|
|---|
| 2030 | ComplexParameter -> False,
|
|---|
| 2031 | ParameterType -> External,
|
|---|
| 2032 | Value -> 0.,
|
|---|
| 2033 | BlockName -> FCNC,
|
|---|
| 2034 | InteractionOrder -> {{FCNC_ctlIx3x32,1}},
|
|---|
| 2035 | Description -> ""
|
|---|
| 2036 | },
|
|---|
| 2037 |
|
|---|
| 2038 | ctex1x31 == {
|
|---|
| 2039 | ComplexParameter -> False,
|
|---|
| 2040 | ParameterType -> External,
|
|---|
| 2041 | Value -> 0.,
|
|---|
| 2042 | BlockName -> FCNC,
|
|---|
| 2043 | InteractionOrder -> {{FCNC_ctex1x31,1}},
|
|---|
| 2044 | Description -> ""
|
|---|
| 2045 | },
|
|---|
| 2046 |
|
|---|
| 2047 | ctex1x32 == {
|
|---|
| 2048 | ComplexParameter -> False,
|
|---|
| 2049 | ParameterType -> External,
|
|---|
| 2050 | Value -> 0.,
|
|---|
| 2051 | BlockName -> FCNC,
|
|---|
| 2052 | InteractionOrder -> {{FCNC_ctex1x32,1}},
|
|---|
| 2053 | Description -> ""
|
|---|
| 2054 | },
|
|---|
| 2055 |
|
|---|
| 2056 | ctex2x31 == {
|
|---|
| 2057 | ComplexParameter -> False,
|
|---|
| 2058 | ParameterType -> External,
|
|---|
| 2059 | Value -> 0.,
|
|---|
| 2060 | BlockName -> FCNC,
|
|---|
| 2061 | InteractionOrder -> {{FCNC_ctex2x31,1}},
|
|---|
| 2062 | Description -> ""
|
|---|
| 2063 | },
|
|---|
| 2064 |
|
|---|
| 2065 | ctex2x32 == {
|
|---|
| 2066 | ComplexParameter -> False,
|
|---|
| 2067 | ParameterType -> External,
|
|---|
| 2068 | Value -> 0.,
|
|---|
| 2069 | BlockName -> FCNC,
|
|---|
| 2070 | InteractionOrder -> {{FCNC_ctex2x32,1}},
|
|---|
| 2071 | Description -> ""
|
|---|
| 2072 | },
|
|---|
| 2073 |
|
|---|
| 2074 | ctex3x31 == {
|
|---|
| 2075 | ComplexParameter -> False,
|
|---|
| 2076 | ParameterType -> External,
|
|---|
| 2077 | Value -> 0.,
|
|---|
| 2078 | BlockName -> FCNC,
|
|---|
| 2079 | InteractionOrder -> {{FCNC_ctex3x31,1}},
|
|---|
| 2080 | Description -> ""
|
|---|
| 2081 | },
|
|---|
| 2082 |
|
|---|
| 2083 | ctex3x32 == {
|
|---|
| 2084 | ComplexParameter -> False,
|
|---|
| 2085 | ParameterType -> External,
|
|---|
| 2086 | Value -> 0.,
|
|---|
| 2087 | BlockName -> FCNC,
|
|---|
| 2088 | InteractionOrder -> {{FCNC_ctex3x32,1}},
|
|---|
| 2089 | Description -> ""
|
|---|
| 2090 | },
|
|---|
| 2091 |
|
|---|
| 2092 | cteIx1x31 == {
|
|---|
| 2093 | ComplexParameter -> False,
|
|---|
| 2094 | ParameterType -> External,
|
|---|
| 2095 | Value -> 0.,
|
|---|
| 2096 | BlockName -> FCNC,
|
|---|
| 2097 | InteractionOrder -> {{FCNC_cteIx1x31,1}},
|
|---|
| 2098 | Description -> ""
|
|---|
| 2099 | },
|
|---|
| 2100 |
|
|---|
| 2101 | cteIx1x32 == {
|
|---|
| 2102 | ComplexParameter -> False,
|
|---|
| 2103 | ParameterType -> External,
|
|---|
| 2104 | Value -> 0.,
|
|---|
| 2105 | BlockName -> FCNC,
|
|---|
| 2106 | InteractionOrder -> {{FCNC_cteIx1x32,1}},
|
|---|
| 2107 | Description -> ""
|
|---|
| 2108 | },
|
|---|
| 2109 |
|
|---|
| 2110 | cteIx2x31 == {
|
|---|
| 2111 | ComplexParameter -> False,
|
|---|
| 2112 | ParameterType -> External,
|
|---|
| 2113 | Value -> 0.,
|
|---|
| 2114 | BlockName -> FCNC,
|
|---|
| 2115 | InteractionOrder -> {{FCNC_cteIx2x31,1}},
|
|---|
| 2116 | Description -> ""
|
|---|
| 2117 | },
|
|---|
| 2118 |
|
|---|
| 2119 | cteIx2x32 == {
|
|---|
| 2120 | ComplexParameter -> False,
|
|---|
| 2121 | ParameterType -> External,
|
|---|
| 2122 | Value -> 0.,
|
|---|
| 2123 | BlockName -> FCNC,
|
|---|
| 2124 | InteractionOrder -> {{FCNC_cteIx2x32,1}},
|
|---|
| 2125 | Description -> ""
|
|---|
| 2126 | },
|
|---|
| 2127 |
|
|---|
| 2128 | cteIx3x31 == {
|
|---|
| 2129 | ComplexParameter -> False,
|
|---|
| 2130 | ParameterType -> External,
|
|---|
| 2131 | Value -> 0.,
|
|---|
| 2132 | BlockName -> FCNC,
|
|---|
| 2133 | InteractionOrder -> {{FCNC_cteIx3x31,1}},
|
|---|
| 2134 | Description -> ""
|
|---|
| 2135 | },
|
|---|
| 2136 |
|
|---|
| 2137 | cteIx3x32 == {
|
|---|
| 2138 | ComplexParameter -> False,
|
|---|
| 2139 | ParameterType -> External,
|
|---|
| 2140 | Value -> 0.,
|
|---|
| 2141 | BlockName -> FCNC,
|
|---|
| 2142 | InteractionOrder -> {{FCNC_cteIx3x32,1}},
|
|---|
| 2143 | Description -> ""
|
|---|
| 2144 | },
|
|---|
| 2145 |
|
|---|
| 2146 | ctlSx1x13 == {
|
|---|
| 2147 | ComplexParameter -> False,
|
|---|
| 2148 | ParameterType -> External,
|
|---|
| 2149 | Value -> 0.,
|
|---|
| 2150 | BlockName -> FCNC,
|
|---|
| 2151 | InteractionOrder -> {{FCNC_ctlSx1x13,1}},
|
|---|
| 2152 | Description -> ""
|
|---|
| 2153 | },
|
|---|
| 2154 |
|
|---|
| 2155 | ctlSx1x23 == {
|
|---|
| 2156 | ComplexParameter -> False,
|
|---|
| 2157 | ParameterType -> External,
|
|---|
| 2158 | Value -> 0.,
|
|---|
| 2159 | BlockName -> FCNC,
|
|---|
| 2160 | InteractionOrder -> {{FCNC_ctlSx1x23,1}},
|
|---|
| 2161 | Description -> ""
|
|---|
| 2162 | },
|
|---|
| 2163 |
|
|---|
| 2164 | ctlSx1x31 == {
|
|---|
| 2165 | ComplexParameter -> False,
|
|---|
| 2166 | ParameterType -> External,
|
|---|
| 2167 | Value -> 0.,
|
|---|
| 2168 | BlockName -> FCNC,
|
|---|
| 2169 | InteractionOrder -> {{FCNC_ctlSx1x31,1}},
|
|---|
| 2170 | Description -> ""
|
|---|
| 2171 | },
|
|---|
| 2172 |
|
|---|
| 2173 | ctlSx1x32 == {
|
|---|
| 2174 | ComplexParameter -> False,
|
|---|
| 2175 | ParameterType -> External,
|
|---|
| 2176 | Value -> 0.,
|
|---|
| 2177 | BlockName -> FCNC,
|
|---|
| 2178 | InteractionOrder -> {{FCNC_ctlSx1x32,1}},
|
|---|
| 2179 | Description -> ""
|
|---|
| 2180 | },
|
|---|
| 2181 |
|
|---|
| 2182 | ctlSx2x13 == {
|
|---|
| 2183 | ComplexParameter -> False,
|
|---|
| 2184 | ParameterType -> External,
|
|---|
| 2185 | Value -> 0.,
|
|---|
| 2186 | BlockName -> FCNC,
|
|---|
| 2187 | InteractionOrder -> {{FCNC_ctlSx2x13,1}},
|
|---|
| 2188 | Description -> ""
|
|---|
| 2189 | },
|
|---|
| 2190 |
|
|---|
| 2191 | ctlSx2x23 == {
|
|---|
| 2192 | ComplexParameter -> False,
|
|---|
| 2193 | ParameterType -> External,
|
|---|
| 2194 | Value -> 0.,
|
|---|
| 2195 | BlockName -> FCNC,
|
|---|
| 2196 | InteractionOrder -> {{FCNC_ctlSx2x23,1}},
|
|---|
| 2197 | Description -> ""
|
|---|
| 2198 | },
|
|---|
| 2199 |
|
|---|
| 2200 | ctlSx2x31 == {
|
|---|
| 2201 | ComplexParameter -> False,
|
|---|
| 2202 | ParameterType -> External,
|
|---|
| 2203 | Value -> 0.,
|
|---|
| 2204 | BlockName -> FCNC,
|
|---|
| 2205 | InteractionOrder -> {{FCNC_ctlSx2x31,1}},
|
|---|
| 2206 | Description -> ""
|
|---|
| 2207 | },
|
|---|
| 2208 |
|
|---|
| 2209 | ctlSx2x32 == {
|
|---|
| 2210 | ComplexParameter -> False,
|
|---|
| 2211 | ParameterType -> External,
|
|---|
| 2212 | Value -> 0.,
|
|---|
| 2213 | BlockName -> FCNC,
|
|---|
| 2214 | InteractionOrder -> {{FCNC_ctlSx2x32,1}},
|
|---|
| 2215 | Description -> ""
|
|---|
| 2216 | },
|
|---|
| 2217 |
|
|---|
| 2218 | ctlSx3x13 == {
|
|---|
| 2219 | ComplexParameter -> False,
|
|---|
| 2220 | ParameterType -> External,
|
|---|
| 2221 | Value -> 0.,
|
|---|
| 2222 | BlockName -> FCNC,
|
|---|
| 2223 | InteractionOrder -> {{FCNC_ctlSx3x13,1}},
|
|---|
| 2224 | Description -> ""
|
|---|
| 2225 | },
|
|---|
| 2226 |
|
|---|
| 2227 | ctlSx3x23 == {
|
|---|
| 2228 | ComplexParameter -> False,
|
|---|
| 2229 | ParameterType -> External,
|
|---|
| 2230 | Value -> 0.,
|
|---|
| 2231 | BlockName -> FCNC,
|
|---|
| 2232 | InteractionOrder -> {{FCNC_ctlSx3x23,1}},
|
|---|
| 2233 | Description -> ""
|
|---|
| 2234 | },
|
|---|
| 2235 |
|
|---|
| 2236 | ctlSx3x31 == {
|
|---|
| 2237 | ComplexParameter -> False,
|
|---|
| 2238 | ParameterType -> External,
|
|---|
| 2239 | Value -> 0.,
|
|---|
| 2240 | BlockName -> FCNC,
|
|---|
| 2241 | InteractionOrder -> {{FCNC_ctlSx3x31,1}},
|
|---|
| 2242 | Description -> ""
|
|---|
| 2243 | },
|
|---|
| 2244 |
|
|---|
| 2245 | ctlSx3x32 == {
|
|---|
| 2246 | ComplexParameter -> False,
|
|---|
| 2247 | ParameterType -> External,
|
|---|
| 2248 | Value -> 0.,
|
|---|
| 2249 | BlockName -> FCNC,
|
|---|
| 2250 | InteractionOrder -> {{FCNC_ctlSx3x32,1}},
|
|---|
| 2251 | Description -> ""
|
|---|
| 2252 | },
|
|---|
| 2253 |
|
|---|
| 2254 | ctlSIx1x13 == {
|
|---|
| 2255 | ComplexParameter -> False,
|
|---|
| 2256 | ParameterType -> External,
|
|---|
| 2257 | Value -> 0.,
|
|---|
| 2258 | BlockName -> FCNC,
|
|---|
| 2259 | InteractionOrder -> {{FCNC_ctlSIx1x13,1}},
|
|---|
| 2260 | Description -> ""
|
|---|
| 2261 | },
|
|---|
| 2262 |
|
|---|
| 2263 | ctlSIx1x23 == {
|
|---|
| 2264 | ComplexParameter -> False,
|
|---|
| 2265 | ParameterType -> External,
|
|---|
| 2266 | Value -> 0.,
|
|---|
| 2267 | BlockName -> FCNC,
|
|---|
| 2268 | InteractionOrder -> {{FCNC_ctlSIx1x23,1}},
|
|---|
| 2269 | Description -> ""
|
|---|
| 2270 | },
|
|---|
| 2271 |
|
|---|
| 2272 | ctlSIx1x31 == {
|
|---|
| 2273 | ComplexParameter -> False,
|
|---|
| 2274 | ParameterType -> External,
|
|---|
| 2275 | Value -> 0.,
|
|---|
| 2276 | BlockName -> FCNC,
|
|---|
| 2277 | InteractionOrder -> {{FCNC_ctlSIx1x31,1}},
|
|---|
| 2278 | Description -> ""
|
|---|
| 2279 | },
|
|---|
| 2280 |
|
|---|
| 2281 | ctlSIx1x32 == {
|
|---|
| 2282 | ComplexParameter -> False,
|
|---|
| 2283 | ParameterType -> External,
|
|---|
| 2284 | Value -> 0.,
|
|---|
| 2285 | BlockName -> FCNC,
|
|---|
| 2286 | InteractionOrder -> {{FCNC_ctlSIx1x32,1}},
|
|---|
| 2287 | Description -> ""
|
|---|
| 2288 | },
|
|---|
| 2289 |
|
|---|
| 2290 | ctlSIx2x13 == {
|
|---|
| 2291 | ComplexParameter -> False,
|
|---|
| 2292 | ParameterType -> External,
|
|---|
| 2293 | Value -> 0.,
|
|---|
| 2294 | BlockName -> FCNC,
|
|---|
| 2295 | InteractionOrder -> {{FCNC_ctlSIx2x13,1}},
|
|---|
| 2296 | Description -> ""
|
|---|
| 2297 | },
|
|---|
| 2298 |
|
|---|
| 2299 | ctlSIx2x23 == {
|
|---|
| 2300 | ComplexParameter -> False,
|
|---|
| 2301 | ParameterType -> External,
|
|---|
| 2302 | Value -> 0.,
|
|---|
| 2303 | BlockName -> FCNC,
|
|---|
| 2304 | InteractionOrder -> {{FCNC_ctlSIx2x23,1}},
|
|---|
| 2305 | Description -> ""
|
|---|
| 2306 | },
|
|---|
| 2307 |
|
|---|
| 2308 | ctlSIx2x31 == {
|
|---|
| 2309 | ComplexParameter -> False,
|
|---|
| 2310 | ParameterType -> External,
|
|---|
| 2311 | Value -> 0.,
|
|---|
| 2312 | BlockName -> FCNC,
|
|---|
| 2313 | InteractionOrder -> {{FCNC_ctlSIx2x31,1}},
|
|---|
| 2314 | Description -> ""
|
|---|
| 2315 | },
|
|---|
| 2316 |
|
|---|
| 2317 | ctlSIx2x32 == {
|
|---|
| 2318 | ComplexParameter -> False,
|
|---|
| 2319 | ParameterType -> External,
|
|---|
| 2320 | Value -> 0.,
|
|---|
| 2321 | BlockName -> FCNC,
|
|---|
| 2322 | InteractionOrder -> {{FCNC_ctlSIx2x32,1}},
|
|---|
| 2323 | Description -> ""
|
|---|
| 2324 | },
|
|---|
| 2325 |
|
|---|
| 2326 | ctlSIx3x13 == {
|
|---|
| 2327 | ComplexParameter -> False,
|
|---|
| 2328 | ParameterType -> External,
|
|---|
| 2329 | Value -> 0.,
|
|---|
| 2330 | BlockName -> FCNC,
|
|---|
| 2331 | InteractionOrder -> {{FCNC_ctlSIx3x13,1}},
|
|---|
| 2332 | Description -> ""
|
|---|
| 2333 | },
|
|---|
| 2334 |
|
|---|
| 2335 | ctlSIx3x23 == {
|
|---|
| 2336 | ComplexParameter -> False,
|
|---|
| 2337 | ParameterType -> External,
|
|---|
| 2338 | Value -> 0.,
|
|---|
| 2339 | BlockName -> FCNC,
|
|---|
| 2340 | InteractionOrder -> {{FCNC_ctlSIx3x23,1}},
|
|---|
| 2341 | Description -> ""
|
|---|
| 2342 | },
|
|---|
| 2343 |
|
|---|
| 2344 | ctlSIx3x31 == {
|
|---|
| 2345 | ComplexParameter -> False,
|
|---|
| 2346 | ParameterType -> External,
|
|---|
| 2347 | Value -> 0.,
|
|---|
| 2348 | BlockName -> FCNC,
|
|---|
| 2349 | InteractionOrder -> {{FCNC_ctlSIx3x31,1}},
|
|---|
| 2350 | Description -> ""
|
|---|
| 2351 | },
|
|---|
| 2352 |
|
|---|
| 2353 | ctlSIx3x32 == {
|
|---|
| 2354 | ComplexParameter -> False,
|
|---|
| 2355 | ParameterType -> External,
|
|---|
| 2356 | Value -> 0.,
|
|---|
| 2357 | BlockName -> FCNC,
|
|---|
| 2358 | InteractionOrder -> {{FCNC_ctlSIx3x32,1}},
|
|---|
| 2359 | Description -> ""
|
|---|
| 2360 | },
|
|---|
| 2361 |
|
|---|
| 2362 | ctlTx1x13 == {
|
|---|
| 2363 | ComplexParameter -> False,
|
|---|
| 2364 | ParameterType -> External,
|
|---|
| 2365 | Value -> 0.,
|
|---|
| 2366 | BlockName -> FCNC,
|
|---|
| 2367 | InteractionOrder -> {{FCNC_ctlTx1x13,1}},
|
|---|
| 2368 | Description -> ""
|
|---|
| 2369 | },
|
|---|
| 2370 |
|
|---|
| 2371 | ctlTx1x23 == {
|
|---|
| 2372 | ComplexParameter -> False,
|
|---|
| 2373 | ParameterType -> External,
|
|---|
| 2374 | Value -> 0.,
|
|---|
| 2375 | BlockName -> FCNC,
|
|---|
| 2376 | InteractionOrder -> {{FCNC_ctlTx1x23,1}},
|
|---|
| 2377 | Description -> ""
|
|---|
| 2378 | },
|
|---|
| 2379 |
|
|---|
| 2380 | ctlTx1x31 == {
|
|---|
| 2381 | ComplexParameter -> False,
|
|---|
| 2382 | ParameterType -> External,
|
|---|
| 2383 | Value -> 0.,
|
|---|
| 2384 | BlockName -> FCNC,
|
|---|
| 2385 | InteractionOrder -> {{FCNC_ctlTx1x31,1}},
|
|---|
| 2386 | Description -> ""
|
|---|
| 2387 | },
|
|---|
| 2388 |
|
|---|
| 2389 | ctlTx1x32 == {
|
|---|
| 2390 | ComplexParameter -> False,
|
|---|
| 2391 | ParameterType -> External,
|
|---|
| 2392 | Value -> 0.,
|
|---|
| 2393 | BlockName -> FCNC,
|
|---|
| 2394 | InteractionOrder -> {{FCNC_ctlTx1x32,1}},
|
|---|
| 2395 | Description -> ""
|
|---|
| 2396 | },
|
|---|
| 2397 |
|
|---|
| 2398 | ctlTx2x13 == {
|
|---|
| 2399 | ComplexParameter -> False,
|
|---|
| 2400 | ParameterType -> External,
|
|---|
| 2401 | Value -> 0.,
|
|---|
| 2402 | BlockName -> FCNC,
|
|---|
| 2403 | InteractionOrder -> {{FCNC_ctlTx2x13,1}},
|
|---|
| 2404 | Description -> ""
|
|---|
| 2405 | },
|
|---|
| 2406 |
|
|---|
| 2407 | ctlTx2x23 == {
|
|---|
| 2408 | ComplexParameter -> False,
|
|---|
| 2409 | ParameterType -> External,
|
|---|
| 2410 | Value -> 0.,
|
|---|
| 2411 | BlockName -> FCNC,
|
|---|
| 2412 | InteractionOrder -> {{FCNC_ctlTx2x23,1}},
|
|---|
| 2413 | Description -> ""
|
|---|
| 2414 | },
|
|---|
| 2415 |
|
|---|
| 2416 | ctlTx2x31 == {
|
|---|
| 2417 | ComplexParameter -> False,
|
|---|
| 2418 | ParameterType -> External,
|
|---|
| 2419 | Value -> 0.,
|
|---|
| 2420 | BlockName -> FCNC,
|
|---|
| 2421 | InteractionOrder -> {{FCNC_ctlTx2x31,1}},
|
|---|
| 2422 | Description -> ""
|
|---|
| 2423 | },
|
|---|
| 2424 |
|
|---|
| 2425 | ctlTx2x32 == {
|
|---|
| 2426 | ComplexParameter -> False,
|
|---|
| 2427 | ParameterType -> External,
|
|---|
| 2428 | Value -> 0.,
|
|---|
| 2429 | BlockName -> FCNC,
|
|---|
| 2430 | InteractionOrder -> {{FCNC_ctlTx2x32,1}},
|
|---|
| 2431 | Description -> ""
|
|---|
| 2432 | },
|
|---|
| 2433 |
|
|---|
| 2434 | ctlTx3x13 == {
|
|---|
| 2435 | ComplexParameter -> False,
|
|---|
| 2436 | ParameterType -> External,
|
|---|
| 2437 | Value -> 0.,
|
|---|
| 2438 | BlockName -> FCNC,
|
|---|
| 2439 | InteractionOrder -> {{FCNC_ctlTx3x13,1}},
|
|---|
| 2440 | Description -> ""
|
|---|
| 2441 | },
|
|---|
| 2442 |
|
|---|
| 2443 | ctlTx3x23 == {
|
|---|
| 2444 | ComplexParameter -> False,
|
|---|
| 2445 | ParameterType -> External,
|
|---|
| 2446 | Value -> 0.,
|
|---|
| 2447 | BlockName -> FCNC,
|
|---|
| 2448 | InteractionOrder -> {{FCNC_ctlTx3x23,1}},
|
|---|
| 2449 | Description -> ""
|
|---|
| 2450 | },
|
|---|
| 2451 |
|
|---|
| 2452 | ctlTx3x31 == {
|
|---|
| 2453 | ComplexParameter -> False,
|
|---|
| 2454 | ParameterType -> External,
|
|---|
| 2455 | Value -> 0.,
|
|---|
| 2456 | BlockName -> FCNC,
|
|---|
| 2457 | InteractionOrder -> {{FCNC_ctlTx3x31,1}},
|
|---|
| 2458 | Description -> ""
|
|---|
| 2459 | },
|
|---|
| 2460 |
|
|---|
| 2461 | ctlTx3x32 == {
|
|---|
| 2462 | ComplexParameter -> False,
|
|---|
| 2463 | ParameterType -> External,
|
|---|
| 2464 | Value -> 0.,
|
|---|
| 2465 | BlockName -> FCNC,
|
|---|
| 2466 | InteractionOrder -> {{FCNC_ctlTx3x32,1}},
|
|---|
| 2467 | Description -> ""
|
|---|
| 2468 | },
|
|---|
| 2469 |
|
|---|
| 2470 | ctlTIx1x13 == {
|
|---|
| 2471 | ComplexParameter -> False,
|
|---|
| 2472 | ParameterType -> External,
|
|---|
| 2473 | Value -> 0.,
|
|---|
| 2474 | BlockName -> FCNC,
|
|---|
| 2475 | InteractionOrder -> {{FCNC_ctlTIx1x13,1}},
|
|---|
| 2476 | Description -> ""
|
|---|
| 2477 | },
|
|---|
| 2478 |
|
|---|
| 2479 | ctlTIx1x23 == {
|
|---|
| 2480 | ComplexParameter -> False,
|
|---|
| 2481 | ParameterType -> External,
|
|---|
| 2482 | Value -> 0.,
|
|---|
| 2483 | BlockName -> FCNC,
|
|---|
| 2484 | InteractionOrder -> {{FCNC_ctlTIx1x23,1}},
|
|---|
| 2485 | Description -> ""
|
|---|
| 2486 | },
|
|---|
| 2487 |
|
|---|
| 2488 | ctlTIx1x31 == {
|
|---|
| 2489 | ComplexParameter -> False,
|
|---|
| 2490 | ParameterType -> External,
|
|---|
| 2491 | Value -> 0.,
|
|---|
| 2492 | BlockName -> FCNC,
|
|---|
| 2493 | InteractionOrder -> {{FCNC_ctlTIx1x31,1}},
|
|---|
| 2494 | Description -> ""
|
|---|
| 2495 | },
|
|---|
| 2496 |
|
|---|
| 2497 | ctlTIx1x32 == {
|
|---|
| 2498 | ComplexParameter -> False,
|
|---|
| 2499 | ParameterType -> External,
|
|---|
| 2500 | Value -> 0.,
|
|---|
| 2501 | BlockName -> FCNC,
|
|---|
| 2502 | InteractionOrder -> {{FCNC_ctlTIx1x32,1}},
|
|---|
| 2503 | Description -> ""
|
|---|
| 2504 | },
|
|---|
| 2505 |
|
|---|
| 2506 | ctlTIx2x13 == {
|
|---|
| 2507 | ComplexParameter -> False,
|
|---|
| 2508 | ParameterType -> External,
|
|---|
| 2509 | Value -> 0.,
|
|---|
| 2510 | BlockName -> FCNC,
|
|---|
| 2511 | InteractionOrder -> {{FCNC_ctlTIx2x13,1}},
|
|---|
| 2512 | Description -> ""
|
|---|
| 2513 | },
|
|---|
| 2514 |
|
|---|
| 2515 | ctlTIx2x23 == {
|
|---|
| 2516 | ComplexParameter -> False,
|
|---|
| 2517 | ParameterType -> External,
|
|---|
| 2518 | Value -> 0.,
|
|---|
| 2519 | BlockName -> FCNC,
|
|---|
| 2520 | InteractionOrder -> {{FCNC_ctlTIx2x23,1}},
|
|---|
| 2521 | Description -> ""
|
|---|
| 2522 | },
|
|---|
| 2523 |
|
|---|
| 2524 | ctlTIx2x31 == {
|
|---|
| 2525 | ComplexParameter -> False,
|
|---|
| 2526 | ParameterType -> External,
|
|---|
| 2527 | Value -> 0.,
|
|---|
| 2528 | BlockName -> FCNC,
|
|---|
| 2529 | InteractionOrder -> {{FCNC_ctlTIx2x31,1}},
|
|---|
| 2530 | Description -> ""
|
|---|
| 2531 | },
|
|---|
| 2532 |
|
|---|
| 2533 | ctlTIx2x32 == {
|
|---|
| 2534 | ComplexParameter -> False,
|
|---|
| 2535 | ParameterType -> External,
|
|---|
| 2536 | Value -> 0.,
|
|---|
| 2537 | BlockName -> FCNC,
|
|---|
| 2538 | InteractionOrder -> {{FCNC_ctlTIx2x32,1}},
|
|---|
| 2539 | Description -> ""
|
|---|
| 2540 | },
|
|---|
| 2541 |
|
|---|
| 2542 | ctlTIx3x13 == {
|
|---|
| 2543 | ComplexParameter -> False,
|
|---|
| 2544 | ParameterType -> External,
|
|---|
| 2545 | Value -> 0.,
|
|---|
| 2546 | BlockName -> FCNC,
|
|---|
| 2547 | InteractionOrder -> {{FCNC_ctlTIx3x13,1}},
|
|---|
| 2548 | Description -> ""
|
|---|
| 2549 | },
|
|---|
| 2550 |
|
|---|
| 2551 | ctlTIx3x23 == {
|
|---|
| 2552 | ComplexParameter -> False,
|
|---|
| 2553 | ParameterType -> External,
|
|---|
| 2554 | Value -> 0.,
|
|---|
| 2555 | BlockName -> FCNC,
|
|---|
| 2556 | InteractionOrder -> {{FCNC_ctlTIx3x23,1}},
|
|---|
| 2557 | Description -> ""
|
|---|
| 2558 | },
|
|---|
| 2559 |
|
|---|
| 2560 | ctlTIx3x31 == {
|
|---|
| 2561 | ComplexParameter -> False,
|
|---|
| 2562 | ParameterType -> External,
|
|---|
| 2563 | Value -> 0.,
|
|---|
| 2564 | BlockName -> FCNC,
|
|---|
| 2565 | InteractionOrder -> {{FCNC_ctlTIx3x31,1}},
|
|---|
| 2566 | Description -> ""
|
|---|
| 2567 | },
|
|---|
| 2568 |
|
|---|
| 2569 | ctlTIx3x32 == {
|
|---|
| 2570 | ComplexParameter -> False,
|
|---|
| 2571 | ParameterType -> External,
|
|---|
| 2572 | Value -> 0.,
|
|---|
| 2573 | BlockName -> FCNC,
|
|---|
| 2574 | InteractionOrder -> {{FCNC_ctlTIx3x32,1}},
|
|---|
| 2575 | Description -> ""
|
|---|
| 2576 | },
|
|---|
| 2577 |
|
|---|
| 2578 | cqq11x3331 == {
|
|---|
| 2579 | ComplexParameter -> False,
|
|---|
| 2580 | ParameterType -> External,
|
|---|
| 2581 | Value -> 0.,
|
|---|
| 2582 | BlockName -> FCNC,
|
|---|
| 2583 | InteractionOrder -> {{FCNC_cqq11x3331,1}},
|
|---|
| 2584 | Description -> ""
|
|---|
| 2585 | },
|
|---|
| 2586 |
|
|---|
| 2587 | cqq11x3332 == {
|
|---|
| 2588 | ComplexParameter -> False,
|
|---|
| 2589 | ParameterType -> External,
|
|---|
| 2590 | Value -> 0.,
|
|---|
| 2591 | BlockName -> FCNC,
|
|---|
| 2592 | InteractionOrder -> {{FCNC_cqq11x3332,1}},
|
|---|
| 2593 | Description -> ""
|
|---|
| 2594 | },
|
|---|
| 2595 |
|
|---|
| 2596 | cqq11Ix3331 == {
|
|---|
| 2597 | ComplexParameter -> False,
|
|---|
| 2598 | ParameterType -> External,
|
|---|
| 2599 | Value -> 0.,
|
|---|
| 2600 | BlockName -> FCNC,
|
|---|
| 2601 | InteractionOrder -> {{FCNC_cqq11Ix3331,1}},
|
|---|
| 2602 | Description -> ""
|
|---|
| 2603 | },
|
|---|
| 2604 |
|
|---|
| 2605 | cqq11Ix3332 == {
|
|---|
| 2606 | ComplexParameter -> False,
|
|---|
| 2607 | ParameterType -> External,
|
|---|
| 2608 | Value -> 0.,
|
|---|
| 2609 | BlockName -> FCNC,
|
|---|
| 2610 | InteractionOrder -> {{FCNC_cqq11Ix3332,1}},
|
|---|
| 2611 | Description -> ""
|
|---|
| 2612 | },
|
|---|
| 2613 |
|
|---|
| 2614 | cqq13x3331 == {
|
|---|
| 2615 | ComplexParameter -> False,
|
|---|
| 2616 | ParameterType -> External,
|
|---|
| 2617 | Value -> 0.,
|
|---|
| 2618 | BlockName -> FCNC,
|
|---|
| 2619 | InteractionOrder -> {{FCNC_cqq13x3331,1}},
|
|---|
| 2620 | Description -> ""
|
|---|
| 2621 | },
|
|---|
| 2622 |
|
|---|
| 2623 | cqq13x3332 == {
|
|---|
| 2624 | ComplexParameter -> False,
|
|---|
| 2625 | ParameterType -> External,
|
|---|
| 2626 | Value -> 0.,
|
|---|
| 2627 | BlockName -> FCNC,
|
|---|
| 2628 | InteractionOrder -> {{FCNC_cqq13x3332,1}},
|
|---|
| 2629 | Description -> ""
|
|---|
| 2630 | },
|
|---|
| 2631 |
|
|---|
| 2632 | cqq13Ix3331 == {
|
|---|
| 2633 | ComplexParameter -> False,
|
|---|
| 2634 | ParameterType -> External,
|
|---|
| 2635 | Value -> 0.,
|
|---|
| 2636 | BlockName -> FCNC,
|
|---|
| 2637 | InteractionOrder -> {{FCNC_cqq13Ix3331,1}},
|
|---|
| 2638 | Description -> ""
|
|---|
| 2639 | },
|
|---|
| 2640 |
|
|---|
| 2641 | cqq13Ix3332 == {
|
|---|
| 2642 | ComplexParameter -> False,
|
|---|
| 2643 | ParameterType -> External,
|
|---|
| 2644 | Value -> 0.,
|
|---|
| 2645 | BlockName -> FCNC,
|
|---|
| 2646 | InteractionOrder -> {{FCNC_cqq13Ix3332,1}},
|
|---|
| 2647 | Description -> ""
|
|---|
| 2648 | },
|
|---|
| 2649 |
|
|---|
| 2650 | cuu1x3331 == {
|
|---|
| 2651 | ComplexParameter -> False,
|
|---|
| 2652 | ParameterType -> External,
|
|---|
| 2653 | Value -> 0.,
|
|---|
| 2654 | BlockName -> FCNC,
|
|---|
| 2655 | InteractionOrder -> {{FCNC_cuu1x3331,1}},
|
|---|
| 2656 | Description -> ""
|
|---|
| 2657 | },
|
|---|
| 2658 |
|
|---|
| 2659 | cuu1x3332 == {
|
|---|
| 2660 | ComplexParameter -> False,
|
|---|
| 2661 | ParameterType -> External,
|
|---|
| 2662 | Value -> 0.,
|
|---|
| 2663 | BlockName -> FCNC,
|
|---|
| 2664 | InteractionOrder -> {{FCNC_cuu1x3332,1}},
|
|---|
| 2665 | Description -> ""
|
|---|
| 2666 | },
|
|---|
| 2667 |
|
|---|
| 2668 | cuu1Ix3331 == {
|
|---|
| 2669 | ComplexParameter -> False,
|
|---|
| 2670 | ParameterType -> External,
|
|---|
| 2671 | Value -> 0.,
|
|---|
| 2672 | BlockName -> FCNC,
|
|---|
| 2673 | InteractionOrder -> {{FCNC_cuu1Ix3331,1}},
|
|---|
| 2674 | Description -> ""
|
|---|
| 2675 | },
|
|---|
| 2676 |
|
|---|
| 2677 | cuu1Ix3332 == {
|
|---|
| 2678 | ComplexParameter -> False,
|
|---|
| 2679 | ParameterType -> External,
|
|---|
| 2680 | Value -> 0.,
|
|---|
| 2681 | BlockName -> FCNC,
|
|---|
| 2682 | InteractionOrder -> {{FCNC_cuu1Ix3332,1}},
|
|---|
| 2683 | Description -> ""
|
|---|
| 2684 | },
|
|---|
| 2685 |
|
|---|
| 2686 | cqu1x3331 == {
|
|---|
| 2687 | ComplexParameter -> False,
|
|---|
| 2688 | ParameterType -> External,
|
|---|
| 2689 | Value -> 0.,
|
|---|
| 2690 | BlockName -> FCNC,
|
|---|
| 2691 | InteractionOrder -> {{FCNC_cqu1x3331,1}},
|
|---|
| 2692 | Description -> ""
|
|---|
| 2693 | },
|
|---|
| 2694 |
|
|---|
| 2695 | cqu1x3332 == {
|
|---|
| 2696 | ComplexParameter -> False,
|
|---|
| 2697 | ParameterType -> External,
|
|---|
| 2698 | Value -> 0.,
|
|---|
| 2699 | BlockName -> FCNC,
|
|---|
| 2700 | InteractionOrder -> {{FCNC_cqu1x3332,1}},
|
|---|
| 2701 | Description -> ""
|
|---|
| 2702 | },
|
|---|
| 2703 |
|
|---|
| 2704 | cqu1Ix3331 == {
|
|---|
| 2705 | ComplexParameter -> False,
|
|---|
| 2706 | ParameterType -> External,
|
|---|
| 2707 | Value -> 0.,
|
|---|
| 2708 | BlockName -> FCNC,
|
|---|
| 2709 | InteractionOrder -> {{FCNC_cqu1Ix3331,1}},
|
|---|
| 2710 | Description -> ""
|
|---|
| 2711 | },
|
|---|
| 2712 |
|
|---|
| 2713 | cqu1Ix3332 == {
|
|---|
| 2714 | ComplexParameter -> False,
|
|---|
| 2715 | ParameterType -> External,
|
|---|
| 2716 | Value -> 0.,
|
|---|
| 2717 | BlockName -> FCNC,
|
|---|
| 2718 | InteractionOrder -> {{FCNC_cqu1Ix3332,1}},
|
|---|
| 2719 | Description -> ""
|
|---|
| 2720 | },
|
|---|
| 2721 |
|
|---|
| 2722 | cqu1x3133 == {
|
|---|
| 2723 | ComplexParameter -> False,
|
|---|
| 2724 | ParameterType -> External,
|
|---|
| 2725 | Value -> 0.,
|
|---|
| 2726 | BlockName -> FCNC,
|
|---|
| 2727 | InteractionOrder -> {{FCNC_cqu1x3133,1}},
|
|---|
| 2728 | Description -> ""
|
|---|
| 2729 | },
|
|---|
| 2730 |
|
|---|
| 2731 | cqu1x3233 == {
|
|---|
| 2732 | ComplexParameter -> False,
|
|---|
| 2733 | ParameterType -> External,
|
|---|
| 2734 | Value -> 0.,
|
|---|
| 2735 | BlockName -> FCNC,
|
|---|
| 2736 | InteractionOrder -> {{FCNC_cqu1x3233,1}},
|
|---|
| 2737 | Description -> ""
|
|---|
| 2738 | },
|
|---|
| 2739 |
|
|---|
| 2740 | cqu1Ix3133 == {
|
|---|
| 2741 | ComplexParameter -> False,
|
|---|
| 2742 | ParameterType -> External,
|
|---|
| 2743 | Value -> 0.,
|
|---|
| 2744 | BlockName -> FCNC,
|
|---|
| 2745 | InteractionOrder -> {{FCNC_cqu1Ix3133,1}},
|
|---|
| 2746 | Description -> ""
|
|---|
| 2747 | },
|
|---|
| 2748 |
|
|---|
| 2749 | cqu1Ix3233 == {
|
|---|
| 2750 | ComplexParameter -> False,
|
|---|
| 2751 | ParameterType -> External,
|
|---|
| 2752 | Value -> 0.,
|
|---|
| 2753 | BlockName -> FCNC,
|
|---|
| 2754 | InteractionOrder -> {{FCNC_cqu1Ix3233,1}},
|
|---|
| 2755 | Description -> ""
|
|---|
| 2756 | },
|
|---|
| 2757 |
|
|---|
| 2758 | cqu8x3331 == {
|
|---|
| 2759 | ComplexParameter -> False,
|
|---|
| 2760 | ParameterType -> External,
|
|---|
| 2761 | Value -> 0.,
|
|---|
| 2762 | BlockName -> FCNC,
|
|---|
| 2763 | InteractionOrder -> {{FCNC_cqu8x3331,1}},
|
|---|
| 2764 | Description -> ""
|
|---|
| 2765 | },
|
|---|
| 2766 |
|
|---|
| 2767 | cqu8x3332 == {
|
|---|
| 2768 | ComplexParameter -> False,
|
|---|
| 2769 | ParameterType -> External,
|
|---|
| 2770 | Value -> 0.,
|
|---|
| 2771 | BlockName -> FCNC,
|
|---|
| 2772 | InteractionOrder -> {{FCNC_cqu8x3332,1}},
|
|---|
| 2773 | Description -> ""
|
|---|
| 2774 | },
|
|---|
| 2775 |
|
|---|
| 2776 | cqu8Ix3331 == {
|
|---|
| 2777 | ComplexParameter -> False,
|
|---|
| 2778 | ParameterType -> External,
|
|---|
| 2779 | Value -> 0.,
|
|---|
| 2780 | BlockName -> FCNC,
|
|---|
| 2781 | InteractionOrder -> {{FCNC_cqu8Ix3331,1}},
|
|---|
| 2782 | Description -> ""
|
|---|
| 2783 | },
|
|---|
| 2784 |
|
|---|
| 2785 | cqu8Ix3332 == {
|
|---|
| 2786 | ComplexParameter -> False,
|
|---|
| 2787 | ParameterType -> External,
|
|---|
| 2788 | Value -> 0.,
|
|---|
| 2789 | BlockName -> FCNC,
|
|---|
| 2790 | InteractionOrder -> {{FCNC_cqu8Ix3332,1}},
|
|---|
| 2791 | Description -> ""
|
|---|
| 2792 | },
|
|---|
| 2793 |
|
|---|
| 2794 | cqu8x3233 == {
|
|---|
| 2795 | ComplexParameter -> False,
|
|---|
| 2796 | ParameterType -> External,
|
|---|
| 2797 | Value -> 0.,
|
|---|
| 2798 | BlockName -> FCNC,
|
|---|
| 2799 | InteractionOrder -> {{FCNC_cqu8x3233,1}},
|
|---|
| 2800 | Description -> ""
|
|---|
| 2801 | },
|
|---|
| 2802 |
|
|---|
| 2803 | cqu8x3133 == {
|
|---|
| 2804 | ComplexParameter -> False,
|
|---|
| 2805 | ParameterType -> External,
|
|---|
| 2806 | Value -> 0.,
|
|---|
| 2807 | BlockName -> FCNC,
|
|---|
| 2808 | InteractionOrder -> {{FCNC_cqu8x3133,1}},
|
|---|
| 2809 | Description -> ""
|
|---|
| 2810 | },
|
|---|
| 2811 |
|
|---|
| 2812 | cqu8Ix3133 == {
|
|---|
| 2813 | ComplexParameter -> False,
|
|---|
| 2814 | ParameterType -> External,
|
|---|
| 2815 | Value -> 0.,
|
|---|
| 2816 | BlockName -> FCNC,
|
|---|
| 2817 | InteractionOrder -> {{FCNC_cqu8Ix3133,1}},
|
|---|
| 2818 | Description -> ""
|
|---|
| 2819 | },
|
|---|
| 2820 |
|
|---|
| 2821 | cqu8Ix3233 == {
|
|---|
| 2822 | ComplexParameter -> False,
|
|---|
| 2823 | ParameterType -> External,
|
|---|
| 2824 | Value -> 0.,
|
|---|
| 2825 | BlockName -> FCNC,
|
|---|
| 2826 | InteractionOrder -> {{FCNC_cqu8Ix3233,1}},
|
|---|
| 2827 | Description -> ""
|
|---|
| 2828 | },
|
|---|
| 2829 |
|
|---|
| 2830 | cqd1x3331 == {
|
|---|
| 2831 | ComplexParameter -> False,
|
|---|
| 2832 | ParameterType -> External,
|
|---|
| 2833 | Value -> 0.,
|
|---|
| 2834 | BlockName -> FCNC,
|
|---|
| 2835 | InteractionOrder -> {{FCNC_cqd1x3331,1}},
|
|---|
| 2836 | Description -> ""
|
|---|
| 2837 | },
|
|---|
| 2838 |
|
|---|
| 2839 | cqd1x3332 == {
|
|---|
| 2840 | ComplexParameter -> False,
|
|---|
| 2841 | ParameterType -> External,
|
|---|
| 2842 | Value -> 0.,
|
|---|
| 2843 | BlockName -> FCNC,
|
|---|
| 2844 | InteractionOrder -> {{FCNC_cqd1x3332,1}},
|
|---|
| 2845 | Description -> ""
|
|---|
| 2846 | },
|
|---|
| 2847 |
|
|---|
| 2848 | cqd1Ix3331 == {
|
|---|
| 2849 | ComplexParameter -> False,
|
|---|
| 2850 | ParameterType -> External,
|
|---|
| 2851 | Value -> 0.,
|
|---|
| 2852 | BlockName -> FCNC,
|
|---|
| 2853 | InteractionOrder -> {{FCNC_cqd1Ix3331,1}},
|
|---|
| 2854 | Description -> ""
|
|---|
| 2855 | },
|
|---|
| 2856 |
|
|---|
| 2857 | cqd1Ix3332 == {
|
|---|
| 2858 | ComplexParameter -> False,
|
|---|
| 2859 | ParameterType -> External,
|
|---|
| 2860 | Value -> 0.,
|
|---|
| 2861 | BlockName -> FCNC,
|
|---|
| 2862 | InteractionOrder -> {{FCNC_cqd1Ix3332,1}},
|
|---|
| 2863 | Description -> ""
|
|---|
| 2864 | },
|
|---|
| 2865 |
|
|---|
| 2866 | cqd1x3133 == {
|
|---|
| 2867 | ComplexParameter -> False,
|
|---|
| 2868 | ParameterType -> External,
|
|---|
| 2869 | Value -> 0.,
|
|---|
| 2870 | BlockName -> FCNC,
|
|---|
| 2871 | InteractionOrder -> {{FCNC_cqd1x3133,1}},
|
|---|
| 2872 | Description -> ""
|
|---|
| 2873 | },
|
|---|
| 2874 |
|
|---|
| 2875 | cqd1x3233 == {
|
|---|
| 2876 | ComplexParameter -> False,
|
|---|
| 2877 | ParameterType -> External,
|
|---|
| 2878 | Value -> 0.,
|
|---|
| 2879 | BlockName -> FCNC,
|
|---|
| 2880 | InteractionOrder -> {{FCNC_cqd1x3233,1}},
|
|---|
| 2881 | Description -> ""
|
|---|
| 2882 | },
|
|---|
| 2883 |
|
|---|
| 2884 | cqd1Ix3133 == {
|
|---|
| 2885 | ComplexParameter -> False,
|
|---|
| 2886 | ParameterType -> External,
|
|---|
| 2887 | Value -> 0.,
|
|---|
| 2888 | BlockName -> FCNC,
|
|---|
| 2889 | InteractionOrder -> {{FCNC_cqd1Ix3133,1}},
|
|---|
| 2890 | Description -> ""
|
|---|
| 2891 | },
|
|---|
| 2892 |
|
|---|
| 2893 | cqd1Ix3233 == {
|
|---|
| 2894 | ComplexParameter -> False,
|
|---|
| 2895 | ParameterType -> External,
|
|---|
| 2896 | Value -> 0.,
|
|---|
| 2897 | BlockName -> FCNC,
|
|---|
| 2898 | InteractionOrder -> {{FCNC_cqd1Ix3233,1}},
|
|---|
| 2899 | Description -> ""
|
|---|
| 2900 | },
|
|---|
| 2901 |
|
|---|
| 2902 | cqd8x3331 == {
|
|---|
| 2903 | ComplexParameter -> False,
|
|---|
| 2904 | ParameterType -> External,
|
|---|
| 2905 | Value -> 0.,
|
|---|
| 2906 | BlockName -> FCNC,
|
|---|
| 2907 | InteractionOrder -> {{FCNC_cqd8x3331,1}},
|
|---|
| 2908 | Description -> ""
|
|---|
| 2909 | },
|
|---|
| 2910 |
|
|---|
| 2911 | cqd8x3332 == {
|
|---|
| 2912 | ComplexParameter -> False,
|
|---|
| 2913 | ParameterType -> External,
|
|---|
| 2914 | Value -> 0.,
|
|---|
| 2915 | BlockName -> FCNC,
|
|---|
| 2916 | InteractionOrder -> {{FCNC_cqd8x3332,1}},
|
|---|
| 2917 | Description -> ""
|
|---|
| 2918 | },
|
|---|
| 2919 |
|
|---|
| 2920 | cqd8Ix3331 == {
|
|---|
| 2921 | ComplexParameter -> False,
|
|---|
| 2922 | ParameterType -> External,
|
|---|
| 2923 | Value -> 0.,
|
|---|
| 2924 | BlockName -> FCNC,
|
|---|
| 2925 | InteractionOrder -> {{FCNC_cqd8Ix3331,1}},
|
|---|
| 2926 | Description -> ""
|
|---|
| 2927 | },
|
|---|
| 2928 |
|
|---|
| 2929 | cqd8Ix3332 == {
|
|---|
| 2930 | ComplexParameter -> False,
|
|---|
| 2931 | ParameterType -> External,
|
|---|
| 2932 | Value -> 0.,
|
|---|
| 2933 | BlockName -> FCNC,
|
|---|
| 2934 | InteractionOrder -> {{FCNC_cqd8Ix3332,1}},
|
|---|
| 2935 | Description -> ""
|
|---|
| 2936 | },
|
|---|
| 2937 |
|
|---|
| 2938 | cqd8x3133 == {
|
|---|
| 2939 | ComplexParameter -> False,
|
|---|
| 2940 | ParameterType -> External,
|
|---|
| 2941 | Value -> 0.,
|
|---|
| 2942 | BlockName -> FCNC,
|
|---|
| 2943 | InteractionOrder -> {{FCNC_cqd8x3133,1}},
|
|---|
| 2944 | Description -> ""
|
|---|
| 2945 | },
|
|---|
| 2946 |
|
|---|
| 2947 | cqd8x3233 == {
|
|---|
| 2948 | ComplexParameter -> False,
|
|---|
| 2949 | ParameterType -> External,
|
|---|
| 2950 | Value -> 0.,
|
|---|
| 2951 | BlockName -> FCNC,
|
|---|
| 2952 | InteractionOrder -> {{FCNC_cqd8x3233,1}},
|
|---|
| 2953 | Description -> ""
|
|---|
| 2954 | },
|
|---|
| 2955 |
|
|---|
| 2956 | cqd8Ix3133 == {
|
|---|
| 2957 | ComplexParameter -> False,
|
|---|
| 2958 | ParameterType -> External,
|
|---|
| 2959 | Value -> 0.,
|
|---|
| 2960 | BlockName -> FCNC,
|
|---|
| 2961 | InteractionOrder -> {{FCNC_cqd8Ix3133,1}},
|
|---|
| 2962 | Description -> ""
|
|---|
| 2963 | },
|
|---|
| 2964 |
|
|---|
| 2965 | cqd8Ix3233 == {
|
|---|
| 2966 | ComplexParameter -> False,
|
|---|
| 2967 | ParameterType -> External,
|
|---|
| 2968 | Value -> 0.,
|
|---|
| 2969 | BlockName -> FCNC,
|
|---|
| 2970 | InteractionOrder -> {{FCNC_cqd8Ix3233,1}},
|
|---|
| 2971 | Description -> ""
|
|---|
| 2972 | },
|
|---|
| 2973 |
|
|---|
| 2974 | cud1x3331 == {
|
|---|
| 2975 | ComplexParameter -> False,
|
|---|
| 2976 | ParameterType -> External,
|
|---|
| 2977 | Value -> 0.,
|
|---|
| 2978 | BlockName -> FCNC,
|
|---|
| 2979 | InteractionOrder -> {{FCNC_cud1x3331,1}},
|
|---|
| 2980 | Description -> ""
|
|---|
| 2981 | },
|
|---|
| 2982 |
|
|---|
| 2983 | cud1x3332 == {
|
|---|
| 2984 | ComplexParameter -> False,
|
|---|
| 2985 | ParameterType -> External,
|
|---|
| 2986 | Value -> 0.,
|
|---|
| 2987 | BlockName -> FCNC,
|
|---|
| 2988 | InteractionOrder -> {{FCNC_cud1x3332,1}},
|
|---|
| 2989 | Description -> ""
|
|---|
| 2990 | },
|
|---|
| 2991 |
|
|---|
| 2992 | cud1Ix3331 == {
|
|---|
| 2993 | ComplexParameter -> False,
|
|---|
| 2994 | ParameterType -> External,
|
|---|
| 2995 | Value -> 0.,
|
|---|
| 2996 | BlockName -> FCNC,
|
|---|
| 2997 | InteractionOrder -> {{FCNC_cud1Ix3331,1}},
|
|---|
| 2998 | Description -> ""
|
|---|
| 2999 | },
|
|---|
| 3000 |
|
|---|
| 3001 | cud1Ix3332 == {
|
|---|
| 3002 | ComplexParameter -> False,
|
|---|
| 3003 | ParameterType -> External,
|
|---|
| 3004 | Value -> 0.,
|
|---|
| 3005 | BlockName -> FCNC,
|
|---|
| 3006 | InteractionOrder -> {{FCNC_cud1Ix3332,1}},
|
|---|
| 3007 | Description -> ""
|
|---|
| 3008 | },
|
|---|
| 3009 |
|
|---|
| 3010 | cud1x3133 == {
|
|---|
| 3011 | ComplexParameter -> False,
|
|---|
| 3012 | ParameterType -> External,
|
|---|
| 3013 | Value -> 0.,
|
|---|
| 3014 | BlockName -> FCNC,
|
|---|
| 3015 | InteractionOrder -> {{FCNC_cud1x3133,1}},
|
|---|
| 3016 | Description -> ""
|
|---|
| 3017 | },
|
|---|
| 3018 |
|
|---|
| 3019 | cud1x3233 == {
|
|---|
| 3020 | ComplexParameter -> False,
|
|---|
| 3021 | ParameterType -> External,
|
|---|
| 3022 | Value -> 0.,
|
|---|
| 3023 | BlockName -> FCNC,
|
|---|
| 3024 | InteractionOrder -> {{FCNC_cud1x3233,1}},
|
|---|
| 3025 | Description -> ""
|
|---|
| 3026 | },
|
|---|
| 3027 |
|
|---|
| 3028 | cud1Ix3133 == {
|
|---|
| 3029 | ComplexParameter -> False,
|
|---|
| 3030 | ParameterType -> External,
|
|---|
| 3031 | Value -> 0.,
|
|---|
| 3032 | BlockName -> FCNC,
|
|---|
| 3033 | InteractionOrder -> {{FCNC_cud1Ix3133,1}},
|
|---|
| 3034 | Description -> ""
|
|---|
| 3035 | },
|
|---|
| 3036 |
|
|---|
| 3037 | cud1Ix3233 == {
|
|---|
| 3038 | ComplexParameter -> False,
|
|---|
| 3039 | ParameterType -> External,
|
|---|
| 3040 | Value -> 0.,
|
|---|
| 3041 | BlockName -> FCNC,
|
|---|
| 3042 | InteractionOrder -> {{FCNC_cud1Ix3233,1}},
|
|---|
| 3043 | Description -> ""
|
|---|
| 3044 | },
|
|---|
| 3045 |
|
|---|
| 3046 | cud8x3331 == {
|
|---|
| 3047 | ComplexParameter -> False,
|
|---|
| 3048 | ParameterType -> External,
|
|---|
| 3049 | Value -> 0.,
|
|---|
| 3050 | BlockName -> FCNC,
|
|---|
| 3051 | InteractionOrder -> {{FCNC_cud8x3331,1}},
|
|---|
| 3052 | Description -> ""
|
|---|
| 3053 | },
|
|---|
| 3054 |
|
|---|
| 3055 | cud8x3332 == {
|
|---|
| 3056 | ComplexParameter -> False,
|
|---|
| 3057 | ParameterType -> External,
|
|---|
| 3058 | Value -> 0.,
|
|---|
| 3059 | BlockName -> FCNC,
|
|---|
| 3060 | InteractionOrder -> {{FCNC_cud8x3332,1}},
|
|---|
| 3061 | Description -> ""
|
|---|
| 3062 | },
|
|---|
| 3063 |
|
|---|
| 3064 | cud8Ix3331 == {
|
|---|
| 3065 | ComplexParameter -> False,
|
|---|
| 3066 | ParameterType -> External,
|
|---|
| 3067 | Value -> 0.,
|
|---|
| 3068 | BlockName -> FCNC,
|
|---|
| 3069 | InteractionOrder -> {{FCNC_cud8Ix3331,1}},
|
|---|
| 3070 | Description -> ""
|
|---|
| 3071 | },
|
|---|
| 3072 |
|
|---|
| 3073 | cud8Ix3332 == {
|
|---|
| 3074 | ComplexParameter -> False,
|
|---|
| 3075 | ParameterType -> External,
|
|---|
| 3076 | Value -> 0.,
|
|---|
| 3077 | BlockName -> FCNC,
|
|---|
| 3078 | InteractionOrder -> {{FCNC_cud8Ix3332,1}},
|
|---|
| 3079 | Description -> ""
|
|---|
| 3080 | },
|
|---|
| 3081 |
|
|---|
| 3082 | cud8x3133 == {
|
|---|
| 3083 | ComplexParameter -> False,
|
|---|
| 3084 | ParameterType -> External,
|
|---|
| 3085 | Value -> 0.,
|
|---|
| 3086 | BlockName -> FCNC,
|
|---|
| 3087 | InteractionOrder -> {{FCNC_cud8x3133,1}},
|
|---|
| 3088 | Description -> ""
|
|---|
| 3089 | },
|
|---|
| 3090 |
|
|---|
| 3091 | cud8x3233 == {
|
|---|
| 3092 | ComplexParameter -> False,
|
|---|
| 3093 | ParameterType -> External,
|
|---|
| 3094 | Value -> 0.,
|
|---|
| 3095 | BlockName -> FCNC,
|
|---|
| 3096 | InteractionOrder -> {{FCNC_cud8x3233,1}},
|
|---|
| 3097 | Description -> ""
|
|---|
| 3098 | },
|
|---|
| 3099 |
|
|---|
| 3100 | cud8Ix3133 == {
|
|---|
| 3101 | ComplexParameter -> False,
|
|---|
| 3102 | ParameterType -> External,
|
|---|
| 3103 | Value -> 0.,
|
|---|
| 3104 | BlockName -> FCNC,
|
|---|
| 3105 | InteractionOrder -> {{FCNC_cud8Ix3133,1}},
|
|---|
| 3106 | Description -> ""
|
|---|
| 3107 | },
|
|---|
| 3108 |
|
|---|
| 3109 | cud8Ix3233 == {
|
|---|
| 3110 | ComplexParameter -> False,
|
|---|
| 3111 | ParameterType -> External,
|
|---|
| 3112 | Value -> 0.,
|
|---|
| 3113 | BlockName -> FCNC,
|
|---|
| 3114 | InteractionOrder -> {{FCNC_cud8Ix3233,1}},
|
|---|
| 3115 | Description -> ""
|
|---|
| 3116 | },
|
|---|
| 3117 |
|
|---|
| 3118 | cquqd1x3331 == {
|
|---|
| 3119 | ComplexParameter -> False,
|
|---|
| 3120 | ParameterType -> External,
|
|---|
| 3121 | Value -> 0.,
|
|---|
| 3122 | BlockName -> FCNC,
|
|---|
| 3123 | InteractionOrder -> {{FCNC_cquqd1x3331,1}},
|
|---|
| 3124 | Description -> ""
|
|---|
| 3125 | },
|
|---|
| 3126 |
|
|---|
| 3127 | cquqd1x3332 == {
|
|---|
| 3128 | ComplexParameter -> False,
|
|---|
| 3129 | ParameterType -> External,
|
|---|
| 3130 | Value -> 0.,
|
|---|
| 3131 | BlockName -> FCNC,
|
|---|
| 3132 | InteractionOrder -> {{FCNC_cquqd1x3332,1}},
|
|---|
| 3133 | Description -> ""
|
|---|
| 3134 | },
|
|---|
| 3135 |
|
|---|
| 3136 | cquqd1x3313 == {
|
|---|
| 3137 | ComplexParameter -> False,
|
|---|
| 3138 | ParameterType -> External,
|
|---|
| 3139 | Value -> 0.,
|
|---|
| 3140 | BlockName -> FCNC,
|
|---|
| 3141 | InteractionOrder -> {{FCNC_cquqd1x3313,1}},
|
|---|
| 3142 | Description -> ""
|
|---|
| 3143 | },
|
|---|
| 3144 |
|
|---|
| 3145 | cquqd1x3323 == {
|
|---|
| 3146 | ComplexParameter -> False,
|
|---|
| 3147 | ParameterType -> External,
|
|---|
| 3148 | Value -> 0.,
|
|---|
| 3149 | BlockName -> FCNC,
|
|---|
| 3150 | InteractionOrder -> {{FCNC_cquqd1x3323,1}},
|
|---|
| 3151 | Description -> ""
|
|---|
| 3152 | },
|
|---|
| 3153 |
|
|---|
| 3154 | cquqd1x3133 == {
|
|---|
| 3155 | ComplexParameter -> False,
|
|---|
| 3156 | ParameterType -> External,
|
|---|
| 3157 | Value -> 0.,
|
|---|
| 3158 | BlockName -> FCNC,
|
|---|
| 3159 | InteractionOrder -> {{FCNC_cquqd1x3133,1}},
|
|---|
| 3160 | Description -> ""
|
|---|
| 3161 | },
|
|---|
| 3162 |
|
|---|
| 3163 | cquqd1x3233 == {
|
|---|
| 3164 | ComplexParameter -> False,
|
|---|
| 3165 | ParameterType -> External,
|
|---|
| 3166 | Value -> 0.,
|
|---|
| 3167 | BlockName -> FCNC,
|
|---|
| 3168 | InteractionOrder -> {{FCNC_cquqd1x3233,1}},
|
|---|
| 3169 | Description -> ""
|
|---|
| 3170 | },
|
|---|
| 3171 |
|
|---|
| 3172 | cquqd1x1333 == {
|
|---|
| 3173 | ComplexParameter -> False,
|
|---|
| 3174 | ParameterType -> External,
|
|---|
| 3175 | Value -> 0.,
|
|---|
| 3176 | BlockName -> FCNC,
|
|---|
| 3177 | InteractionOrder -> {{FCNC_cquqd1x1333,1}},
|
|---|
| 3178 | Description -> ""
|
|---|
| 3179 | },
|
|---|
| 3180 |
|
|---|
| 3181 | cquqd1x2333 == {
|
|---|
| 3182 | ComplexParameter -> False,
|
|---|
| 3183 | ParameterType -> External,
|
|---|
| 3184 | Value -> 0.,
|
|---|
| 3185 | BlockName -> FCNC,
|
|---|
| 3186 | InteractionOrder -> {{FCNC_cquqd1x2333,1}},
|
|---|
| 3187 | Description -> ""
|
|---|
| 3188 | },
|
|---|
| 3189 |
|
|---|
| 3190 | cquqd1Ix3331 == {
|
|---|
| 3191 | ComplexParameter -> False,
|
|---|
| 3192 | ParameterType -> External,
|
|---|
| 3193 | Value -> 0.,
|
|---|
| 3194 | BlockName -> FCNC,
|
|---|
| 3195 | InteractionOrder -> {{FCNC_cquqd1Ix3331,1}},
|
|---|
| 3196 | Description -> ""
|
|---|
| 3197 | },
|
|---|
| 3198 |
|
|---|
| 3199 | cquqd1Ix3332 == {
|
|---|
| 3200 | ComplexParameter -> False,
|
|---|
| 3201 | ParameterType -> External,
|
|---|
| 3202 | Value -> 0.,
|
|---|
| 3203 | BlockName -> FCNC,
|
|---|
| 3204 | InteractionOrder -> {{FCNC_cquqd1Ix3332,1}},
|
|---|
| 3205 | Description -> ""
|
|---|
| 3206 | },
|
|---|
| 3207 |
|
|---|
| 3208 | cquqd1Ix3313 == {
|
|---|
| 3209 | ComplexParameter -> False,
|
|---|
| 3210 | ParameterType -> External,
|
|---|
| 3211 | Value -> 0.,
|
|---|
| 3212 | BlockName -> FCNC,
|
|---|
| 3213 | InteractionOrder -> {{FCNC_cquqd1Ix3313,1}},
|
|---|
| 3214 | Description -> ""
|
|---|
| 3215 | },
|
|---|
| 3216 |
|
|---|
| 3217 | cquqd1Ix3323 == {
|
|---|
| 3218 | ComplexParameter -> False,
|
|---|
| 3219 | ParameterType -> External,
|
|---|
| 3220 | Value -> 0.,
|
|---|
| 3221 | BlockName -> FCNC,
|
|---|
| 3222 | InteractionOrder -> {{FCNC_cquqd1Ix3323,1}},
|
|---|
| 3223 | Description -> ""
|
|---|
| 3224 | },
|
|---|
| 3225 |
|
|---|
| 3226 | cquqd1Ix3133 == {
|
|---|
| 3227 | ComplexParameter -> False,
|
|---|
| 3228 | ParameterType -> External,
|
|---|
| 3229 | Value -> 0.,
|
|---|
| 3230 | BlockName -> FCNC,
|
|---|
| 3231 | InteractionOrder -> {{FCNC_cquqd1Ix3133,1}},
|
|---|
| 3232 | Description -> ""
|
|---|
| 3233 | },
|
|---|
| 3234 |
|
|---|
| 3235 | cquqd1Ix3233 == {
|
|---|
| 3236 | ComplexParameter -> False,
|
|---|
| 3237 | ParameterType -> External,
|
|---|
| 3238 | Value -> 0.,
|
|---|
| 3239 | BlockName -> FCNC,
|
|---|
| 3240 | InteractionOrder -> {{FCNC_cquqd1Ix3233,1}},
|
|---|
| 3241 | Description -> ""
|
|---|
| 3242 | },
|
|---|
| 3243 |
|
|---|
| 3244 | cquqd1Ix1333 == {
|
|---|
| 3245 | ComplexParameter -> False,
|
|---|
| 3246 | ParameterType -> External,
|
|---|
| 3247 | Value -> 0.,
|
|---|
| 3248 | BlockName -> FCNC,
|
|---|
| 3249 | InteractionOrder -> {{FCNC_cquqd1Ix1333,1}},
|
|---|
| 3250 | Description -> ""
|
|---|
| 3251 | },
|
|---|
| 3252 |
|
|---|
| 3253 | cquqd1Ix2333 == {
|
|---|
| 3254 | ComplexParameter -> False,
|
|---|
| 3255 | ParameterType -> External,
|
|---|
| 3256 | Value -> 0.,
|
|---|
| 3257 | BlockName -> FCNC,
|
|---|
| 3258 | InteractionOrder -> {{FCNC_cquqd1Ix2333,1}},
|
|---|
| 3259 | Description -> ""
|
|---|
| 3260 | },
|
|---|
| 3261 |
|
|---|
| 3262 | cquqd8x3331 == {
|
|---|
| 3263 | ComplexParameter -> False,
|
|---|
| 3264 | ParameterType -> External,
|
|---|
| 3265 | Value -> 0.,
|
|---|
| 3266 | BlockName -> FCNC,
|
|---|
| 3267 | InteractionOrder -> {{FCNC_cquqd8x3331,1}},
|
|---|
| 3268 | Description -> ""
|
|---|
| 3269 | },
|
|---|
| 3270 |
|
|---|
| 3271 | cquqd8x3332 == {
|
|---|
| 3272 | ComplexParameter -> False,
|
|---|
| 3273 | ParameterType -> External,
|
|---|
| 3274 | Value -> 0.,
|
|---|
| 3275 | BlockName -> FCNC,
|
|---|
| 3276 | InteractionOrder -> {{FCNC_cquqd8x3332,1}},
|
|---|
| 3277 | Description -> ""
|
|---|
| 3278 | },
|
|---|
| 3279 |
|
|---|
| 3280 | cquqd8x3313 == {
|
|---|
| 3281 | ComplexParameter -> False,
|
|---|
| 3282 | ParameterType -> External,
|
|---|
| 3283 | Value -> 0.,
|
|---|
| 3284 | BlockName -> FCNC,
|
|---|
| 3285 | InteractionOrder -> {{FCNC_cquqd8x3313,1}},
|
|---|
| 3286 | Description -> ""
|
|---|
| 3287 | },
|
|---|
| 3288 |
|
|---|
| 3289 | cquqd8x3323 == {
|
|---|
| 3290 | ComplexParameter -> False,
|
|---|
| 3291 | ParameterType -> External,
|
|---|
| 3292 | Value -> 0.,
|
|---|
| 3293 | BlockName -> FCNC,
|
|---|
| 3294 | InteractionOrder -> {{FCNC_cquqd8x3323,1}},
|
|---|
| 3295 | Description -> ""
|
|---|
| 3296 | },
|
|---|
| 3297 |
|
|---|
| 3298 | cquqd8x3133 == {
|
|---|
| 3299 | ComplexParameter -> False,
|
|---|
| 3300 | ParameterType -> External,
|
|---|
| 3301 | Value -> 0.,
|
|---|
| 3302 | BlockName -> FCNC,
|
|---|
| 3303 | InteractionOrder -> {{FCNC_cquqd8x3133,1}},
|
|---|
| 3304 | Description -> ""
|
|---|
| 3305 | },
|
|---|
| 3306 |
|
|---|
| 3307 | cquqd8x3233 == {
|
|---|
| 3308 | ComplexParameter -> False,
|
|---|
| 3309 | ParameterType -> External,
|
|---|
| 3310 | Value -> 0.,
|
|---|
| 3311 | BlockName -> FCNC,
|
|---|
| 3312 | InteractionOrder -> {{FCNC_cquqd8x3233,1}},
|
|---|
| 3313 | Description -> ""
|
|---|
| 3314 | },
|
|---|
| 3315 |
|
|---|
| 3316 | cquqd8x1333 == {
|
|---|
| 3317 | ComplexParameter -> False,
|
|---|
| 3318 | ParameterType -> External,
|
|---|
| 3319 | Value -> 0.,
|
|---|
| 3320 | BlockName -> FCNC,
|
|---|
| 3321 | InteractionOrder -> {{FCNC_cquqd8x1333,1}},
|
|---|
| 3322 | Description -> ""
|
|---|
| 3323 | },
|
|---|
| 3324 |
|
|---|
| 3325 | cquqd8x2333 == {
|
|---|
| 3326 | ComplexParameter -> False,
|
|---|
| 3327 | ParameterType -> External,
|
|---|
| 3328 | Value -> 0.,
|
|---|
| 3329 | BlockName -> FCNC,
|
|---|
| 3330 | InteractionOrder -> {{FCNC_cquqd8x2333,1}},
|
|---|
| 3331 | Description -> ""
|
|---|
| 3332 | },
|
|---|
| 3333 |
|
|---|
| 3334 | cquqd8Ix3331 == {
|
|---|
| 3335 | ComplexParameter -> False,
|
|---|
| 3336 | ParameterType -> External,
|
|---|
| 3337 | Value -> 0.,
|
|---|
| 3338 | BlockName -> FCNC,
|
|---|
| 3339 | InteractionOrder -> {{FCNC_cquqd8Ix3331,1}},
|
|---|
| 3340 | Description -> ""
|
|---|
| 3341 | },
|
|---|
| 3342 |
|
|---|
| 3343 | cquqd8Ix3332 == {
|
|---|
| 3344 | ComplexParameter -> False,
|
|---|
| 3345 | ParameterType -> External,
|
|---|
| 3346 | Value -> 0.,
|
|---|
| 3347 | BlockName -> FCNC,
|
|---|
| 3348 | InteractionOrder -> {{FCNC_cquqd8Ix3332,1}},
|
|---|
| 3349 | Description -> ""
|
|---|
| 3350 | },
|
|---|
| 3351 |
|
|---|
| 3352 | cquqd8Ix3313 == {
|
|---|
| 3353 | ComplexParameter -> False,
|
|---|
| 3354 | ParameterType -> External,
|
|---|
| 3355 | Value -> 0.,
|
|---|
| 3356 | BlockName -> FCNC,
|
|---|
| 3357 | InteractionOrder -> {{FCNC_cquqd8Ix3313,1}},
|
|---|
| 3358 | Description -> ""
|
|---|
| 3359 | },
|
|---|
| 3360 |
|
|---|
| 3361 | cquqd8Ix3323 == {
|
|---|
| 3362 | ComplexParameter -> False,
|
|---|
| 3363 | ParameterType -> External,
|
|---|
| 3364 | Value -> 0.,
|
|---|
| 3365 | BlockName -> FCNC,
|
|---|
| 3366 | InteractionOrder -> {{FCNC_cquqd8Ix3323,1}},
|
|---|
| 3367 | Description -> ""
|
|---|
| 3368 | },
|
|---|
| 3369 |
|
|---|
| 3370 | cquqd8Ix3133 == {
|
|---|
| 3371 | ComplexParameter -> False,
|
|---|
| 3372 | ParameterType -> External,
|
|---|
| 3373 | Value -> 0.,
|
|---|
| 3374 | BlockName -> FCNC,
|
|---|
| 3375 | InteractionOrder -> {{FCNC_cquqd8Ix3133,1}},
|
|---|
| 3376 | Description -> ""
|
|---|
| 3377 | },
|
|---|
| 3378 |
|
|---|
| 3379 | cquqd8Ix3233 == {
|
|---|
| 3380 | ComplexParameter -> False,
|
|---|
| 3381 | ParameterType -> External,
|
|---|
| 3382 | Value -> 0.,
|
|---|
| 3383 | BlockName -> FCNC,
|
|---|
| 3384 | InteractionOrder -> {{FCNC_cquqd8Ix3233,1}},
|
|---|
| 3385 | Description -> ""
|
|---|
| 3386 | },
|
|---|
| 3387 |
|
|---|
| 3388 | cquqd8Ix1333 == {
|
|---|
| 3389 | ComplexParameter -> False,
|
|---|
| 3390 | ParameterType -> External,
|
|---|
| 3391 | Value -> 0.,
|
|---|
| 3392 | BlockName -> FCNC,
|
|---|
| 3393 | InteractionOrder -> {{FCNC_cquqd8Ix1333,1}},
|
|---|
| 3394 | Description -> ""
|
|---|
| 3395 | },
|
|---|
| 3396 |
|
|---|
| 3397 | cquqd8Ix2333 == {
|
|---|
| 3398 | ComplexParameter -> False,
|
|---|
| 3399 | ParameterType -> External,
|
|---|
| 3400 | Value -> 0.,
|
|---|
| 3401 | BlockName -> FCNC,
|
|---|
| 3402 | InteractionOrder -> {{FCNC_cquqd8Ix2333,1}},
|
|---|
| 3403 | Description -> ""
|
|---|
| 3404 | },
|
|---|
| 3405 |
|
|---|
| 3406 | cqq11x31ii == {
|
|---|
| 3407 | ComplexParameter -> False,
|
|---|
| 3408 | ParameterType -> External,
|
|---|
| 3409 | Value -> 0.,
|
|---|
| 3410 | BlockName -> FCNC,
|
|---|
| 3411 | InteractionOrder -> {{FCNC_cqq11x31ii,1}},
|
|---|
| 3412 | Description -> ""
|
|---|
| 3413 | },
|
|---|
| 3414 |
|
|---|
| 3415 | cqq11x32ii == {
|
|---|
| 3416 | ComplexParameter -> False,
|
|---|
| 3417 | ParameterType -> External,
|
|---|
| 3418 | Value -> 0.,
|
|---|
| 3419 | BlockName -> FCNC,
|
|---|
| 3420 | InteractionOrder -> {{FCNC_cqq11x32ii,1}},
|
|---|
| 3421 | Description -> ""
|
|---|
| 3422 | },
|
|---|
| 3423 |
|
|---|
| 3424 | cqq11Ix31ii == {
|
|---|
| 3425 | ComplexParameter -> False,
|
|---|
| 3426 | ParameterType -> External,
|
|---|
| 3427 | Value -> 0.,
|
|---|
| 3428 | BlockName -> FCNC,
|
|---|
| 3429 | InteractionOrder -> {{FCNC_cqq11Ix31ii,1}},
|
|---|
| 3430 | Description -> ""
|
|---|
| 3431 | },
|
|---|
| 3432 |
|
|---|
| 3433 | cqq11Ix32ii == {
|
|---|
| 3434 | ComplexParameter -> False,
|
|---|
| 3435 | ParameterType -> External,
|
|---|
| 3436 | Value -> 0.,
|
|---|
| 3437 | BlockName -> FCNC,
|
|---|
| 3438 | InteractionOrder -> {{FCNC_cqq11Ix32ii,1}},
|
|---|
| 3439 | Description -> ""
|
|---|
| 3440 | },
|
|---|
| 3441 |
|
|---|
| 3442 | cqq13x31ii == {
|
|---|
| 3443 | ComplexParameter -> False,
|
|---|
| 3444 | ParameterType -> External,
|
|---|
| 3445 | Value -> 0.,
|
|---|
| 3446 | BlockName -> FCNC,
|
|---|
| 3447 | InteractionOrder -> {{FCNC_cqq13x31ii,1}},
|
|---|
| 3448 | Description -> ""
|
|---|
| 3449 | },
|
|---|
| 3450 |
|
|---|
| 3451 | cqq13x32ii == {
|
|---|
| 3452 | ComplexParameter -> False,
|
|---|
| 3453 | ParameterType -> External,
|
|---|
| 3454 | Value -> 0.,
|
|---|
| 3455 | BlockName -> FCNC,
|
|---|
| 3456 | InteractionOrder -> {{FCNC_cqq13x32ii,1}},
|
|---|
| 3457 | Description -> ""
|
|---|
| 3458 | },
|
|---|
| 3459 |
|
|---|
| 3460 | cqq13Ix31ii == {
|
|---|
| 3461 | ComplexParameter -> False,
|
|---|
| 3462 | ParameterType -> External,
|
|---|
| 3463 | Value -> 0.,
|
|---|
| 3464 | BlockName -> FCNC,
|
|---|
| 3465 | InteractionOrder -> {{FCNC_cqq13Ix31ii,1}},
|
|---|
| 3466 | Description -> ""
|
|---|
| 3467 | },
|
|---|
| 3468 |
|
|---|
| 3469 | cqq13Ix32ii == {
|
|---|
| 3470 | ComplexParameter -> False,
|
|---|
| 3471 | ParameterType -> External,
|
|---|
| 3472 | Value -> 0.,
|
|---|
| 3473 | BlockName -> FCNC,
|
|---|
| 3474 | InteractionOrder -> {{FCNC_cqq13Ix32ii,1}},
|
|---|
| 3475 | Description -> ""
|
|---|
| 3476 | },
|
|---|
| 3477 |
|
|---|
| 3478 | cqq81x31ii == {
|
|---|
| 3479 | ComplexParameter -> False,
|
|---|
| 3480 | ParameterType -> External,
|
|---|
| 3481 | Value -> 0.,
|
|---|
| 3482 | BlockName -> FCNC,
|
|---|
| 3483 | InteractionOrder -> {{FCNC_cqq81x31ii,1}},
|
|---|
| 3484 | Description -> ""
|
|---|
| 3485 | },
|
|---|
| 3486 |
|
|---|
| 3487 | cqq81x32ii == {
|
|---|
| 3488 | ComplexParameter -> False,
|
|---|
| 3489 | ParameterType -> External,
|
|---|
| 3490 | Value -> 0.,
|
|---|
| 3491 | BlockName -> FCNC,
|
|---|
| 3492 | InteractionOrder -> {{FCNC_cqq81x32ii,1}},
|
|---|
| 3493 | Description -> ""
|
|---|
| 3494 | },
|
|---|
| 3495 |
|
|---|
| 3496 | cqq81Ix31ii == {
|
|---|
| 3497 | ComplexParameter -> False,
|
|---|
| 3498 | ParameterType -> External,
|
|---|
| 3499 | Value -> 0.,
|
|---|
| 3500 | BlockName -> FCNC,
|
|---|
| 3501 | InteractionOrder -> {{FCNC_cqq81Ix31ii,1}},
|
|---|
| 3502 | Description -> ""
|
|---|
| 3503 | },
|
|---|
| 3504 |
|
|---|
| 3505 | cqq81Ix32ii == {
|
|---|
| 3506 | ComplexParameter -> False,
|
|---|
| 3507 | ParameterType -> External,
|
|---|
| 3508 | Value -> 0.,
|
|---|
| 3509 | BlockName -> FCNC,
|
|---|
| 3510 | InteractionOrder -> {{FCNC_cqq81Ix32ii,1}},
|
|---|
| 3511 | Description -> ""
|
|---|
| 3512 | },
|
|---|
| 3513 |
|
|---|
| 3514 | cqq83x31ii == {
|
|---|
| 3515 | ComplexParameter -> False,
|
|---|
| 3516 | ParameterType -> External,
|
|---|
| 3517 | Value -> 0.,
|
|---|
| 3518 | BlockName -> FCNC,
|
|---|
| 3519 | InteractionOrder -> {{FCNC_cqq83x31ii,1}},
|
|---|
| 3520 | Description -> ""
|
|---|
| 3521 | },
|
|---|
| 3522 |
|
|---|
| 3523 | cqq83x32ii == {
|
|---|
| 3524 | ComplexParameter -> False,
|
|---|
| 3525 | ParameterType -> External,
|
|---|
| 3526 | Value -> 0.,
|
|---|
| 3527 | BlockName -> FCNC,
|
|---|
| 3528 | InteractionOrder -> {{FCNC_cqq83x32ii,1}},
|
|---|
| 3529 | Description -> ""
|
|---|
| 3530 | },
|
|---|
| 3531 |
|
|---|
| 3532 | cqq83Ix31ii == {
|
|---|
| 3533 | ComplexParameter -> False,
|
|---|
| 3534 | ParameterType -> External,
|
|---|
| 3535 | Value -> 0.,
|
|---|
| 3536 | BlockName -> FCNC,
|
|---|
| 3537 | InteractionOrder -> {{FCNC_cqq83Ix31ii,1}},
|
|---|
| 3538 | Description -> ""
|
|---|
| 3539 | },
|
|---|
| 3540 |
|
|---|
| 3541 | cqq83Ix32ii == {
|
|---|
| 3542 | ComplexParameter -> False,
|
|---|
| 3543 | ParameterType -> External,
|
|---|
| 3544 | Value -> 0.,
|
|---|
| 3545 | BlockName -> FCNC,
|
|---|
| 3546 | InteractionOrder -> {{FCNC_cqq83Ix32ii,1}},
|
|---|
| 3547 | Description -> ""
|
|---|
| 3548 | },
|
|---|
| 3549 |
|
|---|
| 3550 | cuu1x31ii == {
|
|---|
| 3551 | ComplexParameter -> False,
|
|---|
| 3552 | ParameterType -> External,
|
|---|
| 3553 | Value -> 0.,
|
|---|
| 3554 | BlockName -> FCNC,
|
|---|
| 3555 | InteractionOrder -> {{FCNC_cuu1x31ii,1}},
|
|---|
| 3556 | Description -> ""
|
|---|
| 3557 | },
|
|---|
| 3558 |
|
|---|
| 3559 | cuu1x32ii == {
|
|---|
| 3560 | ComplexParameter -> False,
|
|---|
| 3561 | ParameterType -> External,
|
|---|
| 3562 | Value -> 0.,
|
|---|
| 3563 | BlockName -> FCNC,
|
|---|
| 3564 | InteractionOrder -> {{FCNC_cuu1x32ii,1}},
|
|---|
| 3565 | Description -> ""
|
|---|
| 3566 | },
|
|---|
| 3567 |
|
|---|
| 3568 | cuu1Ix31ii == {
|
|---|
| 3569 | ComplexParameter -> False,
|
|---|
| 3570 | ParameterType -> External,
|
|---|
| 3571 | Value -> 0.,
|
|---|
| 3572 | BlockName -> FCNC,
|
|---|
| 3573 | InteractionOrder -> {{FCNC_cuu1Ix31ii,1}},
|
|---|
| 3574 | Description -> ""
|
|---|
| 3575 | },
|
|---|
| 3576 |
|
|---|
| 3577 | cuu1Ix32ii == {
|
|---|
| 3578 | ComplexParameter -> False,
|
|---|
| 3579 | ParameterType -> External,
|
|---|
| 3580 | Value -> 0.,
|
|---|
| 3581 | BlockName -> FCNC,
|
|---|
| 3582 | InteractionOrder -> {{FCNC_cuu1Ix32ii,1}},
|
|---|
| 3583 | Description -> ""
|
|---|
| 3584 | },
|
|---|
| 3585 |
|
|---|
| 3586 | cuu8x31ii == {
|
|---|
| 3587 | ComplexParameter -> False,
|
|---|
| 3588 | ParameterType -> External,
|
|---|
| 3589 | Value -> 0.,
|
|---|
| 3590 | BlockName -> FCNC,
|
|---|
| 3591 | InteractionOrder -> {{FCNC_cuu8x31ii,1}},
|
|---|
| 3592 | Description -> ""
|
|---|
| 3593 | },
|
|---|
| 3594 |
|
|---|
| 3595 | cuu8x32ii == {
|
|---|
| 3596 | ComplexParameter -> False,
|
|---|
| 3597 | ParameterType -> External,
|
|---|
| 3598 | Value -> 0.,
|
|---|
| 3599 | BlockName -> FCNC,
|
|---|
| 3600 | InteractionOrder -> {{FCNC_cuu8x32ii,1}},
|
|---|
| 3601 | Description -> ""
|
|---|
| 3602 | },
|
|---|
| 3603 |
|
|---|
| 3604 | cuu8Ix31ii == {
|
|---|
| 3605 | ComplexParameter -> False,
|
|---|
| 3606 | ParameterType -> External,
|
|---|
| 3607 | Value -> 0.,
|
|---|
| 3608 | BlockName -> FCNC,
|
|---|
| 3609 | InteractionOrder -> {{FCNC_cuu8Ix31ii,1}},
|
|---|
| 3610 | Description -> ""
|
|---|
| 3611 | },
|
|---|
| 3612 |
|
|---|
| 3613 | cuu8Ix32ii == {
|
|---|
| 3614 | ComplexParameter -> False,
|
|---|
| 3615 | ParameterType -> External,
|
|---|
| 3616 | Value -> 0.,
|
|---|
| 3617 | BlockName -> FCNC,
|
|---|
| 3618 | InteractionOrder -> {{FCNC_cuu8Ix32ii,1}},
|
|---|
| 3619 | Description -> ""
|
|---|
| 3620 | },
|
|---|
| 3621 |
|
|---|
| 3622 | cud1x31ii == {
|
|---|
| 3623 | ComplexParameter -> False,
|
|---|
| 3624 | ParameterType -> External,
|
|---|
| 3625 | Value -> 0.,
|
|---|
| 3626 | BlockName -> FCNC,
|
|---|
| 3627 | InteractionOrder -> {{FCNC_cud1x31ii,1}},
|
|---|
| 3628 | Description -> ""
|
|---|
| 3629 | },
|
|---|
| 3630 |
|
|---|
| 3631 | cud1x32ii == {
|
|---|
| 3632 | ComplexParameter -> False,
|
|---|
| 3633 | ParameterType -> External,
|
|---|
| 3634 | Value -> 0.,
|
|---|
| 3635 | BlockName -> FCNC,
|
|---|
| 3636 | InteractionOrder -> {{FCNC_cud1x32ii,1}},
|
|---|
| 3637 | Description -> ""
|
|---|
| 3638 | },
|
|---|
| 3639 |
|
|---|
| 3640 | cud1Ix31ii == {
|
|---|
| 3641 | ComplexParameter -> False,
|
|---|
| 3642 | ParameterType -> External,
|
|---|
| 3643 | Value -> 0.,
|
|---|
| 3644 | BlockName -> FCNC,
|
|---|
| 3645 | InteractionOrder -> {{FCNC_cud1Ix31ii,1}},
|
|---|
| 3646 | Description -> ""
|
|---|
| 3647 | },
|
|---|
| 3648 |
|
|---|
| 3649 | cud1Ix32ii == {
|
|---|
| 3650 | ComplexParameter -> False,
|
|---|
| 3651 | ParameterType -> External,
|
|---|
| 3652 | Value -> 0.,
|
|---|
| 3653 | BlockName -> FCNC,
|
|---|
| 3654 | InteractionOrder -> {{FCNC_cud1Ix32ii,1}},
|
|---|
| 3655 | Description -> ""
|
|---|
| 3656 | },
|
|---|
| 3657 |
|
|---|
| 3658 | cud8x31ii == {
|
|---|
| 3659 | ComplexParameter -> False,
|
|---|
| 3660 | ParameterType -> External,
|
|---|
| 3661 | Value -> 0.,
|
|---|
| 3662 | BlockName -> FCNC,
|
|---|
| 3663 | InteractionOrder -> {{FCNC_cud8x31ii,1}},
|
|---|
| 3664 | Description -> ""
|
|---|
| 3665 | },
|
|---|
| 3666 |
|
|---|
| 3667 | cud8x32ii == {
|
|---|
| 3668 | ComplexParameter -> False,
|
|---|
| 3669 | ParameterType -> External,
|
|---|
| 3670 | Value -> 0.,
|
|---|
| 3671 | BlockName -> FCNC,
|
|---|
| 3672 | InteractionOrder -> {{FCNC_cud8x32ii,1}},
|
|---|
| 3673 | Description -> ""
|
|---|
| 3674 | },
|
|---|
| 3675 |
|
|---|
| 3676 | cud8Ix31ii == {
|
|---|
| 3677 | ComplexParameter -> False,
|
|---|
| 3678 | ParameterType -> External,
|
|---|
| 3679 | Value -> 0.,
|
|---|
| 3680 | BlockName -> FCNC,
|
|---|
| 3681 | InteractionOrder -> {{FCNC_cud8Ix31ii,1}},
|
|---|
| 3682 | Description -> ""
|
|---|
| 3683 | },
|
|---|
| 3684 |
|
|---|
| 3685 | cud8Ix32ii == {
|
|---|
| 3686 | ComplexParameter -> False,
|
|---|
| 3687 | ParameterType -> External,
|
|---|
| 3688 | Value -> 0.,
|
|---|
| 3689 | BlockName -> FCNC,
|
|---|
| 3690 | InteractionOrder -> {{FCNC_cud8Ix32ii,1}},
|
|---|
| 3691 | Description -> ""
|
|---|
| 3692 | },
|
|---|
| 3693 |
|
|---|
| 3694 | cqu1x31ii == {
|
|---|
| 3695 | ComplexParameter -> False,
|
|---|
| 3696 | ParameterType -> External,
|
|---|
| 3697 | Value -> 0.,
|
|---|
| 3698 | BlockName -> FCNC,
|
|---|
| 3699 | InteractionOrder -> {{FCNC_cqu1x31ii,1}},
|
|---|
| 3700 | Description -> ""
|
|---|
| 3701 | },
|
|---|
| 3702 |
|
|---|
| 3703 | cqu1x32ii == {
|
|---|
| 3704 | ComplexParameter -> False,
|
|---|
| 3705 | ParameterType -> External,
|
|---|
| 3706 | Value -> 0.,
|
|---|
| 3707 | BlockName -> FCNC,
|
|---|
| 3708 | InteractionOrder -> {{FCNC_cqu1x32ii,1}},
|
|---|
| 3709 | Description -> ""
|
|---|
| 3710 | },
|
|---|
| 3711 |
|
|---|
| 3712 | cqu1Ix31ii == {
|
|---|
| 3713 | ComplexParameter -> False,
|
|---|
| 3714 | ParameterType -> External,
|
|---|
| 3715 | Value -> 0.,
|
|---|
| 3716 | BlockName -> FCNC,
|
|---|
| 3717 | InteractionOrder -> {{FCNC_cqu1Ix31ii,1}},
|
|---|
| 3718 | Description -> ""
|
|---|
| 3719 | },
|
|---|
| 3720 |
|
|---|
| 3721 | cqu1Ix32ii == {
|
|---|
| 3722 | ComplexParameter -> False,
|
|---|
| 3723 | ParameterType -> External,
|
|---|
| 3724 | Value -> 0.,
|
|---|
| 3725 | BlockName -> FCNC,
|
|---|
| 3726 | InteractionOrder -> {{FCNC_cqu1Ix32ii,1}},
|
|---|
| 3727 | Description -> ""
|
|---|
| 3728 | },
|
|---|
| 3729 |
|
|---|
| 3730 | cqu8x31ii == {
|
|---|
| 3731 | ComplexParameter -> False,
|
|---|
| 3732 | ParameterType -> External,
|
|---|
| 3733 | Value -> 0.,
|
|---|
| 3734 | BlockName -> FCNC,
|
|---|
| 3735 | InteractionOrder -> {{FCNC_cqu8x31ii,1}},
|
|---|
| 3736 | Description -> ""
|
|---|
| 3737 | },
|
|---|
| 3738 |
|
|---|
| 3739 | cqu8x32ii == {
|
|---|
| 3740 | ComplexParameter -> False,
|
|---|
| 3741 | ParameterType -> External,
|
|---|
| 3742 | Value -> 0.,
|
|---|
| 3743 | BlockName -> FCNC,
|
|---|
| 3744 | InteractionOrder -> {{FCNC_cqu8x32ii,1}},
|
|---|
| 3745 | Description -> ""
|
|---|
| 3746 | },
|
|---|
| 3747 |
|
|---|
| 3748 | cqu8Ix31ii == {
|
|---|
| 3749 | ComplexParameter -> False,
|
|---|
| 3750 | ParameterType -> External,
|
|---|
| 3751 | Value -> 0.,
|
|---|
| 3752 | BlockName -> FCNC,
|
|---|
| 3753 | InteractionOrder -> {{FCNC_cqu8Ix31ii,1}},
|
|---|
| 3754 | Description -> ""
|
|---|
| 3755 | },
|
|---|
| 3756 |
|
|---|
| 3757 | cqu8Ix32ii == {
|
|---|
| 3758 | ComplexParameter -> False,
|
|---|
| 3759 | ParameterType -> External,
|
|---|
| 3760 | Value -> 0.,
|
|---|
| 3761 | BlockName -> FCNC,
|
|---|
| 3762 | InteractionOrder -> {{FCNC_cqu8Ix32ii,1}},
|
|---|
| 3763 | Description -> ""
|
|---|
| 3764 | },
|
|---|
| 3765 |
|
|---|
| 3766 | cqu1xii31 == {
|
|---|
| 3767 | ComplexParameter -> False,
|
|---|
| 3768 | ParameterType -> External,
|
|---|
| 3769 | Value -> 0.,
|
|---|
| 3770 | BlockName -> FCNC,
|
|---|
| 3771 | InteractionOrder -> {{FCNC_cqu1xii31,1}},
|
|---|
| 3772 | Description -> ""
|
|---|
| 3773 | },
|
|---|
| 3774 |
|
|---|
| 3775 | cqu1xii32 == {
|
|---|
| 3776 | ComplexParameter -> False,
|
|---|
| 3777 | ParameterType -> External,
|
|---|
| 3778 | Value -> 0.,
|
|---|
| 3779 | BlockName -> FCNC,
|
|---|
| 3780 | InteractionOrder -> {{FCNC_cqu1xii32,1}},
|
|---|
| 3781 | Description -> ""
|
|---|
| 3782 | },
|
|---|
| 3783 |
|
|---|
| 3784 | cqu1Ixii31 == {
|
|---|
| 3785 | ComplexParameter -> False,
|
|---|
| 3786 | ParameterType -> External,
|
|---|
| 3787 | Value -> 0.,
|
|---|
| 3788 | BlockName -> FCNC,
|
|---|
| 3789 | InteractionOrder -> {{FCNC_cqu1Ixii31,1}},
|
|---|
| 3790 | Description -> ""
|
|---|
| 3791 | },
|
|---|
| 3792 |
|
|---|
| 3793 | cqu1Ixii32 == {
|
|---|
| 3794 | ComplexParameter -> False,
|
|---|
| 3795 | ParameterType -> External,
|
|---|
| 3796 | Value -> 0.,
|
|---|
| 3797 | BlockName -> FCNC,
|
|---|
| 3798 | InteractionOrder -> {{FCNC_cqu1Ixii32,1}},
|
|---|
| 3799 | Description -> ""
|
|---|
| 3800 | },
|
|---|
| 3801 |
|
|---|
| 3802 | cqu8xii31 == {
|
|---|
| 3803 | ComplexParameter -> False,
|
|---|
| 3804 | ParameterType -> External,
|
|---|
| 3805 | Value -> 0.,
|
|---|
| 3806 | BlockName -> FCNC,
|
|---|
| 3807 | InteractionOrder -> {{FCNC_cqu8xii31,1}},
|
|---|
| 3808 | Description -> ""
|
|---|
| 3809 | },
|
|---|
| 3810 |
|
|---|
| 3811 | cqu8xii32 == {
|
|---|
| 3812 | ComplexParameter -> False,
|
|---|
| 3813 | ParameterType -> External,
|
|---|
| 3814 | Value -> 0.,
|
|---|
| 3815 | BlockName -> FCNC,
|
|---|
| 3816 | InteractionOrder -> {{FCNC_cqu8xii32,1}},
|
|---|
| 3817 | Description -> ""
|
|---|
| 3818 | },
|
|---|
| 3819 |
|
|---|
| 3820 | cqu8Ixii31 == {
|
|---|
| 3821 | ComplexParameter -> False,
|
|---|
| 3822 | ParameterType -> External,
|
|---|
| 3823 | Value -> 0.,
|
|---|
| 3824 | BlockName -> FCNC,
|
|---|
| 3825 | InteractionOrder -> {{FCNC_cqu8Ixii31,1}},
|
|---|
| 3826 | Description -> ""
|
|---|
| 3827 | },
|
|---|
| 3828 |
|
|---|
| 3829 | cqu8Ixii32 == {
|
|---|
| 3830 | ComplexParameter -> False,
|
|---|
| 3831 | ParameterType -> External,
|
|---|
| 3832 | Value -> 0.,
|
|---|
| 3833 | BlockName -> FCNC,
|
|---|
| 3834 | InteractionOrder -> {{FCNC_cqu8Ixii32,1}},
|
|---|
| 3835 | Description -> ""
|
|---|
| 3836 | },
|
|---|
| 3837 |
|
|---|
| 3838 | cqd1x31ii == {
|
|---|
| 3839 | ComplexParameter -> False,
|
|---|
| 3840 | ParameterType -> External,
|
|---|
| 3841 | Value -> 0.,
|
|---|
| 3842 | BlockName -> FCNC,
|
|---|
| 3843 | InteractionOrder -> {{FCNC_cqd1x31ii,1}},
|
|---|
| 3844 | Description -> ""
|
|---|
| 3845 | },
|
|---|
| 3846 |
|
|---|
| 3847 | cqd1x32ii == {
|
|---|
| 3848 | ComplexParameter -> False,
|
|---|
| 3849 | ParameterType -> External,
|
|---|
| 3850 | Value -> 0.,
|
|---|
| 3851 | BlockName -> FCNC,
|
|---|
| 3852 | InteractionOrder -> {{FCNC_cqd1x32ii,1}},
|
|---|
| 3853 | Description -> ""
|
|---|
| 3854 | },
|
|---|
| 3855 |
|
|---|
| 3856 | cqd1Ix31ii == {
|
|---|
| 3857 | ComplexParameter -> False,
|
|---|
| 3858 | ParameterType -> External,
|
|---|
| 3859 | Value -> 0.,
|
|---|
| 3860 | BlockName -> FCNC,
|
|---|
| 3861 | InteractionOrder -> {{FCNC_cqd1Ix31ii,1}},
|
|---|
| 3862 | Description -> ""
|
|---|
| 3863 | },
|
|---|
| 3864 |
|
|---|
| 3865 | cqd1Ix32ii == {
|
|---|
| 3866 | ComplexParameter -> False,
|
|---|
| 3867 | ParameterType -> External,
|
|---|
| 3868 | Value -> 0.,
|
|---|
| 3869 | BlockName -> FCNC,
|
|---|
| 3870 | InteractionOrder -> {{FCNC_cqd1Ix32ii,1}},
|
|---|
| 3871 | Description -> ""
|
|---|
| 3872 | },
|
|---|
| 3873 |
|
|---|
| 3874 | cqd8Ix31ii == {
|
|---|
| 3875 | ComplexParameter -> False,
|
|---|
| 3876 | ParameterType -> External,
|
|---|
| 3877 | Value -> 0.,
|
|---|
| 3878 | BlockName -> FCNC,
|
|---|
| 3879 | InteractionOrder -> {{FCNC_cqd8Ix31ii,1}},
|
|---|
| 3880 | Description -> ""
|
|---|
| 3881 | },
|
|---|
| 3882 |
|
|---|
| 3883 | cqd8Ix32ii == {
|
|---|
| 3884 | ComplexParameter -> False,
|
|---|
| 3885 | ParameterType -> External,
|
|---|
| 3886 | Value -> 0.,
|
|---|
| 3887 | BlockName -> FCNC,
|
|---|
| 3888 | InteractionOrder -> {{FCNC_cqd8Ix32ii,1}},
|
|---|
| 3889 | Description -> ""
|
|---|
| 3890 | },
|
|---|
| 3891 |
|
|---|
| 3892 | cqd8x31ii == {
|
|---|
| 3893 | ComplexParameter -> False,
|
|---|
| 3894 | ParameterType -> External,
|
|---|
| 3895 | Value -> 0.,
|
|---|
| 3896 | BlockName -> FCNC,
|
|---|
| 3897 | InteractionOrder -> {{FCNC_cqd8x31ii,1}},
|
|---|
| 3898 | Description -> ""
|
|---|
| 3899 | },
|
|---|
| 3900 |
|
|---|
| 3901 | cqd8x32ii == {
|
|---|
| 3902 | ComplexParameter -> False,
|
|---|
| 3903 | ParameterType -> External,
|
|---|
| 3904 | Value -> 0.,
|
|---|
| 3905 | BlockName -> FCNC,
|
|---|
| 3906 | InteractionOrder -> {{FCNC_cqd8x32ii,1}},
|
|---|
| 3907 | Description -> ""
|
|---|
| 3908 | },
|
|---|
| 3909 |
|
|---|
| 3910 | cpbIx31 == {
|
|---|
| 3911 | ComplexParameter -> False,
|
|---|
| 3912 | ParameterType -> External,
|
|---|
| 3913 | Value -> 0.,
|
|---|
| 3914 | BlockName -> FCNC,
|
|---|
| 3915 | InteractionOrder -> {{FCNC_cpbIx31,1},{QED,2}},
|
|---|
| 3916 | Description -> ""
|
|---|
| 3917 | },
|
|---|
| 3918 |
|
|---|
| 3919 | cpbIx32 == {
|
|---|
| 3920 | ComplexParameter -> False,
|
|---|
| 3921 | ParameterType -> External,
|
|---|
| 3922 | Value -> 0.,
|
|---|
| 3923 | BlockName -> FCNC,
|
|---|
| 3924 | InteractionOrder -> {{FCNC_cpbIx32,1},{QED,2}},
|
|---|
| 3925 | Description -> ""
|
|---|
| 3926 | },
|
|---|
| 3927 |
|
|---|
| 3928 | cpbx31 == {
|
|---|
| 3929 | ComplexParameter -> False,
|
|---|
| 3930 | ParameterType -> External,
|
|---|
| 3931 | Value -> 0.,
|
|---|
| 3932 | BlockName -> FCNC,
|
|---|
| 3933 | InteractionOrder -> {{FCNC_cpbx31,1},{QED,2}},
|
|---|
| 3934 | Description -> ""
|
|---|
| 3935 | },
|
|---|
| 3936 |
|
|---|
| 3937 | cpbx32 == {
|
|---|
| 3938 | ComplexParameter -> False,
|
|---|
| 3939 | ParameterType -> External,
|
|---|
| 3940 | Value -> 0.,
|
|---|
| 3941 | BlockName -> FCNC,
|
|---|
| 3942 | InteractionOrder -> {{FCNC_cpbx32,1},{QED,2}},
|
|---|
| 3943 | Description -> ""
|
|---|
| 3944 | },
|
|---|
| 3945 |
|
|---|
| 3946 | cblSx1x13 == {
|
|---|
| 3947 | ComplexParameter -> False,
|
|---|
| 3948 | ParameterType -> External,
|
|---|
| 3949 | Value -> 0.,
|
|---|
| 3950 | BlockName -> FCNC,
|
|---|
| 3951 | InteractionOrder -> {{FCNC_cblSx1x13,1}},
|
|---|
| 3952 | Description -> ""
|
|---|
| 3953 | },
|
|---|
| 3954 |
|
|---|
| 3955 | cblSx1x23 == {
|
|---|
| 3956 | ComplexParameter -> False,
|
|---|
| 3957 | ParameterType -> External,
|
|---|
| 3958 | Value -> 0.,
|
|---|
| 3959 | BlockName -> FCNC,
|
|---|
| 3960 | InteractionOrder -> {{FCNC_cblSx1x23,1}},
|
|---|
| 3961 | Description -> ""
|
|---|
| 3962 | },
|
|---|
| 3963 |
|
|---|
| 3964 | cblSx1x31 == {
|
|---|
| 3965 | ComplexParameter -> False,
|
|---|
| 3966 | ParameterType -> External,
|
|---|
| 3967 | Value -> 0.,
|
|---|
| 3968 | BlockName -> FCNC,
|
|---|
| 3969 | InteractionOrder -> {{FCNC_cblSx1x31,1}},
|
|---|
| 3970 | Description -> ""
|
|---|
| 3971 | },
|
|---|
| 3972 |
|
|---|
| 3973 | cblSx1x32 == {
|
|---|
| 3974 | ComplexParameter -> False,
|
|---|
| 3975 | ParameterType -> External,
|
|---|
| 3976 | Value -> 0.,
|
|---|
| 3977 | BlockName -> FCNC,
|
|---|
| 3978 | InteractionOrder -> {{FCNC_cblSx1x32,1}},
|
|---|
| 3979 | Description -> ""
|
|---|
| 3980 | },
|
|---|
| 3981 |
|
|---|
| 3982 | cblSx2x13 == {
|
|---|
| 3983 | ComplexParameter -> False,
|
|---|
| 3984 | ParameterType -> External,
|
|---|
| 3985 | Value -> 0.,
|
|---|
| 3986 | BlockName -> FCNC,
|
|---|
| 3987 | InteractionOrder -> {{FCNC_cblSx2x13,1}},
|
|---|
| 3988 | Description -> ""
|
|---|
| 3989 | },
|
|---|
| 3990 |
|
|---|
| 3991 | cblSx2x23 == {
|
|---|
| 3992 | ComplexParameter -> False,
|
|---|
| 3993 | ParameterType -> External,
|
|---|
| 3994 | Value -> 0.,
|
|---|
| 3995 | BlockName -> FCNC,
|
|---|
| 3996 | InteractionOrder -> {{FCNC_cblSx2x23,1}},
|
|---|
| 3997 | Description -> ""
|
|---|
| 3998 | },
|
|---|
| 3999 |
|
|---|
| 4000 | cblSx2x31 == {
|
|---|
| 4001 | ComplexParameter -> False,
|
|---|
| 4002 | ParameterType -> External,
|
|---|
| 4003 | Value -> 0.,
|
|---|
| 4004 | BlockName -> FCNC,
|
|---|
| 4005 | InteractionOrder -> {{FCNC_cblSx2x31,1}},
|
|---|
| 4006 | Description -> ""
|
|---|
| 4007 | },
|
|---|
| 4008 |
|
|---|
| 4009 | cblSx2x32 == {
|
|---|
| 4010 | ComplexParameter -> False,
|
|---|
| 4011 | ParameterType -> External,
|
|---|
| 4012 | Value -> 0.,
|
|---|
| 4013 | BlockName -> FCNC,
|
|---|
| 4014 | InteractionOrder -> {{FCNC_cblSx2x32,1}},
|
|---|
| 4015 | Description -> ""
|
|---|
| 4016 | },
|
|---|
| 4017 |
|
|---|
| 4018 | cblSx3x13 == {
|
|---|
| 4019 | ComplexParameter -> False,
|
|---|
| 4020 | ParameterType -> External,
|
|---|
| 4021 | Value -> 0.,
|
|---|
| 4022 | BlockName -> FCNC,
|
|---|
| 4023 | InteractionOrder -> {{FCNC_cblSx3x13,1}},
|
|---|
| 4024 | Description -> ""
|
|---|
| 4025 | },
|
|---|
| 4026 |
|
|---|
| 4027 | cblSx3x23 == {
|
|---|
| 4028 | ComplexParameter -> False,
|
|---|
| 4029 | ParameterType -> External,
|
|---|
| 4030 | Value -> 0.,
|
|---|
| 4031 | BlockName -> FCNC,
|
|---|
| 4032 | InteractionOrder -> {{FCNC_cblSx3x23,1}},
|
|---|
| 4033 | Description -> ""
|
|---|
| 4034 | },
|
|---|
| 4035 |
|
|---|
| 4036 | cblSx3x31 == {
|
|---|
| 4037 | ComplexParameter -> False,
|
|---|
| 4038 | ParameterType -> External,
|
|---|
| 4039 | Value -> 0.,
|
|---|
| 4040 | BlockName -> FCNC,
|
|---|
| 4041 | InteractionOrder -> {{FCNC_cblSx3x31,1}},
|
|---|
| 4042 | Description -> ""
|
|---|
| 4043 | },
|
|---|
| 4044 |
|
|---|
| 4045 | cblSx3x32 == {
|
|---|
| 4046 | ComplexParameter -> False,
|
|---|
| 4047 | ParameterType -> External,
|
|---|
| 4048 | Value -> 0.,
|
|---|
| 4049 | BlockName -> FCNC,
|
|---|
| 4050 | InteractionOrder -> {{FCNC_cblSx3x32,1}},
|
|---|
| 4051 | Description -> ""
|
|---|
| 4052 | },
|
|---|
| 4053 |
|
|---|
| 4054 | cblSIx1x13 == {
|
|---|
| 4055 | ComplexParameter -> False,
|
|---|
| 4056 | ParameterType -> External,
|
|---|
| 4057 | Value -> 0.,
|
|---|
| 4058 | BlockName -> FCNC,
|
|---|
| 4059 | InteractionOrder -> {{FCNC_cblSIx1x13,1}},
|
|---|
| 4060 | Description -> ""
|
|---|
| 4061 | },
|
|---|
| 4062 |
|
|---|
| 4063 | cblSIx1x23 == {
|
|---|
| 4064 | ComplexParameter -> False,
|
|---|
| 4065 | ParameterType -> External,
|
|---|
| 4066 | Value -> 0.,
|
|---|
| 4067 | BlockName -> FCNC,
|
|---|
| 4068 | InteractionOrder -> {{FCNC_cblSIx1x23,1}},
|
|---|
| 4069 | Description -> ""
|
|---|
| 4070 | },
|
|---|
| 4071 |
|
|---|
| 4072 | cblSIx1x31 == {
|
|---|
| 4073 | ComplexParameter -> False,
|
|---|
| 4074 | ParameterType -> External,
|
|---|
| 4075 | Value -> 0.,
|
|---|
| 4076 | BlockName -> FCNC,
|
|---|
| 4077 | InteractionOrder -> {{FCNC_cblSIx1x31,1}},
|
|---|
| 4078 | Description -> ""
|
|---|
| 4079 | },
|
|---|
| 4080 |
|
|---|
| 4081 | cblSIx1x32 == {
|
|---|
| 4082 | ComplexParameter -> False,
|
|---|
| 4083 | ParameterType -> External,
|
|---|
| 4084 | Value -> 0.,
|
|---|
| 4085 | BlockName -> FCNC,
|
|---|
| 4086 | InteractionOrder -> {{FCNC_cblSIx1x32,1}},
|
|---|
| 4087 | Description -> ""
|
|---|
| 4088 | },
|
|---|
| 4089 |
|
|---|
| 4090 | cblSIx2x13 == {
|
|---|
| 4091 | ComplexParameter -> False,
|
|---|
| 4092 | ParameterType -> External,
|
|---|
| 4093 | Value -> 0.,
|
|---|
| 4094 | BlockName -> FCNC,
|
|---|
| 4095 | InteractionOrder -> {{FCNC_cblSIx2x13,1}},
|
|---|
| 4096 | Description -> ""
|
|---|
| 4097 | },
|
|---|
| 4098 |
|
|---|
| 4099 | cblSIx2x23 == {
|
|---|
| 4100 | ComplexParameter -> False,
|
|---|
| 4101 | ParameterType -> External,
|
|---|
| 4102 | Value -> 0.,
|
|---|
| 4103 | BlockName -> FCNC,
|
|---|
| 4104 | InteractionOrder -> {{FCNC_cblSIx2x23,1}},
|
|---|
| 4105 | Description -> ""
|
|---|
| 4106 | },
|
|---|
| 4107 |
|
|---|
| 4108 | cblSIx2x31 == {
|
|---|
| 4109 | ComplexParameter -> False,
|
|---|
| 4110 | ParameterType -> External,
|
|---|
| 4111 | Value -> 0.,
|
|---|
| 4112 | BlockName -> FCNC,
|
|---|
| 4113 | InteractionOrder -> {{FCNC_cblSIx2x31,1}},
|
|---|
| 4114 | Description -> ""
|
|---|
| 4115 | },
|
|---|
| 4116 |
|
|---|
| 4117 | cblSIx2x32 == {
|
|---|
| 4118 | ComplexParameter -> False,
|
|---|
| 4119 | ParameterType -> External,
|
|---|
| 4120 | Value -> 0.,
|
|---|
| 4121 | BlockName -> FCNC,
|
|---|
| 4122 | InteractionOrder -> {{FCNC_cblSIx2x32,1}},
|
|---|
| 4123 | Description -> ""
|
|---|
| 4124 | },
|
|---|
| 4125 |
|
|---|
| 4126 | cblSIx3x13 == {
|
|---|
| 4127 | ComplexParameter -> False,
|
|---|
| 4128 | ParameterType -> External,
|
|---|
| 4129 | Value -> 0.,
|
|---|
| 4130 | BlockName -> FCNC,
|
|---|
| 4131 | InteractionOrder -> {{FCNC_cblSIx3x13,1}},
|
|---|
| 4132 | Description -> ""
|
|---|
| 4133 | },
|
|---|
| 4134 |
|
|---|
| 4135 | cblSIx3x23 == {
|
|---|
| 4136 | ComplexParameter -> False,
|
|---|
| 4137 | ParameterType -> External,
|
|---|
| 4138 | Value -> 0.,
|
|---|
| 4139 | BlockName -> FCNC,
|
|---|
| 4140 | InteractionOrder -> {{FCNC_cblSIx3x23,1}},
|
|---|
| 4141 | Description -> ""
|
|---|
| 4142 | },
|
|---|
| 4143 |
|
|---|
| 4144 | cblSIx3x31 == {
|
|---|
| 4145 | ComplexParameter -> False,
|
|---|
| 4146 | ParameterType -> External,
|
|---|
| 4147 | Value -> 0.,
|
|---|
| 4148 | BlockName -> FCNC,
|
|---|
| 4149 | InteractionOrder -> {{FCNC_cblSIx3x31,1}},
|
|---|
| 4150 | Description -> ""
|
|---|
| 4151 | },
|
|---|
| 4152 |
|
|---|
| 4153 | cblSIx3x32 == {
|
|---|
| 4154 | ComplexParameter -> False,
|
|---|
| 4155 | ParameterType -> External,
|
|---|
| 4156 | Value -> 0.,
|
|---|
| 4157 | BlockName -> FCNC,
|
|---|
| 4158 | InteractionOrder -> {{FCNC_cblSIx3x32,1}},
|
|---|
| 4159 | Description -> ""
|
|---|
| 4160 | }
|
|---|
| 4161 | }
|
|---|