4#ifndef TRIGGEPPERF_EMB1CELLSFROMCALOCLUSTERS_H
5#define TRIGGEPPERF_EMB1CELLSFROMCALOCLUSTERS_H
17public extends<AthAlgTool, ICaloCellsProducer> {
22 const std::string& name,
23 const IInterface* parent);
28 virtual StatusCode
cells(std::vector<std::vector<const CaloCell*>>&,
29 const EventContext&)
const override;
34 this,
"caloClusters",
"CaloTopoClusters",
35 "key to read in a CaloCluster container"};
virtual ~EMB1CellsFromCaloClusters()
virtual StatusCode initialize() override
EMB1CellsFromCaloClusters(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode cells(std::vector< std::vector< const CaloCell * > > &, const EventContext &) const override
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
Property holding a SG store/key/clid from which a ReadHandle is made.