|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EGAMMAALGS_ELECTRONRESCALER_H
6 #define EGAMMAALGS_ELECTRONRESCALER_H
37 "OutputName",
"Electrons",
38 "Name of Electron Container to be created"};
42 "InputName",
"old_Electrons",
43 "Name of Electron container to be read in"};
45 Gaudi::Property<float>
m_scaleValue{
this,
"ScaleValue",0.01,
"Scale to be applied on Electron pt"};
Property holding a SG store/key/clid from which a ReadHandle is made.
StatusCode finalize() override final
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< float > m_scaleValue
Property holding a SG store/key/clid from which a WriteHandle is made.
electronRescaler(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize() override final
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronInputKey
Name of the photon output collection.
StatusCode execute(const EventContext &ctx) const override final
SG::WriteHandleKey< xAOD::ElectronContainer > m_electronOutputKey
Name of the electron output collection.