A class for the Wilson coefficient \(C_10^{lep}(\mu)\) for a specific leptonic final state. More...
#include <WilsonCoefficientObservables.h>
A class for the Wilson coefficient \(C_10^{lep}(\mu)\) for a specific leptonic final state.
This class is used to compute the Wilson coefficient \(C_10^{lep}(\mu)\) at a specific scale \(\mu\) for a specific leptonic final state.
Definition at line 90 of file WilsonCoefficientObservables.h.
Public Member Functions | |
double | computeThValue () |
The Wilson coefficient \(C_10^{lep}(\mu)\). More... | |
WC_C10 (const StandardModel &SM_i, unsigned int part_i, QCD::lepton lep_i) | |
Constructor. More... | |
![]() | |
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 StandardModel & | getModel () |
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 | |
gslpp::vector< gslpp::complex > ** | allcoeff |
QCD::lepton | lepton |
double | mu |
const StandardModel & | mySM |
unsigned int | part |
Additional Inherited Members | |
![]() | |
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 StandardModel & | SM |
A reference to an object of StandardMode class. More... | |
WC_C10::WC_C10 | ( | const StandardModel & | SM_i, |
unsigned int | part_i, | ||
QCD::lepton | lep_i | ||
) |
Constructor.
[in] | SM_i | a reference to an object of type StandardModel |
[in] | part_i | an unsigned integer used as toggle for real, imaginary, absolute or argument value. |
[in] | lep_i | final leptons of the decay |
Definition at line 55 of file WilsonCoefficientObservables.cpp.
|
virtual |
The Wilson coefficient \(C_10^{lep}(\mu)\).
Implements ThObservable.
Definition at line 63 of file WilsonCoefficientObservables.cpp.
|
private |
vector that contains the Wilson coeffients
Definition at line 111 of file WilsonCoefficientObservables.h.
|
private |
Final leptons type.
Definition at line 108 of file WilsonCoefficientObservables.h.
|
private |
The scale for the Wilson coefficient.
Definition at line 110 of file WilsonCoefficientObservables.h.
|
private |
Definition at line 109 of file WilsonCoefficientObservables.h.
|
private |
toggle for real, imaginary, absolute or argument value
Definition at line 112 of file WilsonCoefficientObservables.h.