4#ifndef TRIGGEPPERF_EMB1CELLSFROMCALOCELLS_H
5#define TRIGGEPPERF_EMB1CELLSFROMCALOCELLS_H
19public extends<AthAlgTool, ICaloCellsProducer> {
24 const std::string& name,
25 const IInterface* parent);
30 virtual StatusCode
cells(std::vector<std::vector<const CaloCell*>>&,
31 const EventContext&)
const override;
36 this,
"caloCells",
"AllCalo",
"key to read in a CaloCell constainer"};
Helper class for offline cell identifiers.
EMB1CellsFromCaloCells(const std::string &type, const std::string &name, const IInterface *parent)
const CaloCell_ID * m_calocell_id
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
virtual StatusCode cells(std::vector< std::vector< const CaloCell * > > &, const EventContext &) const override
virtual StatusCode initialize() override
virtual ~EMB1CellsFromCaloCells()
Property holding a SG store/key/clid from which a ReadHandle is made.