ATLAS Offline Software
Loading...
Searching...
No Matches
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*/
13
14
15#ifndef DATAMODELTESTDATAREAD_G_V1_H
16#define DATAMODELTESTDATAREAD_G_V1_H
17
18
21
22
23namespace DMTest {
24
25
26class G_v1
27 : public SG::AuxElement
28{
29public:
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
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 setgFloat(float d)
void setAnInt(int i)
void setgvFloat(const std::vector< float > &v)
float gFloat() const
const std::vector< float > & gvFloat() const
int anInt() const
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Definition B.h:23