ATLAS Offline Software
Obj2.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$
16 #ifndef D3PDMAKERTEST_OBJ2_H
17 #define D3PDMAKERTEST_OBJ2_H
18 
19 
20 namespace D3PDTest {
21 
22 
23 
27 class Obj2
28 {
29 public:
30  Obj2();
31  Obj2(int x);
32 
33  int m_i;
34  float m_f;
35 };
36 
37 
38 } // namespace D3PDTest
39 
40 
41 #endif // not D3PDMAKERTEST_OBJ2_H
x
#define x
D3PDTest::Obj2::m_i
int m_i
Definition: Obj2.h:33
D3PDTest::Obj2::Obj2
Obj2()
Definition: Obj2.cxx:20
D3PDTest::Obj2::m_f
float m_f
Definition: Obj2.h:34
D3PDTest
Definition: MapDumper.h:25
D3PDTest::Obj2
Test class for D3PD maker.
Definition: Obj2.h:28