ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataRead/DataModelTestDataRead/versions/GAuxContainer_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 DATAMODELTESTDATAREAD_GAUXCONTAINER_V1_H
15#define DATAMODELTESTDATAREAD_GAUXCONTAINER_V1_H
16
17
21#include <vector>
22
23
24namespace DMTest {
25
26
29{
30public:
32
33private:
35 AUXVAR_DECL (float, gFloat);
36 AUXVAR_DECL (std::vector<float>, gvFloat);
37};
38
39
40} // namespace DMTest
41
42
44
45
46#endif // not DATAMODELTESTDATAREAD_GAUXCONTAINER_V1_H
47
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Container to hold aux data to be stored in a packed form.
AUXVAR_DECL(std::vector< float >, gvFloat)
AUXVAR_PACKEDCONTAINER_DECL(int, anInt)
AUXVAR_DECL(float, gFloat)
Common base class for the auxiliary containers.
Definition B.h:23