5#ifndef LARALIGNMENTALGS_LARALIGNCONDALG_H
6#define LARALIGNMENTALGS_LARALIGNCONDALG_H
28 using AthCondAlgorithm::AthCondAlgorithm;
32 virtual StatusCode
execute(
const EventContext& ctx)
const override;
33 virtual StatusCode
finalize()
override {
return StatusCode::SUCCESS;};
39 ,
"SG key of DetCondKeyTrans object with LAr alignments" };
44 ,
"SG key of the resulting GeoAlignmentStore for LAr" };
Base class for conditions algorithms.
Base class for conditions algorithms.
Condition Algorithm for applying LAr Alignments.
SG::WriteCondHandleKey< GeoAlignmentStore > m_writeGeoAlignKey
SG::ReadCondHandleKey< DetCondKeyTrans > m_readLArAlignKey
virtual StatusCode execute(const EventContext &ctx) const override
LArAlignHelper m_alignHelper
virtual StatusCode initialize() override
virtual ~LArAlignCondAlg()=default
virtual StatusCode finalize() override
Helper class for applying LAr alignments either from LArDetectorToolNV or from LArAlignCondAlg.