ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataRead/DataModelTestDataRead/versions/H_v1.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$
15
16
17#ifndef DATAMODELTESTDATAREAD_H_V1_H
18#define DATAMODELTESTDATAREAD_H_V1_H
19
20
23
24
25namespace DMTest {
26
27
28class H_v1
29 : public SG::AuxElement
30{
31public:
32 int anInt() const;
33 void setAnInt (int i);
34};
35
36
37} // namespace DMTest
38
39
41
42
43#endif // not DATAMODELTESTDATAREAD_H_V1_H
Base class for elements of a container that can have aux data.
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
int anInt() const
void setAnInt(int i)
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Definition B.h:23