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