a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffsigmaStrange.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
9#include "eeffsigmaStrange.h"
10
11
13{
14 double sigma_strange = SM.eeffsigmaStrange(pol_e, pol_p, s);
15
16 // Intrinsic SM theory uncertainty
17 double SM_intr_err = SM.getOptionalParameter("errSMint_xseejj");
18
19 return ( sigma_strange * ( 1.0 + SM_intr_err ) );
20}
21
22
24{
25 double R_strange = SM.eeffRstrange(pol_e, pol_p, s);
26
27 // Intrinsic SM theory uncertainty
28 double SM_intr_err = SM.getOptionalParameter("errSMint_Reejj");
29
30 return ( R_strange * ( 1.0 + SM_intr_err ) );
31}
32
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 eeffRstrange(const double pol_e, const double pol_p, const double s) const
virtual const double eeffsigmaStrange(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.