20 #ifndef HitFit_JetTranslatorBase_h
21 #define HitFit_JetTranslatorBase_h
114 bool useObjEmbRes =
false);
134 bool CheckEta(
const AJet& jet)
const;
168 #endif // #ifndef HitFit_JetTranslatorBase_h
const EtaDepResolution & bResolution() const
Return the dependent resolution for jets.
Define three-vector and four-vector classes for the HitFit package, and supply a few additional opera...
JetTranslatorBase()
Default constructor.
double jes_
The jet energy scale.
EtaDepResolution udscResolution_
The dependent resolution for $udsc$ jets.
const EtaDepResolution & udscResolution() const
Return the dependent resolution for jets.
Hold on to -dependent resolution. This class acts as a function object and returns Vector_Resolution ...
Represent a jet in an instance of Lepjets_Event class.
Lepjets_Event_Jet operator()(const AJet &jet, int type=hitfit::unknown_label, bool useObjEmbRes=false)
Convert a jet physics object of type AJet into HitFit jet physics object of type Lepjets_Event_Jet. This operator must be able to apply the appropriate jet energy correction in accord with the type of the jet.
A class to represent a jet in an instance of Lepjets_Event class. The class is derived from the Lepje...
std::string jetCorrectionLevel_
The jet correction level.
~JetTranslatorBase()
Destructor.
Hold on to -dependent resolution. This class acts as a function object and returns Vector_Resolution ...
EtaDepResolution bResolution_
The dependent resolution for $b$ jets.
Template class of function object to translate jet physics object to HitFit's Lepjets_Event_Jet objec...
bool CheckEta(const AJet &jet) const
Check if a jet has value which is within the valid range of the resolution.
double jesB_
The b-jet energy scale.