Hold on to parameters for the Top_Fit class. More...
#include <Top_Fit.h>
Public Member Functions | |
const Constrained_Top_Args & | constrainer_args () const |
bool | do_higgs_flag () const |
Return the do_higgs_flag parameter. More... | |
double | jet_mass_cut () const |
Return the jet_mass_cut parameter. More... | |
double | mtdiff_max_cut () const |
Return the mwhad_max_cut parameter. More... | |
double | mwhad_max_cut () const |
Return the mwhad_min_cut parameter. More... | |
double | mwhad_min_cut () const |
Return the mwhad_min_cut parameter. More... | |
int | nkeep () const |
Return the nkeep parameter. More... | |
bool | print_event_flag () const |
Return the print_event_flag parameter. More... | |
bool | solve_nu_tmass () const |
Return the solve_nu_tmass parameter. More... | |
Top_Fit_Args (const Defaults &defs) | |
Constructor, initialize an instance of Top_Fit_Args from an instance of Defaults object. More... | |
Private Attributes | |
Constrained_Top_Args | _args |
bool | _do_higgs_flag |
double | _jet_mass_cut |
double | _mtdiff_max_cut |
double | _mwhad_max_cut |
double | _mwhad_min_cut |
int | _nkeep |
bool | _print_event_flag |
bool | _solve_nu_tmass |
hitfit::Top_Fit_Args::Top_Fit_Args | ( | const Defaults & | defs | ) |
Constructor, initialize an instance of Top_Fit_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:
|
Definition at line 68 of file Top_Fit.cc.
const Constrained_Top_Args & hitfit::Top_Fit_Args::constrainer_args | ( | ) | const |
bool hitfit::Top_Fit_Args::do_higgs_flag | ( | ) | const |
Return the do_higgs_flag parameter.
Definition at line 98 of file Top_Fit.cc.
References _do_higgs_flag.
Referenced by hitfit::Top_Fit::fit(), and hitfit::RunHitFit< AElectron, AMuon, AJet, AMet >::FitAllPermutation().
double hitfit::Top_Fit_Args::jet_mass_cut | ( | ) | const |
Return the jet_mass_cut parameter.
Definition at line 108 of file Top_Fit.cc.
References _jet_mass_cut.
double hitfit::Top_Fit_Args::mtdiff_max_cut | ( | ) | const |
Return the mwhad_max_cut parameter.
Definition at line 138 of file Top_Fit.cc.
References _mtdiff_max_cut.
double hitfit::Top_Fit_Args::mwhad_max_cut | ( | ) | const |
Return the mwhad_min_cut parameter.
Definition at line 128 of file Top_Fit.cc.
References _mwhad_max_cut.
double hitfit::Top_Fit_Args::mwhad_min_cut | ( | ) | const |
Return the mwhad_min_cut parameter.
Definition at line 118 of file Top_Fit.cc.
References _mwhad_min_cut.
int hitfit::Top_Fit_Args::nkeep | ( | ) | const |
Return the nkeep parameter.
Definition at line 148 of file Top_Fit.cc.
References _nkeep.
Referenced by hitfit::Top_Fit::fit().
bool hitfit::Top_Fit_Args::print_event_flag | ( | ) | const |
Return the print_event_flag parameter.
Definition at line 88 of file Top_Fit.cc.
References _print_event_flag.
Referenced by hitfit::Top_Fit::fit(), and hitfit::Top_Fit::fit_one_perm().
bool hitfit::Top_Fit_Args::solve_nu_tmass | ( | ) | const |
Return the solve_nu_tmass parameter.
Definition at line 158 of file Top_Fit.cc.
References _solve_nu_tmass.
Referenced by hitfit::Top_Fit::fit_one_perm().
|
private |
The internal state, parameter settings for the Constrained_Top instance within an instance of Top_Fit.
Definition at line 231 of file Top_Fit.h.
Referenced by Vispa.Main.Application.Application::_readCommandLineAttributes(), and constrainer_args().
|
private |
If TRUE, then fit a events. Otherwise fit event.
Definition at line 174 of file Top_Fit.h.
Referenced by do_higgs_flag().
|
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.
Referenced by jet_mass_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.
Referenced by mtdiff_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.
Referenced by mwhad_max_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.
Referenced by mwhad_min_cut().
|
private |
The number of Fit_Results from different jet permutations to keep. It is recommended that the number is set accordingly to the maximally allowed number of jets in the event. The number for possible permutations, , as a function of number of jets, , for event is given by:
The number for possible permutations, , as a function of number of jets, , for is given by:
Definition at line 216 of file Top_Fit.h.
Referenced by nkeep().
|
private |
If TRUE, then print the event after the fit. Otherwise don't print.
Definition at line 168 of file Top_Fit.h.
Referenced by print_event_flag().
|
private |
If TRUE, then solve the neutrino longitudinal component by requiring the leptonic top have the same mass as the hadronic top. If FALSE, then solve the neutrino longitudinal component by requiring the lepton and neutrino mass to equal to the mass of the boson .
Definition at line 225 of file Top_Fit.h.
Referenced by solve_nu_tmass().