a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Test_direct Class Reference

Test Observable. More...

#include <TopQuarkObservables.h>

+ Inheritance diagram for Test_direct:

Detailed Description

Test Observable.

Definition at line 2050 of file TopQuarkObservables.h.

Public Member Functions

double computeThValue ()
 
double getSMEFTCoeffEW (const std::string name) const
 
double getSMEFTCoeffEW (const std::string name, int i, int j) const
 
double getSMEFTCoeffEW (const std::string name, int i, int j, int k, int l) const
 
 Test_direct (const StandardModel &SM_i)
 Test_direct constructor. More...
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin. More...
 
double getBinMin ()
 A get method to get the minimum value of the bin. More...
 
const StandardModelgetModel ()
 A get method to get the model. More...
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable. More...
 
void setBinMax (double max)
 A set method to set the maximum value of the bin. More...
 
void setBinMin (double min)
 A set method to set the minimum value of the bin. More...
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable. More...
 
 ThObservable (const StandardModel &SM_i)
 Constructor. More...
 
 ThObservable (const ThObservable &orig)
 The copy constructor. More...
 
virtual ~ThObservable ()
 The default destructor. More...
 

Private Attributes

const TopQuarkObservables mytopobs
 

Additional Inherited Members

- Protected Attributes inherited from ThObservable
double max
 the bin maximum. More...
 
double min
 The bin minimum. More...
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable More...
 
const StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ Test_direct()

Test_direct::Test_direct ( const StandardModel SM_i)

Test_direct constructor.

Definition at line 5071 of file TopQuarkObservables.cpp.

5072: ThObservable(SM_i), mytopobs(static_cast<const NPSMEFTd6General&> (SM))
5073{
5074
5075 setParametersForObservable(make_vector<std::string>() << "Test_direct_in");
5076}
A model class for new physics in the form of the dimension-six effective Lagrangian.
const TopQuarkObservables mytopobs
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
Definition: ThObservable.h:109
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121

Member Function Documentation

◆ computeThValue()

double Test_direct::computeThValue ( )
virtual
Returns
The value of Test_direct

Implements ThObservable.

Definition at line 5078 of file TopQuarkObservables.cpp.

5079{
5080 double Test_direct_in = SM.getOptionalParameter("Test_direct_in");
5081
5082 return Test_direct_in;
5083
5084
5085}
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
Definition: QCD.h:450

◆ getSMEFTCoeffEW() [1/3]

double Test_direct::getSMEFTCoeffEW ( const std::string  name) const
inline

Definition at line 2064 of file TopQuarkObservables.h.

2065 {
2066 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name)*1000000;
2067 }
const NPSMEFTd6General & GetmyNPSMEFTd6General() const

◆ getSMEFTCoeffEW() [2/3]

double Test_direct::getSMEFTCoeffEW ( const std::string  name,
int  i,
int  j 
) const
inline

Definition at line 2069 of file TopQuarkObservables.h.

2070 {
2071 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name, i, j)*1000000;
2072 }

◆ getSMEFTCoeffEW() [3/3]

double Test_direct::getSMEFTCoeffEW ( const std::string  name,
int  i,
int  j,
int  k,
int  l 
) const
inline

Definition at line 2074 of file TopQuarkObservables.h.

2075 {
2076 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name, i, j, k, l)*1000000;
2077 }

Member Data Documentation

◆ mytopobs

const TopQuarkObservables Test_direct::mytopobs
private

Definition at line 2082 of file TopQuarkObservables.h.


The documentation for this class was generated from the following files: