ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
FlavorTagDiscriminants
FlavorTagDiscriminants
JetLeptonDecayLabelAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JET_LEPTON_DECAY_LABEL_ALG_H
6
#define JET_LEPTON_DECAY_LABEL_ALG_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
StoreGate/WriteDecorHandleKey.h
"
11
12
#include "
xAODJet/JetContainer.h
"
13
14
15
namespace
FlavorTagDiscriminants
{
16
17
class
JetLeptonDecayLabelAlg
:
public
AthReentrantAlgorithm
{
18
public
:
19
JetLeptonDecayLabelAlg
(
const
std::string& name,
20
ISvcLocator* pSvcLocator);
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext&)
const override
;
24
25
private
:
26
27
// Input container
28
SG::ReadHandleKey<xAOD::JetContainer>
m_jetContainerKey
{
29
this
,
"jetContainer"
,
"AntiKt4EMPFlowJets"
,
30
"Key for the input jet collection"
};
31
32
// Output decorations
33
SG::WriteDecorHandleKey<xAOD::JetContainer>
m_dec_leptonDecayLabel
{
34
this
,
"LeptonDecayLabel"
,
m_jetContainerKey
,
"LeptonDecayLabel"
,
35
"Lepton decay label encoding b/c hadron semileptonic decays"
};
36
SG::WriteDecorHandleKey<xAOD::JetContainer>
m_dec_tauDecayLabel
{
37
this
,
"TauDecayLabel"
,
m_jetContainerKey
,
"TauDecayLabel"
,
38
"Tau decay label encoding leptonic tau sub-decays"
};
39
};
40
41
}
42
43
#endif
AthReentrantAlgorithm.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.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
FlavorTagDiscriminants::JetLeptonDecayLabelAlg::JetLeptonDecayLabelAlg
JetLeptonDecayLabelAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
JetLeptonDecayLabelAlg.cxx:159
FlavorTagDiscriminants::JetLeptonDecayLabelAlg::initialize
virtual StatusCode initialize() override
Definition
JetLeptonDecayLabelAlg.cxx:163
FlavorTagDiscriminants::JetLeptonDecayLabelAlg::execute
virtual StatusCode execute(const EventContext &) const override
Definition
JetLeptonDecayLabelAlg.cxx:171
FlavorTagDiscriminants::JetLeptonDecayLabelAlg::m_jetContainerKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
Definition
JetLeptonDecayLabelAlg.h:28
FlavorTagDiscriminants::JetLeptonDecayLabelAlg::m_dec_leptonDecayLabel
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_leptonDecayLabel
Definition
JetLeptonDecayLabelAlg.h:33
FlavorTagDiscriminants::JetLeptonDecayLabelAlg::m_dec_tauDecayLabel
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_tauDecayLabel
Definition
JetLeptonDecayLabelAlg.h:36
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
FlavorTagDiscriminants
Definition
CaloChargedFlowDecoratorAlg.h:15
Generated on
for ATLAS Offline Software by
1.17.0