a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffAFBstrange.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 "eeffAFBstrange.h"
9
10
12{
13 double AFB_s = SM.eeffAFBstrange(pol_e, pol_p, s);
14
15 // Intrinsic SM theory uncertainty
16 double SM_intr_err = SM.getOptionalParameter("errSMint_AFBeejj");
17
18 return ( AFB_s * ( 1.0 + SM_intr_err ) );
19}
20
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 eeffAFBstrange(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()
const double pol_p
const double pol_e
Test Observable.