From 978f70ecbb5f9309ec641c1b527daf4ded20f9fb Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 19 Oct 2018 13:47:01 +0200 Subject: [PATCH] LArCabling: CLIDSvc -> AthenaKernel Update references to headers in CLIDSvc moved to AthenaKernel. --- LArCalorimeter/LArCabling/LArCabling/LArOnOffIdMapping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LArCalorimeter/LArCabling/LArCabling/LArOnOffIdMapping.h b/LArCalorimeter/LArCabling/LArCabling/LArOnOffIdMapping.h index 482af07398e2..9672af3faee2 100644 --- a/LArCalorimeter/LArCabling/LArCabling/LArOnOffIdMapping.h +++ b/LArCalorimeter/LArCabling/LArCabling/LArOnOffIdMapping.h @@ -1,7 +1,7 @@ //Dear emacs, this is -*-c++-*- /* - 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 LARONOFFIDMAPPING_H @@ -116,7 +116,7 @@ inline HWIdentifier LArOnOffIdMapping::createSignalChannelID(const Identifier & -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" CLASS_DEF( LArOnOffIdMapping,148608605 , 1) #include "AthenaKernel/CondCont.h" CONDCONT_DEF( LArOnOffIdMapping, 155467877 ); -- GitLab