ATLAS Offline Software
Loading...
Searching...
No Matches
PFClusterWidthDecorator.h
Go to the documentation of this file.
1#ifndef PFCLUSTERWIDTHDECORATOR_H
2#define PFCLUSTERWIDTHDECORATOR_H
3
8
10public:
11 PFClusterWidthDecorator(const std::string& name, ISvcLocator* pSvcLocator);
13
14 StatusCode initialize() override;
15 StatusCode execute() override;
16
17private:
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
Handle class for adding a decoration to an object.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
PFClusterWidthCalculator m_clusterWidthCalculator
PFClusterWidthDecorator(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterContainerWidthEtaKey
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_clusterContainerWidthPhiKey
~PFClusterWidthDecorator()=default
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.