ATLAS Offline Software
Loading...
Searching...
No Matches
PFLCNeutralFlowElementCreatorAlgorithm.h
Go to the documentation of this file.
1#ifndef PFLCNEUTRALFLOWELEMENTCREATORALGORITHM_H
2#define PFLCNEUTRALFLOWELEMENTCREATORALGORITHM_H
3
4#include "eflowCaloObject.h"
5
7#include "GaudiKernel/ToolHandle.h"
8
12#include "xAODPFlow/PFODefs.h"
13
15
16public:
17 using AthReentrantAlgorithm::AthReentrantAlgorithm;
18
19 StatusCode initialize();
20 StatusCode execute(const EventContext& ctx) const;
21
22private:
23
25 SG::ReadHandleKey<xAOD::FlowElementContainer> m_neutralFEContainerReadHandleKey{this,"FEInputContainerName","JetETMissNeutralParticleFlowObjects","ReadHandleKey for neutral FlowElementContainer"};
26
28 SG::WriteHandleKey<xAOD::FlowElementContainer> m_neutralFELCContainerWriteHandleKey{this,"FELCOutputName","JetETMissLCNeutralParticleFlowObjects","WriteHandleKey for LC neutral FlowElementContainer"};
29
30};
31#endif
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< xAOD::FlowElementContainer > m_neutralFELCContainerWriteHandleKey
WriteHandleKey for neutral FE.
SG::ReadHandleKey< xAOD::FlowElementContainer > m_neutralFEContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
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.