7#ifndef CALOREC_CALOTOWERXAODFROMCELLS_H
8#define CALOREC_CALOTOWERXAODFROMCELLS_H
36 virtual StatusCode
execute(
const EventContext& ctx)
const override;
37 virtual StatusCode
finalize()
override;
Container class for CaloCell.
CaloTowerxAODAlgoBase(const std::string &name, ISvcLocator *pSvcLocator)
Default algorithm constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Execute algorithm.
virtual StatusCode initialize() override
Initialize algorithm.
CaloTowerxAODFromCells(const std::string &name, ISvcLocator *pSvcLocator)
Default algorithm constructor.
double m_cellThresholdE
Cell energy threshold (only for FilteredCell mode)
SG::ReadHandleKey< CaloCellContainer > m_inputCellContainerKey
virtual StatusCode finalize() override
Finalize algorithm.
virtual ~CaloTowerxAODFromCells()
Baseclass destructor.
Property holding a SG store/key/clid from which a ReadHandle is made.