4#ifndef GLOBALSIM_EMB1CELLSFROMCALOCELLS_H
5#define GLOBALSIM_EMB1CELLSFROMCALOCELLS_H
16 public extends<AthAlgTool, ICaloCellsProducer> {
21 const std::string& name,
22 const IInterface* parent);
27 virtual StatusCode
cells(std::vector<const CaloCell*>&,
28 const EventContext&)
const override;
34 this,
"caloCells",
"SeedLessFS",
"key to read in a CaloCell container"};
38 "makeCaloCellContainerChecks",
40 "flag to run checks on read-in CaloCellContainer"};
CaloCellContainer that can accept const cell pointers.
virtual ~EMB1CellsFromCaloCells()
virtual StatusCode cells(std::vector< const CaloCell * > &, const EventContext &) const override
EMB1CellsFromCaloCells(const std::string &type, const std::string &name, const IInterface *parent)
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
Gaudi::Property< bool > m_makeCaloCellContainerChecks
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a ReadHandle is made.
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...