ATLAS Offline Software
TBScintillatorRawCont.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 
9 #ifndef TBSCINTILLATORRAWCONT_H
10 #define TBSCINTILLATORRAWCONT_H
11 
18 class TBScintillatorRawCont : public DataVector< TBScintillatorRaw > {
19  public:
22 
23 
24 
26  virtual ~TBScintillatorRawCont() { }
27 
28 } ;
29 CLASS_DEF( TBScintillatorRawCont , 119910655 , 1 )
30 
31 #endif
TBScintillatorRaw.h
TBScintillatorRawCont::~TBScintillatorRawCont
virtual ~TBScintillatorRawCont()
destructor
Definition: TBScintillatorRawCont.h:26
TBScintillatorRaw
Definition: TBScintillatorRaw.h:26
TBScintillatorRawCont::TBScintillatorRawCont
TBScintillatorRawCont()
Constructor.
Definition: TBScintillatorRawCont.h:21
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
TBScintillatorRawCont
Definition: TBScintillatorRawCont.h:18
CLASS_DEF.h
macros to associate a CLID to a type