ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
PFNeutralFlowElementCreatorAlgorithm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EFLOWREC_PFNEUTRALFLOWELEMENTCREATORALGORITHM_H
6
#define EFLOWREC_PFNEUTRALFLOWELEMENTCREATORALGORITHM_H
7
8
#include "
eflowCaloObject.h
"
9
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
13
#include "
xAODCaloEvent/CaloCluster.h
"
14
#include "
xAODPFlow/FlowElement.h
"
15
#include "
xAODPFlow/FlowElementContainer.h
"
16
#include "
xAODPFlow/PFODefs.h
"
17
18
class
PFNeutralFlowElementCreatorAlgorithm
:
public
AthReentrantAlgorithm
{
19
20
public
:
21
22
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
23
24
StatusCode
initialize
();
25
StatusCode
execute
(
const
EventContext& ctx)
const
;
26
27
private
:
29
StatusCode
createNeutralFlowElement
(
30
const
eflowCaloObject
& energyFlowCaloObject,
31
xAOD::FlowElementContainer
* neutralFEContainer)
const
;
32
33
34
36
Gaudi::Property<bool>
m_useCalibHitTruth
{
37
this
,
38
"UseCalibHitTruth"
,
39
false
,
40
"Toggle usage of calibration hit truth - false by default"
41
};
42
44
Gaudi::Property<bool>
m_addCPData
{
this
,
"addCPData"
,
false
,
"Toggle whether to decorate FlowElements with addutional data for Combined Performance studies "
};
45
47
SG::ReadHandleKey<eflowCaloObjectContainer>
48
m_eflowCaloObjectContainerReadHandleKey
{
49
this
,
50
"eflowCaloObjectContainerName"
,
51
"eflowCaloObjects"
,
52
"ReadHandleKey for eflowCaloObjectContainer"
53
};
54
56
SG::WriteHandleKey<xAOD::FlowElementContainer>
57
m_neutralFEContainerWriteHandleKey
{
58
this
,
59
"FlowElementOutputName"
,
60
"JetETMissNeutralParticleFlowObjects"
,
61
"WriteHandleKey for neutral FlowElements"
62
};
63
};
64
#endif
AthReentrantAlgorithm.h
CaloCluster.h
PFODefs.h
FlowElementContainer.h
FlowElement.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
PFNeutralFlowElementCreatorAlgorithm
Definition
PFNeutralFlowElementCreatorAlgorithm.h:18
PFNeutralFlowElementCreatorAlgorithm::createNeutralFlowElement
StatusCode createNeutralFlowElement(const eflowCaloObject &energyFlowCaloObject, xAOD::FlowElementContainer *neutralFEContainer) const
Create the chargedneutral FE.
Definition
PFNeutralFlowElementCreatorAlgorithm.cxx:53
PFNeutralFlowElementCreatorAlgorithm::m_addCPData
Gaudi::Property< bool > m_addCPData
Toggle whether to decorate FlowElements with addutional data for Combined Performance studies.
Definition
PFNeutralFlowElementCreatorAlgorithm.h:44
PFNeutralFlowElementCreatorAlgorithm::m_neutralFEContainerWriteHandleKey
SG::WriteHandleKey< xAOD::FlowElementContainer > m_neutralFEContainerWriteHandleKey
WriteHandleKey for neutral FE.
Definition
PFNeutralFlowElementCreatorAlgorithm.h:57
PFNeutralFlowElementCreatorAlgorithm::m_eflowCaloObjectContainerReadHandleKey
SG::ReadHandleKey< eflowCaloObjectContainer > m_eflowCaloObjectContainerReadHandleKey
ReadHandleKey for eflowCaloObjectContainer.
Definition
PFNeutralFlowElementCreatorAlgorithm.h:48
PFNeutralFlowElementCreatorAlgorithm::execute
StatusCode execute(const EventContext &ctx) const
Definition
PFNeutralFlowElementCreatorAlgorithm.cxx:16
PFNeutralFlowElementCreatorAlgorithm::m_useCalibHitTruth
Gaudi::Property< bool > m_useCalibHitTruth
Toggle usage of calibration hit truth - false by default.
Definition
PFNeutralFlowElementCreatorAlgorithm.h:36
PFNeutralFlowElementCreatorAlgorithm::initialize
StatusCode initialize()
Definition
PFNeutralFlowElementCreatorAlgorithm.cxx:8
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
eflowCaloObject
An internal EDM object which stores information about systems of associated tracks and calorimeter cl...
Definition
eflowCaloObject.h:35
eflowCaloObject.h
xAOD::FlowElementContainer
FlowElementContainer_v1 FlowElementContainer
Definition of the current "pfo container version".
Definition
FlowElementContainer.h:16
Generated on
for ATLAS Offline Software by
1.17.0