(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
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
24
class
Betas_JPsiPhi
:
public
ThObservable
,
AmpDB2
{
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
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
AmpDB2.h
Flavour.h
Betas_JPsiPhi
Definition:
Betas_JPsiPhi.h:24
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
Betas_JPsiPhi::Betas_JPsiPhi
Betas_JPsiPhi(const StandardModel &SM_i)
Definition:
Betas_JPsiPhi.h:32
Betas_JPsiPhi::computeThValue
virtual double computeThValue()
Definition:
Betas_JPsiPhi.cpp:10
ThObservable.h
AmpDB2
Definition:
AmpDB2.h:21