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
23class Alpha_2a : public ThObservable {
24public:
29 Alpha_2a(const StandardModel& SM_i);
30
34 double computeThValue();
35};
36
37#endif /* ALPHA_2A_H */
38
A class for the CKM angle in degrees.
Definition: alpha_2a.h:23
Alpha_2a(const StandardModel &SM_i)
Constructor.
Definition: alpha_2a.cpp:12
double computeThValue()
Definition: alpha_2a.cpp:16
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25