From be8c25f2d2a66623ed478ca21a0c88e16ddddd11 Mon Sep 17 00:00:00 2001 From: scott snyder <scott.snyder@cern.ch> Date: Mon, 10 Dec 2018 13:58:22 +0100 Subject: [PATCH] LArRawEvent: Declare inheritance of LArDigitContainer using SG_BASE. Removing the declaration from CaloD3PDMaker. Former-commit-id: e3272d90751fc374e6f0f0aef54d7048843fb8f9 --- LArCalorimeter/LArRawEvent/LArRawEvent/LArDigitContainer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LArCalorimeter/LArRawEvent/LArRawEvent/LArDigitContainer.h b/LArCalorimeter/LArRawEvent/LArRawEvent/LArDigitContainer.h index dc7f357b189..a5d60d521f3 100755 --- a/LArCalorimeter/LArRawEvent/LArRawEvent/LArDigitContainer.h +++ b/LArCalorimeter/LArRawEvent/LArRawEvent/LArDigitContainer.h @@ -1,5 +1,5 @@ /* - 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 LARDIGITCONTAINER_H @@ -7,6 +7,7 @@ #include "AthContainers/DataVector.h" #include "AthenaKernel/CLASS_DEF.h" +#include "AthenaKernel/BaseInfo.h" #include "LArRawEvent/LArDigit.h" /** @@ -47,5 +48,6 @@ private: CLASS_DEF(LArDigitContainer,2711,0) +SG_BASE(LArDigitContainer, DataVector<LArDigit> ); #endif -- GitLab