5#ifndef LARALIGNMENTALGS_LARALIGNCONDALG_H
6#define LARALIGNMENTALGS_LARALIGNCONDALG_H
32 virtual StatusCode
execute()
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" };
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Condition Algorithm for applying LAr Alignments.
SG::WriteCondHandleKey< GeoAlignmentStore > m_writeGeoAlignKey
virtual StatusCode execute() override
SG::ReadCondHandleKey< DetCondKeyTrans > m_readLArAlignKey
LArAlignHelper m_alignHelper
virtual StatusCode initialize() override
virtual ~LArAlignCondAlg()=default
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode finalize() override
Helper class for applying LAr alignments either from LArDetectorToolNV or from LArAlignCondAlg.