a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Acharm.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 "Acharm.h"
9 #include "StandardModel.h"
10 
12 {
13  return SM.A_f(SM.getQuarks(SM.CHARM));
14 }
15 
16 
17 
StandardModel::A_f
virtual double A_f(const Particle f) const
The left-right asymmetry in at the -pole, .
Definition: StandardModel.cpp:1183
StandardModel.h
QCD::CHARM
Definition: QCD.h:326
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
Acharm::computeThValue
double computeThValue()
The left-right asymmetry for at the pole, .
Definition: Acharm.cpp:11
Acharm.h