DESY Hbb Analysis Framework
|
#include <map>
#include <cmath>
#include <string>
#include <iostream>
#include "TH2F.h"
#include "TFile.h"
Go to the source code of this file.
Classes | |
class | mssm_xs_tools |
Functions | |
double | mssm_xs_tools_br (mssm_xs_tools *obj, const char *decay, double mA, double tanb) |
get branching fraction for a given decay of a given Higgs boson for given values of mA and tanb More... | |
void | mssm_xs_tools_delete (mssm_xs_tools *obj) |
destructor More... | |
double | mssm_xs_tools_mass (mssm_xs_tools *obj, const char *boson, double mA, double tanb) |
get mass of a given Higgs boson for given values of mA and tanb (in GeV) More... | |
mssm_xs_tools * | mssm_xs_tools_new (const char *filename="", bool kINTERPLOTATION=false, unsigned verbosity=0) |
constructor More... | |
double | mssm_xs_tools_width (mssm_xs_tools *obj, const char *boson, double mA, double tanb) |
get total decay width of a given Higgs boson for given values of mA and tanb (in GeV) More... | |
double | mssm_xs_tools_xsec (mssm_xs_tools *obj, const char *mode, double mA, double tanb) |
get production cross section for a given production model of a given Higgs boson for given values of mA and tanb (in pb) More... | |
double mssm_xs_tools_br | ( | mssm_xs_tools * | obj, |
const char * | decay, | ||
double | mA, | ||
double | tanb | ||
) |
get branching fraction for a given decay of a given Higgs boson for given values of mA and tanb
Definition at line 510 of file mssm_xs_tools.h.
References mssm_xs_tools::br().
void mssm_xs_tools_delete | ( | mssm_xs_tools * | obj | ) |
double mssm_xs_tools_mass | ( | mssm_xs_tools * | obj, |
const char * | boson, | ||
double | mA, | ||
double | tanb | ||
) |
get mass of a given Higgs boson for given values of mA and tanb (in GeV)
Definition at line 501 of file mssm_xs_tools.h.
References mssm_xs_tools::mass().
mssm_xs_tools* mssm_xs_tools_new | ( | const char * | filename = "" , |
bool | kINTERPLOTATION = false , |
||
unsigned | verbosity = 0 |
||
) |
constructor
Definition at line 493 of file mssm_xs_tools.h.
References mssm_xs_tools::mssm_xs_tools().
double mssm_xs_tools_width | ( | mssm_xs_tools * | obj, |
const char * | boson, | ||
double | mA, | ||
double | tanb | ||
) |
get total decay width of a given Higgs boson for given values of mA and tanb (in GeV)
Definition at line 506 of file mssm_xs_tools.h.
References mssm_xs_tools::width().
double mssm_xs_tools_xsec | ( | mssm_xs_tools * | obj, |
const char * | mode, | ||
double | mA, | ||
double | tanb | ||
) |
get production cross section for a given production model of a given Higgs boson for given values of mA and tanb (in pb)
Definition at line 514 of file mssm_xs_tools.h.
References mssm_xs_tools::xsec().