#include <Jet.h>
Public Member Functions | |
Jet (const Jet &) | |
Jet & | operator= (const Jet &) |
void | setState (int sys) |
Systematic-shifted state for particles. | |
float | getFTSys (Susy::NtSys::SusyNtSys sys) |
void | setFTSys (Susy::NtSys::SusyNtSys sys, double scale) |
void | print () const |
Print method. | |
void | clear () |
ClassDef (Jet, 18) | |
Public Attributes | |
float | jvf |
Jet vertex fraction. | |
float | jvt |
Jet vertex tagger. | |
float | detEta |
Detector eta. | |
float | emfrac |
EM fraction. | |
int | truthLabel |
Flavor truth label. | |
bool | matchTruth |
Matches truth jet. | |
int | nTracks |
Number of tracks associated with jet. | |
bool | bjet |
Is b-jet a la SUSYTools (70% w.p.) | |
float | effscalefact |
B-tag SF a la SUSYTools (70% w.p.) | |
float | mv1 |
MV1 btag weight. | |
float | mv2c20 |
MV2c20 btag weight. | |
float | sv1plusip3d |
SV1plusIP3D btag weight. | |
bool | isBadVeryLoose |
bad jet flag computed with SUSYTools | |
bool | isHotTile |
tile hot spot flag computed with SUSYTools | |
float | bch_corr_jet |
Needed for dead region veto. | |
float | bch_corr_cell |
For studying BCH cleaning prescription. | |
bool | isBadMediumBCH |
BCH cleaning flag, https://twiki.cern.ch/twiki/bin/view/AtlasProtected/BCHCleaningTool. | |
bool | isBadMediumBCH_up |
BCH cleaning flag. | |
bool | isBadMediumBCH_dn |
BCH cleaning flag. | |
bool | isBadTightBCH |
BCH cleaning flag. | |
float | jer |
jet energy resolution | |
std::vector< float > | groupedNP |
Reduced 3*2 JES systematics. | |
std::vector< float > | FTSys |
Flavor Tagger syst: B(10*2), C(4*2), light(12*2) jet systematics. |
Jet class.
void Jet::setState | ( | int | sys | ) |
Systematic-shifted state for particles.
Base class method simply resets
Reimplemented from Susy::Particle.