ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
JetTagDerivationUtils
src
FlowSelectorAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef FLOW_SELECTOR_ALG_HH
5
#define FLOW_SELECTOR_ALG_HH
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
9
#include "
StoreGate/WriteDecorHandleKey.h
"
10
#include "
StoreGate/ReadDecorHandleKey.h
"
11
12
#include "
xAODBase/IParticleContainer.h
"
13
14
namespace
ftag
{
15
16
class
FlowSelectorAlg
:
public
AthReentrantAlgorithm
{
17
public
:
18
20
FlowSelectorAlg
(
const
std::string& name, ISvcLocator *pSvcLocator);
21
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext&)
const override
;
25
26
27
private
:
28
29
using
IPC
=
xAOD::IParticleContainer
;
30
31
SG::ReadDecorHandleKey<IPC>
m_constituentKey
{
32
this
,
"Constituents"
,
"Something.constituentLinks"
,
33
"Key for the input flow links"
};
34
35
SG::WriteDecorHandleKey<IPC>
m_neutralConstituentOutKey
{
36
this
,
"OutConstituentsNeutral"
,
"Something.constituentLinks"
,
37
"Link to be added to the Jet for neutral constituents"
};
38
39
SG::WriteDecorHandleKey<IPC>
m_chargedConstituentOutKey
{
40
this
,
"OutConstituentsCharged"
,
"Something.constituentLinks"
,
41
"Link to be added to the Jet fr charged constituents"
};
42
};
43
44
}
// end namespace ftag
45
46
#endif
AthReentrantAlgorithm.h
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle 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
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition
StoreGate/StoreGate/ReadDecorHandleKey.h:86
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
ftag::FlowSelectorAlg::FlowSelectorAlg
FlowSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
< Constructors
Definition
FlowSelectorAlg.cxx:18
ftag::FlowSelectorAlg::m_constituentKey
SG::ReadDecorHandleKey< IPC > m_constituentKey
Definition
FlowSelectorAlg.h:31
ftag::FlowSelectorAlg::execute
virtual StatusCode execute(const EventContext &) const override
Definition
FlowSelectorAlg.cxx:32
ftag::FlowSelectorAlg::m_chargedConstituentOutKey
SG::WriteDecorHandleKey< IPC > m_chargedConstituentOutKey
Definition
FlowSelectorAlg.h:39
ftag::FlowSelectorAlg::IPC
xAOD::IParticleContainer IPC
Definition
FlowSelectorAlg.h:29
ftag::FlowSelectorAlg::initialize
virtual StatusCode initialize() override
Definition
FlowSelectorAlg.cxx:22
ftag::FlowSelectorAlg::m_neutralConstituentOutKey
SG::WriteDecorHandleKey< IPC > m_neutralConstituentOutKey
Definition
FlowSelectorAlg.h:35
ftag
Definition
FlowSelectorAlg.cxx:16
xAOD::IParticleContainer
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.
Definition
xAOD/xAODBase/xAODBase/IParticleContainer.h:32
IParticleContainer.h
Generated on
for ATLAS Offline Software by
1.17.0