|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef PFTAUFLOWELEMENTASSOC_H
14 #define PFTAUFLOWELEMENTASSOC_H
18 #include "GaudiKernel/ToolHandle.h"
69 #endif // PFTAUFLOWELEMENTASSOC_H
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
virtual ~PFTauFlowElementAssoc()
PFTauFlowElementAssoc(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize()
SG::ReadHandleKey< xAOD::JetContainer > m_jetReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_neutralFEReadHandleKey
SG::WriteDecorHandleKey< xAOD::TauJetContainer > m_tauNeutralFEWriteDecorKey
The write key for adding Neutral Flow Element links to the taus.
An algorithm that can be simultaneously executed in multiple threads.
This is the algorithm, which inherits from AthReentrantAlgorithm, that adds element links between Flo...
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_chargedFEReadHandleKey
SG::WriteDecorHandleKey< xAOD::TauJetContainer > m_tauChargedFEWriteDecorKey
The write key for adding Charged Flow Element links to the taus.
SG::WriteDecorHandleKey< xAOD::FlowElementContainer > m_neutralFETauWriteDecorKey
The write key for adding tau element links to the Neutral Flow Elements.
SG::WriteDecorHandleKey< xAOD::FlowElementContainer > m_chargedFETauWriteDecorKey
The write key for adding tau element links to the Charged Flow Elements.
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetReadHandleKey
virtual StatusCode execute(const EventContext &ctx) const
This algorithm: 1) Accesses the relevant FlowElement and TauJet containers 2) Loops over the neutral ...