Betas_JPsiPhi.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
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 "Flavour.h"
13 #include "AmpDB2.h"
14 
25 public:
26 
32  Betas_JPsiPhi(const StandardModel& SM_i) : ThObservable(SM_i), AmpDB2(SM_i) {};
33 
38  virtual double computeThValue();
39 
40 };
41 
42 #endif /* BETASJPSIPHI_H */
43 
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A model class for the Standard Model.
Betas_JPsiPhi(const StandardModel &SM_i)
Definition: Betas_JPsiPhi.h:32
virtual double computeThValue()
Definition: AmpDB2.h:21