a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
AFBstrange.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 "AFBstrange.h"
9 #include "StandardModel.h"
10 
12 {
13  return SM.AFB(SM.getQuarks(SM.STRANGE));
14 }
15 
StandardModel.h
AFBstrange.h
QCD::getQuarks
Particle getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
Definition: QCD.h:534
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
StandardModel::AFB
virtual double AFB(const Particle f) const
Definition: StandardModel.cpp:1190
QCD::STRANGE
Definition: QCD.h:327
AFBstrange::computeThValue
double computeThValue()
The forward-backward asymmetry for at the pole, .
Definition: AFBstrange.cpp:11