ATLAS Offline Software
TBLArDigitContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /* Generated by Together */
6 
7 /* author : Johann Collot */
8 
9 /* date of creation : 30/09/2000 */
10 
11 /* modification : 30/06/2001 */
12 /* date of last modification : 09/19/2002 HMA
13  Move to DataVector
14 
15  08/06/2004 : Imported into TestBeam/TBEvent
16  */
17 
18 
19 #ifndef TBLARDIGITCONTAINER_H
20 #define TBLARDIGITCONTAINER_H
21 
23 #include "AthenaKernel/CLASS_DEF.h"
24 #include "LArRawEvent/LArDigit.h"
25 
30 // static const CLID s_CLID_TBLARDIGITCONTAINER = 2711 ;
31 
40 class TBLArDigitContainer : public DataVector<LArDigit> {
41 
42  public :
43 
45 
49  virtual ~TBLArDigitContainer() { }
50 private:
51 
56  /*# LArDigit lnkLArDigit; */
57 } ;
58 
59 CLASS_DEF( TBLArDigitContainer , 1163833064 , 1 )
60 
61 
62 
63 #endif
LArDigit.h
LArDigit
Liquid Argon digit base class.
Definition: LArDigit.h:25
TBLArDigitContainer::TBLArDigitContainer
TBLArDigitContainer()
Definition: TBLArDigitContainer.h:44
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TBLArDigitContainer::~TBLArDigitContainer
virtual ~TBLArDigitContainer()
destructor
Definition: TBLArDigitContainer.h:49
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
TBLArDigitContainer
Gaudi Class ID.
Definition: TBLArDigitContainer.h:40
CLASS_DEF.h
macros to associate a CLID to a type