alpha_2a.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef ALPHA_2A_H
9 #define ALPHA_2A_H
10 
11 #include "ThObservable.h"
12 
13 
14 
15 class Alpha_2a : public ThObservable {
16 public:
17  Alpha_2a(const StandardModel& SM_i) : ThObservable(SM_i) {};
18 
19  double computeThValue();
20 };
21 
22 #endif /* ALPHA_2A_H */
23 
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A model class for the Standard Model.
Alpha_2a(const StandardModel &SM_i)
Definition: alpha_2a.h:17
double computeThValue()
Definition: alpha_2a.cpp:10