5#ifndef ATHENAPOOLTEST_LARCELLCONTFAKEREADER_H
6#define ATHENAPOOLTEST_LARCELLCONTFAKEREADER_H
47 virtual StatusCode
execute()
override;
50 virtual StatusCode
finalize()
override;
76 ,
"CaloDetDescrManager"
77 ,
"CaloDetDescrManager"
78 ,
"SG Key for CaloDetDescrManager in the Condition Store" };
Definition of CaloDetDescrManager.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Container class for CaloCell.
Helper class for offline cell identifiers.
virtual StatusCode finalize() override
Algorithm finalize at end of job.
LArCellContFakeReader(const LArCellContFakeReader &)
Avoid use of copy constructor.
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Need DD mgr to create cells.
LArCellContFakeReader & operator=(const LArCellContFakeReader &)
Avoid use of copy operator.
virtual StatusCode execute() override
Algorithm execute once per event.
LArCellContFakeReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
virtual StatusCode initialize() override
Algorithm initialize at begin of job.
const CaloCell_ID * m_calocellId
Need id helper to create cells.
LArCellContFakeReader()
Avoid use of default constructor.
void printCells(const CaloCellContainer *larCont) const
Print out cell info.