ATLAS Offline Software
Loading...
Searching...
No Matches
S1.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 * Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
4 */
5// $Id$
12
13
14#ifndef DATAMODELTESTDATACOMMON_S1_H
15#define DATAMODELTESTDATACOMMON_S1_H
16
17
19
20
21namespace DMTest {
22
23
24class S1
25{
26public:
27 S1 (int x = 0) : m_x (x) {}
28 virtual ~S1() {}
29 int m_x;
30};
31
32
33} // namespace DMTest
34
35
36CLASS_DEF (DMTest::S1, 243020043, 0)
37
38
39#endif // not DATAMODELTESTDATACOMMON_S1_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
#define x
virtual ~S1()
Definition S1.h:28
int m_x
Definition S1.h:29
S1(int x=0)
Definition S1.h:27
Definition B.h:23