Hold on to parameters for the Top_Fit class.
More...
#include <Top_Fit.h>
Hold on to parameters for the Top_Fit class.
Definition at line 77 of file Top_Fit.h.
hitfit::Top_Fit_Args::Top_Fit_Args |
( |
const Defaults & |
defs | ) |
|
Constructor, initialize an instance of Top_Fit_Args from an instance of Defaults object.
- Parameters
-
defs | The Defaults instance from which to initialize. The instance must contain the following parameters with types and names:
- bool print_event_flag.
- bool do_higgs_flag.
- double jet_mass_cut.
- double mwhad_min_cut.
- double mwhad_max_cut.
- double mtdiff_max_cut.
- int nkeep.
- bool solve_nu_tmass.
|
Definition at line 68 of file Top_Fit.cc.
bool hitfit::Top_Fit_Args::do_higgs_flag |
( |
| ) |
const |
Return the do_higgs_flag parameter.
Definition at line 98 of file Top_Fit.cc.
double hitfit::Top_Fit_Args::jet_mass_cut |
( |
| ) |
const |
Return the jet_mass_cut parameter.
Definition at line 108 of file Top_Fit.cc.
double hitfit::Top_Fit_Args::mtdiff_max_cut |
( |
| ) |
const |
Return the mwhad_max_cut parameter.
Definition at line 138 of file Top_Fit.cc.
double hitfit::Top_Fit_Args::mwhad_max_cut |
( |
| ) |
const |
Return the mwhad_min_cut parameter.
Definition at line 128 of file Top_Fit.cc.
double hitfit::Top_Fit_Args::mwhad_min_cut |
( |
| ) |
const |
Return the mwhad_min_cut parameter.
Definition at line 118 of file Top_Fit.cc.
int hitfit::Top_Fit_Args::nkeep |
( |
| ) |
const |
Return the nkeep parameter.
Definition at line 148 of file Top_Fit.cc.
bool hitfit::Top_Fit_Args::print_event_flag |
( |
| ) |
const |
Return the print_event_flag parameter.
Definition at line 88 of file Top_Fit.cc.
bool hitfit::Top_Fit_Args::solve_nu_tmass |
( |
| ) |
const |
Return the solve_nu_tmass parameter.
Definition at line 158 of file Top_Fit.cc.
bool hitfit::Top_Fit_Args::_do_higgs_flag |
|
private |
If TRUE, then fit a
events. Otherwise fit
event.
Definition at line 174 of file Top_Fit.h.
double hitfit::Top_Fit_Args::_jet_mass_cut |
|
private |
Reject event before fit if there is at least one jet which have mass larger than this value, in GeV.
Definition at line 180 of file Top_Fit.h.
double hitfit::Top_Fit_Args::_mtdiff_max_cut |
|
private |
Reject event before fit if the mass difference between leptonic top and hadronic top is larger than this value, in GeV.
Definition at line 198 of file Top_Fit.h.
double hitfit::Top_Fit_Args::_mwhad_max_cut |
|
private |
Reject event before fit if the mass of the hadronic
boson is larger than this value, in GeV.
Definition at line 192 of file Top_Fit.h.
double hitfit::Top_Fit_Args::_mwhad_min_cut |
|
private |
Reject event before fit if the mass of the hadronic
boson is smaller than this value, in GeV.
Definition at line 186 of file Top_Fit.h.
int hitfit::Top_Fit_Args::_nkeep |
|
private |
bool hitfit::Top_Fit_Args::_print_event_flag |
|
private |
If TRUE, then print the event after the fit. Otherwise don't print.
Definition at line 168 of file Top_Fit.h.
bool hitfit::Top_Fit_Args::_solve_nu_tmass |
|
private |