AFBbottom.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #include "AFBbottom.h"
9 
11 {
12  return SM.AFB(SM.getQuarks(SM.BOTTOM));
13 }
double computeThValue()
The forward-backward asymmetry for at the pole, .
Definition: AFBbottom.cpp:10
Particle getQuarks(const quark q) const
A get method to access a quark as an object of the type Particle.
Definition: QCD.h:869
virtual double AFB(const Particle f) const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:99