8#ifndef CALOCONDPHYSALGS_CALOCELLPOSITION2NTUPLE_H
9#define CALOCONDPHYSALGS_CALOCELLPOSITION2NTUPLE_H
18#include "GaudiKernel/ITHistSvc.h"
34 virtual StatusCode
execute()
override;
36 virtual StatusCode
finalize()
override;
38 virtual StatusCode
stop()
override;
52 "SG Key for CaloDetDescrManager in the Condition Store"};
Container for a cell-level position corrections to account for distorsion of calo shape in reconstruc...
Definition of CaloDetDescrManager.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
CaloCellPosition2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
virtual StatusCode finalize() override
standard Athena-Algorithm method
ServiceHandle< ITHistSvc > m_thistSvc
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
virtual StatusCode execute() override
standard Athena-Algorithm method
virtual StatusCode initialize() override
standard Athena-Algorithm method
virtual StatusCode stop() override
standard Athena-Algorithm method
SG::ReadCondHandleKey< CaloRec::CaloCellPositionShift > m_cellPosKey
const CaloCell_ID * m_calo_id
Helper class for offline cell identifiers.