a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
alpha_2a.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_2A_H
9 #define ALPHA_2A_H
10 
11 #include "ThObservable.h"
12 #include "AmpDB2.h"
13 
24 class Alpha_2a : public ThObservable, AmpDB2 {
25 public:
30  Alpha_2a(const StandardModel& SM_i) : ThObservable(SM_i), AmpDB2(SM_i) {};
31 
35  double computeThValue();
36 };
37 
38 #endif /* ALPHA_2A_H */
39 
AmpDB2
Amplitude Class
Definition: AmpDB2.h:37
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
AmpDB2.h
Alpha_2a::computeThValue
double computeThValue()
Definition: alpha_2a.cpp:11
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
Alpha_2a::Alpha_2a
Alpha_2a(const StandardModel &SM_i)
Constructor.
Definition: alpha_2a.h:30
Alpha_2a
A class for the CKM angle in degrees.
Definition: alpha_2a.h:24