 |
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef F_TAG_GHOST_ELECTRON_ASSOCIATION_ALG_H
8 #define F_TAG_GHOST_ELECTRON_ASSOCIATION_ALG_H
26 ISvcLocator* pSvcLocator );
36 this,
"jetContainer",
"",
"the jet collection to run on"
39 this,
"electronContainer",
"Electrons",
"the electron collection to run on"
44 this,
"outElectrons",
"Something.GhostElectrons",
45 "Link to be added to the Jet"
50 #endif // F_TAG_GHOST_ELECTRON_ASSOCIATION_ALG_H
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.
This file contains "getter" functions used for accessing tagger inputs from the EDM.
SG::WriteDecorHandleKey< xAOD::IParticleContainer > m_ElectronsOutKey
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &) const override
SG::ReadHandleKey< xAOD::JetContainer > m_JetContainerKey
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::ElectronContainer > m_ElectronContainerKey
an algorithm for adding ghost electrons to jets
FTagGhostElectronAssociationAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor