35 #ifndef HITFIT_TOP_FIT_H 36 #define HITFIT_TOP_FIT_H 320 #endif // not HITFIT_TOP_FIT_H
double mtdiff_max_cut() const
Return the mwhad_max_cut parameter.
Hold on to parameters for the Constrained_Top class.
bool do_higgs_flag() const
Return the do_higgs_flag parameter.
Top_Fit(const Top_Fit_Args &args, double lepw_mass, double hadw_mass, double top_mass)
Constructor.
Hold on to parameters for the Top_Fit class.
Do a constrained kinematic fitting for a event.
CLHEP::HepVector Column_Vector
Define matrix types for the HitFit package, and supply a few additional operations.
bool solve_nu_tmass() const
Return the solve_nu_tmass parameter.
double fit_one_perm(Lepjets_Event &ev, bool &nuz, double &umwhad, double &utmass, double &mt, double &sigmt, Column_Vector &pullx, Column_Vector &pully)
Fit for a single jet permutation.
double mwhad_max_cut() const
Return the mwhad_min_cut parameter.
const Constrained_Top_Args & constrainer_args() const
Represent a simple event consisting of lepton(s) and jet(s). An instance of this class holds a list o...
Fit_Results fit(const Lepjets_Event &ev)
Fit all jets permutations in ev. This function returns a Fit_Results object, which is not easy to ext...
Top_Fit_Args(const Defaults &defs)
Constructor, initialize an instance of Top_Fit_Args from an instance of Defaults object.
friend std::ostream & operator<<(std::ostream &s, const Top_Fit &fitter)
Output stream operator, print the content of this Top_Fit object to an output stream.
Constrained_Top_Args _args
Do a constrained kinematic fit of a event.
Constrained_Top _constrainer
const Top_Fit_Args & args() const
Return a constant reference to the fit arguments.
Define an interface for getting parameter settings.
double jet_mass_cut() const
Return the jet_mass_cut parameter.
int nkeep() const
Return the nkeep parameter.
Handle and fit jet permutations of an event. This is the primary interface between user's Lepjets_Eve...
double mwhad_min_cut() const
Return the mwhad_min_cut parameter.
Holds set(s) of results from more than one kinematic fits.
bool print_event_flag() const
Return the print_event_flag parameter.