ATLAS Offline Software
Loading...
Searching...
No Matches
Obj4.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$
14
15
16#ifndef D3PDMAKERTEST_OBJ4_H
17#define D3PDMAKERTEST_OBJ4_H
18
19
20#include "D3PDMakerTest/Obj1.h"
22
23
24namespace D3PDTest {
25
26
32class Obj4
33 : public Obj1
34{
35public:
36 Obj4();
37 Obj4 (int x);
38
39 int m_obj4;
40};
41
42
43} // namespace D3PDTest
44
45
47
48
49namespace D3PDTest {
50
51
53 : public DataVector<Obj4>
54{
55public:
56};
57
58
59
60} // namespace D3PDTest
61
62
64
66CLASS_DEF (D3PDTest::Obj4Container, 9383, 1)
67
68
69
70#endif // not D3PDMAKERTEST_OBJ4_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
#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.
#define DATAVECTOR_BASE(T, BASE)
Declare base class info to DataVector.
Definition DataVector.h:649
Test class for D3PD maker.
#define x
Test class for D3PD maker.
Definition Obj1.h:38
Test class for D3PD maker.
Definition Obj4.h:34
int m_obj4
Definition Obj4.h:39
Derived DataVector<T>.
Definition DataVector.h:795
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)