ATLAS Offline Software
PFlowCellCPDataDecoratorAlgorithm.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PFLOWCELLCPDATADECORATORALGORITHM_H
6 #define PFLOWCELLCPDATADECORATORALGORITHM_H
7 
9 
10 //EDM Container Classes
12 
13 //Core classes for some private function classdefs
15 
21 
22 public:
25 
28 
29  /* Gaudi algorithm hooks */
30  virtual StatusCode initialize() override;
31  virtual StatusCode execute(const EventContext& ctx) const override;
32  virtual StatusCode finalize() override;
33 
34 private:
35 
37  SG::WriteDecorHandleKey<xAOD::FlowElementContainer> m_cellListWriteDecorHandleKey{this,"PFOWriteDecorHandleKey_CellCPData","JetETMissChargedParticleFlowObjects.cellCPData",
38  "Decorate PFO with list of cells removed from the cluster during PFlow reconstruction"};
39 
41  SG::ReadHandleKey<xAOD::FlowElementContainer> m_neutralPFOReadHandleKey{this,"NeutralPFOReadHandleKey","JetETMissNeutralParticleFlowObjects","Read handle key for neutral particle flow objects"};
42 
43 };
44 
45 #endif
46 
47 
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition: StoreGate/StoreGate/WriteDecorHandleKey.h:89
PFlowCellCPDataDecoratorAlgorithm::~PFlowCellCPDataDecoratorAlgorithm
virtual ~PFlowCellCPDataDecoratorAlgorithm()
Destructor.
Definition: PFlowCellCPDataDecoratorAlgorithm.h:27
FlowElementContainer.h
PFlowCellCPDataDecoratorAlgorithm::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: PFlowCellCPDataDecoratorAlgorithm.cxx:24
PFlowCellCPDataDecoratorAlgorithm::m_cellListWriteDecorHandleKey
SG::WriteDecorHandleKey< xAOD::FlowElementContainer > m_cellListWriteDecorHandleKey
Write handle key to decorate PFO with threeN leading truth particle barcode and energy.
Definition: PFlowCellCPDataDecoratorAlgorithm.h:37
PFlowCellCPDataDecoratorAlgorithm::finalize
virtual StatusCode finalize() override
Definition: PFlowCellCPDataDecoratorAlgorithm.cxx:96
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
PFlowCellCPDataDecoratorAlgorithm::initialize
virtual StatusCode initialize() override
Definition: PFlowCellCPDataDecoratorAlgorithm.cxx:14
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
WriteDecorHandle.h
Handle class for adding a decoration to an object.
AthReentrantAlgorithm.h
PFlowCellCPDataDecoratorAlgorithm::m_neutralPFOReadHandleKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_neutralPFOReadHandleKey
Read handle key to read in the neutral particle flow objects.
Definition: PFlowCellCPDataDecoratorAlgorithm.h:41
PFlowCellCPDataDecoratorAlgorithm
This algorithm decorates xAOD::FlowElement with lists of calorimeter cells that were removed from the...
Definition: PFlowCellCPDataDecoratorAlgorithm.h:20