ATLAS Offline Software
LArSCDigitContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARSCDIGITCONTAINER_H
6 #define LARSCDIGITCONTAINER_H
7 
10 #include "LArRawEvent/LArSCDigit.h"
11 
18 class LArSCDigitContainer : public DataVector<LArSCDigit> {
19 
20  public :
25 
29  virtual ~LArSCDigitContainer() = default;
30 } ;
31 
32 
33 CLASS_DEF(LArSCDigitContainer,1153794060,0)
34 
35 #endif
LArSCDigitContainer
Container class for LArSCDigit.
Definition: LArSCDigitContainer.h:18
LArSCDigitContainer::LArSCDigitContainer
LArSCDigitContainer()
constructor
Definition: LArSCDigitContainer.h:24
LArSCDigit.h
LArSCDigitContainer::~LArSCDigitContainer
virtual ~LArSCDigitContainer()=default
destructor
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LArSCDigit
Base class for LArDigits taken by LATOME.
Definition: LArSCDigit.h:19
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type