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
5
7#include "GaudiKernel/ToolHandle.h"
9
13#include "xAODPFlow/PFODefs.h"
14
16
17public:
18 using AthReentrantAlgorithm::AthReentrantAlgorithm;
19
20 StatusCode initialize();
21 StatusCode execute(const EventContext& ctx) const;
22
23private:
24
26 SG::ReadHandleKey<xAOD::FlowElementContainer> m_neutralFEContainerReadHandleKey{this,"FEInputContainerName","JetETMissNeutralParticleFlowObjects","ReadHandleKey for neutral FlowElementContainer"};
27
29 SG::WriteHandleKey<xAOD::FlowElementContainer> m_neutralFELCContainerWriteHandleKey{this,"FELCOutputName","JetETMissLCNeutralParticleFlowObjects","WriteHandleKey for LC neutral FlowElementContainer"};
30
31};
32#endif
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_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.