ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
PFLCNeutralFlowElementCreatorAlgorithm.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 EFLOWREC_PFLCNEUTRALFLOWELEMENTCREATORALGORITHM_H
6
#define EFLOWREC_PFLCNEUTRALFLOWELEMENTCREATORALGORITHM_H
7
8
#include "
eflowCaloObject.h
"
9
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
13
#include "
xAODCaloEvent/CaloCluster.h
"
14
#include "
xAODPFlow/FlowElement.h
"
15
#include "
xAODPFlow/FlowElementContainer.h
"
16
#include "
xAODPFlow/PFODefs.h
"
17
18
class
PFLCNeutralFlowElementCreatorAlgorithm
:
public
AthReentrantAlgorithm
{
19
20
public
:
21
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
22
23
StatusCode
initialize
();
24
StatusCode
execute
(
const
EventContext& ctx)
const
;
25
26
private
:
27
29
SG::ReadHandleKey<xAOD::FlowElementContainer>
m_neutralFEContainerReadHandleKey
{
this
,
"FEInputContainerName"
,
"JetETMissNeutralParticleFlowObjects"
,
"ReadHandleKey for neutral FlowElementContainer"
};
30
32
SG::WriteHandleKey<xAOD::FlowElementContainer>
m_neutralFELCContainerWriteHandleKey
{
this
,
"FELCOutputName"
,
"JetETMissLCNeutralParticleFlowObjects"
,
"WriteHandleKey for LC neutral FlowElementContainer"
};
33
34
};
35
#endif
AthReentrantAlgorithm.h
CaloCluster.h
PFODefs.h
FlowElementContainer.h
FlowElement.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
PFLCNeutralFlowElementCreatorAlgorithm
Definition
PFLCNeutralFlowElementCreatorAlgorithm.h:18
PFLCNeutralFlowElementCreatorAlgorithm::initialize
StatusCode initialize()
Definition
PFLCNeutralFlowElementCreatorAlgorithm.cxx:9
PFLCNeutralFlowElementCreatorAlgorithm::execute
StatusCode execute(const EventContext &ctx) const
Definition
PFLCNeutralFlowElementCreatorAlgorithm.cxx:17
PFLCNeutralFlowElementCreatorAlgorithm::m_neutralFELCContainerWriteHandleKey
SG::WriteHandleKey< xAOD::FlowElementContainer > m_neutralFELCContainerWriteHandleKey
WriteHandleKey for neutral FE.
Definition
PFLCNeutralFlowElementCreatorAlgorithm.h:32
PFLCNeutralFlowElementCreatorAlgorithm::m_neutralFEContainerReadHandleKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_neutralFEContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
Definition
PFLCNeutralFlowElementCreatorAlgorithm.h:29
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
eflowCaloObject.h
Generated on
for ATLAS Offline Software by
1.17.0