ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTau
DerivationFrameworkTau
TauTruthMatchingWrapper.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
// TauTruthMatchingWrapper.h
7
// Author: Evelina Bouhova-Thacker (e.bouhova@cern.ch)
9
10
#ifndef DERIVATIONFRAMEWORK_TAUTRUTHMATCHINGWRAPPER_H
11
#define DERIVATIONFRAMEWORK_TAUTRUTHMATCHINGWRAPPER_H
12
13
#include <string>
14
15
#include "
AthenaBaseComps/AthAlgTool.h
"
16
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
17
#include "GaudiKernel/ToolHandle.h"
18
#include "
TauAnalysisTools/ITauTruthMatchingTool.h
"
19
#include "
StoreGate/ReadHandleKey.h
"
20
#include "
xAODTau/TauJetContainer.h
"
21
26
namespace
DerivationFramework
{
27
28
class
TauTruthMatchingWrapper
:
public
extends<AthAlgTool, IAugmentationTool> {
29
public
:
30
TauTruthMatchingWrapper
(
const
std::string&
t
,
const
std::string&
n
,
const
IInterface*
p
);
31
32
StatusCode
initialize
();
33
StatusCode
finalize
();
34
virtual
StatusCode
addBranches
()
const
;
35
36
private
:
37
SG::ReadHandleKey<xAOD::TauJetContainer>
m_tauKey
38
{
this
,
"TauContainerName"
,
"TauJets"
,
"ReadHandleKey for input TauJetContainer"
};
39
40
ToolHandle < TauAnalysisTools::ITauTruthMatchingTool >
m_tTauTruthMatchingTool
{
this
,
"TauTruthMatchingTool"
,
"TauAnalysisTools::TauTruthMatchingTool"
};
41
42
};
43
}
44
45
#endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DerivationFramework::TauTruthMatchingWrapper::m_tTauTruthMatchingTool
ToolHandle< TauAnalysisTools::ITauTruthMatchingTool > m_tTauTruthMatchingTool
Definition:
TauTruthMatchingWrapper.h:40
DerivationFramework::TauTruthMatchingWrapper::addBranches
virtual StatusCode addBranches() const
Definition:
TauTruthMatchingWrapper.cxx:32
IAugmentationTool.h
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
DerivationFramework::TauTruthMatchingWrapper::initialize
StatusCode initialize()
Definition:
TauTruthMatchingWrapper.cxx:20
ITauTruthMatchingTool.h
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:209
beamspotman.n
n
Definition:
beamspotman.py:727
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework::TauTruthMatchingWrapper::TauTruthMatchingWrapper
TauTruthMatchingWrapper(const std::string &t, const std::string &n, const IInterface *p)
Definition:
TauTruthMatchingWrapper.cxx:15
AthAlgTool.h
DerivationFramework::TauTruthMatchingWrapper
Definition:
TauTruthMatchingWrapper.h:28
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
TauJetContainer.h
DerivationFramework::TauTruthMatchingWrapper::finalize
StatusCode finalize()
Definition:
TauTruthMatchingWrapper.cxx:27
DerivationFramework::TauTruthMatchingWrapper::m_tauKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
Definition:
TauTruthMatchingWrapper.h:38
Generated on Mon Sep 29 2025 21:19:38 for ATLAS Offline Software by
1.8.18