ATLAS Offline Software
TBBPCCont.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 #include "TBEvent/TBBPC.h"
8 
9 #ifndef TBBPCCONT_H
10 #define TBBPCCONT_H
11 
17 class TBBPCCont : public DataVector<TBBPC> {
18  public:
21 
22 
23 
25  virtual ~TBBPCCont() { }
26 
27 } ;
28 CLASS_DEF( TBBPCCont , 245525186 , 1 )
29 #endif
TBBPCCont::TBBPCCont
TBBPCCont()
Constructor.
Definition: TBBPCCont.h:20
TBBPCCont::~TBBPCCont
virtual ~TBBPCCont()
destructor
Definition: TBBPCCont.h:25
TBBPC
Definition: TBBPC.h:23
TBBPC.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
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
TBBPCCont
Definition: TBBPCCont.h:17