a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
DiBosonThObservables.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2014 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef DIBOSONTHOBSERVABLES_H
9#define DIBOSONTHOBSERVABLES_H
10
11#include "ThObservable.h"
12
13class NPbase;
14
31class mueeWW : public ThObservable {
32public:
33
40 mueeWW(const StandardModel& SM_i, const double sqrt_s_i, const double Pol_em_i, const double Pol_ep_i);
41
46 double computeThValue();
47
48private:
50 const double sqrt_s, Pol_em, Pol_ep;
51};
52
57#endif /* DIBOSONTHOBSERVABLES_H */
58
The auxiliary base model class for other model classes.
Definition: NPbase.h:66
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
A class for computing the ratio .
mueeWW(const StandardModel &SM_i, const double sqrt_s_i, const double Pol_em_i, const double Pol_ep_i)
Constructor.
double computeThValue()
A method to compute the value of in the current model.
const double Pol_em
const NPbase * myNPbase
const double Pol_ep
const double sqrt_s