ATLAS Offline Software
DataModelTestDataRead/DataModelTestDataRead/versions/G_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-2020 CERN for the benefit of the ATLAS collaboration
5 */
15 #ifndef DATAMODELTESTDATAREAD_G_V1_H
16 #define DATAMODELTESTDATAREAD_G_V1_H
17 
18 
20 #include "AthenaKernel/BaseInfo.h"
21 
22 
23 namespace DMTest {
24 
25 
26 class G_v1
27  : public SG::AuxElement
28 {
29 public:
30  int anInt() const;
31  void setAnInt (int i);
32  float gFloat() const;
33  void setgFloat (float d);
34  const std::vector<float>& gvFloat() const;
35  void setgvFloat (const std::vector<float>& v);
36 };
37 
38 
39 } // namespace DMTest
40 
41 
43 
44 
45 #endif // not DATAMODELTESTDATAREAD_G_V1_H
DMTest::G_v1::gvFloat
const std::vector< float > & gvFloat() const
DMTest::G_v1::setgvFloat
void setgvFloat(const std::vector< float > &v)
DMTest::G_v1::gFloat
float gFloat() const
SG_BASE
SG_BASE(DMTest::G_v1, SG::AuxElement)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
hist_file_dump.d
d
Definition: hist_file_dump.py:137
DMTest::G_v1::setAnInt
void setAnInt(int i)
DMTest::G_v1::anInt
int anInt() const
lumiFormat.i
int i
Definition: lumiFormat.py:92
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::G_v1
Definition: DataModelTestDataRead/DataModelTestDataRead/versions/G_v1.h:28
python.PyAthena.v
v
Definition: PyAthena.py:157
DMTest::G_v1::setgFloat
void setgFloat(float d)
AuxElement.h
Base class for elements of a container that can have aux data.
DMTest
Definition: B.h:23