Selection tool for truth jets. More...
#include <TruthJetTools.h>
Public Member Functions | |
TruthJetToolSelect (const std::string &name) | |
Standard constructor. | |
StatusCode | initialize () override |
Initialize this tool. | |
virtual StatusCode | selectObject (xAOD::Jet &jet) override |
Apply selection to a truth jet. |
Selection tool for truth jets.
Contains the slimmed down functionality necessary to select truth jets. There is no reco-like cleaning tool.
StatusCode ana::TruthJetToolSelect::selectObject | ( | xAOD::Jet & | jet | ) | [override, virtual] |
Apply selection to a truth jet.
jet | the truth jet | |
accept | boolean selection flag passed by reference |