ATLAS Offline Software
TestBeam
TBDetDescr
TBDetDescr
TBElementContainer.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
//==============================================
6
// File TBElementContainer.h
7
// define the container which holds TBElement
8
//=============================================
9
#ifndef TBElementContainer_H
10
#define TBElementContainer_H
11
12
#include "
AthContainers/DataVector.h
"
13
#include "
AthenaKernel/CLASS_DEF.h
"
14
15
#include "
TBDetDescr/TBElement.h
"
16
17
class
TBElementContainer
:
public
DataVector
<TBElement>
18
{
19
public
:
20
TBElementContainer
() :
DataVector
<
TBElement
>() { };
21
virtual
~TBElementContainer
() { };
22
};
23
24
CLASS_DEF
(
TBElementContainer
, 2891, 1)
25
26
#endif
27
TBElementContainer::TBElementContainer
TBElementContainer()
Definition:
TBElementContainer.h:20
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TBElementContainer
Definition:
TBElementContainer.h:18
TBElementContainer::~TBElementContainer
virtual ~TBElementContainer()
Definition:
TBElementContainer.h:21
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
TBElement
Definition:
TBElement.h:20
TBElement.h
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Sun Dec 22 2024 21:19:02 for ATLAS Offline Software by
1.8.18