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

IOVDbTestConditions: CLIDSvc -> AthenaKernel

Adjust for header moved from CLIDSvc to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent 6de9ac39
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,7 @@ atlas_subdir( IOVDbTestConditions ) ...@@ -7,8 +7,7 @@ atlas_subdir( IOVDbTestConditions )
# 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
Database/AthenaPOOL/AthenaPoolUtilities ) Database/AthenaPOOL/AthenaPoolUtilities )
# External dependencies: # External dependencies:
...@@ -23,12 +22,12 @@ atlas_add_library( IOVDbTestConditions ...@@ -23,12 +22,12 @@ atlas_add_library( IOVDbTestConditions
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS} DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools AthenaPoolUtilities LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaKernel AthenaPoolUtilities
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( IOVDbTestConditionsDict atlas_add_dictionary( IOVDbTestConditionsDict
IOVDbTestConditions/IOVDbTestConditionsDict.h IOVDbTestConditions/IOVDbTestConditionsDict.h
IOVDbTestConditions/selection.xml IOVDbTestConditions/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} SGTools AthenaPoolUtilities IOVDbTestConditions ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthenaKernel AthenaPoolUtilities IOVDbTestConditions )
/* /*
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 @@
#ifndef IOVDBTEST_AMDB_CORRECTION_H #ifndef IOVDBTEST_AMDB_CORRECTION_H
#define IOVDBTEST_AMDB_CORRECTION_H #define IOVDBTEST_AMDB_CORRECTION_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "CLHEP/Geometry/Point3D.h" #include "CLHEP/Geometry/Point3D.h"
class IOVDbTestAmdbCorrection{ class IOVDbTestAmdbCorrection{
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
/*************************************************************************** /***************************************************************************
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
//<doc><file> $Id: IOVDbTestMDTEleMap.h,v 1.5 2006-03-26 17:26:30 schaffer Exp $ //<doc><file> $Id: IOVDbTestMDTEleMap.h,v 1.5 2006-03-26 17:26:30 schaffer Exp $
//<version> $Name: not supported by cvs2svn $ //<version> $Name: not supported by cvs2svn $
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include<string> #include<string>
#define DIGIT 0 #define DIGIT 0
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef IOVDBTESTCONDITIONS_IOVDBTESTMDTELEMAPCOLL_H #ifndef IOVDBTESTCONDITIONS_IOVDBTESTMDTELEMAPCOLL_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "AthenaPoolUtilities/CondMultChanCollection.h" #include "AthenaPoolUtilities/CondMultChanCollection.h"
#include "IOVDbTestConditions/IOVDbTestMDTEleMap.h" #include "IOVDbTestConditions/IOVDbTestMDTEleMap.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
/**This typedef represents a collection of IOVDbTestMDTEleMap objects. /**This typedef represents a collection of IOVDbTestMDTEleMap objects.
It is a DataVector. It can be saved It is a DataVector. It can be saved
......
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