ATLAS Offline Software
Loading...
Searching...
No Matches
C_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-2024 CERN for the benefit of the ATLAS collaboration
5*/
12
13
14#ifndef DATAMODELTESTDATACOMMON_C_V1_H
15#define DATAMODELTESTDATACOMMON_C_V1_H
16
17
20
21
22namespace DMTest {
23
24
25class C_v1
26 : public SG::AuxElement
27{
28public:
29 float aFloat() const;
30 void setAFloat (float f);
31
32 int anInt() const;
33 void setAnInt (int i);
34};
35
36
37} // namespace DMTest
38
39
41
42
43#endif // not DATAMODELTESTDATACOMMON_C_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.
void setAnInt(int i)
void setAFloat(float f)
float aFloat() const
int anInt() const
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Definition B.h:23