a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
SJPsiK.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 SJPSIK_H
9#define SJPSIK_H
10
11#include "ThObservable.h"
12
22class SJPsiK : public ThObservable {
23public:
24
30 SJPsiK(const StandardModel& SM_i);
31
36 virtual double computeThValue();
37
38};
39
40#endif /* SJPSIK_H */
41
A class for .
Definition: SJPsiK.h:22
virtual double computeThValue()
Definition: SJPsiK.cpp:17
SJPsiK(const StandardModel &SM_i)
Constructor.
Definition: SJPsiK.cpp:12
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25