ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawEvent
LArRawEvent
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
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
AthenaKernel/BaseInfo.h
"
11
#include "
LArRawEvent/LArDigit.h
"
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
24
class
LArDigitContainer
:
public
DataVector
<LArDigit> {
25
26
public :
27
29
LArDigitContainer
() :
DataVector
<
LArDigit
>() { }
30
32
LArDigitContainer
(
SG::OwnershipPolicy
ownPolicy
) :
DataVector
<
LArDigit
>(
ownPolicy
) { }
33
34
38
virtual
~LArDigitContainer
() { }
39
private
:
40
41
} ;
42
43
44
CLASS_DEF
(
LArDigitContainer
,2711,0)
45
SG_BASE
(
LArDigitContainer
,
DataVector
<
LArDigit
> );
46
47
#endif
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
LArDigit.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< LArDigit >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< LArDigit >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
LArDigitContainer
Container class for LArDigit.
Definition
LArDigitContainer.h:24
LArDigitContainer::LArDigitContainer
LArDigitContainer()
Constructor.
Definition
LArDigitContainer.h:29
LArDigitContainer::LArDigitContainer
LArDigitContainer(SG::OwnershipPolicy ownPolicy)
Alternative Construction with ownership policy.
Definition
LArDigitContainer.h:32
LArDigitContainer::~LArDigitContainer
virtual ~LArDigitContainer()
destructor
Definition
LArDigitContainer.h:38
LArDigit
Liquid Argon digit base class.
Definition
LArDigit.h:25
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
Generated on
for ATLAS Offline Software by
1.17.0