5#ifndef ATHENAPOOLTEST_LARCELLCONTFAKEWRITER_H
6#define ATHENAPOOLTEST_LARCELLCONTFAKEWRITER_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.
LArCellContFakeWriter(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
LArCellContFakeWriter & operator=(const LArCellContFakeWriter &)
Avoid use of copy operator.
LArCellContFakeWriter()
Avoid use of default constructor.
virtual StatusCode execute() override
Algorithm execute once per event.
const CaloCell_ID * m_calocellId
Need id helper to create cells.
LArCellContFakeWriter(const LArCellContFakeWriter &)
Avoid use of copy constructor.
virtual StatusCode finalize() override
Algorithm finalize at end of job.
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Need DD mgr to create cells.
void printCells(const CaloCellContainer *larCont) const
Print out cell info.
virtual StatusCode initialize() override
Algorithm initialize at begin of job.