ATLAS Offline Software
PFClusterWidthDecorator.h
Go to the documentation of this file.
1 #ifndef PFCLUSTERWIDTHDECORATOR_H
2 #define PFCLUSTERWIDTHDECORATOR_H
3 
8 
10 public:
11  PFClusterWidthDecorator(const std::string& name, ISvcLocator* pSvcLocator);
13 
14  StatusCode initialize() override;
15  StatusCode execute() override;
16 
17 private:
18  SG::WriteDecorHandleKey<xAOD::CaloClusterContainer> m_clusterContainerWidthEtaKey{this,"clusterContainerWidthEtaName","CaloCalTopoClusters.ClusterWidthEta","Cluster Container Width Eta Key"};
19  SG::WriteDecorHandleKey<xAOD::CaloClusterContainer> m_clusterContainerWidthPhiKey{this,"clusterContainerWidthPhiName","CaloCalTopoClusters.ClusterWidthPhi","Cluster Container Width Phi Key"};
21 };
22 
23 #endif
PFClusterWidthDecorator::execute
StatusCode execute() override
Definition: PFClusterWidthDecorator.cxx:16
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition: StoreGate/StoreGate/WriteDecorHandleKey.h:89
PFClusterWidthDecorator::~PFClusterWidthDecorator
~PFClusterWidthDecorator()=default
PFClusterWidthDecorator::initialize
StatusCode initialize() override
Definition: PFClusterWidthDecorator.cxx:10
PFClusterWidthDecorator::PFClusterWidthDecorator
PFClusterWidthDecorator(const std::string &name, ISvcLocator *pSvcLocator)
Definition: PFClusterWidthDecorator.cxx:6
PFClusterWidthDecorator::m_clusterWidthCalculator
PFClusterWidthCalculator m_clusterWidthCalculator
Definition: PFClusterWidthDecorator.h:20
AthAlgorithm.h
PFClusterWidthCalculator
Definition: PFClusterWidthCalculator.h:6
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PFClusterWidthDecorator::m_clusterContainerWidthEtaKey
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterContainerWidthEtaKey
Definition: PFClusterWidthDecorator.h:18
WriteDecorHandle.h
Handle class for adding a decoration to an object.
PFClusterWidthDecorator::m_clusterContainerWidthPhiKey
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterContainerWidthPhiKey
Definition: PFClusterWidthDecorator.h:19
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
PFClusterWidthCalculator.h
CaloClusterContainer.h
PFClusterWidthDecorator
Definition: PFClusterWidthDecorator.h:9