(Generated on Fri Feb 19 2016 13:25:08 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
SJPsiK.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 SJPSIK_H
9
#define SJPSIK_H
10
11
#include "
ThObservable.h
"
12
#include "
Flavour.h
"
13
#include "
AmpDB2.h
"
14
24
class
SJPsiK
:
public
ThObservable
,
AmpDB2
{
25
public
:
26
32
SJPsiK
(
const
StandardModel
& SM_i) :
ThObservable
(SM_i),
AmpDB2
(SM_i) {};
33
38
virtual
double
computeThValue
();
39
40
};
41
42
#endif
/* SJPSIK_H */
43
SJPsiK::SJPsiK
SJPsiK(const StandardModel &SM_i)
Constructor.
Definition:
SJPsiK.h:32
SJPsiK
A class for .
Definition:
SJPsiK.h:24
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
AmpDB2.h
SJPsiK::computeThValue
virtual double computeThValue()
Definition:
SJPsiK.cpp:10
Flavour.h
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
ThObservable.h
AmpDB2
Definition:
AmpDB2.h:21