a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2Rcharm.h
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#ifndef LEP2RCHARM_H
9#define LEP2RCHARM_H
10
11#include "LEP2ThObservable.h"
12
22public:
23
29 LEP2Rcharm(const StandardModel& SM_i, const double sqrt_s_i)
30 : LEP2ThObservable(SM_i, sqrt_s_i)
31 {
32
33 }
34
38 double computeThValue();
39
40private:
41
42};
43
44#endif /* LEP2RCHARM_H */
45
A class for above the pole.
Definition: LEP2Rcharm.h:21
double computeThValue()
Definition: LEP2Rcharm.cpp:11
LEP2Rcharm(const StandardModel &SM_i, const double sqrt_s_i)
LEP2Rcharm constructor.
Definition: LEP2Rcharm.h:29
A class for the LEP2 inclusive observables.
A model class for the Standard Model.