Skip to content
Snippets Groups Projects
Commit 3f08efc4 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'sgtools.McAsciiEventSelector-20190524' into 'master'

McAsciiEventSelector: SGTools->AthenaKernel.

See merge request atlas/athena!23709
parents 7a4fe2eb cb552456
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/AthenaBaseComps
Control/SGTools
Control/AthenaKernel
Event/EventInfo
PhysicsAnalysis/TruthParticleID/McParticleKernel )
......@@ -18,7 +18,7 @@ atlas_depends_on_subdirs( PUBLIC
atlas_add_component( McAsciiEventSelector
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES GaudiKernel AthenaBaseComps SGTools EventInfo McParticleKernel )
LINK_LIBRARIES GaudiKernel AthenaBaseComps AthenaKernel EventInfo McParticleKernel )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
// McAsciiEventCnv.cxx
......@@ -14,7 +14,7 @@
// Framework includes
#include "GaudiKernel/StatusCode.h"
#include "SGTools/StorableConversions.h"
#include "AthenaKernel/StorableConversions.h"
// EventInfo includes
#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