ATLAS Offline Software
Loading...
Searching...
No Matches
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
25
30// static const CLID s_CLID_TBLARDIGITCONTAINER = 2711 ;
31
40class TBLArDigitContainer : public DataVector<LArDigit> {
41
42 public :
43
45
50private:
51
56 /*# LArDigit lnkLArDigit; */
57} ;
58
59CLASS_DEF( TBLArDigitContainer , 1163833064 , 1 )
60
61
62
63#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
Liquid Argon digit base class.
Definition LArDigit.h:25
virtual ~TBLArDigitContainer()
destructor