|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LINK_COUNTER_ALG_H
6 #define LINK_COUNTER_ALG_H
16 template <
typename T,
typename C>
25 this,
"links",
"",
"name of linked container"
28 this,
"flag",
"applyGNN",
"flag to confirm GNN application"
31 this,
"minimumLinks", 0,
"minimum number of links required to tag a jet"
SG::ReadDecorHandleKey< C > m_links
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
This file contains "getter" functions used for accessing tagger inputs from the EDM.
SG::WriteDecorHandleKey< C > m_flag
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< size_t > m_minimumLinks
virtual StatusCode execute(const EventContext &cxt) const override
LinkCounterAlg(const std::string &name, ISvcLocator *svcloc)