ATLAS Offline Software
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 */
14 #ifndef DATAMODELTESTDATACOMMON_C_V1_H
15 #define DATAMODELTESTDATACOMMON_C_V1_H
16 
17 
19 #include "AthenaKernel/BaseInfo.h"
20 
21 
22 namespace DMTest {
23 
24 
25 class C_v1
26  : public SG::AuxElement
27 {
28 public:
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
DMTest::C_v1::anInt
int anInt() const
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:472
DMTest::C_v1
Definition: C_v1.h:27
lumiFormat.i
int i
Definition: lumiFormat.py:85
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::C_v1::setAnInt
void setAnInt(int i)
hist_file_dump.f
f
Definition: hist_file_dump.py:135
SG_BASE
SG_BASE(DMTest::C_v1, SG::AuxElement)
DMTest::C_v1::aFloat
float aFloat() const
DMTest::C_v1::setAFloat
void setAFloat(float f)
AuxElement.h
Base class for elements of a container that can have aux data.
DMTest
Definition: B.h:23