a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
HeffDLi3j.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef HEFFDLI3J_H
9#define HEFFDLI3J_H
10
11#include "StandardModel.h"
13#include "WilsonCoefficient.h"
14
30class HeffDLi3j {
31public:
37 HeffDLi3j(const StandardModel & SM_i);
38
42 virtual ~HeffDLi3j();
43
49 gslpp::vector<gslpp::complex>** ComputeCoeffDLi3j(int li_lj);
50
54 const StandardModel& GetModel() const {
55 return model;
56 }
57
58private :
63
76
78
79};
80
85#endif /* HEFFDLI3J_H */
86
A class for calculating all the Wilson coefficients for the process .
Definition: HeffDLi3j.h:30
const StandardModel & GetModel() const
Calls the model analyzed to calculate Wilson coefficients for the process .
Definition: HeffDLi3j.h:54
WilsonCoefficient coeffDLi3j_4
Definition: HeffDLi3j.h:77
virtual ~HeffDLi3j()
destructor of the class HeffDLi3j.
Definition: HeffDLi3j.cpp:16
WilsonCoefficient coeffDLi3j_3
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:75
gslpp::vector< gslpp::complex > ** ComputeCoeffDLi3j(int li_lj)
Computes the Wilson coefficients for the process .
Definition: HeffDLi3j.cpp:19
WilsonCoefficient coeffDLi3j_1
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:67
const StandardModel & model
Variable which stores the model information.
Definition: HeffDLi3j.h:62
HeffDLi3j(const StandardModel &SM_i)
The constructor of the class HeffDLi3j.
Definition: HeffDLi3j.cpp:10
WilsonCoefficient coeffDLi3j_2
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:71
A model class for the Standard Model.
A class for the Wilson coefficients.