ATLAS Offline Software
TBHitCont.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 #include "TBEvent/TBHit.h"
9 
10 #ifndef TBHITCONT_H
11 #define TBHITCONT_H
12 
19 class TBHitCont : public DataVector< TBHit > {
20  public:
22  TBHitCont() : DataVector< TBHit >() { }
23 
25  virtual ~TBHitCont() { }
26 
27 } ;
28 CLASS_DEF( TBHitCont , 84246700 , 1 )
29 
30 #endif
TBHit.h
TBHitCont::~TBHitCont
virtual ~TBHitCont()
destructor
Definition: TBHitCont.h:25
TBHitCont
Definition: TBHitCont.h:19
TBHitCont::TBHitCont
TBHitCont()
Constructor.
Definition: TBHitCont.h:22
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TBHit
Definition: TBHit.h:23
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
CLASS_DEF.h
macros to associate a CLID to a type