a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
PtauPol.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 "PtauPol.h"
9 #include "StandardModel.h"
10 
12 {
13  return SM.A_f(SM.getLeptons(SM.TAU));
14 }
15 
QCD::TAU
Definition: QCD.h:316
PtauPol.h
StandardModel::A_f
virtual double A_f(const Particle f) const
The left-right asymmetry in at the -pole, .
Definition: StandardModel.cpp:1209
StandardModel.h
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
PtauPol::computeThValue
double computeThValue()
The polarization in at the pole, .
Definition: PtauPol.cpp:11
StandardModel::getLeptons
Particle getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
Definition: StandardModel.h:712