a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
RVllp.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "RVllp.h"
9#include "StandardModel.h"
10
12{
14}
15
17{
19}
20
22{
24}
25
26
28{
30}
31
32
34{
36}
37
39{
41}
42
43
@ MU
Definition: QCD.h:314
@ ELECTRON
Definition: QCD.h:312
@ TAU
Definition: QCD.h:316
double computeThValue()
The ratio .
Definition: RVllp.cpp:11
double computeThValue()
The ratio .
Definition: RVllp.cpp:16
double computeThValue()
The ratio .
Definition: RVllp.cpp:21
double computeThValue()
The ratio .
Definition: RVllp.cpp:27
double computeThValue()
The ratio .
Definition: RVllp.cpp:33
double computeThValue()
The ratio .
Definition: RVllp.cpp:38
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
virtual const double RWlilj(const Particle li, const Particle lj) const
The lepton universality ratio .
virtual const double RZlilj(const Particle li, const Particle lj) const
The lepton universality ratio .
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121