a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NPSMEFT6dtopquark.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 
9 /* Effective dimension-6 operators describing four-fermion operators involved in
10 * tt production at hadron colliders. Such basis is described in 1807.02121
11 */
12 
13 #include "NPSMEFT6dtopquark.h"
14 #include <limits>
15 #include <gsl/gsl_sf.h>
16 #include <boost/bind.hpp>
17 
18 
19 const std::string NPSMEFT6dtopquark::NPSMEFT6dtopquarkVars[NNPSMEFT6dtopquarkVars]
20  = {"C_phit","C_phiQ3","C_phiQ1","C_tW","C_tB","C_tphi","C_phib","C_bW","C_bB","C_phitb","C_ed","C_eq","C_ld","C_lqP","C_eu","C_lu","C_lqM"};
21 
22 
24 : NPbase()
25 {
26 }
27 
28 
29 
30 void NPSMEFT6dtopquark::setParameter(const std::string name, const double& value)
31 {
32  if (name.compare("C_phit") == 0)
33  C_phit = value;
34  else if (name.compare("C_phiQ3") == 0)
35  C_phiQ3 = value;
36  else if (name.compare("C_phiQ1") == 0)
37  C_phiQ1 = value;
38  else if (name.compare("C_tW") == 0)
39  C_tW = value;
40  else if (name.compare("C_tB") == 0)
41  C_tB = value;
42  else if (name.compare("C_tphi") == 0)
43  C_tphi = value;
44  else if (name.compare("C_phib") == 0)
45  C_phib = value;
46  else if (name.compare("C_bW") == 0)
47  C_bW = value;
48  else if (name.compare("C_bB") == 0)
49  C_bB = value;
50  else if (name.compare("C_phitb") == 0)
51  C_phitb = value;
52  else if (name.compare("C_ed") == 0)
53  C_ed = value;
54  else if (name.compare("C_eq") == 0)
55  C_eq = value;
56  else if (name.compare("C_ld") == 0)
57  C_ld = value;
58  else if (name.compare("C_lqP") == 0)
59  C_lqP = value;
60  else if (name.compare("C_eu") == 0)
61  C_eu = value;
62  else if (name.compare("C_lu") == 0)
63  C_lu = value;
64  else if (name.compare("C_lqM") == 0)
65  C_lqM = value;
66  else
67  NPbase::setParameter(name, value);
68 }
69 
70 
71 
72 
73 // Flag to swith on/off the quadratic terms. flag = true means quadratic terms
74 //are switched on
75 
76 bool NPSMEFT6dtopquark::setFlag(const std::string name, const bool value)
77 {
78  bool res = false;
79  if(name.compare("Quadraticflag") == 0) {
80  std::cout<<"Quadraticflag = "<< value <<std::endl;
81  flag_Quadratic = value;
82  res = true;
83  }
84  else
85  res = StandardModel::setFlag(name,value);
86 
87  return(res);
88 }
89 
90 //Observables from LEP1
91 
92 
93 
95 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
96 {};
97 
98 
99 
100 
102 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
103 {};
104 
106 {
108 }
109 
111 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
112 {};
113 
115 {
117 }
118 
119 
121 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
122 {};
123 
125 {
127 }
128 
130 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
131 {};
132 
134 {
136 }
137 
139 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
140 {};
141 
143 {
145 }
146 
147 
149 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
150 {};
151 
153 {
155 }
156 
158 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
159 {};
160 
162 {
164 }
165 
166 
168 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
169 {};
170 
172 {
174 }
175 
176 
178 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
179 {};
180 
182 {
184 }
185 
186 
188 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
189 {};
190 
192 {
194 }
195 
196 
198 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
199 {};
200 
202 {
204 }
205 
206 
208 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
209 {};
210 
212 {
214 }
215 
217 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
218 {};
219 
221 {
223 }
224 
226 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
227 {};
228 
230 {
232 }
233 
235 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
236 {};
237 
239 {
241 }
242 
244 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
245 {};
246 
248 {
250 }
251 
253 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
254 {};
255 
257 {
259 }
260 
261 
263 {
264  double smlep_bb = 0.21579;
265  double lep_bb_madgraph = 0.22;
272  if(flag_Quadratic){
273  return smlep_bb + (0.023*C_phiQ3+0.023*C_phiQ1-0.005*C_phib+0.0018*C_bW*(-1*0.99*0.653228500107)*C_bW*(-1*0.99*0.653228500107)+0.002*C_bW*(-1*0.99*0.653228500107)*C_bB*(-1*0.99*0.349192873528))*(smlep_bb/lep_bb_madgraph);
274  }
275  else{
276  return smlep_bb + (0.023*C_phiQ3+0.023*C_phiQ1-0.005*C_phib)*(smlep_bb/lep_bb_madgraph);
277  }
278 }
279 
280 
281 
283 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
284 {};
285 
287 {
288  double smlep_alr = 0.9347*0.75;
289  double lep_alr_madgraph = 0.66;
296  if(flag_Quadratic){
297  return smlep_alr + (0.008*C_phiQ3+0.008*C_phiQ1+0.034*C_phib+0.0056*C_bW*(-1*0.99*0.653228500107)*C_bW*(-1*0.99*0.653228500107)-0.002*C_phib*C_bB*(-1*0.99*0.349192873528)+0.0015*C_bB*(-1*0.99*0.349192873528)*C_bB*(-1*0.99*0.349192873528)+0.0076*C_bW*(-1*0.99*0.653228500107)*C_bB*(-1*0.99*0.349192873528))*(smlep_alr/lep_alr_madgraph);
298  }
299  else{
300  return smlep_alr + (0.008*C_phiQ3+0.008*C_phiQ1+0.034*C_phib)*(smlep_alr/lep_alr_madgraph);
301  }
302 }
303 
304 //Observables from LHC Run 2 (also prospects at High lumniosity)
305 
306 
308 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
309 {};
310 
312 {
313  /*Old value, ATLAS double smxttz = 0.88;*/
314  double smxttz = 0.84;
315  double xttz_madgraph = 0.5887;
324  if(flag_Quadratic){
325  return ( smxttz + (0.041*C_phit+0.0024*C_phit*C_phit+0.0018*C_phit*C_phiQ3+0.0018*C_phit*C_phiQ1-0.066*C_phiQ3+0.0035*C_phiQ3*C_phiQ3
326  +0.066*C_phiQ1+0.005*C_phiQ1*C_phiQ1-0.0001*C_phiQ3*C_tB+0.0001*C_phiQ1*C_tB+0.00068*C_tW+0.018*C_tW*C_tW+0.0001*C_tW*C_phiQ3
327  -0.0002*C_tW*C_phiQ1+0.00024*C_tB+0.0016*C_tB*C_tB-0.01*C_tW*C_tB+0.002*C_bW*C_bW+0.0003*C_phitb+0.0003*C_phitb*C_phitb)*(smxttz/xttz_madgraph));
328  }
329  else{
330  return ( smxttz + (0.041*C_phit-0.066*C_phiQ3+0.066*C_phiQ1+0.00068*C_tW+0.00024*C_tB+0.0003*C_phitb)*(smxttz/xttz_madgraph));
331  }
332 }
333 
335 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
336 {};
337 
339 {
340  double xtta_madgraph = 2.18;
341  double smxtta = 0.063;
347  if(flag_Quadratic){
348  return (smxtta + (0.0034*C_phiQ3+0.00035*C_phiQ3*C_phiQ3+0.015*C_tW+0.007*C_tW*C_tW
349  +0.015*C_tB+0.007*C_tB*C_tB+0.014*C_tW*C_tB+0.001*C_bW*C_bW)*(smxtta/xtta_madgraph));
350  }
351  else{
352  return (smxtta + (0.0034*C_phiQ3+0.015*C_tW+0.015*C_tB)*(smxtta/xtta_madgraph));
353  }
354 }
355 
357 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
358 {};
359 
361 {
363  double xtta_madgraph_180_pt_300 = 0.068;
364  double xtta_madgraph = 2.18;
367  if(flag_Quadratic){
368  return (xtta_madgraph_180_pt_300 +(0.0015*C_tW+0.0017*C_tW*C_tW+0.0014*C_tB+
369  0.0016*C_tB*C_tB+0.0032*C_tW*C_tB))/(xtta_madgraph + (0.015*C_tW+0.007*C_tW*C_tW+0.015*C_tB
370  +0.007*C_tB*C_tB+0.014*C_tW*C_tB));
371  }
372  else{
373  return (xtta_madgraph_180_pt_300 +(0.0015*C_tW+0.0014*C_tB))/(xtta_madgraph + (0.015*C_tW+0.015*C_tB));
374  }
375 }
376 
377 
379 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
380 {};
381 
383 {
384  double smxtth = 0.507;
385  double xtth_madgraph = 0.4;
392  if(flag_Quadratic){
393  return smxtth + (0.0002*C_phiQ3+0.0007*C_tW+0.00014*C_tB+0.00067*C_tW*C_tW
394  -0.049*C_tphi+0.0015*C_tphi*C_tphi+0.0001*C_bW*C_bW)*(smxtth/xtth_madgraph);
395  }
396  else{
397  return smxtth + (0.0002*C_phiQ3+0.0007*C_tW+0.00014*C_tB-0.049*C_tphi)*(smxtth/xtth_madgraph);
398  }
399 }
400 
402 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
403 {};
404 
406 {
407  double smxttw = 0.60;
408  double xttw_madgraph = 0.35;
414  if(flag_Quadratic){
415  return smxttw + (-0.00013*C_phit+0.00036*C_phiQ3-0.0003*C_phiQ1+0.00012*C_phiQ3*C_phiQ1
416  +0.0027*C_tW+0.0032*C_tW*C_tW-0.00011*C_tW*C_phiQ1)*(smxttw/xttw_madgraph);
417  }
418  else{
419  return smxttw + (-0.00013*C_phit+0.00036*C_phiQ3-0.0003*C_phiQ1+0.0027*C_tW)*(smxttw/xttw_madgraph);
420  }
421 }
422 
424 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
425 {};
426 
428 {
429  double smxst = 216.99;
430  double xst_madgraph = 44.14;
436  if(flag_Quadratic){
437  return smxst + (5.26*C_phiQ3+0.16*C_phiQ3*C_phiQ3+1.52*C_tW+0.31*C_tW*C_tW+0.1*C_phiQ3*C_tW
438  +0.19*C_bW*C_bW-0.012*C_bW*C_phitb+0.019*C_phitb*C_phitb)*(smxst/xst_madgraph);
439  }
440  else{
441  return smxst + (5.26*C_phiQ3+1.52*C_tW)*(smxst/xst_madgraph);
442  }
443 }
444 
446 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
447 {};
448 
450 {
451  double smxgbtw = 71.7;
452  double xgbtw_madgraph = 13.5;
458  if(flag_Quadratic){
459  return smxgbtw + (1.61*C_phiQ3+0.05*C_phiQ3*C_phiQ3-0.74*C_tW+0.135*C_tW*C_tW-0.046*C_phiQ3*C_tW
460  +0.14*C_bW*C_bW-0.022*C_bW*C_phitb+0.017*C_phitb*C_phitb)*(smxgbtw/xgbtw_madgraph);
461  }
462  else{
463  return smxgbtw + (1.61*C_phiQ3-0.74*C_tW)*(smxgbtw/xgbtw_madgraph);
464  }
465 }
466 
468 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
469 {};
470 
472 {
473  double smxztq = 0.0942;
474  double xztq_madgraph = 0.48;
484  if(flag_Quadratic){
485  return smxztq + (0.0029*C_phit+0.0005*C_phit*C_phiQ3-0.0005*C_phit*C_phiQ1+0.092*C_phiQ3
486  +0.014*C_phiQ3*C_phiQ3+0.0003*C_phiQ3*C_bW*(-1*(0.99)*(0.6532))+0.001*C_phiQ3*C_tW+0.01*C_phiQ1
487  +0.0003*C_phiQ1*C_tW+0.0017*C_phiQ3*C_phiQ1+0.007*C_tW+0.016*C_tW*C_tW-0.0003*C_phib
488  +0.028*C_bW*(-1*(0.99)*(0.6532))*C_bW*(-1*(0.99)*(0.6532))+0.0024*C_bB*(-1*(0.99)*(0.3492))*C_bB*(-1*(0.99)*(0.3492))
489  +0.002*C_phitb*C_phitb)*(smxztq/xztq_madgraph);
490  }
491  else{
492  return smxztq + (0.0029*C_phit+0.092*C_phiQ3+0.01*C_phiQ1+0.007*C_tW-0.0003*C_phib)*(smxztq/xztq_madgraph);
493  }
494 }
495 
496 
497 
498 
499 F0::F0(const StandardModel& SM_i)
500 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
501 {};
502 
504 {
505  double smF0 = 0.6978;
506  double F0_madgraph = 0.699;
509  if(flag_Quadratic){
510  return smF0 + (-0.04*C_tW+0.0025*C_tW*C_tW)*(smF0/F0_madgraph);
511  }
512  else{
513  return smF0 +(-0.04*C_tW)*(smF0/F0_madgraph);
514  }
515 }
516 
517 
518 FL::FL(const StandardModel& SM_i)
519 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
520 {};
521 
523 {
524  double smFL = 0.3022;
525  double FL_madgraph = 0.301;
528  if(flag_Quadratic){
529  return smFL + (0.04*C_tW-0.0025*C_tW*C_tW)*(smFL/FL_madgraph);
530  }
531  else{
532  return smFL + (0.04*C_tW)*(smFL/FL_madgraph);
533  }
534 }
535 
536 
537 //Prospects of Linear Colders at 250 GeV
538 //250 bb observables
539 
541 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
542 {};
543 
545 {
546  // double sigma_250_bb_eLpR_madgraph = 3.29;
557  if(flag_Quadratic){
558  return ((0.31*C_phiQ3+0.31*C_phiQ1+0.05*C_phib+0.27*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))+0.077*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.3492))
559  -0.25*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+0.091*C_ed-0.064*C_eq+0.71*C_ld+3.77*C_lqP));
560  }
561  else
562  {
563  return (0.31*C_phiQ3+0.31*C_phiQ1+0.05*C_phib
564  +0.091*C_ed-0.064*C_eq+0.71*C_ld+3.77*C_lqP);
565  }
566 }
567 
568 
569 
571 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
572 {};
573 
575 {
576  //double a_250_bb_eLpR_madgraph = 69.6;
586  if(flag_Quadratic){
587  return ((0.4*C_phiQ3+0.3*C_phiQ1-2.2*C_phib-5.1*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))-1.29*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))
588  +4.46*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+3.8*C_eq-29.5*C_ld+8.57*C_lqP));
589  }
590  else{
591  return (0.4*C_phiQ3+0.3*C_phiQ1-2.2*C_phib+3.8*C_eq-29.5*C_ld+8.57*C_lqP);
592  }
593 }
594 
595 
597 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
598 {};
599 
601 {
602  //double sigma_250_bb_eRpL_madgraph = 1.02;
613  if(flag_Quadratic){
614  return (0.094*C_phiQ3+0.094*C_phiQ1-0.11*C_phib+0.018*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))
615  +0.31*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))+0.023*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+1.61*C_ed-1.08*C_eq+0.04*C_ld+0.23*C_lqP);
616  }
617  else{
618  return (0.094*C_phiQ3+0.094*C_phiQ1-0.11*C_phib+1.61*C_ed-1.08*C_eq+0.04*C_ld+0.23*C_lqP);
619  }
620 }
621 
622 
623 
625 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
626 {};
627 
629 {
630  //double a_250_bb_eRpL_madgraph = 35.9;
641  if(flag_Quadratic){
642  return ((-7.8*C_phiQ3-7.7*C_phiQ1-4.5*C_phib-0.23*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))-7.75*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))
643  -0.61*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+62*C_ed+119*C_eq-4.6*C_ld+7.9*C_lqP));
644  }
645  else{
646  return ((-7.8*C_phiQ3-7.7*C_phiQ1-4.5*C_phib+62*C_ed+119*C_eq-4.6*C_ld+7.9*C_lqP));
647  }
648 }
649 
650 //Prospects of Linear Colders at 500 GeV
651 //500 bb observables
652 
653 
655 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
656 {};
657 
659 {
660  // double sigma_500_bb_eLpR_madgraph = 0.72;
671  if(flag_Quadratic){
672  return (0.064*C_phiQ3+0.064*C_phiQ1+0.012*C_phib+0.24*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))+0.085*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))
673  -0.255*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+0.095*C_ed-0.05*C_eq+0.76*C_ld+3.5*C_lqP);
674  }
675  else{
676  return (0.064*C_phiQ3+0.064*C_phiQ1+0.012*C_phib+0.095*C_ed-0.05*C_eq+0.76*C_ld+3.5*C_lqP);
677  }
678 
679 }
680 
681 
683 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
684 {};
685 
687 {
688  //double a_500_bb_eLpR_madgraph = 67.7;
698  if(flag_Quadratic){
699  return (0.2*C_phiQ3+0.2*C_phiQ1-2.3*C_phib-13.7*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))
700  -3.8*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))+13.5*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+8*C_eq-139*C_ld+40.3*C_lqP);
701  }
702  else{
703  return (0.2*C_phiQ3+0.2*C_phiQ1-2.3*C_phib+8*C_eq-139*C_ld+40.3*C_lqP);
704  }
705 }
706 
707 
709 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
710 {};
711 
713 {
714  // double sigma_500_bb_eRpL_madgraph = 0.22;
725  if(flag_Quadratic){
726  return (0.02*C_phiQ3+0.02*C_phiQ1-0.024*C_phib+0.014*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))+0.29*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))
727  -0.007*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+1.56*C_ed-0.84*C_eq+0.046*C_ld+0.2*C_lqP);
728  }
729  else{
730  return (0.02*C_phiQ3+0.02*C_phiQ1-0.024*C_phib+1.56*C_ed-0.84*C_eq+0.046*C_ld+0.2*C_lqP);
731  }
732 }
733 
734 
735 
737 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
738 {};
739 
741 {
742  //double a_500_bb_eRpL_madgraph = 46.7;
753  if(flag_Quadratic){
754  return (-6.9*C_phiQ3-7.1*C_phiQ1-3.5*C_phib-1.57*C_bW*(-1*(0.99)*(0.653228500107))*C_bW*(-1*(0.99)*(0.653228500107))-23*C_bB*(-1*(0.99)*(0.349192873528))*C_bB*(-1*(0.99)*(0.349192873528))
755  +0.39*C_bW*(-1*(0.99)*(0.653228500107))*C_bB*(-1*(0.99)*(0.349192873528))+219*C_ed+380*C_eq-26.6*C_ld+28.4*C_lqP);
756  }
757  else{
758  return (-6.9*C_phiQ3-7.1*C_phiQ1-3.5*C_phib+219*C_ed+380*C_eq-26.6*C_ld+28.4*C_lqP);
759  }
760 }
761 
762 
763 //500 tt observables
764 
765 
767 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
768 {};
769 
771 {
772  //double sigma_500_tt_eLpR_madgraph = 930.754;
778  return (-35.373*C_phit+54.9562*C_phiQ3-54.9562*C_phiQ1+639.01*C_tW+204.081*C_tB);
779 }
780 
781 
782 
784 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
785 {};
786 
788 {
789  //double a_500_tt_eLpR_madgraph = -0.380287;
795  return (-0.0127129*C_phit-0.0326318*C_phiQ3+0.0326318*C_phiQ1-0.118262*C_tW-0.0384058*C_tB);
796 }
797 
798 
800 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
801 {};
802 
804 {
805  // double sigma_500_tt_eRpL_madgraph = 481.105;
811  return (32.3079*C_phit-16.7611*C_phiQ3+16.7611*C_phiQ1+31.5853*C_tW+267.885*C_tB);
812 }
813 
814 
815 
816 
818 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
819 {};
820 
822 {
823  // double a_500_tt_eRpL_madgraph = -0.457824;
829  return (-0.0413699*C_phit-0.0125082*C_phiQ3+0.0125082*C_phiQ1-0.0109327*C_tW-0.125174*C_tB);
830 }
831 
832 
833 
834 
835 
837 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
838 {};
839 
841 {
842  //double pt_500_tt_eLpR_madgraph = (0.570477+0.573802+0.576393+0.570551+0.584227)/5;
846  return (-0.0196093*C_phit+0.215508*C_tW+0.0336945*C_tB);
847 }
848 
849 
851 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
852 {};
853 
855 {
856  // double pt_500_tt_eRpL_madgraph = (-0.432304-0.428132-0.423239-0.430406-0.431086)/5;
862  return (-0.00550366*C_phit+0.0176743*C_phiQ3-0.0302046*C_phiQ1+0.104522*C_tW-0.204084*C_tB);
863 }
864 
865 
866 
867 
868 
869 
870 
871 
872 //Prospects of Linear Colders at 1000 GeV
873 //1000 bb observables
874 
875 
877 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
878 {};
879 
881 {
882  // double sigma_1000_bb_eLpR_madgraph = 0.72;
893  if(flag_Quadratic){
894  return (0.015*C_phiQ3+0.015*C_phiQ1+0.003*C_phib+0.23*C_bW*(-1*(0.99)*(0.6532))*C_bW*(-1*(0.99)*(0.6532))+0.087*C_bB*(-1*(0.99)*(0.3492))*C_bB*(-1*(0.99)*(0.3492))
895  -0.255*C_bW*(-1*(0.99)*(0.6532))*C_bB*(-1*(0.99)*(0.3492))+0.093*C_ed-0.048*C_eq+0.77*C_ld+3.44*C_lqP);
896  }
897  else{
898  return (0.015*C_phiQ3+0.015*C_phiQ1+0.003*C_phib+0.093*C_ed-0.048*C_eq+0.77*C_ld+3.44*C_lqP);
899  }
900 
901 }
902 
903 
905 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
906 {};
907 
909 {
910  //double a_1000_bb_eLpR_madgraph = 67.7;
916 // double C_ed = myNPSMEFT6dtopquark.getNPSMEFT6dtopquark_C_ed();
921  if(flag_Quadratic){
922  return (0.48*C_phiQ3+0.48*C_phiQ1-2.7*C_phib-23.6*C_bW*(-1*(0.99)*(0.6532))*C_bW*(-1*(0.99)*(0.6532))-5.76*C_bB*(-1*(0.99)*(0.3492))*C_bB*(-1*(0.99)*(0.3492))
923  +21.2*C_bW*(-1*(0.99)*(0.6532))*C_bB*(-1*(0.99)*(0.3492))+37.4*C_eq-593*C_ld+145*C_lqP);
924  }
925  else{
926  return (0.48*C_phiQ3+0.48*C_phiQ1-2.7*C_phib+37.4*C_eq-593*C_ld+145*C_lqP);
927  }
928 }
929 
930 
932 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
933 {};
934 
936 {
937  // double sigma_1000_bb_eRpL_madgraph = 0.22;
948  if(flag_Quadratic){
949  return (0.004*C_phiQ3+0.004*C_phiQ1-0.006*C_phib+0.014*C_bW*(-1*(0.99)*(0.6532))*C_bW*(-1*(0.99)*(0.6532))+0.29*C_bB*(-1*(0.99)*(0.3492))*C_bB*(-1*(0.99)*(0.3492))
950  -0.013*C_bW*(-1*(0.99)*(0.6532))*C_bB*(-1*(0.99)*(0.3492))+1.55*C_ed-0.79*C_eq+0.046*C_ld+0.21*C_lqP);
951  }
952  else{
953  return (0.004*C_phiQ3+0.004*C_phiQ1-0.006*C_phib+1.55*C_ed-0.79*C_eq+0.046*C_ld+0.21*C_lqP);
954  }
955 }
956 
957 
958 
960 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
961 {};
962 
964 {
965  //double a_1000_bb_eRpL_madgraph = 46.7;
976  if(flag_Quadratic){
977  return (-6.8*C_phiQ3-6.8*C_phiQ1-3.6*C_phib-3.15*C_bW*(-1*(0.99)*(0.6532))*C_bW*(-1*(0.99)*(0.6532))-27.5*C_bB*(-1*(0.99)*(0.3492))*C_bB*(-1*(0.99)*(0.3492))
978  +0.44*C_bW*(-1*(0.99)*(0.6532))*C_bB*(-1*(0.99)*(0.3492))+826*C_ed+1611*C_eq-120*C_ld+6.5*C_lqP);
979  }
980  else{
981  return (-6.8*C_phiQ3-6.8*C_phiQ1-3.6*C_phib+826*C_ed+1611*C_eq-120*C_ld+6.5*C_lqP);
982  }
983 }
984 
985 
986 
987 //OPTIMAL OBSERVABLES
988 
989 
991 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
992 {};
993 
995 {
997  return C_phit;
998 }
999 
1000 
1002 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1003 {};
1004 
1006 {
1009  return (C_phiQ1-C_phiQ3);
1010 }
1011 
1013 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1014 {};
1015 
1017 {
1019  return C_tW;
1020 }
1021 
1023 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1024 {};
1025 
1027 {
1029  return C_tB;
1030 }
1031 
1032 
1034 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1035 {};
1036 
1038 {
1040  return C_eu;
1041 }
1042 
1043 
1045 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1046 {};
1047 
1049 {
1051  return C_eq;
1052 }
1053 
1054 
1056 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1057 {};
1058 
1060 {
1062  return C_lu;
1063 }
1064 
1065 
1067 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1068 {};
1069 
1071 {
1073  return C_lqM;
1074 }
1075 
1076 
1078 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1079 {};
1080 
1082 {
1085 
1086  return C_phiQ1-C_phiQ3;
1087 }
1088 
1090 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1091 {};
1092 
1094 {
1096  return C_phit;
1097 }
1098 
1099 
1101 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1102 {};
1103 
1105 {
1107  return C_tW;
1108 }
1109 
1110 
1112 : ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
1113 {};
1114 
1116 {
1118  return C_tB;
1119 }
1120 
1121 
1122 
1123 
1124 //double NPSMEFT6dtopquark::sigmattbarZ(const double sqrt_s) const
1125 //{
1126 //}
1127 
C_eu::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:486
C_ld
Wilson coefficient C_ld.
Definition: NPSMEFT6dtopquark.h:427
sigma_250_bb_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:705
sigmattA_1::sigmattA_1
sigmattA_1(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:334
C_tW::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:133
C_phiQ3
Wilson coefficient C_phiQ3.
Definition: NPSMEFT6dtopquark.h:183
op_1000_2::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1011
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_ed
double getNPSMEFT6dtopquark_C_ed() const
Definition: NPSMEFT6dtopquark.h:87
StandardModel::setParameter
virtual void setParameter(const std::string name, const double &value)
A method to set the value of a parameter of StandardModel.
Definition: StandardModel.cpp:231
C_phiQ1::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:219
C_phit::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:174
sigmattZ::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:578
sigma_1000_bb_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:935
C_ld::C_ld
C_ld(const StandardModel &SM_i)
C_ld constructor.
Definition: NPSMEFT6dtopquark.cpp:216
C_eu::C_eu
C_eu(const StandardModel &SM_i)
C_eu constructor.
Definition: NPSMEFT6dtopquark.cpp:234
sigmattH::sigmattH
sigmattH(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:378
C_lu::C_lu
C_lu(const StandardModel &SM_i)
C_lu constructor.
Definition: NPSMEFT6dtopquark.cpp:243
pt_500_tt_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:876
sigma_500_bb_eLpR::sigma_500_bb_eLpR
sigma_500_bb_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:654
a_1000_bb_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:963
NPSMEFT6dtopquark.h
pt_500_tt_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:854
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_phib
double getNPSMEFT6dtopquark_C_phib() const
Definition: NPSMEFT6dtopquark.h:71
op3::op3
op3(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1012
a_250_bb_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:628
C_eu
Wilson coefficient C_eu.
Definition: NPSMEFT6dtopquark.h:472
sigmattW::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:627
sigma_250_bb_eLpR::sigma_250_bb_eLpR
sigma_250_bb_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:540
NPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:17
sigmatq::sigmatq
sigmatq(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:423
C_ed
Wilson coefficient C_ed.
Definition: NPSMEFT6dtopquark.h:383
a_250_bb_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:718
op_1000_1::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:999
op1::op1
op1(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:990
C_ld::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:220
sigmattA_1::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:338
sigma_500_tt_eLpR::sigma_500_tt_eLpR
sigma_500_tt_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:766
op_1000_3::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1059
C_phitb
Wilson coefficient C_phitb.
Definition: NPSMEFT6dtopquark.h:361
pt_500_tt_eLpR::pt_500_tt_eLpR
pt_500_tt_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:836
NPSMEFT6dtopquark::setParameter
virtual void setParameter(const std::string name, const double &value)
Definition: NPSMEFT6dtopquark.cpp:30
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_eu
double getNPSMEFT6dtopquark_C_eu() const
Definition: NPSMEFT6dtopquark.h:103
a_1000_bb_eRpL::a_1000_bb_eRpL
a_1000_bb_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:959
op3::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:969
sigma_500_tt_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:803
C_bW::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:171
a_250_bb_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:743
FL::FL
FL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:518
a_500_bb_eLpR::a_500_bb_eLpR
a_500_bb_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:682
pt_500_tt_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:864
sigmattH::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:615
C_eq
Wilson coefficient C_eq.
Definition: NPSMEFT6dtopquark.h:405
a_500_tt_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:852
FL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:522
op_1000_6::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1062
sigma_250_bb_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:544
C_tphi::C_tphi
C_tphi(const StandardModel &SM_i)
C_phit constructor.
Definition: NPSMEFT6dtopquark.cpp:148
F0::F0
F0(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:499
sigma_250_bb_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:731
C_tphi::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:285
C_lqP
Wilson coefficient C_lqP.
Definition: NPSMEFT6dtopquark.h:449
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_lqM
double getNPSMEFT6dtopquark_C_lqM() const
Definition: NPSMEFT6dtopquark.h:111
C_tW::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:241
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
C_bB::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:181
op_1000_5::op_1000_5
op_1000_5(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1077
sigmatW::sigmatW
sigmatW(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:445
op1::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:945
sigmatq::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:427
sigma_500_bb_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:759
op2::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:957
sigma_500_tt_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:770
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_tB
double getNPSMEFT6dtopquark_C_tB() const
Definition: NPSMEFT6dtopquark.h:63
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_ld
double getNPSMEFT6dtopquark_C_ld() const
Definition: NPSMEFT6dtopquark.h:95
a_250_bb_eRpL::a_250_bb_eRpL
a_250_bb_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:624
StandardModel::setFlag
virtual bool setFlag(const std::string name, const bool value)
A method to set a flag of StandardModel.
Definition: StandardModel.cpp:378
C_lu::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:510
a_1000_bb_eLpR::a_1000_bb_eLpR
a_1000_bb_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:904
sigmatqZ::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:663
op_1000_2::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1048
C_tphi
Wilson coefficient C_tphi.
Definition: NPSMEFT6dtopquark.h:271
Rb_NPSMEFT6dtopquark::Rb_NPSMEFT6dtopquark
Rb_NPSMEFT6dtopquark(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:94
C_tW
Wilson coefficient C_tW.
Definition: NPSMEFT6dtopquark.h:227
a_500_bb_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:797
op_1000_6::op_1000_6
op_1000_6(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1089
C_phit
Wilson coefficient C_phit.
Definition: NPSMEFT6dtopquark.h:160
Rb_NPSMEFT6dtopquark::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:550
C_eq::C_eq
C_eq(const StandardModel &SM_i)
C_eq constructor.
Definition: NPSMEFT6dtopquark.cpp:207
sigmattH::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:382
C_bB::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:353
C_phitb::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:375
sigma_1000_bb_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:918
C_phit::C_phit
C_phit(const StandardModel &SM_i)
C_phit constructor.
Definition: NPSMEFT6dtopquark.cpp:101
C_lqP::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:229
sigmatW::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:449
NPbase
The auxiliary base model class for other model classes.
Definition: NPbase.h:66
NPSMEFT6dtopquark::NPSMEFT6dtopquarkVars
static const std::string NPSMEFT6dtopquarkVars[NNPSMEFT6dtopquarkVars]
Definition: NPSMEFT6dtopquark.h:29
C_phiQ1::C_phiQ1
C_phiQ1(const StandardModel &SM_i)
C_phit constructor.
Definition: NPSMEFT6dtopquark.cpp:120
pt_500_tt_eRpL::pt_500_tt_eRpL
pt_500_tt_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:850
sigmattZ::sigmattZ
sigmattZ(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:307
C_bW
Wilson coefficient C_phit.
Definition: NPSMEFT6dtopquark.h:316
sigma_1000_bb_eRpL::sigma_1000_bb_eRpL
sigma_1000_bb_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:931
a_500_bb_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:686
op2::op2
op2(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1001
AFBLR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:286
op4::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:982
C_lqM::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:533
op_1000_8::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1115
C_tB::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:142
C_ed::C_ed
C_ed(const StandardModel &SM_i)
C_ed constructor.
Definition: NPSMEFT6dtopquark.cpp:197
pt_500_tt_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:840
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_tW
double getNPSMEFT6dtopquark_C_tW() const
Definition: NPSMEFT6dtopquark.h:59
sigma_500_tt_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:840
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_flag_Quadratic
double getNPSMEFT6dtopquark_flag_Quadratic() const
Definition: NPSMEFT6dtopquark.h:115
op_1000_1::op_1000_1
op_1000_1(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1033
C_ld::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:441
op_1000_5::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1081
C_lu::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:247
sigma_500_bb_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:712
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_lu
double getNPSMEFT6dtopquark_C_lu() const
Definition: NPSMEFT6dtopquark.h:107
sigma_1000_bb_eLpR::sigma_1000_bb_eLpR
sigma_1000_bb_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:876
C_ed::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:397
C_lqM::C_lqM
C_lqM(const StandardModel &SM_i)
C_lqP constructor.
Definition: NPSMEFT6dtopquark.cpp:252
F0::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:675
C_lqM
Wilson coefficient C_lqM.
Definition: NPSMEFT6dtopquark.h:519
C_phiQ1
Wilson coefficient C_phit.
Definition: NPSMEFT6dtopquark.h:205
op3::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1016
a_500_tt_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:827
sigma_500_tt_eRpL::sigma_500_tt_eRpL
sigma_500_tt_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:799
a_1000_bb_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:905
C_phib::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:161
a_1000_bb_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:930
C_tB::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:263
op4::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1026
a_250_bb_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:574
op_1000_3::op_1000_3
op_1000_3(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1055
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_phiQ1
double getNPSMEFT6dtopquark_C_phiQ1() const
Definition: NPSMEFT6dtopquark.h:55
NPSMEFT6dtopquark::setFlag
virtual bool setFlag(const std::string, const bool)
Definition: NPSMEFT6dtopquark.cpp:76
op_1000_7::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1104
FL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:688
op_1000_7::op_1000_7
op_1000_7(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1100
sigmattA_1::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:591
C_phiQ3::C_phiQ3
C_phiQ3(const StandardModel &SM_i)
C_phiQ3 constructor.
Definition: NPSMEFT6dtopquark.cpp:110
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_phit
double getNPSMEFT6dtopquark_C_phit() const
The parameter .
Definition: NPSMEFT6dtopquark.h:47
C_eq::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:211
sigmattW::sigmattW
sigmattW(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:401
NPSMEFT6dtopquark::flag_Quadratic
bool flag_Quadratic
Definition: NPSMEFT6dtopquark.h:151
sigmatqZ::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:471
op_1000_3::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1024
sigmatqZ::sigmatqZ
sigmatqZ(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:467
AFBLR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:563
op4::op4
op4(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1022
op_1000_4::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1036
C_tW::C_tW
C_tW(const StandardModel &SM_i)
C_phit constructor.
Definition: NPSMEFT6dtopquark.cpp:129
AFBLR::AFBLR
AFBLR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:282
C_lqP::C_lqP
C_lqP(const StandardModel &SM_i)
C_lqP constructor.
Definition: NPSMEFT6dtopquark.cpp:225
NPSMEFT6dtopquark::NPSMEFT6dtopquark
NPSMEFT6dtopquark()
Definition: NPSMEFT6dtopquark.cpp:23
sigmattW::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:405
sigmatW::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:651
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_tphi
double getNPSMEFT6dtopquark_C_tphi() const
Definition: NPSMEFT6dtopquark.h:67
a_500_tt_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:787
sigma_1000_bb_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:880
C_phitb::C_phitb
C_phitb(const StandardModel &SM_i)
C_phitb constructor.
Definition: NPSMEFT6dtopquark.cpp:187
sigma_1000_bb_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:892
sigmatq::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:639
C_phib
Wilson coefficient C_phit.
Definition: NPSMEFT6dtopquark.h:293
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_eq
double getNPSMEFT6dtopquark_C_eq() const
Definition: NPSMEFT6dtopquark.h:91
op1::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:994
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_phitb
double getNPSMEFT6dtopquark_C_phitb() const
Definition: NPSMEFT6dtopquark.h:83
op_1000_5::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1049
op_1000_4::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1070
Rb_NPSMEFT6dtopquark::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:262
C_phitb::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:191
sigma_500_bb_eRpL::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:785
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
C_lu
Wilson coefficient C_lu.
Definition: NPSMEFT6dtopquark.h:496
sigmattA_2::sigmattA_2
sigmattA_2(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:356
a_500_bb_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:772
C_lqP::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:463
op_1000_8::op_1000_8
op_1000_8(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1111
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_bW
double getNPSMEFT6dtopquark_C_bW() const
Definition: NPSMEFT6dtopquark.h:75
op_1000_7::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1075
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_phiQ3
double getNPSMEFT6dtopquark_C_phiQ3() const
Definition: NPSMEFT6dtopquark.h:51
a_500_tt_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:821
a_500_tt_eRpL::a_500_tt_eRpL
a_500_tt_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:817
sigma_500_bb_eRpL::sigma_500_bb_eRpL
sigma_500_bb_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:708
C_bW::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:330
a_250_bb_eLpR::a_250_bb_eLpR
a_250_bb_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:570
a_500_bb_eRpL::a_500_bb_eRpL
a_500_bb_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:736
F0::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:503
C_phiQ3::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:114
op_1000_2::op_1000_2
op_1000_2(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1044
Model::name
std::string name
The name of the model.
Definition: Model.h:267
a_500_tt_eLpR::a_500_tt_eLpR
a_500_tt_eLpR(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:783
C_phiQ1::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:124
sigmattZ::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:311
C_bW::C_bW
C_bW(const StandardModel &SM_i)
C_bW constructor.
Definition: NPSMEFT6dtopquark.cpp:167
sigma_500_bb_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:658
C_ed::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:201
op2::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1005
sigma_250_bb_eRpL::sigma_250_bb_eRpL
sigma_250_bb_eRpL(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:596
sigmattA_2::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:603
a_500_bb_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:740
C_phib::C_phib
C_phib(const StandardModel &SM_i)
C_phib constructor.
Definition: NPSMEFT6dtopquark.cpp:157
C_tB
Wilson coefficient C_phit.
Definition: NPSMEFT6dtopquark.h:249
op_1000_4::op_1000_4
op_1000_4(const StandardModel &SM_i)
Definition: NPSMEFT6dtopquark.cpp:1066
C_bB::C_bB
C_bB(const StandardModel &SM_i)
C_bB constructor.
Definition: NPSMEFT6dtopquark.cpp:177
C_phiQ3::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:197
op_1000_6::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1093
C_eq::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:419
op_1000_8::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:1088
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_lqP
double getNPSMEFT6dtopquark_C_lqP() const
Definition: NPSMEFT6dtopquark.h:99
a_1000_bb_eLpR::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:908
C_eu::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:238
NPSMEFT6dtopquark::getNPSMEFT6dtopquark_C_bB
double getNPSMEFT6dtopquark_C_bB() const
Definition: NPSMEFT6dtopquark.h:79
sigma_500_tt_eLpR::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:814
sigma_250_bb_eRpL::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:600
sigmattA_2::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:360
C_tphi::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:152
C_phit::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:105
C_lqM::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:256
C_tB::C_tB
C_tB(const StandardModel &SM_i)
C_tB constructor.
Definition: NPSMEFT6dtopquark.cpp:138
C_phib::myNPSMEFT6dtopquark
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
Definition: NPSMEFT6dtopquark.h:307
C_bB
Wilson coefficient C_phit.
Definition: NPSMEFT6dtopquark.h:339
op_1000_1::computeThValue
double computeThValue()
Definition: NPSMEFT6dtopquark.cpp:1037