ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTau
DerivationFrameworkTau
TauTruthMatchingWrapper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 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
AthAlgTool
,
public
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
41
ToolHandle < TauAnalysisTools::ITauTruthMatchingTool >
m_tTauTruthMatchingTool
;
42
43
};
44
}
45
46
#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:41
DerivationFramework::TauTruthMatchingWrapper::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition:
TauTruthMatchingWrapper.cxx:37
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:25
DerivationFramework::IAugmentationTool
Definition:
IAugmentationTool.h:24
ITauTruthMatchingTool.h
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
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::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:32
DerivationFramework::TauTruthMatchingWrapper::m_tauKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauKey
Definition:
TauTruthMatchingWrapper.h:38
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Sun Dec 22 2024 21:18:59 for ATLAS Offline Software by
1.8.18