a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2AFBtau.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 "LEP2AFBtau.h"
9
10
12{
13
14 double AFB_tau = SM.LEP2AFBtau(s);
15
16 // Intrinsic SM theory uncertainty
17 double SM_intr_err = SM.getOptionalParameter("errSMint_AFBeellLEP2");
18
19 #ifdef LEP2TEST
20 AFB_tau = myTEST.AFBtauTEST(sqrt_s);
21 #endif
22
23
24 return ( AFB_tau * ( 1.0 + SM_intr_err ) );
25}
26
28{
29 double AFB_tau = SM.eeffAFBtau(pol_e, pol_p, s);
30
31 // Intrinsic SM theory uncertainty
32 double SM_intr_err = SM.getOptionalParameter("errSMint_AFBeell");
33
34 return ( AFB_tau * ( 1.0 + SM_intr_err ) );
35}
double computeThValue()
Definition: LEP2AFBtau.cpp:11
const double sqrt_s
const LEP2test myTEST
double AFBtauTEST(const double sqrt_s_i) const
Definition: LEP2test.h:64
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
Definition: QCD.h:450
virtual const double LEP2AFBtau(const double s) const
virtual const double eeffAFBtau(const double pol_e, const double pol_p, const double s) const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
double computeThValue()
Definition: LEP2AFBtau.cpp:27
const double pol_p
const double pol_e
Test Observable.