Himalaya
|
Implementation of EFT Higgs mass calculation class. More...
#include "himalaya/mh2_eft/Mh2EFTCalculator.hpp"
#include "himalaya/mh2_eft/EFTFlags.hpp"
#include "himalaya/mh2_eft/ThresholdCalculator.hpp"
#include "himalaya/mh2_fo/PV.hpp"
#include "himalaya/misc/Constants.hpp"
#include "himalaya/misc/Logger.hpp"
#include "himalaya/misc/Powers.hpp"
#include <cmath>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
himalaya | |
himalaya::mh2_eft | |
Macros | |
#define | CALC_IF(cond, expr) ((cond) ? (expr) : 0) |
Functions | |
std::ostream & | himalaya::mh2_eft::operator<< (std::ostream &, const Mh2EFTCalculator &) |
prints loop corrections for v^2 << MS^2 More... | |
Implementation of EFT Higgs mass calculation class.
Definition in file Mh2EFTCalculator.cpp.
#define CALC_IF | ( | cond, | |
expr | |||
) | ((cond) ? (expr) : 0) |
Definition at line 24 of file Mh2EFTCalculator.cpp.