1#ifndef PFCHARGEDFLOWELEMENTCREATORALGORITHM_H
2#define PFCHARGEDFLOWELEMENTCREATORALGORITHM_H
7#include "GaudiKernel/ToolHandle.h"
17 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20 StatusCode
execute(
const EventContext&)
const;
28 Gaudi::Property<bool>
m_eOverPMode{
this,
"EOverPMode",
false,
"Toggle EOverP algorithm mode, whereby no charged shower subtraction is performed"};
31 Gaudi::Property<bool>
m_addCPData{
this,
"addCPData",
false,
"Toggle whether to decorate FlowElements with addutional data for Combined Performance studies "};
defines an "iterator" over instances of a given type in StoreGateSvc
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< xAOD::FlowElementContainer > m_chargedFlowElementContainerWriteHandleKey
WriteHandleKey for charged PFO.
SG::ReadHandleKey< eflowCaloObjectContainer > m_eflowCaloObjectContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
Gaudi::Property< bool > m_eOverPMode
Toggle EOverP algorithm mode, whereby no charged shower subtraction is performed.
void createChargedFlowElements(const eflowCaloObject &energyFlowCaloObject, bool addClusters, SG::WriteHandle< xAOD::FlowElementContainer > &chargedFlowElementContainerWriteHandle) const
Create the charged PFO.
Gaudi::Property< bool > m_addCPData
Toggle whether to decorate FlowElements with addutional data for Combined Performance studies.
StatusCode execute(const EventContext &) const
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...