a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
alpha_s.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 ALPHA_S_H
9 #define ALPHA_S_H
10 
11 #include "ThObservable.h"
12 #include "OrderScheme.h"
13 class StandardModel;
14 
15 class alpha_s : public ThObservable {
16 public:
22  alpha_s(const StandardModel& SM_i, orders order);
23 
27  virtual ~alpha_s() {};
28 
34  double computeThValue();
35 private:
36 
38 
39 };
40 
41 #endif /* ALPHA_S_H */
alpha_s::alpha_s
alpha_s(const StandardModel &SM_i, orders order)
Definition: alpha_s.cpp:11
ThObservable.h
alpha_s::order
orders order
Definition: alpha_s.h:37
OrderScheme.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
alpha_s::~alpha_s
virtual ~alpha_s()
Definition: alpha_s.h:27
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
alpha_s
Definition: alpha_s.h:15
alpha_s::computeThValue
double computeThValue()
A method to get the value of .
Definition: alpha_s.cpp:18