ATLAS Offline Software
TBTDCRawCont.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 TBTDCRAWCONT_H
6 #define TBTDCRAWCONT_H
7 
10 
11 #include "TBEvent/TBTDCRaw.h"
12 
13 
14 
21 class TBTDCRawCont : public DataVector< TBTDCRaw > {
22  public:
25 
27  virtual ~TBTDCRawCont() { }
28 
29 } ;
30 
31 CLASS_DEF( TBTDCRawCont , 199428793 , 1 )
32 
33 #endif
TBTDCRaw
Definition: TBTDCRaw.h:21
TBTDCRawCont::TBTDCRawCont
TBTDCRawCont()
Constructor.
Definition: TBTDCRawCont.h:24
TBTDCRawCont
Definition: TBTDCRawCont.h:21
TBTDCRawCont::~TBTDCRawCont
virtual ~TBTDCRawCont()
destructor
Definition: TBTDCRawCont.h:27
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TBTDCRaw.h
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