ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataWrite/DataModelTestDataWrite/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 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4*/
11
12
13#ifndef DATAMODELTESTDATAWRITE_GAUXCONTAINER_V1_H
14#define DATAMODELTESTDATAWRITE_GAUXCONTAINER_V1_H
15
16
19#include <vector>
20
21
22namespace DMTest {
23
24
26 : public xAOD::AuxContainerBase
27{
28public:
30
31private:
32 AUXVAR_DECL (int, anInt);
33 AUXVAR_DECL (double, gFloat);
34 AUXVAR_DECL (std::vector<double>, gvFloat);
35};
36
37
38} // namespace DMTest
39
40
42
43
44#endif // not DATAMODELTESTDATAWRITE_GAUXCONTAINER_V1_H
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
AUXVAR_DECL(double, gFloat)
AUXVAR_DECL(std::vector< double >, gvFloat)
Common base class for the auxiliary containers.
Definition B.h:23