ATLAS Offline Software
DataModelTestDataWrite/DataModelTestDataWrite/DVec.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: DVec.h,v 1.2 2007-01-31 03:06:38 ssnyder Exp $
8 
20 #ifndef DATAMODELTESTDATAWRITE_DVEC_H
21 #define DATAMODELTESTDATAWRITE_DVEC_H
22 
23 
26 #include "AthenaKernel/CLASS_DEF.h"
27 
28 
29 namespace DMTest {
30 
31 
35 typedef DataVector<D> DVec;
36 
37 
38 } // namespace DMTest
39 
40 
42 
43 
44 #endif // not DATAMODELTESTDATAWRITE_DVEC_H
D.h
Class used for testing the new DataVector inheritance scheme.
DMTest::DVec
DataVector< D > DVec
A DataVector containing the derived class, B.
Definition: DataModelTestDataRead/DataModelTestDataRead/DVec.h:42
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
DMTest
Definition: B.h:23