Correction tool for truth jets. More...
#include <TruthJetTools.h>
Public Member Functions | |
TruthJetToolCorrect (const std::string &name) | |
Standard constructor. | |
StatusCode | initialize () override |
Initialize this tool. | |
virtual StatusCode | correctObject (xAOD::Jet &jet) override |
Apply selection to a truth jet. |
Correction tool for truth jets.
Doesn't really do anything currently besides set the preselection flag to true, but in the future it may contain some truth-to-reco smearing functionality.
StatusCode ana::TruthJetToolCorrect::correctObject | ( | xAOD::Jet & | jet | ) | [override, virtual] |
Apply selection to a truth jet.
jet | the truth jet | |
accept | boolean selection flag passed by reference |