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

LArByteStream: CLIDSvc -> AthenaKernel

Update references to headers in CLIDSvc moved to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent c96cebe2
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -29,8 +29,6 @@ atlas_depends_on_subdirs(
LArCalorimeter/LArCabling
PRIVATE
Calorimeter/CaloInterface
Control/CLIDSvc
Control/SGTools
DetectorDescription/AtlasDetDescr
DetectorDescription/Identifier
Event/ByteStreamCnvSvc
......@@ -49,7 +47,7 @@ atlas_add_library( LArByteStreamLib
LArRecConditions LArRecEvent CaloDetDescrLib CaloUtilsLib StoreGateLib
ByteStreamCnvSvcBaseLib LArRODLib LArRawUtilsLib LArRecUtilsLib LArCablingLib
ByteStreamCnvSvcLib
PRIVATE_LINK_LIBRARIES SGTools AtlasDetDescr Identifier LArRawConditions )
PRIVATE_LINK_LIBRARIES AtlasDetDescr Identifier LArRawConditions )
atlas_add_component( LArByteStream
src/components/*.cxx
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include "LArByteStream/LArAccumulatedCalibDigitContByteStreamCnv.h"
......@@ -21,7 +21,7 @@
#include "LArRawEvent/LArAccumulatedCalibDigitContainer.h"
#include "StoreGate/StoreGateSvc.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// Tool
#include "GaudiKernel/IToolSvc.h"
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include "LArByteStream/LArAccumulatedDigitContByteStreamCnv.h"
......@@ -21,7 +21,7 @@
#include "LArRawEvent/LArAccumulatedDigitContainer.h"
#include "StoreGate/StoreGateSvc.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// Tool
#include "GaudiKernel/IToolSvc.h"
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include "LArByteStream/LArCalibDigitContByteStreamCnv.h"
......@@ -19,7 +19,7 @@
#include "LArRawEvent/LArCalibDigitContainer.h"
#include "StoreGate/StoreGateSvc.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// Tool
#include "GaudiKernel/IToolSvc.h"
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include "LArByteStream/LArDigitContByteStreamCnv.h"
......@@ -22,7 +22,7 @@
#include "LArRawEvent/LArDigitContainer.h"
#include "StoreGate/StoreGateSvc.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// Tool
#include "GaudiKernel/IToolSvc.h"
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include "LArByteStream/LArFebHeaderContByteStreamCnv.h"
......@@ -22,7 +22,7 @@
#include "LArRawEvent/LArFebHeaderContainer.h"
#include "StoreGate/StoreGateSvc.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// Tool
#include "GaudiKernel/IToolSvc.h"
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
#include "LArByteStream/LArRawChannelContByteStreamCnv.h"
......@@ -22,7 +22,7 @@
#include "LArRawEvent/LArDigitContainer.h"
#include "StoreGate/StoreGateSvc.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// Tool
#include "GaudiKernel/IToolSvc.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