ATLAS Offline Software
Loading...
Searching...
No Matches
PFOClusterMLCorrectionAlgorithm.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_PFOClusterMLCorrectionAlgorithm_H
6#define EFLOWREC_PFOClusterMLCorrectionAlgorithm_H
7
16
18
22#include "GaudiKernel/ToolHandle.h"
23
25{
26
27public:
28 using AthReentrantAlgorithm::AthReentrantAlgorithm;
29
30 StatusCode initialize();
31 StatusCode execute(const EventContext &ctx) const;
32
33protected:
34
35 ToolHandle<IPFOContainerCorrectionTool> m_correctionTool{this, "PFOContainerCorrectionTool", "NeutralPFOClusterMLCorrectionTool"};
36
38 SG::ReadHandleKey<xAOD::FlowElementContainer> m_neutralFEContainerReadHandleKey{this, "NeutralPFlowInputContainer", "JetETMissNeutralParticleFlowObjects", "ReadHandleKey for neutral FlowElementContainer"};
39 SG::ReadHandleKey<xAOD::FlowElementContainer> m_chargedFEContainerReadHandleKey{this, "ChargedPFlowInputContainer", "JetETMissChargedParticleFlowObjects", "ReadHandleKey for neutral FlowElementContainer"};
41 SG::WriteHandleKey<xAOD::FlowElementContainer> m_neutralFEMLContainerWriteHandleKey{this, "NeutralPFlowOutputContainer", "JetETMissClusterMLCorrectedNeutralParticleFlowObjects", "WriteHandleKey for ML neutral FlowElementContainer"};
42 SG::WriteHandleKey<xAOD::FlowElementContainer> m_chargedFEMLContainerWriteHandleKey{this, "ChargedPFlowOutputContainer", "JetETMissClusterMLCorrectedChargedParticleFlowObjects", "WriteHandleKey for shallow copy of charged FlowElementContainer"};
43
44};
45#endif
An algorithm that can be simultaneously executed in multiple threads.
Applies ML corrections to PFO The correction is implemented in the correction tool derived from the I...
SG::ReadHandleKey< xAOD::FlowElementContainer > m_neutralFEContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
SG::WriteHandleKey< xAOD::FlowElementContainer > m_neutralFEMLContainerWriteHandleKey
WriteHandleKey for neutral FE.
ToolHandle< IPFOContainerCorrectionTool > m_correctionTool
SG::ReadHandleKey< xAOD::FlowElementContainer > m_chargedFEContainerReadHandleKey
SG::WriteHandleKey< xAOD::FlowElementContainer > m_chargedFEMLContainerWriteHandleKey
StatusCode execute(const EventContext &ctx) const
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.