ATLAS Offline Software
TBBPCRawCont.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/TBBPCRaw.h"
8 
9 #ifndef TBBPCRAWCONT_H
10 #define TBBPCRAWCONT_H
11 
17 class TBBPCRawCont : public DataVector<TBBPCRaw> {
18  public:
21 
22 
23 
25  virtual ~TBBPCRawCont() { }
26 
27 } ;
28 
29 CLASS_DEF( TBBPCRawCont , 60289547 , 1 )
30 #endif
TBBPCRaw
raw data class for BPC measurement
Definition: TBBPCRaw.h:33
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
TBBPCRaw.h
CLASS_DEF.h
macros to associate a CLID to a type
TBBPCRawCont::TBBPCRawCont
TBBPCRawCont()
Constructor.
Definition: TBBPCRawCont.h:20
TBBPCRawCont::~TBBPCRawCont
virtual ~TBBPCRawCont()
destructor
Definition: TBBPCRawCont.h:25
TBBPCRawCont
Definition: TBBPCRawCont.h:17