From f09faafdf5447ee3a5e2c6c19808f2138b0fed9d Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 24 May 2019 16:50:34 +0200 Subject: [PATCH] McEventSelector: SGTools->AthenaKernel Adjust for headers moved from SGTools to AthenaKernel. --- Generators/McEventSelector/CMakeLists.txt | 3 +-- Generators/McEventSelector/src/McEventCnv.cxx | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Generators/McEventSelector/CMakeLists.txt b/Generators/McEventSelector/CMakeLists.txt index e449260af0e..b4209f351ee 100644 --- a/Generators/McEventSelector/CMakeLists.txt +++ b/Generators/McEventSelector/CMakeLists.txt @@ -11,7 +11,6 @@ atlas_depends_on_subdirs( PUBLIC Control/AthenaKernel GaudiKernel PRIVATE - Control/SGTools Event/EventInfo ) # Component(s) in the package: @@ -21,7 +20,7 @@ atlas_add_component( McEventSelector src/McEventCnv.cxx src/McCnvSvc.cxx src/McEventSelector_entries.cxx - LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel SGTools EventInfo ) + LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel EventInfo ) # Install files from the package: atlas_install_headers( McEventSelector ) diff --git a/Generators/McEventSelector/src/McEventCnv.cxx b/Generators/McEventSelector/src/McEventCnv.cxx index 72aaf9d5253..a79b51529d7 100644 --- a/Generators/McEventSelector/src/McEventCnv.cxx +++ b/Generators/McEventSelector/src/McEventCnv.cxx @@ -1,11 +1,11 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #include "McEventSelector/McEventCnv.h" #include "GaudiKernel/StatusCode.h" -#include "SGTools/StorableConversions.h" +#include "AthenaKernel/StorableConversions.h" #include "McEventSelector/McAddress.h" #include "McEventSelector/McCnvSvc.h" #include "EventInfo/EventInfo.h" -- GitLab