ATLAS Offline Software
PFMLNeutralFlowElementCreatorAlgorithm.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 PFMLNeutralFlowElementCreatorAlgorithm_H
6 #define PFMLNeutralFlowElementCreatorAlgorithm_H
7 
16 
18 
20 #include "GaudiKernel/ToolHandle.h"
21 #include "StoreGate/DataHandle.h"
22 
24 #include "xAODPFlow/FlowElement.h"
26 #include "xAODPFlow/PFODefs.h"
27 
29 {
30 
31 public:
32  using AthReentrantAlgorithm::AthReentrantAlgorithm;
33 
35  StatusCode execute(const EventContext &ctx) const;
36 
37 protected:
40 
42  SG::ReadHandleKey<xAOD::FlowElementContainer> m_neutralFEContainerReadHandleKey{this, "FEInputContainerName", "JetETMissNeutralParticleFlowObjects", "ReadHandleKey for neutral FlowElementContainer"};
43 
45  SG::WriteHandleKey<xAOD::FlowElementContainer> m_neutralFEMLContainerWriteHandleKey{this, "FEMLOutputName", "JetETMissMLNeutralParticleFlowObjects", "WriteHandleKey for LC neutral FlowElementContainer"};
46 };
47 #endif
FlowElementContainer.h
PFMLNeutralFlowElementCreatorAlgorithm::scaleEnergyToAlternativeSignalState
void scaleEnergyToAlternativeSignalState(xAOD::FlowElement &pfo, const xAOD::CaloCluster &cls) const
Definition: PFMLNeutralFlowElementCreatorAlgorithm.cxx:49
CaloClusterListBadChannel.cls
cls
Definition: CaloClusterListBadChannel.py:8
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
DataHandle.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:62
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
FlowElement.h
PFMLNeutralFlowElementCreatorAlgorithm::m_neutralFEMLContainerWriteHandleKey
SG::WriteHandleKey< xAOD::FlowElementContainer > m_neutralFEMLContainerWriteHandleKey
WriteHandleKey for neutral FE.
Definition: PFMLNeutralFlowElementCreatorAlgorithm.h:45
CaloCluster.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PFMLNeutralFlowElementCreatorAlgorithm
Definition: PFMLNeutralFlowElementCreatorAlgorithm.h:29
PFMLNeutralFlowElementCreatorAlgorithm::execute
StatusCode execute(const EventContext &ctx) const
Definition: PFMLNeutralFlowElementCreatorAlgorithm.cxx:18
AthReentrantAlgorithm.h
eflowCaloObject.h
PFMLNeutralFlowElementCreatorAlgorithm::m_neutralFEContainerReadHandleKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_neutralFEContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
Definition: PFMLNeutralFlowElementCreatorAlgorithm.h:42
PFMLNeutralFlowElementCreatorAlgorithm::initialize
StatusCode initialize()
Definition: PFMLNeutralFlowElementCreatorAlgorithm.cxx:9
PFODefs.h
PFMLNeutralFlowElementCreatorAlgorithm::getClusterLink
ElementLink< xAOD::IParticleContainer > getClusterLink(const xAOD::FlowElement &pfo) const
Definition: PFMLNeutralFlowElementCreatorAlgorithm.cxx:62
xAOD::FlowElement_v1
A detector object made of other lower level object(s)
Definition: FlowElement_v1.h:25