Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file. 1 #ifndef FLOW_SELECTOR_ALG_HH
2 #define FLOW_SELECTOR_ALG_HH
6 #include "GaudiKernel/ToolHandle.h"
12 #include "AthLinks/ElementLink.h"
32 this,
"Constituents",
"Something.constituentLinks",
33 "Key for the input flow links"};
36 this,
"OutConstituentsNeutral",
"Something.constituentLinks",
37 "Link to be added to the Jet for neutral constituents"};
40 this,
"OutConstituentsCharged",
"Something.constituentLinks",
41 "Link to be added to the Jet fr charged constituents"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::WriteDecorHandleKey< IPC > m_neutralConstituentOutKey
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &) const override
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.
SG::WriteDecorHandleKey< IPC > m_chargedConstituentOutKey
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadDecorHandleKey< IPC > m_constituentKey
FlowSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
< Constructors
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Base class for elements of a container that can have aux data.