12#ifndef CALOCALIBHITREC_CALIBHITTOCALOCELL_H
13#define CALOCALIBHITREC_CALIBHITTOCALOCELL_H
35 virtual StatusCode
execute()
override;
52 Gaudi::Property<std::string>
m_caloCell_Tot{
this,
"CellTotEne",
"TotalCalibCell"};
53 Gaudi::Property<std::string>
m_caloCell_Vis{
this,
"CellVisEne",
"VisCalibCell"};
68 ,
"CaloDetDescrManager"
69 ,
"CaloDetDescrManager"
70 ,
"SG Key for CaloDetDescrManager in the Condition Store" };
Definition of CaloDetDescrManager.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute() override
std::string m_larActHitCnt
virtual ~CalibHitToCaloCell()
virtual StatusCode initialize() override
const CaloCell_ID * m_caloCell_ID
std::vector< LArCell * > m_Cells_Vis
std::vector< LArCell * > m_Cells_Tot
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
Gaudi::Property< std::string > m_caloCell_Vis
Gaudi::Property< std::string > m_caloCell_NonEm
std::string m_tileActiveHitCnt
const CaloDM_ID * m_caloDM_ID
std::string m_tileInactiveHitCnt
std::string m_larInactHitCnt
CalibHitToCaloCell(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< LArCell * > m_Cells_NonEm
std::string m_larDMHitCnt
std::vector< LArCell * > m_Cells_Em
Gaudi::Property< std::string > m_caloCell_Tot
std::string m_tileDMHitCnt
Gaudi::Property< std::string > m_caloCell_Em
Gaudi::Property< bool > m_storeUnknown
Helper class for offline cell identifiers.
Helper class for Calo Dead Material offline identifiers.
Data object for LAr calorimeter readout cell.