![]() |
ATLAS Offline Software
|
#include <HIJetAugmentationTool.h>
Public Member Functions | |
| HIJetAugmentationTool (const std::string &t, const std::string &n, const IInterface *p) | |
| ~HIJetAugmentationTool () | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| virtual StatusCode | addBranches (const EventContext &ctx) const |
Private Attributes | |
| Gaudi::Property< float > | m_deltaR |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey |
| SG::ReadHandleKey< xAOD::JetContainer > | m_hiJet_key |
| SG::ReadHandleKey< xAOD::JetContainer > | m_caloJet_key |
| PublicToolHandle< IJetUpdateJvt > | m_jvtUpdateTool |
| JVT update tool. | |
| SG::WriteDecorHandleKey< xAOD::JetContainer > | m_jvtMatchedKey |
Definition at line 26 of file HIJetAugmentationTool.h.
| DerivationFramework::HIJetAugmentationTool::HIJetAugmentationTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 11 of file HIJetAugmentationTool.cxx.
| DerivationFramework::HIJetAugmentationTool::~HIJetAugmentationTool | ( | ) |
Definition at line 18 of file HIJetAugmentationTool.cxx.
|
virtual |
Definition at line 53 of file HIJetAugmentationTool.cxx.
| StatusCode DerivationFramework::HIJetAugmentationTool::finalize | ( | ) |
Definition at line 39 of file HIJetAugmentationTool.cxx.
| StatusCode DerivationFramework::HIJetAugmentationTool::initialize | ( | ) |
Definition at line 23 of file HIJetAugmentationTool.cxx.
|
private |
Definition at line 47 of file HIJetAugmentationTool.h.
|
private |
Definition at line 40 of file HIJetAugmentationTool.h.
|
private |
Definition at line 43 of file HIJetAugmentationTool.h.
|
private |
Definition at line 45 of file HIJetAugmentationTool.h.
|
private |
Definition at line 56 of file HIJetAugmentationTool.h.
|
private |
JVT update tool.
Definition at line 51 of file HIJetAugmentationTool.h.