ATLAS Offline Software
Loading...
Searching...
No Matches
Obj5.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_OBJ5_H
17#define D3PDMAKERTEST_OBJ5_H
18
19
22
23
24namespace D3PDTest {
25
26
32class Obj5
33 : public SG::AuxElement
34{
35public:
36 Obj5();
37 Obj5 (int x);
38
39 int m_obj5;
40};
41
42
44
45
46} // namespace D3PDTest
47
48
51CLASS_DEF (D3PDTest::Obj5Container, 9385, 1)
52
53
54#endif // not D3PDMAKERTEST_OBJ5_H
Base class for elements of a container that can have aux data.
#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 x
Test class for D3PD maker (aux data).
Definition Obj5.h:34
int m_obj5
Definition Obj5.h:39
Derived DataVector<T>.
Definition DataVector.h:795
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
DataVector< Obj5 > Obj5Container
Definition Obj5.h:43