Skip to content
Snippets Groups Projects
Commit 0648ceb4 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'clidsvc.InDetSimData-20181020' into 'master'

InDetSimData: CLIDSvc -> AthenaKernel

See merge request atlas/athena!15202

Former-commit-id: 9014c5a0
parents 563bf7b5 ca3c2eed
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,7 @@ atlas_subdir( InDetSimData ) ...@@ -7,8 +7,7 @@ atlas_subdir( InDetSimData )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc Control/AthenaKernel
Control/SGTools
DetectorDescription/Identifier DetectorDescription/Identifier
Generators/GeneratorObjects ) Generators/GeneratorObjects )
...@@ -21,12 +20,12 @@ atlas_add_library( InDetSimData ...@@ -21,12 +20,12 @@ atlas_add_library( InDetSimData
src/InDetSimDataCollection.cxx src/InDetSimDataCollection.cxx
PUBLIC_HEADERS InDetSimData PUBLIC_HEADERS InDetSimData
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools Identifier GeneratorObjects LINK_LIBRARIES AthenaKernel Identifier GeneratorObjects
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( InDetSimDataDict atlas_add_dictionary( InDetSimDataDict
InDetSimData/InDetSimDataDict.h InDetSimData/InDetSimDataDict.h
InDetSimData/selection.xml InDetSimData/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools Identifier GeneratorObjects InDetSimData ) LINK_LIBRARIES ${ROOT_LIBRARIES} Identifier GeneratorObjects InDetSimData )
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
/*************************************************************************** /***************************************************************************
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# define INDETSIMDATA_INDETSIMDATACOLLECTION_H # define INDETSIMDATA_INDETSIMDATACOLLECTION_H
//<<<<<< INCLUDES >>>>>> //<<<<<< INCLUDES >>>>>>
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "InDetSimData/InDetSimData.h" #include "InDetSimData/InDetSimData.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include <map> #include <map>
......
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