ATLAS Offline Software
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 
13 #include "AthenaKernel/CLASS_DEF.h"
14 
15 #include "TBDetDescr/TBElement.h"
16 
17 class TBElementContainer : public DataVector<TBElement>
18 {
19  public:
21  virtual ~TBElementContainer() { };
22  };
23 
25 
26 #endif
27 
TBElementContainer::TBElementContainer
TBElementContainer()
Definition: TBElementContainer.h:20
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
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