Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
AugmentationToolLeadingJets.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // AugmentationLeadingJets.h, (c) ATLAS Detector software
8 
9 #ifndef DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
10 #define DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
11 
12 #include <string>
13 
16 #include "xAODJet/JetContainer.h"
19 
20 namespace DerivationFramework {
21 
23  public:
24  AugmentationToolLeadingJets(const std::string& t, const std::string& n, const IInterface* p);
25  virtual StatusCode initialize() override;
26  virtual StatusCode addBranches() const override;
27 
28 
29  private:
31  { this, "JetKey", "AntiKt4EMTopoJets", "" };
33  { this, "DecorationKey", m_jetKey, "DFDecoratorLeadingJets", "" };
34  };
35 }
36 
37 #endif // DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::JetContainer >
IAugmentationTool.h
DerivationFramework::AugmentationToolLeadingJets::m_decorationKey
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decorationKey
Definition: AugmentationToolLeadingJets.h:33
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
SG::ReadHandleKey< xAOD::JetContainer >
DerivationFramework::AugmentationToolLeadingJets::addBranches
virtual StatusCode addBranches() const override
Pass the thinning service
Definition: AugmentationToolLeadingJets.cxx:36
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
beamspotman.n
n
Definition: beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework::AugmentationToolLeadingJets::m_jetKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
Definition: AugmentationToolLeadingJets.h:31
AthAlgTool.h
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::AugmentationToolLeadingJets
Definition: AugmentationToolLeadingJets.h:22
DerivationFramework::AugmentationToolLeadingJets::AugmentationToolLeadingJets
AugmentationToolLeadingJets(const std::string &t, const std::string &n, const IInterface *p)
Definition: AugmentationToolLeadingJets.cxx:20
JetContainer.h
AthAlgTool
Definition: AthAlgTool.h:26
DerivationFramework::AugmentationToolLeadingJets::initialize
virtual StatusCode initialize() override
Definition: AugmentationToolLeadingJets.cxx:28