ATLAS Offline Software
TBHitPlaneCont.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 TBHITPLANECONT_H
6 #define TBHITPLANECONT_H
7 
10 
11 #include "TBEvent/TBHitPlane.h"
12 
20 class TBHitPlaneCont : public DataVector< TBHitPlane > {
21  public:
24 
26  virtual ~TBHitPlaneCont() { }
27 
28 } ;
29 CLASS_DEF( TBHitPlaneCont , 226587971 , 1 )
30 
31 #endif
TBHitPlane.h
TBHitPlane
Definition: TBHitPlane.h:16
TBHitPlaneCont
Definition: TBHitPlaneCont.h:20
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TBHitPlaneCont::~TBHitPlaneCont
virtual ~TBHitPlaneCont()
destructor
Definition: TBHitPlaneCont.h:26
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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
TBHitPlaneCont::TBHitPlaneCont
TBHitPlaneCont()
Constructor.
Definition: TBHitPlaneCont.h:23
CLASS_DEF.h
macros to associate a CLID to a type