ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
PFClusterWidthDecorator.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_PFCLUSTERWIDTHDECORATOR_H
6
#define EFLOWREC_PFCLUSTERWIDTHDECORATOR_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
PFClusterWidthCalculator.h
"
10
#include "
xAODCaloEvent/CaloClusterContainer.h
"
11
#include "
StoreGate/WriteDecorHandle.h
"
12
13
class
PFClusterWidthDecorator
:
public
AthReentrantAlgorithm
{
14
15
public
:
16
PFClusterWidthDecorator
(
const
std::string& name, ISvcLocator* pSvcLocator);
17
~PFClusterWidthDecorator
() =
default
;
18
19
StatusCode
initialize
()
override
;
20
StatusCode
execute
(
const
EventContext & ctx)
const override
;
21
22
private
:
23
SG::WriteDecorHandleKey<xAOD::CaloClusterContainer>
m_clusterContainerWidthEtaKey
{
this
,
"clusterContainerWidthEtaName"
,
"CaloCalTopoClusters.ClusterWidthEta"
,
"Cluster Container Width Eta Key"
};
24
SG::WriteDecorHandleKey<xAOD::CaloClusterContainer>
m_clusterContainerWidthPhiKey
{
this
,
"clusterContainerWidthPhiName"
,
"CaloCalTopoClusters.ClusterWidthPhi"
,
"Cluster Container Width Phi Key"
};
25
PFClusterWidthCalculator
m_clusterWidthCalculator
;
26
};
27
28
#endif
AthReentrantAlgorithm.h
CaloClusterContainer.h
PFClusterWidthCalculator.h
WriteDecorHandle.h
Handle class for adding a decoration to an object.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
PFClusterWidthCalculator
Definition
PFClusterWidthCalculator.h:18
PFClusterWidthDecorator::initialize
StatusCode initialize() override
Definition
PFClusterWidthDecorator.cxx:13
PFClusterWidthDecorator::m_clusterWidthCalculator
PFClusterWidthCalculator m_clusterWidthCalculator
Definition
PFClusterWidthDecorator.h:25
PFClusterWidthDecorator::PFClusterWidthDecorator
PFClusterWidthDecorator(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PFClusterWidthDecorator.cxx:9
PFClusterWidthDecorator::m_clusterContainerWidthEtaKey
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterContainerWidthEtaKey
Definition
PFClusterWidthDecorator.h:23
PFClusterWidthDecorator::m_clusterContainerWidthPhiKey
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterContainerWidthPhiKey
Definition
PFClusterWidthDecorator.h:24
PFClusterWidthDecorator::~PFClusterWidthDecorator
~PFClusterWidthDecorator()=default
PFClusterWidthDecorator::execute
StatusCode execute(const EventContext &ctx) const override
Definition
PFClusterWidthDecorator.cxx:19
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
Generated on
for ATLAS Offline Software by
1.17.0