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