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