a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
C2beta.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2019 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef C2BETA_H
9#define C2BETA_H
10
11#include "ThObservable.h"
12
22class C2beta: public ThObservable {
23public:
29 C2beta(const StandardModel& SM_i);
30
35 virtual double computeThValue();
36};
37
38#endif /* C2BETA_H */
39
A class for .
Definition: C2beta.h:22
C2beta(const StandardModel &SM_i)
Constructor.
Definition: C2beta.cpp:12
virtual double computeThValue()
Definition: C2beta.cpp:17
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25