a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMquantities.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
9 #include "GeneralTHDM.h"
10 #include "GeneralTHDMcache.h"
11 
13 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM*> (&SM_i))
14 {}
15 
17 {
18  return myGTHDM->gettanb();
19 }
20 
22 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
23 {}
24 
26 {
27  return myGTHDM.getMyGTHDMCache()->mH1sq;
28 }
29 
31 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
32 {}
33 
35 {
36  return myGTHDM.getMyGTHDMCache()->mH2sq;
37 }
38 
40 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
41 {}
42 
44 {
45  return myGTHDM.getMyGTHDMCache()->mH3sq;
46 }
47 
49 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
50 {}
51 
53 {
54  if(myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
55  return std::numeric_limits<double>::quiet_NaN();
56  else
57  return sqrt(myGTHDM.getMyGTHDMCache()->mH1sq);
58 }
59 
61 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
62 {}
63 
65 {
66  if(myGTHDM.getMyGTHDMCache()->mH2sq < 0.)
67  return std::numeric_limits<double>::quiet_NaN();
68  else
69  return sqrt(myGTHDM.getMyGTHDMCache()->mH2sq);
70 }
71 
73 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
74 {}
75 
77 {
78  if(myGTHDM.getMyGTHDMCache()->mH3sq < 0.)
79  return std::numeric_limits<double>::quiet_NaN();
80  else
81  return sqrt(myGTHDM.getMyGTHDMCache()->mH3sq);
82 }
83 
85 : ThObservable(SM_i)
86 //, myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
87 {}
88 
90 {
91 // if(myGTHDM.getMyGTHDMCache()->mHlight_2 < 0.)
92 // return std::numeric_limits<double>::quiet_NaN();
93 // else
94 // return sqrt(myGTHDM.getMyGTHDMCache()->mHlight_2);
95  return 0.0;
96 }
97 
99 : ThObservable(SM_i)
100 //, myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
101 {}
102 
104 {
105 // if(myGTHDM.getMyGTHDMCache()->mHmedium_2 < 0.)
106 // return std::numeric_limits<double>::quiet_NaN();
107 // else
108 // return sqrt(myGTHDM.getMyGTHDMCache()->mHmedium_2);
109  return 0.0;
110 }
111 
113 : ThObservable(SM_i)
114 //, myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
115 {}
116 
118 {
119 // if(myGTHDM.getMyGTHDMCache()->mHheavy_2 < 0.)
120 // return std::numeric_limits<double>::quiet_NaN();
121 // else
122 // return sqrt(myGTHDM.getMyGTHDMCache()->mHheavy_2);
123  return 0.0;
124 }
125 
127 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
128 {}
129 
131 {
132  return sqrt(myGTHDM.getmHp2());
133 }
134 
136 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
137 {}
138 
140 {
141  if(myGTHDM.getMyGTHDMCache()->mH3sq < 0. || myGTHDM.getMyGTHDMCache()->mH2sq < 0.)
142  return std::numeric_limits<double>::quiet_NaN();
143  else
144  return sqrt(myGTHDM.getMyGTHDMCache()->mH3sq) - sqrt(myGTHDM.getMyGTHDMCache()->mH2sq);
145 }
146 
148 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
149 {}
150 
152 {
153  if(myGTHDM.getMyGTHDMCache()->mH3sq < 0.)
154  return std::numeric_limits<double>::quiet_NaN();
155  else
156  return sqrt(myGTHDM.getMyGTHDMCache()->mH3sq) - sqrt(myGTHDM.getMyGTHDMCache()->mHp2);
157 }
158 
160 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
161 {}
162 
164 {
165  if(myGTHDM.getMyGTHDMCache()->mH3sq < 0. || myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
166  return std::numeric_limits<double>::quiet_NaN();
167  else
168  return sqrt(myGTHDM.getMyGTHDMCache()->mH3sq) - sqrt(myGTHDM.getMyGTHDMCache()->mH1sq);
169 }
170 
172 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
173 {}
174 
176 {
177  if(myGTHDM.getMyGTHDMCache()->mH2sq < 0.)
178  return std::numeric_limits<double>::quiet_NaN();
179  else
180  return sqrt(myGTHDM.getMyGTHDMCache()->mH2sq) - sqrt(myGTHDM.getMyGTHDMCache()->mHp2);
181 }
182 
184 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
185 {}
186 
188 {
189  if(myGTHDM.getMyGTHDMCache()->mH2sq < 0. || myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
190  return std::numeric_limits<double>::quiet_NaN();
191  else
192  return sqrt(myGTHDM.getMyGTHDMCache()->mH2sq) - sqrt(myGTHDM.getMyGTHDMCache()->mH1sq);
193 }
194 
196 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
197 {}
198 
200 {
201  if(myGTHDM.getMyGTHDMCache()->mH1sq < 0.)
202  return std::numeric_limits<double>::quiet_NaN();
203  else
204  return sqrt(myGTHDM.getMyGTHDMCache()->mHp2) - sqrt(myGTHDM.getMyGTHDMCache()->mH1sq);
205 }
206 
207 
209 : ThObservable(SM_i)
210 //, myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
211 {}
212 
214 {
215 // return myGTHDM.getMyGTHDMCache()->mH1_2;
216  return 0.0;
217 }
218 
220 : ThObservable(SM_i)
221 //, myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
222 {}
223 
225 {
226 // return myGTHDM.getMyGTHDMCache()->mH2_2;
227  return 0.0;
228 }
229 
231 : ThObservable(SM_i)
232 //, myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
233 {}
234 
236 {
237 // return myGTHDM.getMyGTHDMCache()->mH3_2;
238  return 0.0;
239 }
240 
242 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
243 {}
244 
246 {
247  return myGTHDM.getMyGTHDMCache()->M11_2;
248 }
249 
251 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
252 {}
253 
255 {
256  return myGTHDM.getMyGTHDMCache()->M12_2;
257 }
258 
260 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
261 {}
262 
264 {
265  return myGTHDM.getMyGTHDMCache()->M13_2;
266 }
267 
269 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
270 {}
271 
273 {
274  return myGTHDM.getMyGTHDMCache()->M22_2;
275 }
276 
278 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
279 {}
280 
282 {
283  return myGTHDM.getMyGTHDMCache()->M23_2;
284 }
285 
287 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
288 {}
289 
291 {
292  return myGTHDM.getMyGTHDMCache()->M33_2;
293 }
294 
296 : ThObservable(SM_i)
297 //,myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
298 {}
299 
301 {
302 // return myGTHDM.getMyGTHDMCache()->M2_GTHDM;
303  return 0.0;
304 }
305 
307 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
308 {}
309 
311 {
312  return myGTHDM.getMyGTHDMCache()->m11sq;
313 }
314 
316 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
317 {}
318 
320 {
321  return myGTHDM.getMyGTHDMCache()->m22sq;
322 }
323 
325 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
326 {}
327 
329 {
330  return myGTHDM.getMyGTHDMCache()->Rem12sq;
331 }
332 
334 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
335 {}
336 
338 {
339  return myGTHDM.getMyGTHDMCache()->Imm12sq;
340 }
341 
343 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
344 {}
345 
347 {
348  return myGTHDM.getMyGTHDMCache()->lambda1;
349 }
350 
352 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
353 {}
354 
356 {
357  return myGTHDM.getMyGTHDMCache()->lambda2;
358 }
359 
361 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
362 {}
363 
365 {
366  return myGTHDM.getMyGTHDMCache()->lambda3;
367 }
368 
370 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
371 {}
372 
374 {
375  return myGTHDM.getMyGTHDMCache()->lambda4;
376 }
377 
378 
379 
381 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
382 {}
383 
385 {
386  return myGTHDM.getMyGTHDMCache()->lambda1H;
387 }
388 
390 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
391 {}
392 
394 {
395  return myGTHDM.getMyGTHDMCache()->lambda2H;
396 }
397 
399 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
400 {}
401 
403 {
404  return myGTHDM.getMyGTHDMCache()->lambda3H;
405 }
406 
408 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
409 {}
410 
412 {
413  return myGTHDM.getMyGTHDMCache()->lambda4H;
414 }
415 
417 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
418 {}
419 
421 {
422  return myGTHDM.getMyGTHDMCache()->Relambda5H;
423 }
424 
426 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
427 {}
428 
430 {
431  return myGTHDM.getMyGTHDMCache()->Imlambda5H;
432 }
433 
435 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
436 {}
437 
439 {
440  return myGTHDM.getMyGTHDMCache()->Relambda6H;
441 }
442 
444 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
445 {}
446 
448 {
449  return myGTHDM.getMyGTHDMCache()->Imlambda6H;
450 }
451 
453 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
454 {}
455 
457 {
458  return myGTHDM.getMyGTHDMCache()->Relambda7H;
459 }
460 
462 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
463 {}
464 
466 {
467  return myGTHDM.getMyGTHDMCache()->Imlambda7H;
468 }
469 
470 
472 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
473 {}
474 
476 {
477  return myGTHDM.getMyGTHDMCache()->R11_GTHDM;
478 }
479 
480 
482 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
483 {}
484 
486 {
487  return myGTHDM.getMyGTHDMCache()->R12_GTHDM;
488 }
489 
490 
492 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
493 {}
494 
496 {
497  return myGTHDM.getMyGTHDMCache()->R13_GTHDM;
498 }
499 
500 
502 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
503 {}
504 
506 {
507  return myGTHDM.getMyGTHDMCache()->R21_GTHDM;
508 }
509 
510 
512 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
513 {}
514 
516 {
517  return myGTHDM.getMyGTHDMCache()->R22_GTHDM;
518 }
519 
520 
522 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
523 {}
524 
526 {
527  return myGTHDM.getMyGTHDMCache()->R23_GTHDM;
528 }
529 
530 
532 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
533 {}
534 
536 {
537  return myGTHDM.getMyGTHDMCache()->R31_GTHDM;
538 }
539 
540 
542 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
543 {}
544 
546 {
547  return myGTHDM.getMyGTHDMCache()->R32_GTHDM;
548 }
549 
550 
552 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
553 {}
554 
556 {
557  return myGTHDM.getMyGTHDMCache()->R33_GTHDM;
558 }
559 
560 
561 
563 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM*> (&SM_i))
564 {}
565 
567 {
568  double v = myGTHDM->v();
569  double cosb = myGTHDM->getcosb();
570 
571  return (v*cosb);
572 }
573 
574 
576 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM*> (&SM_i))
577 {}
578 
580 {
581  double v = myGTHDM->v();
582  double sinb = myGTHDM->getsinb();
583 
584  return (v*sinb);
585 }
586 
587 //
588 //Resigmau::Resigmau(const StandardModel& SM_i)
589 //: ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM*> (&SM_i))
590 //{}
591 //
592 //double Resigmau::computeThValue()
593 //{
594 // double v = myGTHDM->v();
595 // double Ytu_33r = myGTHDM->getYtu_33r();
596 // double cosb = myGTHDM->getcosb();
597 // double mtop = myGTHDM->getQuarks(QCD::TOP).getMass();
598 // double tanb = myGTHDM->gettanb();
599 //
600 // return v*Ytu_33r/(sqrt(2.)*cosb*mtop)-tanb;
601 //}
602 
603 
605 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM*> (&SM_i))
606 {}
608 {
609  return myGTHDM->getcosalpha1();
610 }
611 
613 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
614 {}
615 
617 {
618  return myGTHDM.getMyGTHDMCache()->m1_2;
619 }
620 
621 
623 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
624 {}
625 
627 {
628  return myGTHDM.getMyGTHDMCache()->m2_2;
629 }
630 
632 : ThObservable(SM_i),myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
633 {}
634 
636 {
637  return myGTHDM.getMyGTHDMCache()->m3_2;
638 }
639 
640 
641 
642 
643 // Quantities at higher scales
644 
645 
646 
648 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
649 {}
650 
652 {
653  return myGTHDM.getMyGTHDMCache()->Q_cutoff;
654 }
655 
656 
658 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
659 {}
660 
662 {
663  return myGTHDM.getQ_GTHDM() - myGTHDM.getMyGTHDMCache()->Q_cutoff;
664 }
665 
666 
668 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
669 {}
670 
672 {
673  return myGTHDM.getMyGTHDMCache()->g1_at_Q;
674 }
675 
677 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
678 {}
679 
681 {
682  return myGTHDM.getMyGTHDMCache()->g2_at_Q;
683 }
684 
686 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
687 {}
688 
690 {
691  return myGTHDM.getMyGTHDMCache()->g3_at_Q;
692 }
693 
695 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
696 {}
697 
699 {
700  return myGTHDM.getMyGTHDMCache()->etaU1_at_Q;
701 }
702 
704 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
705 {}
706 
708 {
709  return myGTHDM.getMyGTHDMCache()->etaU2_at_Q;
710 }
711 
713 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
714 {}
715 
717 {
718  return myGTHDM.getMyGTHDMCache()->etaD1_at_Q;
719 }
720 
722 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
723 {}
724 
726 {
727  return myGTHDM.getMyGTHDMCache()->etaD2_at_Q;
728 }
729 
731 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
732 {}
733 
735 {
736  return myGTHDM.getMyGTHDMCache()->etaL1_at_Q;
737 }
738 
740 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
741 {}
742 
744 {
745  return myGTHDM.getMyGTHDMCache()->etaL2_at_Q;
746 }
747 
749 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
750 {}
751 
753 {
754  return myGTHDM.getMyGTHDMCache()->lambda1_at_Q;
755 }
756 
758 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
759 {}
760 
762 {
763  return myGTHDM.getMyGTHDMCache()->lambda2_at_Q;
764 }
765 
767 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
768 {}
769 
771 {
772  return myGTHDM.getMyGTHDMCache()->lambda3_at_Q;
773 }
774 
776 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
777 {}
778 
780 {
781  return myGTHDM.getMyGTHDMCache()->lambda4_at_Q;
782 }
783 
785 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
786 {}
787 
789 {
790  return myGTHDM.getMyGTHDMCache()->Relambda5_at_Q;
791 }
792 
794 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
795 {}
796 
798 {
799  return myGTHDM.getMyGTHDMCache()->Relambda6_at_Q;
800 }
801 
803 : ThObservable(SM_i), myGTHDM(static_cast<const GeneralTHDM&> (SM_i))
804 {}
805 
807 {
808  return myGTHDM.getMyGTHDMCache()->Relambda7_at_Q;
809 }
mH3mmH1_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:304
Q_stGTHDM::Q_stGTHDM
Q_stGTHDM(const StandardModel &SM_i)
Q_stGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:647
Imm12_2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:337
Rem12_2_GTHDM::Rem12_2_GTHDM
Rem12_2_GTHDM(const StandardModel &SM_i)
Rem12_2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:324
Rem12_2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:328
R33_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:555
Msq23_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:569
StandardModel::v
virtual double v() const
The Higgs vacuum expectation value.
Definition: StandardModel.cpp:917
Relambda5atQGTHDM::Relambda5atQGTHDM
Relambda5atQGTHDM(const StandardModel &SM_i)
Relambda5atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:784
mH1sq_GTHDM::mH1sq_GTHDM
mH1sq_GTHDM(const StandardModel &SM_i)
mH1sq_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:208
cosalpha1_GTHDM::cosalpha1_GTHDM
cosalpha1_GTHDM(const StandardModel &SM_i)
cosalpha1 constructor.
Definition: GeneralTHDMquantities.cpp:604
Msq12_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:254
m1_2::m1_2
m1_2(const StandardModel &SM_i)
Definition: GeneralTHDMquantities.cpp:612
cosalpha1_GTHDM::myGTHDM
const GeneralTHDM * myGTHDM
Definition: GeneralTHDMquantities.h:1271
mH3mmHp_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:326
R21_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:505
Msq23_GTHDM::Msq23_GTHDM
Msq23_GTHDM(const StandardModel &SM_i)
Msq23_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:277
Msq13_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:525
lambda3atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1646
mH2_GTHDM::mH2_GTHDM
mH2_GTHDM(const StandardModel &SM_i)
mH2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:60
Relambda6H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:928
Msq12_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:503
lambda4atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1668
Msq22_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:272
etaD1atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1514
mH3mmH2_GTHDM::mH3mmH2_GTHDM
mH3mmH2_GTHDM(const StandardModel &SM_i)
mH3mmH2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:135
Relambda5atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:788
m22_2_GTHDM::m22_2_GTHDM
m22_2_GTHDM(const StandardModel &SM_i)
m22_2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:315
lambda2H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:393
etaU1atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:698
lambda4_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:780
Imlambda5H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:906
Imm12_2_GTHDM::Imm12_2_GTHDM
Imm12_2_GTHDM(const StandardModel &SM_i)
Imm12_2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:333
lambda3_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:759
R22_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1101
tanbeta_GTHDM::myGTHDM
const GeneralTHDM * myGTHDM
Definition: GeneralTHDMquantities.h:35
GeneralTHDM::getsinb
double getsinb() const
A getter for .
Definition: GeneralTHDM.h:591
R21_GTHDM::R21_GTHDM
R21_GTHDM(const StandardModel &SM_i)
R21_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:501
R32_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:545
Relambda5H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:420
GeneralTHDM::gettanb
double gettanb() const
A getter for .
Definition: GeneralTHDM.h:583
R21_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1080
lambda4_GTHDM::lambda4_GTHDM
lambda4_GTHDM(const StandardModel &SM_i)
lambda4_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:369
lambda4H_GTHDM::lambda4H_GTHDM
lambda4H_GTHDM(const StandardModel &SM_i)
lambda4H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:407
GeneralTHDM::getcosalpha1
double getcosalpha1() const
A getter for cos of the rotation angle between the first and second neutral mass eigenstate.
Definition: GeneralTHDM.h:686
mH3_2::mH3_2
mH3_2(const StandardModel &SM_i)
mH3_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:39
m1_2::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1292
mH2sq_GTHDM::mH2sq_GTHDM
mH2sq_GTHDM(const StandardModel &SM_i)
mH2sq_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:219
v1_GTHDM::myGTHDM
const GeneralTHDM * myGTHDM
Definition: GeneralTHDMquantities.h:1207
GeneralTHDM::getMyGTHDMCache
GeneralTHDMcache * getMyGTHDMCache() const
Definition: GeneralTHDM.h:564
lambda3_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:364
g2atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1426
Imm12_2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:696
Msq11_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:245
mH1_2::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:58
Msq22_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:547
mH2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:149
lambda1_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:717
etaL1atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1558
lambda4_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:373
mH1_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:127
Relambda5H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:885
m3_2::m3_2
m3_2(const StandardModel &SM_i)
Definition: GeneralTHDMquantities.cpp:631
R11_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:475
Msq11_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:481
m3_2::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1336
Relambda7atQGTHDM::Relambda7atQGTHDM
Relambda7atQGTHDM(const StandardModel &SM_i)
Relambda7atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:802
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
Imlambda6H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:949
Msq13_GTHDM::Msq13_GTHDM
Msq13_GTHDM(const StandardModel &SM_i)
Msq13_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:259
Imlambda7H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:991
mH3sq_GTHDM::mH3sq_GTHDM
mH3sq_GTHDM(const StandardModel &SM_i)
mH3sq_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:230
g3atQGTHDM::g3atQGTHDM
g3atQGTHDM(const StandardModel &SM_i)
g3atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:685
lambda3H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:402
R22_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:515
lambda1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:346
etaU1atQGTHDM::etaU1atQGTHDM
etaU1atQGTHDM(const StandardModel &SM_i)
etaU1atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:694
GeneralTHDM::getcosb
double getcosb() const
A getter for .
Definition: GeneralTHDM.h:599
mH1_2::mH1_2
mH1_2(const StandardModel &SM_i)
mH1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:21
R23_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:525
lambda4H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:864
etaU2atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:707
Relambda7atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1734
mH3mmH1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:163
mH3sq_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:235
mH1_GTHDM::mH1_GTHDM
mH1_GTHDM(const StandardModel &SM_i)
mH1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:48
v2_GTHDM::myGTHDM
const GeneralTHDM * myGTHDM
Definition: GeneralTHDMquantities.h:1228
tanbeta_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:16
lambda3H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:843
R22_GTHDM::R22_GTHDM
R22_GTHDM(const StandardModel &SM_i)
R22_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:511
g3atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:689
cosalpha1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:607
R23_GTHDM::R23_GTHDM
R23_GTHDM(const StandardModel &SM_i)
R23_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:521
mH3mmHp_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:151
mHp_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:130
mHmedium_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:103
R31_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1143
lambda2atQGTHDM::lambda2atQGTHDM
lambda2atQGTHDM(const StandardModel &SM_i)
lambda2atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:757
mH2mmHp_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:175
lambda1atQGTHDM::lambda1atQGTHDM
lambda1atQGTHDM(const StandardModel &SM_i)
lambda1atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:748
Msq33_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:591
mH3_GTHDM::mH3_GTHDM
mH3_GTHDM(const StandardModel &SM_i)
mH3_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:72
lambda1_GTHDM::lambda1_GTHDM
lambda1_GTHDM(const StandardModel &SM_i)
lambda1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:342
M2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:300
etaU2atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1492
GeneralTHDM::getmHp2
double getmHp2() const
A getter for the squared charged Higgs mass.
Definition: GeneralTHDM.h:608
m2_2::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:626
m11_2_GTHDM::m11_2_GTHDM
m11_2_GTHDM(const StandardModel &SM_i)
m11_2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:306
lambda3_GTHDM::lambda3_GTHDM
lambda3_GTHDM(const StandardModel &SM_i)
lambda3_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:360
Imlambda5H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:429
R11_GTHDM::R11_GTHDM
R11_GTHDM(const StandardModel &SM_i)
R11_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:471
g2atQGTHDM::g2atQGTHDM
g2atQGTHDM(const StandardModel &SM_i)
g2atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:676
lambda2atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:761
mH3_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:76
m2_2::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1314
etaL2atQGTHDM::etaL2atQGTHDM
etaL2atQGTHDM(const StandardModel &SM_i)
etaL2atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:739
etaL1atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:734
Msq11_GTHDM::Msq11_GTHDM
Msq11_GTHDM(const StandardModel &SM_i)
Msq11_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:241
etaD2atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1536
lambda2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:738
mH2mmH1_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:370
Relambda7atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:806
etaD1atQGTHDM::etaD1atQGTHDM
etaD1atQGTHDM(const StandardModel &SM_i)
etaD1atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:712
Relambda5atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1690
g3atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1448
gslpp::sqrt
complex sqrt(const complex &z)
Definition: gslpp_complex.cpp:385
mHpmmH1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:199
lambda4atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:779
DeltaQ_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:661
v1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:566
m11_2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:310
GeneralTHDM.h
Imlambda7H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:465
lambda2H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:822
g1atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:671
etaL2atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:743
R12_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:485
tanbeta_GTHDM::tanbeta_GTHDM
tanbeta_GTHDM(const StandardModel &SM_i)
tanbeta constructor.
Definition: GeneralTHDMquantities.cpp:12
Relambda5H_GTHDM::Relambda5H_GTHDM
Relambda5H_GTHDM(const StandardModel &SM_i)
Relambda5H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:416
Relambda6H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:438
mH3_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:171
v2_GTHDM::v2_GTHDM
v2_GTHDM(const StandardModel &SM_i)
v2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:575
lambda1H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:801
lambda1atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1602
m22_2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:654
mHmedium_GTHDM::mHmedium_GTHDM
mHmedium_GTHDM(const StandardModel &SM_i)
mHmedium_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:98
Q_stGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:651
lambda1H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:384
m2_2::m2_2
m2_2(const StandardModel &SM_i)
Definition: GeneralTHDMquantities.cpp:622
GeneralTHDM::getQ_GTHDM
double getQ_GTHDM() const
A getter for the General THDM scale.
Definition: GeneralTHDM.h:1175
GeneralTHDM
A class for general Two-Higgs-Doublet models.
Definition: GeneralTHDM.h:463
R13_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1057
lambda2H_GTHDM::lambda2H_GTHDM
lambda2H_GTHDM(const StandardModel &SM_i)
lambda2H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:389
mH2_2::mH2_2
mH2_2(const StandardModel &SM_i)
mH2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:30
Relambda7H_GTHDM::Relambda7H_GTHDM
Relambda7H_GTHDM(const StandardModel &SM_i)
Relambda7H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:452
Imlambda7H_GTHDM::Imlambda7H_GTHDM
Imlambda7H_GTHDM(const StandardModel &SM_i)
Imlambda7H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:461
mH2mmH1_GTHDM::mH2mmH1_GTHDM
mH2mmH1_GTHDM(const StandardModel &SM_i)
mH2mmH1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:183
lambda1H_GTHDM::lambda1H_GTHDM
lambda1H_GTHDM(const StandardModel &SM_i)
lambda1H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:380
R13_GTHDM::R13_GTHDM
R13_GTHDM(const StandardModel &SM_i)
R13_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:491
lambda3atQGTHDM::lambda3atQGTHDM
lambda3atQGTHDM(const StandardModel &SM_i)
lambda3atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:766
GeneralTHDMcache.h
v1_GTHDM::v1_GTHDM
v1_GTHDM(const StandardModel &SM_i)
v1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:562
etaD1atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:716
mH2sq_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:224
mH2mmHp_GTHDM::mH2mmHp_GTHDM
mH2mmHp_GTHDM(const StandardModel &SM_i)
mH2mmHp_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:171
R11_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1015
mHheavy_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:117
GeneralTHDMquantities.h
mH1sq_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:213
g1atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1404
M2_GTHDM::M2_GTHDM
M2_GTHDM(const StandardModel &SM_i)
M2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:295
mH2mmH1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:187
mHlight_GTHDM::mHlight_GTHDM
mHlight_GTHDM(const StandardModel &SM_i)
mHlight_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:84
mH3mmH1_GTHDM::mH3mmH1_GTHDM
mH3mmH1_GTHDM(const StandardModel &SM_i)
mH3mmH1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:159
lambda3H_GTHDM::lambda3H_GTHDM
lambda3H_GTHDM(const StandardModel &SM_i)
lambda3H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:398
mH3mmH2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:139
Imlambda6H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:447
Relambda6atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:797
mHp_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:259
etaL2atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1580
mH3mmH2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:282
Msq22_GTHDM::Msq22_GTHDM
Msq22_GTHDM(const StandardModel &SM_i)
Msq22_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:268
mHpmmH1_GTHDM::mHpmmH1_GTHDM
mHpmmH1_GTHDM(const StandardModel &SM_i)
mHpmmH1_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:195
mH3mmHp_GTHDM::mH3mmHp_GTHDM
mH3mmHp_GTHDM(const StandardModel &SM_i)
mH3mmHp_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:147
Msq13_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:263
mHp_GTHDM::mHp_GTHDM
mHp_GTHDM(const StandardModel &SM_i)
mHp_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:126
R33_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1185
R32_GTHDM::R32_GTHDM
R32_GTHDM(const StandardModel &SM_i)
R32_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:541
lambda1atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:752
DeltaQ_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1382
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
lambda2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:355
Relambda6atQGTHDM::Relambda6atQGTHDM
Relambda6atQGTHDM(const StandardModel &SM_i)
Relambda6atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:793
Relambda7H_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:970
Msq12_GTHDM::Msq12_GTHDM
Msq12_GTHDM(const StandardModel &SM_i)
Msq12_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:250
Relambda6atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1712
R31_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:535
Msq33_GTHDM::Msq33_GTHDM
Msq33_GTHDM(const StandardModel &SM_i)
Msq33_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:286
mHheavy_GTHDM::mHheavy_GTHDM
mHheavy_GTHDM(const StandardModel &SM_i)
mHheavy_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:112
lambda4atQGTHDM::lambda4atQGTHDM
lambda4atQGTHDM(const StandardModel &SM_i)
lambda4atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:775
m22_2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:319
Imlambda6H_GTHDM::Imlambda6H_GTHDM
Imlambda6H_GTHDM(const StandardModel &SM_i)
Imlambda6H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:443
etaU1atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1470
R33_GTHDM::R33_GTHDM
R33_GTHDM(const StandardModel &SM_i)
R13_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:551
lambda4H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:411
DeltaQ_GTHDM::DeltaQ_GTHDM
DeltaQ_GTHDM(const StandardModel &SM_i)
DeltaQ_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:657
R31_GTHDM::R31_GTHDM
R31_GTHDM(const StandardModel &SM_i)
R31_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:531
mH2mmHp_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:348
Q_stGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1360
R12_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1036
lambda2atQGTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1624
lambda3atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:770
etaU2atQGTHDM::etaU2atQGTHDM
etaU2atQGTHDM(const StandardModel &SM_i)
etaU2atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:703
Imlambda5H_GTHDM::Imlambda5H_GTHDM
Imlambda5H_GTHDM(const StandardModel &SM_i)
Imlambda5H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:425
Msq33_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:290
R23_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1122
Rem12_2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:675
Relambda7H_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:456
mHlight_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:89
g1atQGTHDM::g1atQGTHDM
g1atQGTHDM(const StandardModel &SM_i)
g1atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:667
mH3_2::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:43
m11_2_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:633
Msq23_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:281
lambda2_GTHDM::lambda2_GTHDM
lambda2_GTHDM(const StandardModel &SM_i)
lambda2_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:351
mHpmmH1_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:392
R32_GTHDM::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:1164
g2atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:680
R13_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:495
R12_GTHDM::R12_GTHDM
R12_GTHDM(const StandardModel &SM_i)
R12_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:481
mH2_2::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:80
m1_2::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:616
Relambda6H_GTHDM::Relambda6H_GTHDM
Relambda6H_GTHDM(const StandardModel &SM_i)
Relambda6H_GTHDM constructor.
Definition: GeneralTHDMquantities.cpp:434
mH1_2::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:25
etaD2atQGTHDM::etaD2atQGTHDM
etaD2atQGTHDM(const StandardModel &SM_i)
etaD2atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:721
mH3_2::myGTHDM
const GeneralTHDM & myGTHDM
Definition: GeneralTHDMquantities.h:103
mH1_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:52
m3_2::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:635
v2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:579
mH2_GTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:64
etaD2atQGTHDM::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:725
etaL1atQGTHDM::etaL1atQGTHDM
etaL1atQGTHDM(const StandardModel &SM_i)
etaL1atQGTHDM constructor.
Definition: GeneralTHDMquantities.cpp:730
mH2_2::computeThValue
double computeThValue()
Definition: GeneralTHDMquantities.cpp:34