5#ifndef EFLOWREC_PFNEUTRALFLOWELEMENTCREATORALGORITHM_H
6#define EFLOWREC_PFNEUTRALFLOWELEMENTCREATORALGORITHM_H
11#include "GaudiKernel/ToolHandle.h"
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
25 StatusCode
execute(
const EventContext& ctx)
const;
40 "Toggle usage of calibration hit truth - false by default"
44 Gaudi::Property<bool>
m_addCPData{
this,
"addCPData",
false,
"Toggle whether to decorate FlowElements with addutional data for Combined Performance studies "};
50 "eflowCaloObjectContainerName",
52 "ReadHandleKey for eflowCaloObjectContainer"
59 "FlowElementOutputName",
60 "JetETMissNeutralParticleFlowObjects",
61 "WriteHandleKey for neutral FlowElements"
An algorithm that can be simultaneously executed in multiple threads.
StatusCode createNeutralFlowElement(const eflowCaloObject &energyFlowCaloObject, xAOD::FlowElementContainer *neutralFEContainer) const
Create the chargedneutral FE.
Gaudi::Property< bool > m_addCPData
Toggle whether to decorate FlowElements with addutional data for Combined Performance studies.
SG::WriteHandleKey< xAOD::FlowElementContainer > m_neutralFEContainerWriteHandleKey
WriteHandleKey for neutral FE.
SG::ReadHandleKey< eflowCaloObjectContainer > m_eflowCaloObjectContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
StatusCode execute(const EventContext &ctx) const
Gaudi::Property< bool > m_useCalibHitTruth
Toggle usage of calibration hit truth - false by default.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An internal EDM object which stores information about systems of associated tracks and calorimeter cl...
FlowElementContainer_v1 FlowElementContainer
Definition of the current "pfo container version".