a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
CPenguinBoxMu.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef CPENGUINBOXMU_H
9#define CPENGUINBOXMU_H
10
11class StandardModel;
13#include <sstream>
14#include <gsl/gsl_sf_dilog.h>
15#include <gsl/gsl_sf_zeta.h>
16#include <gsl/gsl_sf_clausen.h>
17
19public:
20
25 CPenguinBoxMu(const StandardModel& model_i);
26
32
38 double C_NL();
39
45 double B_NL();
46
51 double X_ch();
52
53private:
56
57};
58
59#endif /* CPENGUINBOXMU_H */
double B_NL()
hep-ph/9512380v2, page 99.
double C_NL()
hep-ph/9512380v1, page 92.
~CPenguinBoxMu()
destructor
const StandardModelMatching & modelmatching
Definition: CPenguinBoxMu.h:55
CPenguinBoxMu(const StandardModel &model_i)
constructor
const StandardModel & model
Definition: CPenguinBoxMu.h:54
A model class for the Standard Model.
A class for the matching in the Standard Model.