hep::TopTaggerFixedR Class Reference
#include <TopTaggerFixedR.hh>
Public Member Functions | |
TopTaggerFixedR () | |
TopTaggerFixedR (const fastjet::PseudoJet &jet) | |
TopTaggerFixedR (fastjet::PseudoJet const &jet, double mtmass, double mwmass) | |
void | run () |
void | do_qjets (bool qjets) |
void | set_mass_drop_threshold (double x) |
void | set_max_subjet_mass (double x) |
void | set_filtering_n (unsigned nfilt) |
void | set_filtering_R (double Rfilt) |
void | set_filtering_minpt_subjet (double x) |
void | set_filtering_jetalgorithm (fastjet::JetAlgorithm jet_algorithm) |
void | set_reclustering_jetalgorithm (fastjet::JetAlgorithm jet_algorithm) |
void | set_mode (enum Mode mode) |
void | set_mt (double x) |
void | set_mw (double x) |
void | set_top_mass_range (double xmin, double xmax) |
void | set_fw (double fw) |
void | set_mass_ratio_range (double rmin, double rmax) |
void | set_mass_ratio_cut (double m23cut, double m13cutmin, double m13cutmax) |
void | set_top_minpt (double x) |
void | set_pruning_zcut (double zcut) |
void | set_pruning_rcut_factor (double rcut_factor) |
void | set_debug (bool debug) |
void | set_qjets (double q_zcut, double q_dcut_fctr, double q_exp_min, double q_exp_max, double q_rigidity, double q_truncation_fctr) |
bool | is_maybe_top () const |
bool | is_masscut_passed () const |
bool | is_minptcut_passed () const |
bool | is_tagged () const |
double | delta_top () const |
double | djsum () const |
double | pruned_mass () const |
double | unfiltered_mass () const |
double | f_rec () |
fastjet::PseudoJet const & | t () const |
fastjet::PseudoJet const & | b () const |
fastjet::PseudoJet const & | W () const |
fastjet::PseudoJet const & | W1 () const |
fastjet::PseudoJet const & | W2 () const |
std::vector< fastjet::PseudoJet > const & | top_subjets () const |
fastjet::PseudoJet const & | j1 () const |
fastjet::PseudoJet const & | j2 () const |
fastjet::PseudoJet const & | j3 () const |
std::vector< fastjet::PseudoJet > const & | top_hadrons () const |
std::vector< fastjet::PseudoJet > const & | hardparts () const |
fastjet::PseudoJet const & | fat_initial () |
void | get_setting () const |
void | get_info () const |
double | nsub (const fastjet::PseudoJet &jet, int order, fastjet::contrib::Njettiness::AxesMode axes=fastjet::contrib::Njettiness::kt_axes, double beta=1., double R0=1.) |
double | q_weight () |
Constructor & Destructor Documentation
hep::TopTaggerFixedR::TopTaggerFixedR | ( | ) |
hep::TopTaggerFixedR::TopTaggerFixedR | ( | const fastjet::PseudoJet & | jet | ) |
hep::TopTaggerFixedR::TopTaggerFixedR | ( | fastjet::PseudoJet const & | jet, |
double | mtmass, | ||
double | mwmass | ||
) |
Member Function Documentation
fastjet::PseudoJet const & hep::TopTaggerFixedR::b | ( | ) | const |
double hep::TopTaggerFixedR::delta_top | ( | ) | const |
double hep::TopTaggerFixedR::djsum | ( | ) | const |
void hep::TopTaggerFixedR::do_qjets | ( | bool | qjets | ) |
double hep::TopTaggerFixedR::f_rec | ( | ) |
fastjet::PseudoJet const & hep::TopTaggerFixedR::fat_initial | ( | ) |
void hep::TopTaggerFixedR::get_info | ( | ) | const |
void hep::TopTaggerFixedR::get_setting | ( | ) | const |
std::vector< fastjet::PseudoJet > const & hep::TopTaggerFixedR::hardparts | ( | ) | const |
bool hep::TopTaggerFixedR::is_masscut_passed | ( | ) | const |
bool hep::TopTaggerFixedR::is_maybe_top | ( | ) | const |
bool hep::TopTaggerFixedR::is_minptcut_passed | ( | ) | const |
bool hep::TopTaggerFixedR::is_tagged | ( | ) | const |
fastjet::PseudoJet const & hep::TopTaggerFixedR::j1 | ( | ) | const |
fastjet::PseudoJet const & hep::TopTaggerFixedR::j2 | ( | ) | const |
fastjet::PseudoJet const & hep::TopTaggerFixedR::j3 | ( | ) | const |
double hep::TopTaggerFixedR::nsub | ( | const fastjet::PseudoJet & | jet, |
int | order, | ||
fastjet::contrib::Njettiness::AxesMode | axes = fastjet::contrib::Njettiness::kt_axes , |
||
double | beta = 1. , |
||
double | R0 = 1. |
||
) |
double hep::TopTaggerFixedR::pruned_mass | ( | ) | const |
double hep::TopTaggerFixedR::q_weight | ( | ) |
void hep::TopTaggerFixedR::run | ( | ) |
void hep::TopTaggerFixedR::set_debug | ( | bool | debug | ) |
void hep::TopTaggerFixedR::set_filtering_jetalgorithm | ( | fastjet::JetAlgorithm | jet_algorithm | ) |
void hep::TopTaggerFixedR::set_filtering_minpt_subjet | ( | double | x | ) |
void hep::TopTaggerFixedR::set_filtering_n | ( | unsigned | nfilt | ) |
void hep::TopTaggerFixedR::set_filtering_R | ( | double | Rfilt | ) |
void hep::TopTaggerFixedR::set_fw | ( | double | fw | ) |
void hep::TopTaggerFixedR::set_mass_drop_threshold | ( | double | x | ) |
void hep::TopTaggerFixedR::set_mass_ratio_cut | ( | double | m23cut, |
double | m13cutmin, | ||
double | m13cutmax | ||
) |
void hep::TopTaggerFixedR::set_mass_ratio_range | ( | double | rmin, |
double | rmax | ||
) |
void hep::TopTaggerFixedR::set_max_subjet_mass | ( | double | x | ) |
void hep::TopTaggerFixedR::set_mode | ( | enum Mode | mode | ) |
void hep::TopTaggerFixedR::set_mt | ( | double | x | ) |
void hep::TopTaggerFixedR::set_mw | ( | double | x | ) |
void hep::TopTaggerFixedR::set_pruning_rcut_factor | ( | double | rcut_factor | ) |
void hep::TopTaggerFixedR::set_pruning_zcut | ( | double | zcut | ) |
void hep::TopTaggerFixedR::set_qjets | ( | double | q_zcut, |
double | q_dcut_fctr, | ||
double | q_exp_min, | ||
double | q_exp_max, | ||
double | q_rigidity, | ||
double | q_truncation_fctr | ||
) |
void hep::TopTaggerFixedR::set_reclustering_jetalgorithm | ( | fastjet::JetAlgorithm | jet_algorithm | ) |
void hep::TopTaggerFixedR::set_top_mass_range | ( | double | xmin, |
double | xmax | ||
) |
void hep::TopTaggerFixedR::set_top_minpt | ( | double | x | ) |
fastjet::PseudoJet const & hep::TopTaggerFixedR::t | ( | ) | const |
std::vector< fastjet::PseudoJet > const & hep::TopTaggerFixedR::top_hadrons | ( | ) | const |
std::vector< fastjet::PseudoJet > const & hep::TopTaggerFixedR::top_subjets | ( | ) | const |
double hep::TopTaggerFixedR::unfiltered_mass | ( | ) | const |
fastjet::PseudoJet const & hep::TopTaggerFixedR::W | ( | ) | const |
fastjet::PseudoJet const & hep::TopTaggerFixedR::W1 | ( | ) | const |
fastjet::PseudoJet const & hep::TopTaggerFixedR::W2 | ( | ) | const |
The documentation for this class was generated from the following files:
- external/hep/hep/TopTaggerFixedR.hh
- external/hep/source/TopTaggerFixedR.cpp