ATLAS Offline Software
Control
DataModelTest
DataModelTestDataWrite
DataModelTestDataWrite
versions
DataModelTestDataWrite/DataModelTestDataWrite/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$
17
#ifndef DATAMODELTESTDATAWRITE_H_V1_H
18
#define DATAMODELTESTDATAWRITE_H_V1_H
19
20
21
#include "
AthContainers/AuxElement.h
"
22
#include "
AthenaKernel/BaseInfo.h
"
23
24
25
namespace
DMTest
{
26
27
28
class
H_v1
29
:
public
SG::AuxElement
30
{
31
public
:
32
int
anInt
()
const
;
33
void
setAnInt
(
int
i
);
34
};
35
36
37
}
// namespace DMTest
38
39
40
SG_BASE
(
DMTest::H_v1
,
SG::AuxElement
);
41
42
43
#endif // not DATAMODELTESTDATAWRITE_H_V1_H
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:472
DMTest::H_v1::setAnInt
void setAnInt(int i)
DMTest::H_v1
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/H_v1.h:30
lumiFormat.i
int i
Definition:
lumiFormat.py:85
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::H_v1::anInt
int anInt() const
SG_BASE
SG_BASE(DMTest::H_v1, SG::AuxElement)
AuxElement.h
Base class for elements of a container that can have aux data.
DMTest
Definition:
B.h:23
Generated on Thu Nov 7 2024 21:16:02 for ATLAS Offline Software by
1.8.18