Skip to content
Snippets Groups Projects
Commit be8c25f2 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

LArRawEvent: Declare inheritance of LArDigitContainer using SG_BASE.

Removing the declaration from CaloD3PDMaker.


Former-commit-id: e3272d90
parent 5ae9f1c8
No related branches found
No related tags found
No related merge requests found
/* /*
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 #ifndef LARDIGITCONTAINER_H
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "AthContainers/DataVector.h" #include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "AthenaKernel/BaseInfo.h"
#include "LArRawEvent/LArDigit.h" #include "LArRawEvent/LArDigit.h"
/** /**
...@@ -47,5 +48,6 @@ private: ...@@ -47,5 +48,6 @@ private:
CLASS_DEF(LArDigitContainer,2711,0) CLASS_DEF(LArDigitContainer,2711,0)
SG_BASE(LArDigitContainer, DataVector<LArDigit> );
#endif #endif
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