(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
Btaunu.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015 HEPfit Collaboration
3
* All rights reserved.
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#ifndef BTAUNU_H
9
#define BTAUNU_H
10
11
#include "
ThObservable.h
"
12
#include "
Flavour.h
"
13
#include "
StandardModel.h
"
14
15
class
Btaunu
:
public
ThObservable
{
16
public
:
21
Btaunu
(
const
StandardModel
& SM_i);
22
28
double
computeThValue
();
29
30
protected
:
31
32
private
:
33
34
};
35
36
#endif
/* BTAUNU_H */
Btaunu::Btaunu
Btaunu(const StandardModel &SM_i)
Definition:
Btaunu.cpp:10
Btaunu::computeThValue
double computeThValue()
arXiv:1206.2634v2
Definition:
Btaunu.cpp:16
StandardModel.h
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
Flavour.h
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
Btaunu
Definition:
Btaunu.h:15
ThObservable.h