|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef CALORINGERTOOLS_CALORINGERELECTRONSREADER_H
7 #define CALORINGERTOOLS_CALORINGERELECTRONSREADER_H
38 const std::string&
name,
87 "Name of the input electron container"};
96 "DoNotSet_selKeys", {},
"dummy property"};
99 "DoNotSet_isEMKeys", {},
"dummy property"};
102 "DoNotSet_lhoodKeys", {},
"dummy property"};
109 "selectorsAvailable",
false,
"Whether Selector Tool is available."};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode finalize() override
finalize method
~CaloRingerElectronsReader()
Destructor.
StatusCode addSelectorDeco(const std::string &contName, const std::string &selName)
Add decorations for a given selector.
SG::WriteDecorHandleKeyArray< xAOD::ElectronContainer, float > m_lhoodKeys
virtual StatusCode initialize() override
Tool main methods:
::StatusCode StatusCode
StatusCode definition for legacy code.
BuildCaloRingsFctor< xAOD::ElectronContainer > * m_clRingsBuilderElectronFctor
The CaloRings Builder functor:
virtual StatusCode execute() override
execute method
SG::WriteDecorHandleKeyArray< xAOD::ElectronContainer, char > m_selKeys
Tool CaloRingerElectronsReader props (non configurables):
SG::ReadHandleKey< xAOD::ElectronContainer > m_inputElectronContainerKey
Tool CaloRingerElectronsReader props (python configurables):
CaloRingerElectronsReader(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
SG::WriteDecorHandleKeyArray< xAOD::ElectronContainer, unsigned int > m_isEMKeys
Gaudi::Property< bool > m_selectorsAvailable
Whether selectors are available.
Namespace dedicated for Ringer utilities.