ATLAS Offline Software
LArDigitContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARDIGITCONTAINER_H
6 #define LARDIGITCONTAINER_H
7 
10 #include "AthenaKernel/BaseInfo.h"
11 #include "LArRawEvent/LArDigit.h"
12 
17 /* date of creation : 30/09/2000 */
18 
19 /* modification : 30/06/2001 */
20 /* date of last modification : 09/19/2002 HMA
21  Move to DataVector
22  */
23 
24 class LArDigitContainer : public DataVector<LArDigit> {
25 
26  public :
27 
30 
33 
34 
38  virtual ~LArDigitContainer() { }
39 private:
40 
41 } ;
42 
43 
46 
47 #endif
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
SG_BASE
SG_BASE(LArDigitContainer, DataVector< LArDigit >)
LArDigit.h
LArDigit
Liquid Argon digit base class.
Definition: LArDigit.h:25
BaseInfo.h
Provide an interface for finding inheritance information at run time.
LArDigitContainer::LArDigitContainer
LArDigitContainer()
Constructor.
Definition: LArDigitContainer.h:29
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LArDigitContainer::LArDigitContainer
LArDigitContainer(SG::OwnershipPolicy ownPolicy)
Alternative Construction with ownership policy.
Definition: LArDigitContainer.h:32
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
LArDigitContainer
Container class for LArDigit.
Definition: LArDigitContainer.h:24
DataVector< LArDigit >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
LArDigitContainer::~LArDigitContainer
virtual ~LArDigitContainer()
destructor
Definition: LArDigitContainer.h:38
CLASS_DEF.h
macros to associate a CLID to a type