a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffAFBelectron.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 "eeffAFBelectron.h"
9
11{
12 double AFB_e = SM.eeffAFBe(pol_e, pol_p, s);
13
14 // Intrinsic SM theory uncertainty
15 double SM_intr_err = SM.getOptionalParameter("errSMint_AFBeeee");
16
17 return ( AFB_e * ( 1.0 + SM_intr_err ) );
18}
19
20
22{
23 double AFB_e = SM.eeffAFBetsub(pol_e, pol_p, s);
24
25 // Intrinsic SM theory uncertainty
26 double SM_intr_err = SM.getOptionalParameter("errSMint_AFBeeee");
27
28 return ( AFB_e * ( 1.0 + SM_intr_err ) );
29}
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 eeffAFBetsub(const double pol_e, const double pol_p, const double s) const
virtual const double eeffAFBe(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
const double pol_p
const double pol_e
Test Observable.