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