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. | |
double | jet_mass_cut () const |
Return the jet_mass_cut parameter. | |
double | mtdiff_max_cut () const |
Return the mwhad_max_cut parameter. | |
double | mwhad_max_cut () const |
Return the mwhad_min_cut parameter. | |
double | mwhad_min_cut () const |
Return the mwhad_min_cut parameter. | |
int | nkeep () const |
Return the nkeep parameter. | |
bool | print_event_flag () const |
Return the print_event_flag parameter. | |
bool | solve_nu_tmass () const |
Return the solve_nu_tmass parameter. | |
Top_Fit_Args (const Defaults &defs) | |
Constructor, initialize an instance of Top_Fit_Args from an instance of Defaults object. | |
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 69 of file Top_Fit.cc.
: _print_event_flag (defs.get_bool ("print_event_flag")), _do_higgs_flag (defs.get_bool ("do_higgs_flag")), _jet_mass_cut (defs.get_float ("jet_mass_cut")), _mwhad_min_cut (defs.get_float ("mwhad_min_cut")), _mwhad_max_cut (defs.get_float ("mwhad_max_cut")), _mtdiff_max_cut (defs.get_float ("mtdiff_max_cut")), _nkeep (defs.get_int ("nkeep")), _solve_nu_tmass (defs.get_bool ("solve_nu_tmass")), _args (defs) { }
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 99 of file Top_Fit.cc.
References _do_higgs_flag.
Referenced by hitfit::Top_Fit::fit(), and hitfit::RunHitFit< AElectron, AMuon, AJet, AMet >::FitAllPermutation().
{ return _do_higgs_flag; }
double hitfit::Top_Fit_Args::jet_mass_cut | ( | ) | const |
Return the jet_mass_cut parameter.
Definition at line 109 of file Top_Fit.cc.
References _jet_mass_cut.
{ return _jet_mass_cut; }
double hitfit::Top_Fit_Args::mtdiff_max_cut | ( | ) | const |
Return the mwhad_max_cut parameter.
Definition at line 139 of file Top_Fit.cc.
References _mtdiff_max_cut.
{ return _mtdiff_max_cut; }
double hitfit::Top_Fit_Args::mwhad_max_cut | ( | ) | const |
Return the mwhad_min_cut parameter.
Definition at line 129 of file Top_Fit.cc.
References _mwhad_max_cut.
{ return _mwhad_max_cut; }
double hitfit::Top_Fit_Args::mwhad_min_cut | ( | ) | const |
Return the mwhad_min_cut parameter.
Definition at line 119 of file Top_Fit.cc.
References _mwhad_min_cut.
{ return _mwhad_min_cut; }
int hitfit::Top_Fit_Args::nkeep | ( | ) | const |
Return the nkeep parameter.
Definition at line 149 of file Top_Fit.cc.
References _nkeep.
Referenced by hitfit::Top_Fit::fit().
{ return _nkeep; }
bool hitfit::Top_Fit_Args::print_event_flag | ( | ) | const |
Return the print_event_flag parameter.
Definition at line 89 of file Top_Fit.cc.
References _print_event_flag.
Referenced by hitfit::Top_Fit::fit(), and hitfit::Top_Fit::fit_one_perm().
{ return _print_event_flag; }
bool hitfit::Top_Fit_Args::solve_nu_tmass | ( | ) | const |
Return the solve_nu_tmass parameter.
Definition at line 159 of file Top_Fit.cc.
References _solve_nu_tmass.
Referenced by hitfit::Top_Fit::fit_one_perm().
{ return _solve_nu_tmass; }
The internal state, parameter settings for the Constrained_Top instance within an instance of Top_Fit.
Definition at line 232 of file Top_Fit.h.
Referenced by constrainer_args().
bool hitfit::Top_Fit_Args::_do_higgs_flag [private] |
If TRUE, then fit a events. Otherwise fit event.
Definition at line 175 of file Top_Fit.h.
Referenced by do_higgs_flag().
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 181 of file Top_Fit.h.
Referenced by jet_mass_cut().
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 199 of file Top_Fit.h.
Referenced by mtdiff_max_cut().
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 193 of file Top_Fit.h.
Referenced by mwhad_max_cut().
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 187 of file Top_Fit.h.
Referenced by mwhad_min_cut().
int hitfit::Top_Fit_Args::_nkeep [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 217 of file Top_Fit.h.
Referenced by nkeep().
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 169 of file Top_Fit.h.
Referenced by print_event_flag().
bool hitfit::Top_Fit_Args::_solve_nu_tmass [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 226 of file Top_Fit.h.
Referenced by solve_nu_tmass().