a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffAFBelectrontsub Class Reference

A class for the forward-backward asymmetry of \(e^+e^-\to e^+e^-\), subtracting the SM t channel. above the \(Z\) pole. More...

#include <eeffAFBelectron.h>

+ Inheritance diagram for eeffAFBelectrontsub:

Detailed Description

A class for the forward-backward asymmetry of \(e^+e^-\to e^+e^-\), subtracting the SM t channel. above the \(Z\) pole.

Author
HEPfit Collaboration

Definition at line 53 of file eeffAFBelectron.h.

Public Member Functions

double computeThValue ()
 
 eeffAFBelectrontsub (const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
 eeffAFBelectron constructor More...
 
- Public Member Functions inherited from eeffThObservable
 eeffThObservable (const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
 eeffThObservable constructor More...
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin. More...
 
double getBinMin ()
 A get method to get the minimum value of the bin. More...
 
const StandardModelgetModel ()
 A get method to get the model. More...
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable. More...
 
void setBinMax (double max)
 A set method to set the maximum value of the bin. More...
 
void setBinMin (double min)
 A set method to set the minimum value of the bin. More...
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable. More...
 
 ThObservable (const StandardModel &SM_i)
 Constructor. More...
 
 ThObservable (const ThObservable &orig)
 The copy constructor. More...
 
virtual ~ThObservable ()
 The default destructor. More...
 

Additional Inherited Members

- Public Attributes inherited from eeffThObservable
const double pol_e
 
const double pol_p
 
const double s
 
const double sqrt_s
 
- Protected Attributes inherited from ThObservable
double max
 the bin maximum. More...
 
double min
 The bin minimum. More...
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable More...
 
const StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ eeffAFBelectrontsub()

eeffAFBelectrontsub::eeffAFBelectrontsub ( const StandardModel SM_i,
const double  pol_e_i,
const double  pol_p_i,
const double  sqrt_s_i 
)
inline

eeffAFBelectron constructor

Parameters
[in]pol_e_i,pol_p_ithe electron and positron polarizations
[in]sqrt_s_ithe CM energy of the e^+ e^- pair

Definition at line 61 of file eeffAFBelectron.h.

62 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
63 {
64 }
eeffThObservable(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffThObservable constructor

Member Function Documentation

◆ computeThValue()

double eeffAFBelectrontsub::computeThValue ( )
virtual
Returns
the forward-backward asymmetry for e^+ e^- -> e^+ e^- at sqrt_s

Implements ThObservable.

Definition at line 21 of file eeffAFBelectron.cpp.

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
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.

The documentation for this class was generated from the following files: