Skip to content
Snippets Groups Projects
Commit aaeb7157 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2: Committed by Julien Maurer
Browse files

MuonAlignmentErrorData move class to MuonAlignmentData package

MuonAlignmentErrorData  move class to MuonAlignmentData package
parent ffc014f7
No related branches found
No related tags found
3 merge requests!64457Daily merge of 23.0 into main,!64425Daily merge of 23.0 into main,!64290MuonAlignmentErrorData move class to MuonAlignmentData package
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( MuonAlignErrorTool )
......@@ -13,7 +13,7 @@ atlas_add_component( MuonAlignErrorTool
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} AthenaBaseComps GeoPrimitives GaudiKernel MuonAlignErrorBase MuonCalibITools MuonCondAlgLib MuonIdHelpersLib TrkToolInterfaces StoreGateLib PathResolver TrkCompetingRIOsOnTrack TrkPrepRawData TrkRIO_OnTrack TrkTrack )
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} AthenaBaseComps GeoPrimitives GaudiKernel MuonAlignErrorBase MuonCalibITools MuonAlignmentData MuonIdHelpersLib TrkToolInterfaces StoreGateLib PathResolver TrkCompetingRIOsOnTrack TrkPrepRawData TrkRIO_OnTrack TrkTrack )
# Install files from the package:
atlas_install_runtime( data/alignment_error_blob_2015.txt data/alignment_error_blob_2016.txt data/alignment_error_blob_2017_start.txt )
......
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONALIGNERRORTOOL_ALIGNMENTERRORTOOL_H
......@@ -15,7 +15,7 @@
#include "GeoPrimitives/GeoPrimitives.h"
#include "MuonAlignErrorBase/AlignmentDeviation.h"
#include "MuonCalibITools/IIdToFixedIdTool.h"
#include "MuonCondAlg/MuonAlignmentErrorData.h" // for accessing info from the DB
#include "MuonAlignmentData/MuonAlignmentErrorData.h" // for accessing info from the DB
#include "MuonIdHelpers/IMuonIdHelperSvc.h"
#include "StoreGate/ReadCondHandleKey.h"
#include "TrkToolInterfaces/ITrkAlignmentDeviationTool.h"
......
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
#include "MuonCondAlg/MuonAlignmentErrorData.h"
#include "MuonAlignmentData/MuonAlignmentErrorData.h"
MuonAlignmentErrorData::MuonAlignmentErrorData() : m_test(0), m_vec(0) {}
......
......@@ -13,7 +13,7 @@
#include "StoreGate/ReadCondHandleKey.h"
#include "StoreGate/WriteCondHandleKey.h"
#include "AthenaPoolUtilities/CondAttrListCollection.h"
#include "MuonCondAlg/MuonAlignmentErrorData.h"
#include "MuonAlignmentData/MuonAlignmentErrorData.h"
class MuonAlignmentErrorDbAlg : public AthReentrantAlgorithm {
public:
......
......@@ -135,4 +135,4 @@ StatusCode MuonAlignmentErrorDbAlg::execute(const EventContext& ctx) const {
ATH_MSG_INFO("recorded new " << writeHandle.key() << " with range " << rangeW << " into Conditions Store");
return StatusCode::SUCCESS;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment