ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataRead/DataModelTestDataRead/BVec.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: BVec.h,v 1.3 2007-10-17 01:01:47 ssnyder Exp $
8
17
18#ifndef DATAMODELTESTDATAREAD_BVEC_H
19#define DATAMODELTESTDATAREAD_BVEC_H
20
21
25
26
27namespace DMTest {
28
29
36
37
38}
39
40
42
43
44#endif // not DATAMODELTESTDATAREAD_BVEC_H
Class used for testing the new DataVector inheritance scheme.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
Definition B.h:23
DataVector< DMTest::B > BVec
A DataVector containing the base class, B.