ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
16
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
24class LArDigitContainer : public DataVector<LArDigit> {
25
26 public :
27
30
33
34
38 virtual ~LArDigitContainer() { }
39private:
40
41} ;
42
43
46
47#endif
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
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.
Derived DataVector<T>.
Definition DataVector.h:795
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
SG::OwnershipPolicy ownPolicy() const
Container class for LArDigit.
LArDigitContainer()
Constructor.
LArDigitContainer(SG::OwnershipPolicy ownPolicy)
Alternative Construction with ownership policy.
virtual ~LArDigitContainer()
destructor
Liquid Argon digit base class.
Definition LArDigit.h:25
OwnershipPolicy