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"
12 #include "StandardModelMatching.h"
13 #include "WilsonCoefficient.h"
14 
30 class HeffDLi3j {
31 public:
37  HeffDLi3j(const StandardModel & SM_i);
38 
42  virtual ~HeffDLi3j();
43 
50 
54  const StandardModel& GetModel() const {
55  return model;
56  }
57 
58 private :
63 
76 
78 
79 };
80 
85 #endif /* HEFFDLI3J_H */
86 
WilsonCoefficient
A class for the Wilson coefficients.
Definition: WilsonCoefficient.h:22
HeffDLi3j::ComputeCoeffDLi3j
gslpp::vector< gslpp::complex > ** ComputeCoeffDLi3j(int li_lj)
Computes the Wilson coefficients for the process .
Definition: HeffDLi3j.cpp:19
HeffDLi3j
A class for calculating all the Wilson coefficients for the process .
Definition: HeffDLi3j.h:30
HeffDLi3j::GetModel
const StandardModel & GetModel() const
Calls the model analyzed to calculate Wilson coefficients for the process .
Definition: HeffDLi3j.h:54
StandardModel.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
HeffDLi3j::HeffDLi3j
HeffDLi3j(const StandardModel &SM_i)
The constructor of the class HeffDLi3j.
Definition: HeffDLi3j.cpp:10
HeffDLi3j::coeffDLi3j_3
WilsonCoefficient coeffDLi3j_3
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:75
HeffDLi3j::model
const StandardModel & model
Variable which stores the model information.
Definition: HeffDLi3j.h:62
HeffDLi3j::coeffDLi3j_4
WilsonCoefficient coeffDLi3j_4
Definition: HeffDLi3j.h:77
StandardModelMatching.h
WilsonCoefficient.h
HeffDLi3j::~HeffDLi3j
virtual ~HeffDLi3j()
destructor of the class HeffDLi3j.
Definition: HeffDLi3j.cpp:16
gslpp::vector< gslpp::complex >
HeffDLi3j::coeffDLi3j_2
WilsonCoefficient coeffDLi3j_2
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:71
HeffDLi3j::coeffDLi3j_1
WilsonCoefficient coeffDLi3j_1
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:67