ATLAS Offline Software
Loading...
Searching...
No Matches
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$
14
15
16#ifndef D3PDMAKERTEST_OBJ2_H
17#define D3PDMAKERTEST_OBJ2_H
18
19
20namespace D3PDTest {
21
22
23
27class Obj2
28{
29public:
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
#define x
float m_f
Definition Obj2.h:34