ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTau
DerivationFrameworkTau
DiTauIDDecoratorWrapper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DERIVATIONFRAMEWORKTAU_DITAUIDDECORATORWRAPPER_H
6
#define DERIVATIONFRAMEWORKTAU_DITAUIDDECORATORWRAPPER_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
DiTauRec/DiTauOnnxDiscriminantTool.h
"
12
#include "
StoreGate/WriteDecorHandleKeyArray.h
"
13
#include "
xAODTau/DiTauJetContainer.h
"
14
15
#include <string>
16
#include <vector>
17
22
namespace
DerivationFramework
{
23
24
class
DiTauIDDecoratorWrapper
:
public
extends<AthAlgTool, IAugmentationTool> {
25
public
:
26
using
base_class::base_class;
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
StatusCode
addBranches
()
const override
;
30
31
private
:
32
SG::ReadHandleKey<xAOD::DiTauJetContainer>
m_ditauContainerKey
{
this
,
"DiTauContainerName"
,
"DiTauJets"
,
"Input tau container key"
};
33
SG::WriteDecorHandleKey<xAOD::DiTauJetContainer>
m_scoreDecorKey
{
this
,
"ScoreDecorationKey"
,
""
};
34
35
ToolHandle<DiTauOnnxDiscriminantTool>
m_tDiTauOnnxDiscriminantTool
{
this
,
"DiTauOnnxDiscriminantTool"
,
""
};
36
37
};
38
}
39
40
#endif // DERIVATIONFRAMEWORKTAU_DITAUIDDECORATORWRAPPER_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition:
StoreGate/StoreGate/WriteDecorHandleKey.h:89
IAugmentationTool.h
DiTauJetContainer.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
DerivationFramework::DiTauIDDecoratorWrapper::m_scoreDecorKey
SG::WriteDecorHandleKey< xAOD::DiTauJetContainer > m_scoreDecorKey
Definition:
DiTauIDDecoratorWrapper.h:33
DiTauOnnxDiscriminantTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
DerivationFramework::DiTauIDDecoratorWrapper::m_ditauContainerKey
SG::ReadHandleKey< xAOD::DiTauJetContainer > m_ditauContainerKey
Definition:
DiTauIDDecoratorWrapper.h:32
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
DerivationFramework::DiTauIDDecoratorWrapper::addBranches
virtual StatusCode addBranches() const override
Definition:
DiTauIDDecoratorWrapper.cxx:25
DerivationFramework::DiTauIDDecoratorWrapper
Definition:
DiTauIDDecoratorWrapper.h:24
DerivationFramework::DiTauIDDecoratorWrapper::m_tDiTauOnnxDiscriminantTool
ToolHandle< DiTauOnnxDiscriminantTool > m_tDiTauOnnxDiscriminantTool
Definition:
DiTauIDDecoratorWrapper.h:35
WriteDecorHandleKeyArray.h
DerivationFramework::DiTauIDDecoratorWrapper::initialize
virtual StatusCode initialize() override
Definition:
DiTauIDDecoratorWrapper.cxx:11
Generated on Mon Sep 29 2025 21:09:13 for ATLAS Offline Software by
1.8.18