ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloDetDescr
CaloDetDescr
CaloDetDescrElementContainer.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
#ifndef CALODETECTORELEMENTCONTAINER_H
6
#define CALODETECTORELEMENTCONTAINER_H
7
8
#include "CaloDetDescr/CaloDetDescrElement.h"
9
#include "
AthContainers/DataVector.h
"
10
11
class
CaloDetDescrElementContainer
:
public
DataVector
<CaloDetDescrElement>
12
{
13
public
:
14
CaloDetDescrElementContainer
(
SG::OwnershipPolicy
ownPolicy
=
SG::VIEW_ELEMENTS
) :
DataVector
<
CaloDetDescrElement
>(
ownPolicy
){};
15
};
16
17
CLASS_DEF
(
CaloDetDescrElementContainer
, 1225484576 , 1)
18
SG_BASE
(
CaloDetDescrElementContainer
,
DataVector
<
CaloDetDescrElement
> );
19
20
#endif
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
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.
CaloDetDescrElementContainer
Definition
CaloDetDescrElementContainer.h:12
CaloDetDescrElementContainer::CaloDetDescrElementContainer
CaloDetDescrElementContainer(SG::OwnershipPolicy ownPolicy=SG::VIEW_ELEMENTS)
Definition
CaloDetDescrElementContainer.h:14
CaloDetDescrElement
This class groups all DetDescr information related to a CaloCell.
Definition
Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:66
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< CaloDetDescrElement >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< CaloDetDescrElement >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
SG::VIEW_ELEMENTS
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
Definition
OwnershipPolicy.h:18
Generated on
for ATLAS Offline Software by
1.17.0