Represent a jet in an instance of Lepjets_Event class. More...
#include "TopQuarkAnalysis/TopHitFit/interface/fourvec.h"
#include "TopQuarkAnalysis/TopHitFit/interface/Vector_Resolution.h"
#include "TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h"
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | hitfit::Lepjets_Event_Jet |
A class to represent a jet in an instance of Lepjets_Event class. The class is derived from the Lepjets_Event_Lep class. In addition to the information stored in Lepjets_Event_Lep class, this class holds the following information: More... | |
Namespaces | |
hitfit | |
Enumerations | |
enum | hitfit::Jet_Labels { hitfit::isr_label = 0, hitfit::lepb_label = 11, hitfit::hadb_label = 12, hitfit::hadw1_label = 13, hitfit::hadw2_label = 14, hitfit::higgs_label = 15, hitfit::unknown_label = 20 } |
Functions | |
char | hitfit::jetTypeChar (int type) |
Helper function: Translate jet type code from integer to char. The following notation is used for each type of jet: More... | |
std::string | hitfit::jetTypeString (int type) |
Helper function: Translate jet type code from integer to char. The following notation is used for each type of jet: More... | |
template<class T > | |
std::string | hitfit::jetTypeString (std::vector< T > jet_types) |
Helper function: Translate jet type code from a list of numbers to a string. More... | |
std::ostream & | hitfit::operator<< (std::ostream &s, const Lepjets_Event_Jet &l) |
Output stream operator, print the content of this Lepjets_Event_Jet to an output stream. More... | |
Represent a jet in an instance of Lepjets_Event class.
Definition in file Lepjets_Event_Jet.h.