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