a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMSTU.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef GeneralTHDMSTU_H
9#define GeneralTHDMSTU_H
10
11#include "ThObservable.h"
12
13class GeneralTHDM;
15
16
26public:
31 GeneralTHDMSTU(const StandardModel& SM_i);
32
36 double computeThValue();
37
38 const GeneralTHDM * myGTHDM;
39
40
41
42protected:
43// We do not need the cache anymore
44// GeneralTHDMcache * mycache;
45
46};
47
54public:
55
59 GTHDMDeltaS(const StandardModel& SM_i);
60
65 double computeThValue ();
66};
67
74public:
75
79 GTHDMDeltaT(const StandardModel& SM_i);
80
85 double computeThValue ();
86};
93public:
94
99 GTHDMDeltaU(const StandardModel& SM_i);
100
104 double computeThValue ();
105
106protected:
108};
109
110
111
112 #endif /* GeneralTHDMSTU_H */
An observable class for the THDM contribution to the electroweak Peskin-Takeuchi pseudo-observable .
double computeThValue()
GeneralTHDM contribution to .
GTHDMDeltaS(const StandardModel &SM_i)
Constructor for DeltaS.
double computeThValue()
GeneralTHDM contribution to .
GTHDMDeltaT(const StandardModel &SM_i)
Constructor for DeltaT.
double computeThValue()
GTHDMDeltaU(const StandardModel &SM_i)
THDM contribution to .
GTHDMDeltaS * myDeltaS
An observable class for the electroweak Peskin-Takeuchi pseudo-observables.
GeneralTHDMSTU(const StandardModel &SM_i)
Constructor.
double computeThValue()
Empty constructor.
const GeneralTHDM * myGTHDM
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25