6#ifndef DERIVATIONFRAMEWORK_EGAMMAENERGYCALIBRATIONWRAPPER_H
7#define DERIVATIONFRAMEWORK_EGAMMAENERGYCALIBRATIONWRAPPER_H
13#include "GaudiKernel/ServiceHandle.h"
25 public extends<AthAlgTool, IAugmentationTool>
28 using base_class::base_class;
30 StatusCode
addBranches(
const EventContext& ctx)
const override final;
35 this,
"ElectronContainerName",
"Electrons",
"Electron container"
39 this,
"PhotonContainerName",
"Photons",
"Photon container"
43 this,
"decoratorTransformerEnergy",
m_electronContainerKey,
"",
"Calibrated energy decoration for electrons"
47 this,
"decoratorTransformerEnergyPhoton",
m_photonContainerKey,
"",
"Calibrated energy decoration for photons"
53 this,
"TransformerCalibSvc",
"",
"Calibration service using Transformer model"
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfo_key
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_electronEnergyDecoKey
SG::ReadHandleKey< xAOD::EgammaContainer > m_electronContainerKey
StatusCode initialize() override final
SG::ReadHandleKey< xAOD::EgammaContainer > m_photonContainerKey
SG::WriteDecorHandleKey< xAOD::EgammaContainer > m_photonEnergyDecoKey
ServiceHandle< IegammaMVASvc > m_MVACalibSvc
StatusCode addBranches(const EventContext &ctx) const override final
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.