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