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

LArElecCalib: 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
No related merge requests found
Showing
with 39 additions and 41 deletions
...@@ -9,8 +9,6 @@ atlas_subdir( LArElecCalib ) ...@@ -9,8 +9,6 @@ atlas_subdir( LArElecCalib )
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloIdentifier Calorimeter/CaloIdentifier
Control/AthenaKernel Control/AthenaKernel
Control/CLIDSvc
Control/SGTools
DetectorDescription/Identifier DetectorDescription/Identifier
GaudiKernel GaudiKernel
LArCalorimeter/LArIdentifier ) LArCalorimeter/LArIdentifier )
...@@ -24,7 +22,7 @@ atlas_add_dictionary( LArElecCalibDict ...@@ -24,7 +22,7 @@ atlas_add_dictionary( LArElecCalibDict
LArElecCalib/LArElecCalibDict.h LArElecCalib/LArElecCalibDict.h
LArElecCalib/selection.xml LArElecCalib/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} CaloIdentifier AthenaKernel SGTools Identifier GaudiKernel LArIdentifier ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} CaloIdentifier AthenaKernel Identifier GaudiKernel LArIdentifier )
# Install files from the package: # Install files from the package:
atlas_install_headers( LArElecCalib ) atlas_install_headers( LArElecCalib )
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/ */
//Dear emacs, this is -*-c++-*- //Dear emacs, this is -*-c++-*-
#ifndef LARELECCALIB_ILARAUTOCORR_H #ifndef LARELECCALIB_ILARAUTOCORR_H
#define LARELECCALIB_ILARAUTOCORR_H #define LARELECCALIB_ILARAUTOCORR_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "LArElecCalib/LArVectorProxy.h" #include "LArElecCalib/LArVectorProxy.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
*/ */
#ifndef LARCONDITIONS_ILARCABLEATTENUATION_H #ifndef LARCONDITIONS_ILARCABLEATTENUATION_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include <vector> #include <vector>
......
/* /*
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 LARCONDITIONS_ILARCABLELENGTH_H #ifndef LARCONDITIONS_ILARCABLELENGTH_H
#define LARCONDITIONS_ILARCABLELENGTH_H #define LARCONDITIONS_ILARCABLELENGTH_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
class HWIdentifier; class HWIdentifier;
......
/* /*
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 LARCONDITIONS_ILARCALIPULSEPARAMS_H #ifndef LARCONDITIONS_ILARCALIPULSEPARAMS_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include <vector> #include <vector>
......
/* /*
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 LARCONDITIONS_ILARDAC2UA_H #ifndef LARCONDITIONS_ILARDAC2UA_H
#define LARCONDITIONS_ILARDAC2UA_H #define LARCONDITIONS_ILARDAC2UA_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef LARCONDITIONS_ILARDETCELLPARAMS_H #ifndef LARCONDITIONS_ILARDETCELLPARAMS_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class ILArDetCellParams { class ILArDetCellParams {
......
/* /*
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 LARCONDITIONS_ILAREMEC_CPHI_H #ifndef LARCONDITIONS_ILAREMEC_CPHI_H
#define LARCONDITIONS_ILAREMEC_CPHI_H #define LARCONDITIONS_ILAREMEC_CPHI_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef LARCONDITIONS_ILAREMEC_HVALPHA_H #ifndef LARCONDITIONS_ILAREMEC_HVALPHA_H
#define LARCONDITIONS_ILAREMEC_HVALPHA_H #define LARCONDITIONS_ILAREMEC_HVALPHA_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef LARCONDITIONS_ILAREMEC_HVBETA_H #ifndef LARCONDITIONS_ILAREMEC_HVBETA_H
#define LARCONDITIONS_ILAREMEC_HVBETA_H #define LARCONDITIONS_ILAREMEC_HVBETA_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef ILARFEBTIMEOFFSET_H #ifndef ILARFEBTIMEOFFSET_H
#define ILARFEBTIMEOFFSET_H #define ILARFEBTIMEOFFSET_H
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class ILArFEBTimeOffset { class ILArFEBTimeOffset {
public: public:
......
/* /*
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 ILARGLOBALTIMEOFFSET_H #ifndef ILARGLOBALTIMEOFFSET_H
#define ILARGLOBALTIMEOFFSET_H #define ILARGLOBALTIMEOFFSET_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class ILArGlobalTimeOffset { class ILArGlobalTimeOffset {
public: public:
......
/* /*
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 LARELECCALIB_ILARH6OSCILLATION_H #ifndef LARELECCALIB_ILARH6OSCILLATION_H
#define LARELECCALIB_ILARH6OSCILLATION_H #define LARELECCALIB_ILARH6OSCILLATION_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef LARCONDITIONS_ILARHVSCALRCORR_H #ifndef LARCONDITIONS_ILARHVSCALRCORR_H
#define LARCONDITIONS_ILARHVSCALRCORR_H #define LARCONDITIONS_ILARHVSCALRCORR_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef LARCONDITIONS_ILARMINBIAS_H #ifndef LARCONDITIONS_ILARMINBIAS_H
#define LARCONDITIONS_ILARMINBIAS_H #define LARCONDITIONS_ILARMINBIAS_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
class HWIdentifier; class HWIdentifier;
......
/* /*
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 LARCONDITIONS_ILARMINBIASAVERAGE_H #ifndef LARCONDITIONS_ILARMINBIASAVERAGE_H
#define LARCONDITIONS_ILARMINBIASAVERAGE_H #define LARCONDITIONS_ILARMINBIASAVERAGE_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
class HWIdentifier; class HWIdentifier;
......
/* /*
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 LARCONDITIONS_ILARMPHYSOVERMCAL_H #ifndef LARCONDITIONS_ILARMPHYSOVERMCAL_H
#define LARCONDITIONS_ILARMPHYSOVERMCAL_H #define LARCONDITIONS_ILARMPHYSOVERMCAL_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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
*/ */
#ifndef LARELECCALIB_ILARNOISE_H #ifndef LARELECCALIB_ILARNOISE_H
#define LARELECCALIB_ILARNOISE_H #define LARELECCALIB_ILARNOISE_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.h"
class HWIdentifier; class HWIdentifier;
......
/* /*
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 LARELECCALIB_ILAROFC_H #ifndef LARELECCALIB_ILAROFC_H
#define LARELECCALIB_ILAROFC_H #define LARELECCALIB_ILAROFC_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "LArElecCalib/LArVectorProxy.h" #include "LArElecCalib/LArVectorProxy.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.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
*/ */
#ifndef LARELECCALIB_ILARPEDESTAL_H #ifndef LARELECCALIB_ILARPEDESTAL_H
#define LARELECCALIB_ILARPEDESTAL_H #define LARELECCALIB_ILARPEDESTAL_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/HWIdentifier.h" #include "Identifier/HWIdentifier.h"
#include "LArElecCalib/LArCalibErrorCode.h" #include "LArElecCalib/LArCalibErrorCode.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