(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
AFBcharm.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 "
AFBcharm.h
"
9
10
double
AFBcharm::computeThValue
()
11
{
12
return
SM
.
AFB
(
SM
.
getQuarks
(
SM
.
CHARM
));
13
}
14
AFBcharm.h
AFBcharm::computeThValue
double computeThValue()
The forward-backward asymmetry for at the pole, .
Definition:
AFBcharm.cpp:10
QCD::getQuarks
Particle getQuarks(const quark q) const
A get method to access a quark as an object of the type Particle.
Definition:
QCD.h:869
StandardModel::AFB
virtual double AFB(const Particle f) const
Definition:
StandardModel.cpp:940
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
QCD::CHARM
Definition:
QCD.h:733