ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawEvent
LArRawEvent
LArRawSCContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWSCCONTAINER_H
6
#define LARRAWSCCONTAINER_H
7
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
AthenaKernel/BaseInfo.h
"
11
#include "
LArRawEvent/LArRawSC.h
"
12
16
17
class
LArRawSCContainer
:
public
DataVector
<LArRawSC> {
18
19
public :
20
22
LArRawSCContainer
() :
DataVector
<
LArRawSC
>() { }
23
25
LArRawSCContainer
(
SG::OwnershipPolicy
ownPolicy
) :
DataVector
<
LArRawSC
>(
ownPolicy
) { }
26
30
virtual
~LArRawSCContainer
() { }
31
private
:
32
33
} ;
34
35
36
CLASS_DEF
(
LArRawSCContainer
, 1169658673, 1)
37
SG_BASE
(
LArRawSCContainer
,
DataVector
<
LArRawSC
> );
38
39
#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.
LArRawSC.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< LArRawSC >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< LArRawSC >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
LArRawSCContainer
Container class for LArRawSC.
Definition
LArRawSCContainer.h:17
LArRawSCContainer::LArRawSCContainer
LArRawSCContainer(SG::OwnershipPolicy ownPolicy)
Alternative Construction with ownership policy.
Definition
LArRawSCContainer.h:25
LArRawSCContainer::LArRawSCContainer
LArRawSCContainer()
Constructor.
Definition
LArRawSCContainer.h:22
LArRawSCContainer::~LArRawSCContainer
virtual ~LArRawSCContainer()
destructor
Definition
LArRawSCContainer.h:30
LArRawSC
Liquid Argon SuperCell raw data.
Definition
LArRawSC.h:19
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
Generated on
for ATLAS Offline Software by
1.17.0