ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkMuons
src
MuonJetDrTool.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
// MuonJetDrTool.h
8
#ifndef DERIVATIONFRAMEWORK_MuonJetDrTool_H
9
#define DERIVATIONFRAMEWORK_MuonJetDrTool_H
10
11
// Gaudi & Athena basics
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
14
#include "GaudiKernel/ToolHandle.h"
15
#include "
StoreGate/ReadHandleKey.h
"
16
#include "
StoreGate/WriteDecorHandleKey.h
"
17
#include "
xAODJet/JetContainer.h
"
18
#include "
xAODMuon/MuonContainer.h
"
19
20
namespace
DerivationFramework
{
21
class
MuonJetDrTool
:
public
extends<AthAlgTool, IAugmentationTool> {
22
public
:
23
24
using
base_class::base_class;
25
26
virtual
StatusCode
initialize
()
override
final
;
27
virtual
StatusCode
addBranches
(
const
EventContext& ctx)
const
override
final
;
28
29
private
:
30
SG::ReadHandleKey<xAOD::MuonContainer>
m_muonSGKey
{
this
,
"ContainerKey"
,
"Muons"
};
31
SG::ReadHandleKey<xAOD::JetContainer>
m_jetSGKey
{
this
,
"JetContainerKey"
,
"AntiKt4EMTopoJets"
};
32
SG::WriteDecorHandleKey<xAOD::MuonContainer>
m_jetDR_SGKey
{
this
,
"dRDecoration"
,
m_muonSGKey
,
"DFCommonJetDr"
};
33
34
Gaudi::Property<float>
m_jetMinPt
{
this
,
"JetMinPt"
, 20.e3,
"Minimal pt cut of the jets to be considered"
};
35
};
36
}
// namespace DerivationFramework
37
#endif
//
AthAlgTool.h
MuonContainer.h
IAugmentationTool.h
JetContainer.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
DerivationFramework::MuonJetDrTool
Definition
MuonJetDrTool.h:21
DerivationFramework::MuonJetDrTool::initialize
virtual StatusCode initialize() override final
Definition
MuonJetDrTool.cxx:11
DerivationFramework::MuonJetDrTool::addBranches
virtual StatusCode addBranches(const EventContext &ctx) const override final
Definition
MuonJetDrTool.cxx:19
DerivationFramework::MuonJetDrTool::m_jetMinPt
Gaudi::Property< float > m_jetMinPt
Definition
MuonJetDrTool.h:34
DerivationFramework::MuonJetDrTool::m_muonSGKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonSGKey
Definition
MuonJetDrTool.h:30
DerivationFramework::MuonJetDrTool::m_jetDR_SGKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_jetDR_SGKey
Definition
MuonJetDrTool.h:32
DerivationFramework::MuonJetDrTool::m_jetSGKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetSGKey
Definition
MuonJetDrTool.h:31
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0