![]() |
ATLAS Offline Software
|
#include <NeutralPFOClusterMLCorrectionTool.h>
Public Member Functions | |
| NeutralPFOClusterMLCorrectionTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~NeutralPFOClusterMLCorrectionTool ()=default |
| virtual StatusCode | initialize () override |
| virtual void | correctContainer (xAOD::FlowElementContainer &pfos) const override |
Private Member Functions | |
| void | scaleEnergyToAlternativeSignalState (xAOD::FlowElement &pfo, const xAOD::CaloCluster &cls) const |
| const xAOD::CaloCluster * | getLinkedCluster (const xAOD::FlowElement &pfo) const |
Private Attributes | |
| Gaudi::Property< std::string > | m_clusterMLCorrectedEnergyKey |
Applies ML corrections to PFO ML corrections are stored in linked CaloClusters as decorations. The correction is applied as a scale factor to the PFO.
Definition at line 26 of file NeutralPFOClusterMLCorrectionTool.h.
| NeutralPFOClusterMLCorrectionTool::NeutralPFOClusterMLCorrectionTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Definition at line 7 of file NeutralPFOClusterMLCorrectionTool.cxx.
|
virtualdefault |
|
overridevirtual |
Definition at line 15 of file NeutralPFOClusterMLCorrectionTool.cxx.
|
private |
Definition at line 58 of file NeutralPFOClusterMLCorrectionTool.cxx.
|
overridevirtual |
Definition at line 10 of file NeutralPFOClusterMLCorrectionTool.cxx.
|
private |
Definition at line 32 of file NeutralPFOClusterMLCorrectionTool.cxx.
|
private |
Definition at line 37 of file NeutralPFOClusterMLCorrectionTool.h.
1.8.18