ATLAS Offline Software
LArTTL1Container.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 // * author : Fabienne Ledroit *
6 // * date of creation : 09/01/2003 *
7 
8 #ifndef LARTTL1CONTAINER_H
9 #define LARTTL1CONTAINER_H
10 
12 #include "AthenaKernel/CLASS_DEF.h"
13 #include "LArRawEvent/LArTTL1.h"
14 
15 
24 class LArTTL1Container : public DataVector<LArTTL1> {
25 
26  public :
32 
36  virtual ~LArTTL1Container();
37 
38 private:
39 
40 } ;
41 
42 
44 
45 #endif
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LArTTL1Container
Container class for LArTTL1.
Definition: LArTTL1Container.h:24
LArTTL1Container::~LArTTL1Container
virtual ~LArTTL1Container()
destructor
LArTTL1.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
LArTTL1Container::LArTTL1Container
LArTTL1Container()
constructor
Definition: LArTTL1Container.cxx:7
CLASS_DEF.h
macros to associate a CLID to a type