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(const StandardModel &SM_i)
Definition: Btaunu.cpp:10
double computeThValue()
arXiv:1206.2634v2
Definition: Btaunu.cpp:16
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A model class for the Standard Model.
Definition: Btaunu.h:15