ATLAS Offline Software
TBMWPCRawCont.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 
8 #include "TBEvent/TBMWPCRaw.h"
9 
10 #ifndef TBMWPCRAWCONT_H
11 #define TBMWPCRAWCONT_H
12 
18 class TBMWPCRawCont : public DataVector<TBMWPCRaw> {
19  public:
22 
23 
24 
26  virtual ~TBMWPCRawCont() { }
27 
28 } ;
29 
30 CLASS_DEF( TBMWPCRawCont , 221991264 , 1 )
31 #endif
TBMWPCRawCont::~TBMWPCRawCont
virtual ~TBMWPCRawCont()
destructor
Definition: TBMWPCRawCont.h:26
TBMWPCRawCont
Definition: TBMWPCRawCont.h:18
TBMWPCRawCont::TBMWPCRawCont
TBMWPCRawCont()
Constructor.
Definition: TBMWPCRawCont.h:21
TBMWPCRaw
Definition: TBMWPCRaw.h:23
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TBMWPCRaw.h
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
CLASS_DEF.h
macros to associate a CLID to a type