 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef GNN_AUXTASK_DECORATOR_ALG_H
9 #define GNN_AUXTASK_DECORATOR_ALG_H
16 #include "Gaudi/Property.h"
35 this,
"jet_container",
"AntiKt4EMPFlow",
"Jet container name to read the aux-task outputs from"
38 this,
"track_container",
"InDetTrackParticles",
"Track container name to decorate with the aux-task outputs"
41 this,
"track_links",
m_jetContainerKey,
"GN2v01_TrackLinks",
"TrackLinks name associated with the jet object"
44 this,
"track_aux_tasks", {},
"Map between aux-task decorations for jets and decorations for tracks"
SG::ReadDecorHandleKeyArray< xAOD::JetContainer > m_readDecorKeys
GNNAuxTaskDecoratorAlg(const std::string &name, ISvcLocator *svcloc)
virtual StatusCode execute(const EventContext &cxt) const override
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode finalize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackContainerKey
Gaudi::Property< std::map< std::string, std::string > > m_trackAuxTasks
SG::WriteDecorHandleKeyArray< xAOD::TrackParticleContainer > m_trackAuxTasksDecorKeys
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
virtual StatusCode initialize() override
SG::ReadDecorHandleKey< xAOD::TrackParticleContainer > m_trackLinksKey