HeffDLi3j.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 HEFFDLI3J_H
9 #define HEFFDLI3J_H
10 
11 #include "StandardModel.h"
12 #include "StandardModelMatching.h"
13 #include "WilsonCoefficient.h"
14 
24 class HeffDLi3j {
25 public:
31  HeffDLi3j(const StandardModel & SM_i);
32 
36  virtual ~HeffDLi3j();
37 
44 
48  const StandardModel& GetModel() const {
49  return model;
50  }
51 
52 private :
57 
70 
72 
73 };
74 
79 #endif /* HEFFDLI3J_H */
80 
HeffDLi3j(const StandardModel &SM_i)
The constructor of the class HeffDLi3j.
Definition: HeffDLi3j.cpp:10
virtual ~HeffDLi3j()
destructor of the class HeffDLi3j.
Definition: HeffDLi3j.cpp:16
A class for the Wilson coefficients.
gslpp::vector< gslpp::complex > ** ComputeCoeffDLi3j(int li_lj)
Computes the Wilson coefficients for the process .
Definition: HeffDLi3j.cpp:19
A class for calculating all the Wilson coefficients for the process .
Definition: HeffDLi3j.h:24
WilsonCoefficient coeffDLi3j_4
Definition: HeffDLi3j.h:71
A model class for the Standard Model.
const StandardModel & GetModel() const
Calls the model analyzed to calculate Wilson coefficients for the process .
Definition: HeffDLi3j.h:48
WilsonCoefficient coeffDLi3j_1
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:61
WilsonCoefficient coeffDLi3j_3
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:69
const StandardModel & model
Variable which stores the model information.
Definition: HeffDLi3j.h:56
WilsonCoefficient coeffDLi3j_2
Variable which stores the Wilson coefficient for .
Definition: HeffDLi3j.h:65