ATLAS Offline Software
Control
DataModelTest
DataModelTestDataWrite
DataModelTestDataWrite
versions
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
*/
13
#ifndef DATAMODELTESTDATAWRITE_GAUXCONTAINER_V1_H
14
#define DATAMODELTESTDATAWRITE_GAUXCONTAINER_V1_H
15
16
17
#include "
xAODCore/AuxContainerBase.h
"
18
#include "
AthenaKernel/BaseInfo.h
"
19
#include <vector>
20
21
22
namespace
DMTest
{
23
24
25
class
GAuxContainer_v1
26
:
public
xAOD::AuxContainerBase
27
{
28
public
:
29
GAuxContainer_v1
();
30
31
private
:
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
41
SG_BASE
(
DMTest::GAuxContainer_v1
,
xAOD::AuxContainerBase
);
42
43
44
#endif // not DATAMODELTESTDATAWRITE_GAUXCONTAINER_V1_H
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
DMTest::GAuxContainer_v1::GAuxContainer_v1
GAuxContainer_v1()
DMTest::GAuxContainer_v1
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/GAuxContainer_v1.h:29
DMTest::GAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(double, gFloat)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DMTest::GAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(int, anInt)
DMTest::GAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(std::vector< double >, gvFloat)
SG_BASE
SG_BASE(DMTest::GAuxContainer_v1, xAOD::AuxContainerBase)
DMTest
Definition:
B.h:23
Generated on Thu Nov 7 2024 21:15:36 for ATLAS Offline Software by
1.8.18