Hold on to parameters for the toy event generator. More...
#include <gentop.h>
Public Member Functions | |
double | boost_sigma () const |
Return the value of boost_sigma parameter. More... | |
std::string | ele_res_str () const |
Return the value of ele_res_str parameter. More... | |
Gentop_Args (const Defaults &defs) | |
Constructor, initialize an instance of Gentop_Args from an instance of Defaults object. More... | |
std::string | jet_res_str () const |
Return the value of jet_res_str parameter. More... | |
std::string | kt_res_str () const |
Return the value of kt_res_str parameter. More... | |
double | m_boost () const |
Return the value of m_boost parameter. More... | |
double | mb () const |
Return the value of mb parameter. More... | |
double | mh () const |
Return the value of mh parameter. More... | |
double | mt () const |
Return the value of mt parameter. More... | |
std::string | muo_res_str () const |
Return the value of muon_res_str parameter. More... | |
bool | muon () const |
Return the value of muon parameter. More... | |
double | mw () const |
Return the value of mw parameter. More... | |
double | recoil_pt_mean () const |
Return the value of recoil_pt_mean parameter. More... | |
double | sigma_mb () const |
Return the value of sigma_mb parameter. More... | |
double | sigma_mh () const |
Return the value of sigma_mh parameter. More... | |
double | sigma_mt () const |
Return the value of sigma_mt parameter. More... | |
double | sigma_mw () const |
Return the value of sigma_mw parameter. More... | |
bool | smear () const |
Return the value of smear parameter. More... | |
bool | smear_dir () const |
Return the value of smear_dir parameter. More... | |
double | svx_tageff () const |
Return the value of svx_tageff parameter. More... | |
double | t_pt_mean () const |
Return the value of t_pt_mean parameter. More... | |
Private Attributes | |
double | _boost_sigma |
std::string | _ele_res_str |
std::string | _jet_res_str |
std::string | _kt_res_str |
double | _m_boost |
double | _mb |
double | _mh |
double | _mt |
std::string | _muo_res_str |
bool | _muon |
double | _mw |
double | _recoil_pt_mean |
double | _sigma_mb |
double | _sigma_mh |
double | _sigma_mt |
double | _sigma_mw |
bool | _smear |
bool | _smear_dir |
double | _svx_tageff |
double | _t_pt_mean |
hitfit::Gentop_Args::Gentop_Args | ( | const Defaults & | defs | ) |
Constructor, initialize an instance of Gentop_Args from an instance of Defaults object.
defs | The defaults instance from which to initialize. The instance must contain the following parameters with types and names:
|
double hitfit::Gentop_Args::boost_sigma | ( | ) | const |
std::string hitfit::Gentop_Args::ele_res_str | ( | ) | const |
std::string hitfit::Gentop_Args::jet_res_str | ( | ) | const |
std::string hitfit::Gentop_Args::kt_res_str | ( | ) | const |
double hitfit::Gentop_Args::m_boost | ( | ) | const |
double hitfit::Gentop_Args::mb | ( | ) | const |
double hitfit::Gentop_Args::mh | ( | ) | const |
double hitfit::Gentop_Args::mt | ( | ) | const |
std::string hitfit::Gentop_Args::muo_res_str | ( | ) | const |
bool hitfit::Gentop_Args::muon | ( | ) | const |
double hitfit::Gentop_Args::mw | ( | ) | const |
double hitfit::Gentop_Args::recoil_pt_mean | ( | ) | const |
double hitfit::Gentop_Args::sigma_mb | ( | ) | const |
double hitfit::Gentop_Args::sigma_mh | ( | ) | const |
double hitfit::Gentop_Args::sigma_mt | ( | ) | const |
double hitfit::Gentop_Args::sigma_mw | ( | ) | const |
bool hitfit::Gentop_Args::smear | ( | ) | const |
bool hitfit::Gentop_Args::smear_dir | ( | ) | const |
double hitfit::Gentop_Args::svx_tageff | ( | ) | const |
double hitfit::Gentop_Args::t_pt_mean | ( | ) | const |
|
private |
|
private |
Electron resolution information in format suitable for Vector_Resolution.
|
private |
Jet resolution information in format suitable for Vector_Resolution.
|
private |
resolution information in format suitable for Vector_Resolution.
|
private |
|
private |
|
private |
|
private |
|
private |
Muon resolution information in format suitable for Vector_Resolution.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |