Skip to content
Snippets Groups Projects
Commit f09faafd authored by scott snyder's avatar scott snyder
Browse files

McEventSelector: SGTools->AthenaKernel

Adjust for headers moved from SGTools to AthenaKernel.
parent 535b7237
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
/*
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"
......
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