A class for NP analyses of LEP-II observables with the dimension 6 operators in the GIMR basis. More...
#include <LEP2GIMR.h>
A class for NP analyses of LEP-II observables with the dimension 6 operators in the GIMR basis.
Definition at line 26 of file LEP2GIMR.h.
Public Types | |
| enum | Param { C_LL =0 , C_LR , C_RL , C_RR , delta_GammaZ , delta_gLf , delta_gRf , delta_gLe , delta_gRe , delta_Mz2 } |
Public Member Functions | |
| LEP2GIMR (const StandardModel &SM_i) | |
| LEP2GIMR constructor. More... | |
| double | sigma_l_LEP2_GIMR (const QCD::lepton l, const double s, const double GIMRParam_i[]) const |
| double | sigma_q_LEP2_GIMR (const QCD::quark q, const double s, const double GIMRParam_i[]) const |
| double | sigmaFminusB_l_LEP2_GIMR (const QCD::lepton l, const double s, const double GIMRParam_i[]) const |
| double | sigmaFminusB_q_LEP2_GIMR (const QCD::quark q, const double s, const double GIMRParam_i[]) const |
Private Member Functions | |
| double | deltaA1l (const QCD::lepton l, const double GIMRParam_i[]) const |
| double | deltaA1q (const QCD::quark q, const double GIMRParam_i[]) const |
| double | deltaA2l (const QCD::lepton l, const double GIMRParam_i[]) const |
| double | deltaA2q (const QCD::quark q, const double GIMRParam_i[]) const |
| double | deltaB1l (const QCD::lepton l, const double GIMRParam_i[]) const |
| double | deltaB1q (const QCD::quark q, const double GIMRParam_i[]) const |
| double | deltaB2l (const QCD::lepton l, const double GIMRParam_i[]) const |
| double | deltaB2q (const QCD::quark q, const double GIMRParam_i[]) const |
| double | gL_l (const QCD::lepton l) const |
| double | gL_q (const QCD::quark q) const |
| double | gR_l (const QCD::lepton l) const |
| double | gR_q (const QCD::quark q) const |
Private Attributes | |
| const StandardModel & | SM |
| enum LEP2GIMR::Param |
| Enumerator | |
|---|---|
| C_LL | |
| C_LR | |
| C_RL | |
| C_RR | |
| delta_GammaZ | |
| delta_gLf | |
| delta_gRf | |
| delta_gLe | |
| delta_gRe | |
| delta_Mz2 | |
Definition at line 29 of file LEP2GIMR.h.
| LEP2GIMR::LEP2GIMR | ( | const StandardModel & | SM_i | ) |
LEP2GIMR constructor.
| [in] | SM_i | a reference to an object of type StandardModel |
Definition at line 11 of file LEP2GIMR.cpp.
|
private |
Definition at line 305 of file LEP2GIMR.cpp.
|
private |
Definition at line 241 of file LEP2GIMR.cpp.
|
private |
Definition at line 318 of file LEP2GIMR.cpp.
|
private |
Definition at line 255 of file LEP2GIMR.cpp.
|
private |
Definition at line 331 of file LEP2GIMR.cpp.
|
private |
Definition at line 269 of file LEP2GIMR.cpp.
|
private |
Definition at line 346 of file LEP2GIMR.cpp.
|
private |
Definition at line 287 of file LEP2GIMR.cpp.
|
private |
Definition at line 201 of file LEP2GIMR.cpp.
|
private |
Definition at line 221 of file LEP2GIMR.cpp.
|
private |
Definition at line 211 of file LEP2GIMR.cpp.
|
private |
Definition at line 231 of file LEP2GIMR.cpp.
| double LEP2GIMR::sigma_l_LEP2_GIMR | ( | const QCD::lepton | l, |
| const double | s, | ||
| const double | GIMRParam_i[] | ||
| ) | const |
Definition at line 18 of file LEP2GIMR.cpp.
| double LEP2GIMR::sigma_q_LEP2_GIMR | ( | const QCD::quark | q, |
| const double | s, | ||
| const double | GIMRParam_i[] | ||
| ) | const |
Definition at line 111 of file LEP2GIMR.cpp.
| double LEP2GIMR::sigmaFminusB_l_LEP2_GIMR | ( | const QCD::lepton | l, |
| const double | s, | ||
| const double | GIMRParam_i[] | ||
| ) | const |
Definition at line 64 of file LEP2GIMR.cpp.
| double LEP2GIMR::sigmaFminusB_q_LEP2_GIMR | ( | const QCD::quark | q, |
| const double | s, | ||
| const double | GIMRParam_i[] | ||
| ) | const |
Definition at line 155 of file LEP2GIMR.cpp.
|
private |
Definition at line 48 of file LEP2GIMR.h.